PK !&o22META-INF/MANIFEST.MFManifest-Version: 1.0 Created-By: 1.6.0 (protoc) PK !١OYYany_test/AnyTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/any_test.proto // Protobuf Java Version: 3.25.0 package any_test; public final class AnyTestProto { private AnyTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestAnyOrBuilder extends // @@protoc_insertion_point(interface_extends:any_test.TestAny) com.google.protobuf.MessageOrBuilder { /** * .google.protobuf.Any value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * .google.protobuf.Any value = 1; * @return The value. */ com.google.protobuf.Any getValue(); /** * .google.protobuf.Any value = 1; */ com.google.protobuf.AnyOrBuilder getValueOrBuilder(); } /** * Protobuf type {@code any_test.TestAny} */ public static final class TestAny extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:any_test.TestAny) TestAnyOrBuilder { private static final long serialVersionUID = 0L; // Use TestAny.newBuilder() to construct. private TestAny(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestAny() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestAny(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return any_test.AnyTestProto.internal_static_any_test_TestAny_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return any_test.AnyTestProto.internal_static_any_test_TestAny_fieldAccessorTable .ensureFieldAccessorsInitialized( any_test.AnyTestProto.TestAny.class, any_test.AnyTestProto.TestAny.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private com.google.protobuf.Any value_; /** * .google.protobuf.Any value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * .google.protobuf.Any value = 1; * @return The value. */ @java.lang.Override public com.google.protobuf.Any getValue() { return value_ == null ? com.google.protobuf.Any.getDefaultInstance() : value_; } /** * .google.protobuf.Any value = 1; */ @java.lang.Override public com.google.protobuf.AnyOrBuilder getValueOrBuilder() { return value_ == null ? com.google.protobuf.Any.getDefaultInstance() : value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getValue()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getValue()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof any_test.AnyTestProto.TestAny)) { return super.equals(obj); } any_test.AnyTestProto.TestAny other = (any_test.AnyTestProto.TestAny) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (!getValue() .equals(other.getValue())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static any_test.AnyTestProto.TestAny parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static any_test.AnyTestProto.TestAny parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static any_test.AnyTestProto.TestAny parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static any_test.AnyTestProto.TestAny parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static any_test.AnyTestProto.TestAny parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static any_test.AnyTestProto.TestAny parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static any_test.AnyTestProto.TestAny parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static any_test.AnyTestProto.TestAny parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static any_test.AnyTestProto.TestAny parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static any_test.AnyTestProto.TestAny parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static any_test.AnyTestProto.TestAny parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static any_test.AnyTestProto.TestAny parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(any_test.AnyTestProto.TestAny prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code any_test.TestAny} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:any_test.TestAny) any_test.AnyTestProto.TestAnyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return any_test.AnyTestProto.internal_static_any_test_TestAny_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return any_test.AnyTestProto.internal_static_any_test_TestAny_fieldAccessorTable .ensureFieldAccessorsInitialized( any_test.AnyTestProto.TestAny.class, any_test.AnyTestProto.TestAny.Builder.class); } // Construct using any_test.AnyTestProto.TestAny.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getValueFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = null; if (valueBuilder_ != null) { valueBuilder_.dispose(); valueBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return any_test.AnyTestProto.internal_static_any_test_TestAny_descriptor; } @java.lang.Override public any_test.AnyTestProto.TestAny getDefaultInstanceForType() { return any_test.AnyTestProto.TestAny.getDefaultInstance(); } @java.lang.Override public any_test.AnyTestProto.TestAny build() { any_test.AnyTestProto.TestAny result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public any_test.AnyTestProto.TestAny buildPartial() { any_test.AnyTestProto.TestAny result = new any_test.AnyTestProto.TestAny(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(any_test.AnyTestProto.TestAny result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = valueBuilder_ == null ? value_ : valueBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof any_test.AnyTestProto.TestAny) { return mergeFrom((any_test.AnyTestProto.TestAny)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(any_test.AnyTestProto.TestAny other) { if (other == any_test.AnyTestProto.TestAny.getDefaultInstance()) return this; if (other.hasValue()) { mergeValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getValueFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.Any value_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> valueBuilder_; /** * .google.protobuf.Any value = 1; * @return Whether the value field is set. */ public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * .google.protobuf.Any value = 1; * @return The value. */ public com.google.protobuf.Any getValue() { if (valueBuilder_ == null) { return value_ == null ? com.google.protobuf.Any.getDefaultInstance() : value_; } else { return valueBuilder_.getMessage(); } } /** * .google.protobuf.Any value = 1; */ public Builder setValue(com.google.protobuf.Any value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } value_ = value; } else { valueBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .google.protobuf.Any value = 1; */ public Builder setValue( com.google.protobuf.Any.Builder builderForValue) { if (valueBuilder_ == null) { value_ = builderForValue.build(); } else { valueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .google.protobuf.Any value = 1; */ public Builder mergeValue(com.google.protobuf.Any value) { if (valueBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && value_ != null && value_ != com.google.protobuf.Any.getDefaultInstance()) { getValueBuilder().mergeFrom(value); } else { value_ = value; } } else { valueBuilder_.mergeFrom(value); } if (value_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * .google.protobuf.Any value = 1; */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = null; if (valueBuilder_ != null) { valueBuilder_.dispose(); valueBuilder_ = null; } onChanged(); return this; } /** * .google.protobuf.Any value = 1; */ public com.google.protobuf.Any.Builder getValueBuilder() { bitField0_ |= 0x00000001; onChanged(); return getValueFieldBuilder().getBuilder(); } /** * .google.protobuf.Any value = 1; */ public com.google.protobuf.AnyOrBuilder getValueOrBuilder() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilder(); } else { return value_ == null ? com.google.protobuf.Any.getDefaultInstance() : value_; } } /** * .google.protobuf.Any value = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>( getValue(), getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } @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:any_test.TestAny) } // @@protoc_insertion_point(class_scope:any_test.TestAny) private static final any_test.AnyTestProto.TestAny DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new any_test.AnyTestProto.TestAny(); } public static any_test.AnyTestProto.TestAny getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestAny parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public any_test.AnyTestProto.TestAny getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_any_test_TestAny_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_any_test_TestAny_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\"com/google/protobuf/any_test.proto\022\010an" + "y_test\032\031google/protobuf/any.proto\".\n\007Tes" + "tAny\022#\n\005value\030\001 \001(\0132\024.google.protobuf.An" + "yB\030\n\010any_testB\014AnyTestProtob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.AnyProto.getDescriptor(), }); internal_static_any_test_TestAny_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_any_test_TestAny_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_any_test_TestAny_descriptor, new java.lang.String[] { "Value", }); com.google.protobuf.AnyProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !P\Щmm/com/google/protobuf/FieldPresenceTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/field_presence_test.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf; public final class FieldPresenceTestProto { private FieldPresenceTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestAllTypesOrBuilder extends // @@protoc_insertion_point(interface_extends:field_presence_test.TestAllTypes) com.google.protobuf.MessageOrBuilder { /** * int32 optional_int32 = 1; * @return The optionalInt32. */ int getOptionalInt32(); /** * string optional_string = 2; * @return The optionalString. */ java.lang.String getOptionalString(); /** * string optional_string = 2; * @return The bytes for optionalString. */ com.google.protobuf.ByteString getOptionalStringBytes(); /** * bytes optional_bytes = 3; * @return The optionalBytes. */ com.google.protobuf.ByteString getOptionalBytes(); /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The enum numeric value on the wire for optionalNestedEnum. */ int getOptionalNestedEnumValue(); /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The optionalNestedEnum. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOptionalNestedEnum(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return Whether the optionalNestedMessage field is set. */ boolean hasOptionalNestedMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return The optionalNestedMessage. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalNestedMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalNestedMessageOrBuilder(); /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return Whether the optionalProto2Message field is set. */ boolean hasOptionalProto2Message(); /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return The optionalProto2Message. */ proto2_unittest.UnittestProto.TestRequired getOptionalProto2Message(); /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ proto2_unittest.UnittestProto.TestRequiredOrBuilder getOptionalProto2MessageOrBuilder(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return Whether the optionalLazyMessage field is set. */ boolean hasOptionalLazyMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return The optionalLazyMessage. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalLazyMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalLazyMessageOrBuilder(); /** * int32 oneof_int32 = 11; * @return Whether the oneofInt32 field is set. */ boolean hasOneofInt32(); /** * int32 oneof_int32 = 11; * @return The oneofInt32. */ int getOneofInt32(); /** * uint32 oneof_uint32 = 12; * @return Whether the oneofUint32 field is set. */ boolean hasOneofUint32(); /** * uint32 oneof_uint32 = 12; * @return The oneofUint32. */ int getOneofUint32(); /** * string oneof_string = 13; * @return Whether the oneofString field is set. */ boolean hasOneofString(); /** * string oneof_string = 13; * @return The oneofString. */ java.lang.String getOneofString(); /** * string oneof_string = 13; * @return The bytes for oneofString. */ com.google.protobuf.ByteString getOneofStringBytes(); /** * bytes oneof_bytes = 14; * @return Whether the oneofBytes field is set. */ boolean hasOneofBytes(); /** * bytes oneof_bytes = 14; * @return The oneofBytes. */ com.google.protobuf.ByteString getOneofBytes(); /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return Whether the oneofNestedEnum field is set. */ boolean hasOneofNestedEnum(); /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return The enum numeric value on the wire for oneofNestedEnum. */ int getOneofNestedEnumValue(); /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return The oneofNestedEnum. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOneofNestedEnum(); /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; * @return Whether the oneofNestedMessage field is set. */ boolean hasOneofNestedMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; * @return The oneofNestedMessage. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOneofNestedMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOneofNestedMessageOrBuilder(); /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; * @return Whether the oneofProto2Message field is set. */ boolean hasOneofProto2Message(); /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; * @return The oneofProto2Message. */ proto2_unittest.UnittestProto.TestRequired getOneofProto2Message(); /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ proto2_unittest.UnittestProto.TestRequiredOrBuilder getOneofProto2MessageOrBuilder(); /** * repeated int32 repeated_int32 = 21; * @return A list containing the repeatedInt32. */ java.util.List getRepeatedInt32List(); /** * repeated int32 repeated_int32 = 21; * @return The count of repeatedInt32. */ int getRepeatedInt32Count(); /** * repeated int32 repeated_int32 = 21; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ int getRepeatedInt32(int index); /** * repeated string repeated_string = 22; * @return A list containing the repeatedString. */ java.util.List getRepeatedStringList(); /** * repeated string repeated_string = 22; * @return The count of repeatedString. */ int getRepeatedStringCount(); /** * repeated string repeated_string = 22; * @param index The index of the element to return. * @return The repeatedString at the given index. */ java.lang.String getRepeatedString(int index); /** * repeated string repeated_string = 22; * @param index The index of the value to return. * @return The bytes of the repeatedString at the given index. */ com.google.protobuf.ByteString getRepeatedStringBytes(int index); /** * repeated bytes repeated_bytes = 23; * @return A list containing the repeatedBytes. */ java.util.List getRepeatedBytesList(); /** * repeated bytes repeated_bytes = 23; * @return The count of repeatedBytes. */ int getRepeatedBytesCount(); /** * repeated bytes repeated_bytes = 23; * @param index The index of the element to return. * @return The repeatedBytes at the given index. */ com.google.protobuf.ByteString getRepeatedBytes(int index); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumList(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return The count of repeatedNestedEnum. */ int getRepeatedNestedEnumCount(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumValueList(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ int getRepeatedNestedEnumValue(int index); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ java.util.List getRepeatedNestedMessageList(); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getRepeatedNestedMessage(int index); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ int getRepeatedNestedMessageCount(); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ java.util.List getRepeatedNestedMessageOrBuilderList(); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getRepeatedNestedMessageOrBuilder( int index); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ java.util.List getRepeatedProto2MessageList(); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ proto2_unittest.UnittestProto.TestRequired getRepeatedProto2Message(int index); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ int getRepeatedProto2MessageCount(); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ java.util.List getRepeatedProto2MessageOrBuilderList(); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ proto2_unittest.UnittestProto.TestRequiredOrBuilder getRepeatedProto2MessageOrBuilder( int index); /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return A list containing the packedNestedEnum. */ java.util.List getPackedNestedEnumList(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return The count of packedNestedEnum. */ int getPackedNestedEnumCount(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index of the element to return. * @return The packedNestedEnum at the given index. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getPackedNestedEnum(int index); /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return A list containing the enum numeric values on the wire for packedNestedEnum. */ java.util.List getPackedNestedEnumValueList(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of packedNestedEnum at the given index. */ int getPackedNestedEnumValue(int index); com.google.protobuf.FieldPresenceTestProto.TestAllTypes.OneofFieldCase getOneofFieldCase(); } /** * Protobuf type {@code field_presence_test.TestAllTypes} */ public static final class TestAllTypes extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:field_presence_test.TestAllTypes) TestAllTypesOrBuilder { private static final long serialVersionUID = 0L; // Use TestAllTypes.newBuilder() to construct. private TestAllTypes(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestAllTypes() { optionalString_ = ""; optionalBytes_ = com.google.protobuf.ByteString.EMPTY; optionalNestedEnum_ = 0; repeatedInt32_ = emptyIntList(); repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); repeatedNestedEnum_ = java.util.Collections.emptyList(); repeatedNestedMessage_ = java.util.Collections.emptyList(); repeatedProto2Message_ = java.util.Collections.emptyList(); packedNestedEnum_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestAllTypes(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.class, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.Builder.class); } /** * Protobuf enum {@code field_presence_test.TestAllTypes.NestedEnum} */ public enum NestedEnum implements com.google.protobuf.ProtocolMessageEnum { /** * FOO = 0; */ FOO(0), /** * BAR = 1; */ BAR(1), /** * BAZ = 2; */ BAZ(2), UNRECOGNIZED(-1), ; /** * FOO = 0; */ public static final int FOO_VALUE = 0; /** * BAR = 1; */ public static final int BAR_VALUE = 1; /** * BAZ = 2; */ public static final int BAZ_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static NestedEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static NestedEnum forNumber(int value) { switch (value) { case 0: return FOO; case 1: return BAR; case 2: return BAZ; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< NestedEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public NestedEnum findValueByNumber(int number) { return NestedEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.getDescriptor().getEnumTypes().get(0); } private static final NestedEnum[] VALUES = values(); public static NestedEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private NestedEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:field_presence_test.TestAllTypes.NestedEnum) } public interface NestedMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:field_presence_test.TestAllTypes.NestedMessage) com.google.protobuf.MessageOrBuilder { /** * int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code field_presence_test.TestAllTypes.NestedMessage} */ public static final class NestedMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:field_presence_test.TestAllTypes.NestedMessage) NestedMessageOrBuilder { private static final long serialVersionUID = 0L; // Use NestedMessage.newBuilder() to construct. private NestedMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private NestedMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new NestedMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.class, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (value_ != 0) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (value_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage)) { return super.equals(obj); } com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage other = (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) obj; if (getValue() != other.getValue()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code field_presence_test.TestAllTypes.NestedMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:field_presence_test.TestAllTypes.NestedMessage) com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.class, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder.class); } // Construct using com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_NestedMessage_descriptor; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getDefaultInstanceForType() { return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage build() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage buildPartial() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage result = new com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) { return mergeFrom((com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage other) { if (other == com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()) return this; if (other.getValue() != 0) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:field_presence_test.TestAllTypes.NestedMessage) } // @@protoc_insertion_point(class_scope:field_presence_test.TestAllTypes.NestedMessage) private static final com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage(); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public NestedMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; private int oneofFieldCase_ = 0; @SuppressWarnings("serial") private java.lang.Object oneofField_; public enum OneofFieldCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { ONEOF_INT32(11), ONEOF_UINT32(12), ONEOF_STRING(13), ONEOF_BYTES(14), ONEOF_NESTED_ENUM(15), ONEOF_NESTED_MESSAGE(16), ONEOF_PROTO2_MESSAGE(17), ONEOFFIELD_NOT_SET(0); private final int value; private OneofFieldCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static OneofFieldCase valueOf(int value) { return forNumber(value); } public static OneofFieldCase forNumber(int value) { switch (value) { case 11: return ONEOF_INT32; case 12: return ONEOF_UINT32; case 13: return ONEOF_STRING; case 14: return ONEOF_BYTES; case 15: return ONEOF_NESTED_ENUM; case 16: return ONEOF_NESTED_MESSAGE; case 17: return ONEOF_PROTO2_MESSAGE; case 0: return ONEOFFIELD_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public OneofFieldCase getOneofFieldCase() { return OneofFieldCase.forNumber( oneofFieldCase_); } public static final int OPTIONAL_INT32_FIELD_NUMBER = 1; private int optionalInt32_ = 0; /** * int32 optional_int32 = 1; * @return The optionalInt32. */ @java.lang.Override public int getOptionalInt32() { return optionalInt32_; } public static final int OPTIONAL_STRING_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object optionalString_ = ""; /** * string optional_string = 2; * @return The optionalString. */ @java.lang.Override public java.lang.String getOptionalString() { java.lang.Object ref = optionalString_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); optionalString_ = s; return s; } } /** * string optional_string = 2; * @return The bytes for optionalString. */ @java.lang.Override public com.google.protobuf.ByteString getOptionalStringBytes() { java.lang.Object ref = optionalString_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); optionalString_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int OPTIONAL_BYTES_FIELD_NUMBER = 3; private com.google.protobuf.ByteString optionalBytes_ = com.google.protobuf.ByteString.EMPTY; /** * bytes optional_bytes = 3; * @return The optionalBytes. */ @java.lang.Override public com.google.protobuf.ByteString getOptionalBytes() { return optionalBytes_; } public static final int OPTIONAL_NESTED_ENUM_FIELD_NUMBER = 4; private int optionalNestedEnum_ = 0; /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The enum numeric value on the wire for optionalNestedEnum. */ @java.lang.Override public int getOptionalNestedEnumValue() { return optionalNestedEnum_; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The optionalNestedEnum. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOptionalNestedEnum() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber(optionalNestedEnum_); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } public static final int OPTIONAL_NESTED_MESSAGE_FIELD_NUMBER = 5; private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalNestedMessage_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return Whether the optionalNestedMessage field is set. */ @java.lang.Override public boolean hasOptionalNestedMessage() { return ((bitField0_ & 0x00000001) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return The optionalNestedMessage. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalNestedMessage() { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalNestedMessageOrBuilder() { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } public static final int OPTIONAL_PROTO2_MESSAGE_FIELD_NUMBER = 6; private proto2_unittest.UnittestProto.TestRequired optionalProto2Message_; /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return Whether the optionalProto2Message field is set. */ @java.lang.Override public boolean hasOptionalProto2Message() { return ((bitField0_ & 0x00000002) != 0); } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return The optionalProto2Message. */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequired getOptionalProto2Message() { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequiredOrBuilder getOptionalProto2MessageOrBuilder() { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } public static final int OPTIONAL_LAZY_MESSAGE_FIELD_NUMBER = 7; private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalLazyMessage_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return Whether the optionalLazyMessage field is set. */ @java.lang.Override public boolean hasOptionalLazyMessage() { return ((bitField0_ & 0x00000004) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return The optionalLazyMessage. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalLazyMessage() { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalLazyMessageOrBuilder() { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } public static final int ONEOF_INT32_FIELD_NUMBER = 11; /** * int32 oneof_int32 = 11; * @return Whether the oneofInt32 field is set. */ @java.lang.Override public boolean hasOneofInt32() { return oneofFieldCase_ == 11; } /** * int32 oneof_int32 = 11; * @return The oneofInt32. */ @java.lang.Override public int getOneofInt32() { if (oneofFieldCase_ == 11) { return (java.lang.Integer) oneofField_; } return 0; } public static final int ONEOF_UINT32_FIELD_NUMBER = 12; /** * uint32 oneof_uint32 = 12; * @return Whether the oneofUint32 field is set. */ @java.lang.Override public boolean hasOneofUint32() { return oneofFieldCase_ == 12; } /** * uint32 oneof_uint32 = 12; * @return The oneofUint32. */ @java.lang.Override public int getOneofUint32() { if (oneofFieldCase_ == 12) { return (java.lang.Integer) oneofField_; } return 0; } public static final int ONEOF_STRING_FIELD_NUMBER = 13; /** * string oneof_string = 13; * @return Whether the oneofString field is set. */ public boolean hasOneofString() { return oneofFieldCase_ == 13; } /** * string oneof_string = 13; * @return The oneofString. */ public java.lang.String getOneofString() { java.lang.Object ref = ""; if (oneofFieldCase_ == 13) { ref = oneofField_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (oneofFieldCase_ == 13) { oneofField_ = s; } return s; } } /** * string oneof_string = 13; * @return The bytes for oneofString. */ public com.google.protobuf.ByteString getOneofStringBytes() { java.lang.Object ref = ""; if (oneofFieldCase_ == 13) { ref = oneofField_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (oneofFieldCase_ == 13) { oneofField_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ONEOF_BYTES_FIELD_NUMBER = 14; /** * bytes oneof_bytes = 14; * @return Whether the oneofBytes field is set. */ @java.lang.Override public boolean hasOneofBytes() { return oneofFieldCase_ == 14; } /** * bytes oneof_bytes = 14; * @return The oneofBytes. */ @java.lang.Override public com.google.protobuf.ByteString getOneofBytes() { if (oneofFieldCase_ == 14) { return (com.google.protobuf.ByteString) oneofField_; } return com.google.protobuf.ByteString.EMPTY; } public static final int ONEOF_NESTED_ENUM_FIELD_NUMBER = 15; /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return Whether the oneofNestedEnum field is set. */ public boolean hasOneofNestedEnum() { return oneofFieldCase_ == 15; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return The enum numeric value on the wire for oneofNestedEnum. */ public int getOneofNestedEnumValue() { if (oneofFieldCase_ == 15) { return (java.lang.Integer) oneofField_; } return 0; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return The oneofNestedEnum. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOneofNestedEnum() { if (oneofFieldCase_ == 15) { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber( (java.lang.Integer) oneofField_); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.FOO; } public static final int ONEOF_NESTED_MESSAGE_FIELD_NUMBER = 16; /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; * @return Whether the oneofNestedMessage field is set. */ @java.lang.Override public boolean hasOneofNestedMessage() { return oneofFieldCase_ == 16; } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; * @return The oneofNestedMessage. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOneofNestedMessage() { if (oneofFieldCase_ == 16) { return (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_; } return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance(); } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOneofNestedMessageOrBuilder() { if (oneofFieldCase_ == 16) { return (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_; } return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance(); } public static final int ONEOF_PROTO2_MESSAGE_FIELD_NUMBER = 17; /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; * @return Whether the oneofProto2Message field is set. */ @java.lang.Override public boolean hasOneofProto2Message() { return oneofFieldCase_ == 17; } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; * @return The oneofProto2Message. */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequired getOneofProto2Message() { if (oneofFieldCase_ == 17) { return (proto2_unittest.UnittestProto.TestRequired) oneofField_; } return proto2_unittest.UnittestProto.TestRequired.getDefaultInstance(); } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequiredOrBuilder getOneofProto2MessageOrBuilder() { if (oneofFieldCase_ == 17) { return (proto2_unittest.UnittestProto.TestRequired) oneofField_; } return proto2_unittest.UnittestProto.TestRequired.getDefaultInstance(); } public static final int REPEATED_INT32_FIELD_NUMBER = 21; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); /** * repeated int32 repeated_int32 = 21; * @return A list containing the repeatedInt32. */ @java.lang.Override public java.util.List getRepeatedInt32List() { return repeatedInt32_; } /** * repeated int32 repeated_int32 = 21; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 21; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } private int repeatedInt32MemoizedSerializedSize = -1; public static final int REPEATED_STRING_FIELD_NUMBER = 22; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string repeated_string = 22; * @return A list containing the repeatedString. */ public com.google.protobuf.ProtocolStringList getRepeatedStringList() { return repeatedString_; } /** * repeated string repeated_string = 22; * @return The count of repeatedString. */ public int getRepeatedStringCount() { return repeatedString_.size(); } /** * repeated string repeated_string = 22; * @param index The index of the element to return. * @return The repeatedString at the given index. */ public java.lang.String getRepeatedString(int index) { return repeatedString_.get(index); } /** * repeated string repeated_string = 22; * @param index The index of the value to return. * @return The bytes of the repeatedString at the given index. */ public com.google.protobuf.ByteString getRepeatedStringBytes(int index) { return repeatedString_.getByteString(index); } public static final int REPEATED_BYTES_FIELD_NUMBER = 23; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes repeated_bytes = 23; * @return A list containing the repeatedBytes. */ @java.lang.Override public java.util.List getRepeatedBytesList() { return repeatedBytes_; } /** * repeated bytes repeated_bytes = 23; * @return The count of repeatedBytes. */ public int getRepeatedBytesCount() { return repeatedBytes_.size(); } /** * repeated bytes repeated_bytes = 23; * @param index The index of the element to return. * @return The repeatedBytes at the given index. */ public com.google.protobuf.ByteString getRepeatedBytes(int index) { return repeatedBytes_.get(index); } public static final int REPEATED_NESTED_ENUM_FIELD_NUMBER = 24; @SuppressWarnings("serial") private java.util.List repeatedNestedEnum_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum> repeatedNestedEnum_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>() { public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum convert(java.lang.Integer from) { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber(from); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } }; /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return The count of repeatedNestedEnum. */ @java.lang.Override public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumValueList() { return repeatedNestedEnum_; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ @java.lang.Override public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } private int repeatedNestedEnumMemoizedSerializedSize; public static final int REPEATED_NESTED_MESSAGE_FIELD_NUMBER = 25; @SuppressWarnings("serial") private java.util.List repeatedNestedMessage_; /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public java.util.List getRepeatedNestedMessageList() { return repeatedNestedMessage_; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public java.util.List getRepeatedNestedMessageOrBuilderList() { return repeatedNestedMessage_; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public int getRepeatedNestedMessageCount() { return repeatedNestedMessage_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getRepeatedNestedMessage(int index) { return repeatedNestedMessage_.get(index); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getRepeatedNestedMessageOrBuilder( int index) { return repeatedNestedMessage_.get(index); } public static final int REPEATED_PROTO2_MESSAGE_FIELD_NUMBER = 26; @SuppressWarnings("serial") private java.util.List repeatedProto2Message_; /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public java.util.List getRepeatedProto2MessageList() { return repeatedProto2Message_; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public java.util.List getRepeatedProto2MessageOrBuilderList() { return repeatedProto2Message_; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public int getRepeatedProto2MessageCount() { return repeatedProto2Message_.size(); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequired getRepeatedProto2Message(int index) { return repeatedProto2Message_.get(index); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequiredOrBuilder getRepeatedProto2MessageOrBuilder( int index) { return repeatedProto2Message_.get(index); } public static final int PACKED_NESTED_ENUM_FIELD_NUMBER = 27; @SuppressWarnings("serial") private java.util.List packedNestedEnum_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum> packedNestedEnum_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>() { public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum convert(java.lang.Integer from) { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber(from); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } }; /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return A list containing the packedNestedEnum. */ @java.lang.Override public java.util.List getPackedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>(packedNestedEnum_, packedNestedEnum_converter_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return The count of packedNestedEnum. */ @java.lang.Override public int getPackedNestedEnumCount() { return packedNestedEnum_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index of the element to return. * @return The packedNestedEnum at the given index. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getPackedNestedEnum(int index) { return packedNestedEnum_converter_.convert(packedNestedEnum_.get(index)); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return A list containing the enum numeric values on the wire for packedNestedEnum. */ @java.lang.Override public java.util.List getPackedNestedEnumValueList() { return packedNestedEnum_; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of packedNestedEnum at the given index. */ @java.lang.Override public int getPackedNestedEnumValue(int index) { return packedNestedEnum_.get(index); } private int packedNestedEnumMemoizedSerializedSize; private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (hasOptionalProto2Message()) { if (!getOptionalProto2Message().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasOneofProto2Message()) { if (!getOneofProto2Message().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getRepeatedProto2MessageCount(); i++) { if (!getRepeatedProto2Message(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (optionalInt32_ != 0) { output.writeInt32(1, optionalInt32_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(optionalString_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, optionalString_); } if (!optionalBytes_.isEmpty()) { output.writeBytes(3, optionalBytes_); } if (optionalNestedEnum_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.FOO.getNumber()) { output.writeEnum(4, optionalNestedEnum_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(5, getOptionalNestedMessage()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(6, getOptionalProto2Message()); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(7, getOptionalLazyMessage()); } if (oneofFieldCase_ == 11) { output.writeInt32( 11, (int)((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 12) { output.writeUInt32( 12, (int)((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 13) { com.google.protobuf.GeneratedMessageV3.writeString(output, 13, oneofField_); } if (oneofFieldCase_ == 14) { output.writeBytes( 14, (com.google.protobuf.ByteString) oneofField_); } if (oneofFieldCase_ == 15) { output.writeEnum(15, ((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 16) { output.writeMessage(16, (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_); } if (oneofFieldCase_ == 17) { output.writeMessage(17, (proto2_unittest.UnittestProto.TestRequired) oneofField_); } if (getRepeatedInt32List().size() > 0) { output.writeUInt32NoTag(170); output.writeUInt32NoTag(repeatedInt32MemoizedSerializedSize); } for (int i = 0; i < repeatedInt32_.size(); i++) { output.writeInt32NoTag(repeatedInt32_.getInt(i)); } for (int i = 0; i < repeatedString_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 22, repeatedString_.getRaw(i)); } for (int i = 0; i < repeatedBytes_.size(); i++) { output.writeBytes(23, repeatedBytes_.get(i)); } if (getRepeatedNestedEnumList().size() > 0) { output.writeUInt32NoTag(194); output.writeUInt32NoTag(repeatedNestedEnumMemoizedSerializedSize); } for (int i = 0; i < repeatedNestedEnum_.size(); i++) { output.writeEnumNoTag(repeatedNestedEnum_.get(i)); } for (int i = 0; i < repeatedNestedMessage_.size(); i++) { output.writeMessage(25, repeatedNestedMessage_.get(i)); } for (int i = 0; i < repeatedProto2Message_.size(); i++) { output.writeMessage(26, repeatedProto2Message_.get(i)); } if (getPackedNestedEnumList().size() > 0) { output.writeUInt32NoTag(218); output.writeUInt32NoTag(packedNestedEnumMemoizedSerializedSize); } for (int i = 0; i < packedNestedEnum_.size(); i++) { output.writeEnumNoTag(packedNestedEnum_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (optionalInt32_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, optionalInt32_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(optionalString_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, optionalString_); } if (!optionalBytes_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, optionalBytes_); } if (optionalNestedEnum_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.FOO.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(4, optionalNestedEnum_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getOptionalNestedMessage()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, getOptionalProto2Message()); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, getOptionalLazyMessage()); } if (oneofFieldCase_ == 11) { size += com.google.protobuf.CodedOutputStream .computeInt32Size( 11, (int)((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 12) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size( 12, (int)((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 13) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, oneofField_); } if (oneofFieldCase_ == 14) { size += com.google.protobuf.CodedOutputStream .computeBytesSize( 14, (com.google.protobuf.ByteString) oneofField_); } if (oneofFieldCase_ == 15) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(15, ((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 16) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_); } if (oneofFieldCase_ == 17) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, (proto2_unittest.UnittestProto.TestRequired) oneofField_); } { int dataSize = 0; for (int i = 0; i < repeatedInt32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(repeatedInt32_.getInt(i)); } size += dataSize; if (!getRepeatedInt32List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedInt32MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedString_.size(); i++) { dataSize += computeStringSizeNoTag(repeatedString_.getRaw(i)); } size += dataSize; size += 2 * getRepeatedStringList().size(); } { int dataSize = 0; for (int i = 0; i < repeatedBytes_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(repeatedBytes_.get(i)); } size += dataSize; size += 2 * getRepeatedBytesList().size(); } { int dataSize = 0; for (int i = 0; i < repeatedNestedEnum_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(repeatedNestedEnum_.get(i)); } size += dataSize; if (!getRepeatedNestedEnumList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }repeatedNestedEnumMemoizedSerializedSize = dataSize; } for (int i = 0; i < repeatedNestedMessage_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, repeatedNestedMessage_.get(i)); } for (int i = 0; i < repeatedProto2Message_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, repeatedProto2Message_.get(i)); } { int dataSize = 0; for (int i = 0; i < packedNestedEnum_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(packedNestedEnum_.get(i)); } size += dataSize; if (!getPackedNestedEnumList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }packedNestedEnumMemoizedSerializedSize = dataSize; } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.FieldPresenceTestProto.TestAllTypes)) { return super.equals(obj); } com.google.protobuf.FieldPresenceTestProto.TestAllTypes other = (com.google.protobuf.FieldPresenceTestProto.TestAllTypes) obj; if (getOptionalInt32() != other.getOptionalInt32()) return false; if (!getOptionalString() .equals(other.getOptionalString())) return false; if (!getOptionalBytes() .equals(other.getOptionalBytes())) return false; if (optionalNestedEnum_ != other.optionalNestedEnum_) return false; if (hasOptionalNestedMessage() != other.hasOptionalNestedMessage()) return false; if (hasOptionalNestedMessage()) { if (!getOptionalNestedMessage() .equals(other.getOptionalNestedMessage())) return false; } if (hasOptionalProto2Message() != other.hasOptionalProto2Message()) return false; if (hasOptionalProto2Message()) { if (!getOptionalProto2Message() .equals(other.getOptionalProto2Message())) return false; } if (hasOptionalLazyMessage() != other.hasOptionalLazyMessage()) return false; if (hasOptionalLazyMessage()) { if (!getOptionalLazyMessage() .equals(other.getOptionalLazyMessage())) return false; } if (!getRepeatedInt32List() .equals(other.getRepeatedInt32List())) return false; if (!getRepeatedStringList() .equals(other.getRepeatedStringList())) return false; if (!getRepeatedBytesList() .equals(other.getRepeatedBytesList())) return false; if (!repeatedNestedEnum_.equals(other.repeatedNestedEnum_)) return false; if (!getRepeatedNestedMessageList() .equals(other.getRepeatedNestedMessageList())) return false; if (!getRepeatedProto2MessageList() .equals(other.getRepeatedProto2MessageList())) return false; if (!packedNestedEnum_.equals(other.packedNestedEnum_)) return false; if (!getOneofFieldCase().equals(other.getOneofFieldCase())) return false; switch (oneofFieldCase_) { case 11: if (getOneofInt32() != other.getOneofInt32()) return false; break; case 12: if (getOneofUint32() != other.getOneofUint32()) return false; break; case 13: if (!getOneofString() .equals(other.getOneofString())) return false; break; case 14: if (!getOneofBytes() .equals(other.getOneofBytes())) return false; break; case 15: if (getOneofNestedEnumValue() != other.getOneofNestedEnumValue()) return false; break; case 16: if (!getOneofNestedMessage() .equals(other.getOneofNestedMessage())) return false; break; case 17: if (!getOneofProto2Message() .equals(other.getOneofProto2Message())) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + OPTIONAL_INT32_FIELD_NUMBER; hash = (53 * hash) + getOptionalInt32(); hash = (37 * hash) + OPTIONAL_STRING_FIELD_NUMBER; hash = (53 * hash) + getOptionalString().hashCode(); hash = (37 * hash) + OPTIONAL_BYTES_FIELD_NUMBER; hash = (53 * hash) + getOptionalBytes().hashCode(); hash = (37 * hash) + OPTIONAL_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + optionalNestedEnum_; if (hasOptionalNestedMessage()) { hash = (37 * hash) + OPTIONAL_NESTED_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalNestedMessage().hashCode(); } if (hasOptionalProto2Message()) { hash = (37 * hash) + OPTIONAL_PROTO2_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalProto2Message().hashCode(); } if (hasOptionalLazyMessage()) { hash = (37 * hash) + OPTIONAL_LAZY_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalLazyMessage().hashCode(); } if (getRepeatedInt32Count() > 0) { hash = (37 * hash) + REPEATED_INT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedInt32List().hashCode(); } if (getRepeatedStringCount() > 0) { hash = (37 * hash) + REPEATED_STRING_FIELD_NUMBER; hash = (53 * hash) + getRepeatedStringList().hashCode(); } if (getRepeatedBytesCount() > 0) { hash = (37 * hash) + REPEATED_BYTES_FIELD_NUMBER; hash = (53 * hash) + getRepeatedBytesList().hashCode(); } if (getRepeatedNestedEnumCount() > 0) { hash = (37 * hash) + REPEATED_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + repeatedNestedEnum_.hashCode(); } if (getRepeatedNestedMessageCount() > 0) { hash = (37 * hash) + REPEATED_NESTED_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getRepeatedNestedMessageList().hashCode(); } if (getRepeatedProto2MessageCount() > 0) { hash = (37 * hash) + REPEATED_PROTO2_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getRepeatedProto2MessageList().hashCode(); } if (getPackedNestedEnumCount() > 0) { hash = (37 * hash) + PACKED_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + packedNestedEnum_.hashCode(); } switch (oneofFieldCase_) { case 11: hash = (37 * hash) + ONEOF_INT32_FIELD_NUMBER; hash = (53 * hash) + getOneofInt32(); break; case 12: hash = (37 * hash) + ONEOF_UINT32_FIELD_NUMBER; hash = (53 * hash) + getOneofUint32(); break; case 13: hash = (37 * hash) + ONEOF_STRING_FIELD_NUMBER; hash = (53 * hash) + getOneofString().hashCode(); break; case 14: hash = (37 * hash) + ONEOF_BYTES_FIELD_NUMBER; hash = (53 * hash) + getOneofBytes().hashCode(); break; case 15: hash = (37 * hash) + ONEOF_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + getOneofNestedEnumValue(); break; case 16: hash = (37 * hash) + ONEOF_NESTED_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOneofNestedMessage().hashCode(); break; case 17: hash = (37 * hash) + ONEOF_PROTO2_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOneofProto2Message().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.FieldPresenceTestProto.TestAllTypes prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code field_presence_test.TestAllTypes} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:field_presence_test.TestAllTypes) com.google.protobuf.FieldPresenceTestProto.TestAllTypesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.class, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.Builder.class); } // Construct using com.google.protobuf.FieldPresenceTestProto.TestAllTypes.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getOptionalNestedMessageFieldBuilder(); getOptionalProto2MessageFieldBuilder(); getOptionalLazyMessageFieldBuilder(); getRepeatedNestedMessageFieldBuilder(); getRepeatedProto2MessageFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; optionalInt32_ = 0; optionalString_ = ""; optionalBytes_ = com.google.protobuf.ByteString.EMPTY; optionalNestedEnum_ = 0; optionalNestedMessage_ = null; if (optionalNestedMessageBuilder_ != null) { optionalNestedMessageBuilder_.dispose(); optionalNestedMessageBuilder_ = null; } optionalProto2Message_ = null; if (optionalProto2MessageBuilder_ != null) { optionalProto2MessageBuilder_.dispose(); optionalProto2MessageBuilder_ = null; } optionalLazyMessage_ = null; if (optionalLazyMessageBuilder_ != null) { optionalLazyMessageBuilder_.dispose(); optionalLazyMessageBuilder_ = null; } if (oneofNestedMessageBuilder_ != null) { oneofNestedMessageBuilder_.clear(); } if (oneofProto2MessageBuilder_ != null) { oneofProto2MessageBuilder_.clear(); } repeatedInt32_ = emptyIntList(); repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00020000); if (repeatedNestedMessageBuilder_ == null) { repeatedNestedMessage_ = java.util.Collections.emptyList(); } else { repeatedNestedMessage_ = null; repeatedNestedMessageBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00040000); if (repeatedProto2MessageBuilder_ == null) { repeatedProto2Message_ = java.util.Collections.emptyList(); } else { repeatedProto2Message_ = null; repeatedProto2MessageBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00080000); packedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00100000); oneofFieldCase_ = 0; oneofField_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestAllTypes_descriptor; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes getDefaultInstanceForType() { return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes build() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes buildPartial() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes result = new com.google.protobuf.FieldPresenceTestProto.TestAllTypes(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.FieldPresenceTestProto.TestAllTypes result) { if (((bitField0_ & 0x00020000) != 0)) { repeatedNestedEnum_ = java.util.Collections.unmodifiableList(repeatedNestedEnum_); bitField0_ = (bitField0_ & ~0x00020000); } result.repeatedNestedEnum_ = repeatedNestedEnum_; if (repeatedNestedMessageBuilder_ == null) { if (((bitField0_ & 0x00040000) != 0)) { repeatedNestedMessage_ = java.util.Collections.unmodifiableList(repeatedNestedMessage_); bitField0_ = (bitField0_ & ~0x00040000); } result.repeatedNestedMessage_ = repeatedNestedMessage_; } else { result.repeatedNestedMessage_ = repeatedNestedMessageBuilder_.build(); } if (repeatedProto2MessageBuilder_ == null) { if (((bitField0_ & 0x00080000) != 0)) { repeatedProto2Message_ = java.util.Collections.unmodifiableList(repeatedProto2Message_); bitField0_ = (bitField0_ & ~0x00080000); } result.repeatedProto2Message_ = repeatedProto2Message_; } else { result.repeatedProto2Message_ = repeatedProto2MessageBuilder_.build(); } if (((bitField0_ & 0x00100000) != 0)) { packedNestedEnum_ = java.util.Collections.unmodifiableList(packedNestedEnum_); bitField0_ = (bitField0_ & ~0x00100000); } result.packedNestedEnum_ = packedNestedEnum_; } private void buildPartial0(com.google.protobuf.FieldPresenceTestProto.TestAllTypes result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.optionalInt32_ = optionalInt32_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.optionalString_ = optionalString_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.optionalBytes_ = optionalBytes_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.optionalNestedEnum_ = optionalNestedEnum_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000010) != 0)) { result.optionalNestedMessage_ = optionalNestedMessageBuilder_ == null ? optionalNestedMessage_ : optionalNestedMessageBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000020) != 0)) { result.optionalProto2Message_ = optionalProto2MessageBuilder_ == null ? optionalProto2Message_ : optionalProto2MessageBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000040) != 0)) { result.optionalLazyMessage_ = optionalLazyMessageBuilder_ == null ? optionalLazyMessage_ : optionalLazyMessageBuilder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00004000) != 0)) { repeatedInt32_.makeImmutable(); result.repeatedInt32_ = repeatedInt32_; } if (((from_bitField0_ & 0x00008000) != 0)) { repeatedString_.makeImmutable(); result.repeatedString_ = repeatedString_; } if (((from_bitField0_ & 0x00010000) != 0)) { repeatedBytes_.makeImmutable(); result.repeatedBytes_ = repeatedBytes_; } result.bitField0_ |= to_bitField0_; } private void buildPartialOneofs(com.google.protobuf.FieldPresenceTestProto.TestAllTypes result) { result.oneofFieldCase_ = oneofFieldCase_; result.oneofField_ = this.oneofField_; if (oneofFieldCase_ == 16 && oneofNestedMessageBuilder_ != null) { result.oneofField_ = oneofNestedMessageBuilder_.build(); } if (oneofFieldCase_ == 17 && oneofProto2MessageBuilder_ != null) { result.oneofField_ = oneofProto2MessageBuilder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.FieldPresenceTestProto.TestAllTypes) { return mergeFrom((com.google.protobuf.FieldPresenceTestProto.TestAllTypes)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.FieldPresenceTestProto.TestAllTypes other) { if (other == com.google.protobuf.FieldPresenceTestProto.TestAllTypes.getDefaultInstance()) return this; if (other.getOptionalInt32() != 0) { setOptionalInt32(other.getOptionalInt32()); } if (!other.getOptionalString().isEmpty()) { optionalString_ = other.optionalString_; bitField0_ |= 0x00000002; onChanged(); } if (other.getOptionalBytes() != com.google.protobuf.ByteString.EMPTY) { setOptionalBytes(other.getOptionalBytes()); } if (other.optionalNestedEnum_ != 0) { setOptionalNestedEnumValue(other.getOptionalNestedEnumValue()); } if (other.hasOptionalNestedMessage()) { mergeOptionalNestedMessage(other.getOptionalNestedMessage()); } if (other.hasOptionalProto2Message()) { mergeOptionalProto2Message(other.getOptionalProto2Message()); } if (other.hasOptionalLazyMessage()) { mergeOptionalLazyMessage(other.getOptionalLazyMessage()); } if (!other.repeatedInt32_.isEmpty()) { if (repeatedInt32_.isEmpty()) { repeatedInt32_ = other.repeatedInt32_; repeatedInt32_.makeImmutable(); bitField0_ |= 0x00004000; } else { ensureRepeatedInt32IsMutable(); repeatedInt32_.addAll(other.repeatedInt32_); } onChanged(); } if (!other.repeatedString_.isEmpty()) { if (repeatedString_.isEmpty()) { repeatedString_ = other.repeatedString_; bitField0_ |= 0x00008000; } else { ensureRepeatedStringIsMutable(); repeatedString_.addAll(other.repeatedString_); } onChanged(); } if (!other.repeatedBytes_.isEmpty()) { if (repeatedBytes_.isEmpty()) { repeatedBytes_ = other.repeatedBytes_; repeatedBytes_.makeImmutable(); bitField0_ |= 0x00010000; } else { ensureRepeatedBytesIsMutable(); repeatedBytes_.addAll(other.repeatedBytes_); } onChanged(); } if (!other.repeatedNestedEnum_.isEmpty()) { if (repeatedNestedEnum_.isEmpty()) { repeatedNestedEnum_ = other.repeatedNestedEnum_; bitField0_ = (bitField0_ & ~0x00020000); } else { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.addAll(other.repeatedNestedEnum_); } onChanged(); } if (repeatedNestedMessageBuilder_ == null) { if (!other.repeatedNestedMessage_.isEmpty()) { if (repeatedNestedMessage_.isEmpty()) { repeatedNestedMessage_ = other.repeatedNestedMessage_; bitField0_ = (bitField0_ & ~0x00040000); } else { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.addAll(other.repeatedNestedMessage_); } onChanged(); } } else { if (!other.repeatedNestedMessage_.isEmpty()) { if (repeatedNestedMessageBuilder_.isEmpty()) { repeatedNestedMessageBuilder_.dispose(); repeatedNestedMessageBuilder_ = null; repeatedNestedMessage_ = other.repeatedNestedMessage_; bitField0_ = (bitField0_ & ~0x00040000); repeatedNestedMessageBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getRepeatedNestedMessageFieldBuilder() : null; } else { repeatedNestedMessageBuilder_.addAllMessages(other.repeatedNestedMessage_); } } } if (repeatedProto2MessageBuilder_ == null) { if (!other.repeatedProto2Message_.isEmpty()) { if (repeatedProto2Message_.isEmpty()) { repeatedProto2Message_ = other.repeatedProto2Message_; bitField0_ = (bitField0_ & ~0x00080000); } else { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.addAll(other.repeatedProto2Message_); } onChanged(); } } else { if (!other.repeatedProto2Message_.isEmpty()) { if (repeatedProto2MessageBuilder_.isEmpty()) { repeatedProto2MessageBuilder_.dispose(); repeatedProto2MessageBuilder_ = null; repeatedProto2Message_ = other.repeatedProto2Message_; bitField0_ = (bitField0_ & ~0x00080000); repeatedProto2MessageBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getRepeatedProto2MessageFieldBuilder() : null; } else { repeatedProto2MessageBuilder_.addAllMessages(other.repeatedProto2Message_); } } } if (!other.packedNestedEnum_.isEmpty()) { if (packedNestedEnum_.isEmpty()) { packedNestedEnum_ = other.packedNestedEnum_; bitField0_ = (bitField0_ & ~0x00100000); } else { ensurePackedNestedEnumIsMutable(); packedNestedEnum_.addAll(other.packedNestedEnum_); } onChanged(); } switch (other.getOneofFieldCase()) { case ONEOF_INT32: { setOneofInt32(other.getOneofInt32()); break; } case ONEOF_UINT32: { setOneofUint32(other.getOneofUint32()); break; } case ONEOF_STRING: { oneofFieldCase_ = 13; oneofField_ = other.oneofField_; onChanged(); break; } case ONEOF_BYTES: { setOneofBytes(other.getOneofBytes()); break; } case ONEOF_NESTED_ENUM: { setOneofNestedEnumValue(other.getOneofNestedEnumValue()); break; } case ONEOF_NESTED_MESSAGE: { mergeOneofNestedMessage(other.getOneofNestedMessage()); break; } case ONEOF_PROTO2_MESSAGE: { mergeOneofProto2Message(other.getOneofProto2Message()); break; } case ONEOFFIELD_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (hasOptionalProto2Message()) { if (!getOptionalProto2Message().isInitialized()) { return false; } } if (hasOneofProto2Message()) { if (!getOneofProto2Message().isInitialized()) { return false; } } for (int i = 0; i < getRepeatedProto2MessageCount(); i++) { if (!getRepeatedProto2Message(i).isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { optionalInt32_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { optionalString_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { optionalBytes_ = input.readBytes(); bitField0_ |= 0x00000004; break; } // case 26 case 32: { optionalNestedEnum_ = input.readEnum(); bitField0_ |= 0x00000008; break; } // case 32 case 42: { input.readMessage( getOptionalNestedMessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000010; break; } // case 42 case 50: { input.readMessage( getOptionalProto2MessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000020; break; } // case 50 case 58: { input.readMessage( getOptionalLazyMessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000040; break; } // case 58 case 88: { oneofField_ = input.readInt32(); oneofFieldCase_ = 11; break; } // case 88 case 96: { oneofField_ = input.readUInt32(); oneofFieldCase_ = 12; break; } // case 96 case 106: { java.lang.String s = input.readStringRequireUtf8(); oneofFieldCase_ = 13; oneofField_ = s; break; } // case 106 case 114: { oneofField_ = input.readBytes(); oneofFieldCase_ = 14; break; } // case 114 case 120: { int rawValue = input.readEnum(); oneofFieldCase_ = 15; oneofField_ = rawValue; break; } // case 120 case 130: { input.readMessage( getOneofNestedMessageFieldBuilder().getBuilder(), extensionRegistry); oneofFieldCase_ = 16; break; } // case 130 case 138: { input.readMessage( getOneofProto2MessageFieldBuilder().getBuilder(), extensionRegistry); oneofFieldCase_ = 17; break; } // case 138 case 168: { int v = input.readInt32(); ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(v); break; } // case 168 case 170: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedInt32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedInt32_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 170 case 178: { java.lang.String s = input.readStringRequireUtf8(); ensureRepeatedStringIsMutable(); repeatedString_.add(s); break; } // case 178 case 186: { com.google.protobuf.ByteString v = input.readBytes(); ensureRepeatedBytesIsMutable(); repeatedBytes_.add(v); break; } // case 186 case 192: { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); break; } // case 192 case 194: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 194 case 202: { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage m = input.readMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.parser(), extensionRegistry); if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(m); } else { repeatedNestedMessageBuilder_.addMessage(m); } break; } // case 202 case 210: { proto2_unittest.UnittestProto.TestRequired m = input.readMessage( proto2_unittest.UnittestProto.TestRequired.PARSER, extensionRegistry); if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(m); } else { repeatedProto2MessageBuilder_.addMessage(m); } break; } // case 210 case 216: { int tmpRaw = input.readEnum(); ensurePackedNestedEnumIsMutable(); packedNestedEnum_.add(tmpRaw); break; } // case 216 case 218: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensurePackedNestedEnumIsMutable(); packedNestedEnum_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 218 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int oneofFieldCase_ = 0; private java.lang.Object oneofField_; public OneofFieldCase getOneofFieldCase() { return OneofFieldCase.forNumber( oneofFieldCase_); } public Builder clearOneofField() { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); return this; } private int bitField0_; private int optionalInt32_ ; /** * int32 optional_int32 = 1; * @return The optionalInt32. */ @java.lang.Override public int getOptionalInt32() { return optionalInt32_; } /** * int32 optional_int32 = 1; * @param value The optionalInt32 to set. * @return This builder for chaining. */ public Builder setOptionalInt32(int value) { optionalInt32_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 optional_int32 = 1; * @return This builder for chaining. */ public Builder clearOptionalInt32() { bitField0_ = (bitField0_ & ~0x00000001); optionalInt32_ = 0; onChanged(); return this; } private java.lang.Object optionalString_ = ""; /** * string optional_string = 2; * @return The optionalString. */ public java.lang.String getOptionalString() { java.lang.Object ref = optionalString_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); optionalString_ = s; return s; } else { return (java.lang.String) ref; } } /** * string optional_string = 2; * @return The bytes for optionalString. */ public com.google.protobuf.ByteString getOptionalStringBytes() { java.lang.Object ref = optionalString_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); optionalString_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string optional_string = 2; * @param value The optionalString to set. * @return This builder for chaining. */ public Builder setOptionalString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } optionalString_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * string optional_string = 2; * @return This builder for chaining. */ public Builder clearOptionalString() { optionalString_ = getDefaultInstance().getOptionalString(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * string optional_string = 2; * @param value The bytes for optionalString to set. * @return This builder for chaining. */ public Builder setOptionalStringBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); optionalString_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.ByteString optionalBytes_ = com.google.protobuf.ByteString.EMPTY; /** * bytes optional_bytes = 3; * @return The optionalBytes. */ @java.lang.Override public com.google.protobuf.ByteString getOptionalBytes() { return optionalBytes_; } /** * bytes optional_bytes = 3; * @param value The optionalBytes to set. * @return This builder for chaining. */ public Builder setOptionalBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } optionalBytes_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * bytes optional_bytes = 3; * @return This builder for chaining. */ public Builder clearOptionalBytes() { bitField0_ = (bitField0_ & ~0x00000004); optionalBytes_ = getDefaultInstance().getOptionalBytes(); onChanged(); return this; } private int optionalNestedEnum_ = 0; /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The enum numeric value on the wire for optionalNestedEnum. */ @java.lang.Override public int getOptionalNestedEnumValue() { return optionalNestedEnum_; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @param value The enum numeric value on the wire for optionalNestedEnum to set. * @return This builder for chaining. */ public Builder setOptionalNestedEnumValue(int value) { optionalNestedEnum_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The optionalNestedEnum. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOptionalNestedEnum() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber(optionalNestedEnum_); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @param value The optionalNestedEnum to set. * @return This builder for chaining. */ public Builder setOptionalNestedEnum(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; optionalNestedEnum_ = value.getNumber(); onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return This builder for chaining. */ public Builder clearOptionalNestedEnum() { bitField0_ = (bitField0_ & ~0x00000008); optionalNestedEnum_ = 0; onChanged(); return this; } private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalNestedMessage_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> optionalNestedMessageBuilder_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return Whether the optionalNestedMessage field is set. */ public boolean hasOptionalNestedMessage() { return ((bitField0_ & 0x00000010) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return The optionalNestedMessage. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalNestedMessage() { if (optionalNestedMessageBuilder_ == null) { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } else { return optionalNestedMessageBuilder_.getMessage(); } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder setOptionalNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalNestedMessage_ = value; } else { optionalNestedMessageBuilder_.setMessage(value); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder setOptionalNestedMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (optionalNestedMessageBuilder_ == null) { optionalNestedMessage_ = builderForValue.build(); } else { optionalNestedMessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder mergeOptionalNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalNestedMessageBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0) && optionalNestedMessage_ != null && optionalNestedMessage_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()) { getOptionalNestedMessageBuilder().mergeFrom(value); } else { optionalNestedMessage_ = value; } } else { optionalNestedMessageBuilder_.mergeFrom(value); } if (optionalNestedMessage_ != null) { bitField0_ |= 0x00000010; onChanged(); } return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder clearOptionalNestedMessage() { bitField0_ = (bitField0_ & ~0x00000010); optionalNestedMessage_ = null; if (optionalNestedMessageBuilder_ != null) { optionalNestedMessageBuilder_.dispose(); optionalNestedMessageBuilder_ = null; } onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder getOptionalNestedMessageBuilder() { bitField0_ |= 0x00000010; onChanged(); return getOptionalNestedMessageFieldBuilder().getBuilder(); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalNestedMessageOrBuilder() { if (optionalNestedMessageBuilder_ != null) { return optionalNestedMessageBuilder_.getMessageOrBuilder(); } else { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> getOptionalNestedMessageFieldBuilder() { if (optionalNestedMessageBuilder_ == null) { optionalNestedMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder>( getOptionalNestedMessage(), getParentForChildren(), isClean()); optionalNestedMessage_ = null; } return optionalNestedMessageBuilder_; } private proto2_unittest.UnittestProto.TestRequired optionalProto2Message_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> optionalProto2MessageBuilder_; /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return Whether the optionalProto2Message field is set. */ public boolean hasOptionalProto2Message() { return ((bitField0_ & 0x00000020) != 0); } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return The optionalProto2Message. */ public proto2_unittest.UnittestProto.TestRequired getOptionalProto2Message() { if (optionalProto2MessageBuilder_ == null) { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } else { return optionalProto2MessageBuilder_.getMessage(); } } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder setOptionalProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (optionalProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalProto2Message_ = value; } else { optionalProto2MessageBuilder_.setMessage(value); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder setOptionalProto2Message( proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (optionalProto2MessageBuilder_ == null) { optionalProto2Message_ = builderForValue.build(); } else { optionalProto2MessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder mergeOptionalProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (optionalProto2MessageBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0) && optionalProto2Message_ != null && optionalProto2Message_ != proto2_unittest.UnittestProto.TestRequired.getDefaultInstance()) { getOptionalProto2MessageBuilder().mergeFrom(value); } else { optionalProto2Message_ = value; } } else { optionalProto2MessageBuilder_.mergeFrom(value); } if (optionalProto2Message_ != null) { bitField0_ |= 0x00000020; onChanged(); } return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder clearOptionalProto2Message() { bitField0_ = (bitField0_ & ~0x00000020); optionalProto2Message_ = null; if (optionalProto2MessageBuilder_ != null) { optionalProto2MessageBuilder_.dispose(); optionalProto2MessageBuilder_ = null; } onChanged(); return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public proto2_unittest.UnittestProto.TestRequired.Builder getOptionalProto2MessageBuilder() { bitField0_ |= 0x00000020; onChanged(); return getOptionalProto2MessageFieldBuilder().getBuilder(); } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public proto2_unittest.UnittestProto.TestRequiredOrBuilder getOptionalProto2MessageOrBuilder() { if (optionalProto2MessageBuilder_ != null) { return optionalProto2MessageBuilder_.getMessageOrBuilder(); } else { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> getOptionalProto2MessageFieldBuilder() { if (optionalProto2MessageBuilder_ == null) { optionalProto2MessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder>( getOptionalProto2Message(), getParentForChildren(), isClean()); optionalProto2Message_ = null; } return optionalProto2MessageBuilder_; } private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalLazyMessage_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> optionalLazyMessageBuilder_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return Whether the optionalLazyMessage field is set. */ public boolean hasOptionalLazyMessage() { return ((bitField0_ & 0x00000040) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return The optionalLazyMessage. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalLazyMessage() { if (optionalLazyMessageBuilder_ == null) { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } else { return optionalLazyMessageBuilder_.getMessage(); } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder setOptionalLazyMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalLazyMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalLazyMessage_ = value; } else { optionalLazyMessageBuilder_.setMessage(value); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder setOptionalLazyMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (optionalLazyMessageBuilder_ == null) { optionalLazyMessage_ = builderForValue.build(); } else { optionalLazyMessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder mergeOptionalLazyMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalLazyMessageBuilder_ == null) { if (((bitField0_ & 0x00000040) != 0) && optionalLazyMessage_ != null && optionalLazyMessage_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()) { getOptionalLazyMessageBuilder().mergeFrom(value); } else { optionalLazyMessage_ = value; } } else { optionalLazyMessageBuilder_.mergeFrom(value); } if (optionalLazyMessage_ != null) { bitField0_ |= 0x00000040; onChanged(); } return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder clearOptionalLazyMessage() { bitField0_ = (bitField0_ & ~0x00000040); optionalLazyMessage_ = null; if (optionalLazyMessageBuilder_ != null) { optionalLazyMessageBuilder_.dispose(); optionalLazyMessageBuilder_ = null; } onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder getOptionalLazyMessageBuilder() { bitField0_ |= 0x00000040; onChanged(); return getOptionalLazyMessageFieldBuilder().getBuilder(); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalLazyMessageOrBuilder() { if (optionalLazyMessageBuilder_ != null) { return optionalLazyMessageBuilder_.getMessageOrBuilder(); } else { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> getOptionalLazyMessageFieldBuilder() { if (optionalLazyMessageBuilder_ == null) { optionalLazyMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder>( getOptionalLazyMessage(), getParentForChildren(), isClean()); optionalLazyMessage_ = null; } return optionalLazyMessageBuilder_; } /** * int32 oneof_int32 = 11; * @return Whether the oneofInt32 field is set. */ public boolean hasOneofInt32() { return oneofFieldCase_ == 11; } /** * int32 oneof_int32 = 11; * @return The oneofInt32. */ public int getOneofInt32() { if (oneofFieldCase_ == 11) { return (java.lang.Integer) oneofField_; } return 0; } /** * int32 oneof_int32 = 11; * @param value The oneofInt32 to set. * @return This builder for chaining. */ public Builder setOneofInt32(int value) { oneofFieldCase_ = 11; oneofField_ = value; onChanged(); return this; } /** * int32 oneof_int32 = 11; * @return This builder for chaining. */ public Builder clearOneofInt32() { if (oneofFieldCase_ == 11) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } return this; } /** * uint32 oneof_uint32 = 12; * @return Whether the oneofUint32 field is set. */ public boolean hasOneofUint32() { return oneofFieldCase_ == 12; } /** * uint32 oneof_uint32 = 12; * @return The oneofUint32. */ public int getOneofUint32() { if (oneofFieldCase_ == 12) { return (java.lang.Integer) oneofField_; } return 0; } /** * uint32 oneof_uint32 = 12; * @param value The oneofUint32 to set. * @return This builder for chaining. */ public Builder setOneofUint32(int value) { oneofFieldCase_ = 12; oneofField_ = value; onChanged(); return this; } /** * uint32 oneof_uint32 = 12; * @return This builder for chaining. */ public Builder clearOneofUint32() { if (oneofFieldCase_ == 12) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } return this; } /** * string oneof_string = 13; * @return Whether the oneofString field is set. */ @java.lang.Override public boolean hasOneofString() { return oneofFieldCase_ == 13; } /** * string oneof_string = 13; * @return The oneofString. */ @java.lang.Override public java.lang.String getOneofString() { java.lang.Object ref = ""; if (oneofFieldCase_ == 13) { ref = oneofField_; } if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (oneofFieldCase_ == 13) { oneofField_ = s; } return s; } else { return (java.lang.String) ref; } } /** * string oneof_string = 13; * @return The bytes for oneofString. */ @java.lang.Override public com.google.protobuf.ByteString getOneofStringBytes() { java.lang.Object ref = ""; if (oneofFieldCase_ == 13) { ref = oneofField_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (oneofFieldCase_ == 13) { oneofField_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string oneof_string = 13; * @param value The oneofString to set. * @return This builder for chaining. */ public Builder setOneofString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } oneofFieldCase_ = 13; oneofField_ = value; onChanged(); return this; } /** * string oneof_string = 13; * @return This builder for chaining. */ public Builder clearOneofString() { if (oneofFieldCase_ == 13) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } return this; } /** * string oneof_string = 13; * @param value The bytes for oneofString to set. * @return This builder for chaining. */ public Builder setOneofStringBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); oneofFieldCase_ = 13; oneofField_ = value; onChanged(); return this; } /** * bytes oneof_bytes = 14; * @return Whether the oneofBytes field is set. */ public boolean hasOneofBytes() { return oneofFieldCase_ == 14; } /** * bytes oneof_bytes = 14; * @return The oneofBytes. */ public com.google.protobuf.ByteString getOneofBytes() { if (oneofFieldCase_ == 14) { return (com.google.protobuf.ByteString) oneofField_; } return com.google.protobuf.ByteString.EMPTY; } /** * bytes oneof_bytes = 14; * @param value The oneofBytes to set. * @return This builder for chaining. */ public Builder setOneofBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } oneofFieldCase_ = 14; oneofField_ = value; onChanged(); return this; } /** * bytes oneof_bytes = 14; * @return This builder for chaining. */ public Builder clearOneofBytes() { if (oneofFieldCase_ == 14) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } return this; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return Whether the oneofNestedEnum field is set. */ @java.lang.Override public boolean hasOneofNestedEnum() { return oneofFieldCase_ == 15; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return The enum numeric value on the wire for oneofNestedEnum. */ @java.lang.Override public int getOneofNestedEnumValue() { if (oneofFieldCase_ == 15) { return ((java.lang.Integer) oneofField_).intValue(); } return 0; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @param value The enum numeric value on the wire for oneofNestedEnum to set. * @return This builder for chaining. */ public Builder setOneofNestedEnumValue(int value) { oneofFieldCase_ = 15; oneofField_ = value; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return The oneofNestedEnum. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOneofNestedEnum() { if (oneofFieldCase_ == 15) { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber( (java.lang.Integer) oneofField_); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.FOO; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @param value The oneofNestedEnum to set. * @return This builder for chaining. */ public Builder setOneofNestedEnum(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } oneofFieldCase_ = 15; oneofField_ = value.getNumber(); onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedEnum oneof_nested_enum = 15; * @return This builder for chaining. */ public Builder clearOneofNestedEnum() { if (oneofFieldCase_ == 15) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> oneofNestedMessageBuilder_; /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; * @return Whether the oneofNestedMessage field is set. */ @java.lang.Override public boolean hasOneofNestedMessage() { return oneofFieldCase_ == 16; } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; * @return The oneofNestedMessage. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOneofNestedMessage() { if (oneofNestedMessageBuilder_ == null) { if (oneofFieldCase_ == 16) { return (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_; } return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance(); } else { if (oneofFieldCase_ == 16) { return oneofNestedMessageBuilder_.getMessage(); } return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance(); } } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ public Builder setOneofNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (oneofNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } oneofField_ = value; onChanged(); } else { oneofNestedMessageBuilder_.setMessage(value); } oneofFieldCase_ = 16; return this; } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ public Builder setOneofNestedMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (oneofNestedMessageBuilder_ == null) { oneofField_ = builderForValue.build(); onChanged(); } else { oneofNestedMessageBuilder_.setMessage(builderForValue.build()); } oneofFieldCase_ = 16; return this; } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ public Builder mergeOneofNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (oneofNestedMessageBuilder_ == null) { if (oneofFieldCase_ == 16 && oneofField_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()) { oneofField_ = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.newBuilder((com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_) .mergeFrom(value).buildPartial(); } else { oneofField_ = value; } onChanged(); } else { if (oneofFieldCase_ == 16) { oneofNestedMessageBuilder_.mergeFrom(value); } else { oneofNestedMessageBuilder_.setMessage(value); } } oneofFieldCase_ = 16; return this; } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ public Builder clearOneofNestedMessage() { if (oneofNestedMessageBuilder_ == null) { if (oneofFieldCase_ == 16) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } } else { if (oneofFieldCase_ == 16) { oneofFieldCase_ = 0; oneofField_ = null; } oneofNestedMessageBuilder_.clear(); } return this; } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder getOneofNestedMessageBuilder() { return getOneofNestedMessageFieldBuilder().getBuilder(); } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOneofNestedMessageOrBuilder() { if ((oneofFieldCase_ == 16) && (oneofNestedMessageBuilder_ != null)) { return oneofNestedMessageBuilder_.getMessageOrBuilder(); } else { if (oneofFieldCase_ == 16) { return (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_; } return com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance(); } } /** * .field_presence_test.TestAllTypes.NestedMessage oneof_nested_message = 16; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> getOneofNestedMessageFieldBuilder() { if (oneofNestedMessageBuilder_ == null) { if (!(oneofFieldCase_ == 16)) { oneofField_ = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance(); } oneofNestedMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder>( (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage) oneofField_, getParentForChildren(), isClean()); oneofField_ = null; } oneofFieldCase_ = 16; onChanged(); return oneofNestedMessageBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> oneofProto2MessageBuilder_; /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; * @return Whether the oneofProto2Message field is set. */ @java.lang.Override public boolean hasOneofProto2Message() { return oneofFieldCase_ == 17; } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; * @return The oneofProto2Message. */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequired getOneofProto2Message() { if (oneofProto2MessageBuilder_ == null) { if (oneofFieldCase_ == 17) { return (proto2_unittest.UnittestProto.TestRequired) oneofField_; } return proto2_unittest.UnittestProto.TestRequired.getDefaultInstance(); } else { if (oneofFieldCase_ == 17) { return oneofProto2MessageBuilder_.getMessage(); } return proto2_unittest.UnittestProto.TestRequired.getDefaultInstance(); } } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ public Builder setOneofProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (oneofProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } oneofField_ = value; onChanged(); } else { oneofProto2MessageBuilder_.setMessage(value); } oneofFieldCase_ = 17; return this; } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ public Builder setOneofProto2Message( proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (oneofProto2MessageBuilder_ == null) { oneofField_ = builderForValue.build(); onChanged(); } else { oneofProto2MessageBuilder_.setMessage(builderForValue.build()); } oneofFieldCase_ = 17; return this; } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ public Builder mergeOneofProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (oneofProto2MessageBuilder_ == null) { if (oneofFieldCase_ == 17 && oneofField_ != proto2_unittest.UnittestProto.TestRequired.getDefaultInstance()) { oneofField_ = proto2_unittest.UnittestProto.TestRequired.newBuilder((proto2_unittest.UnittestProto.TestRequired) oneofField_) .mergeFrom(value).buildPartial(); } else { oneofField_ = value; } onChanged(); } else { if (oneofFieldCase_ == 17) { oneofProto2MessageBuilder_.mergeFrom(value); } else { oneofProto2MessageBuilder_.setMessage(value); } } oneofFieldCase_ = 17; return this; } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ public Builder clearOneofProto2Message() { if (oneofProto2MessageBuilder_ == null) { if (oneofFieldCase_ == 17) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } } else { if (oneofFieldCase_ == 17) { oneofFieldCase_ = 0; oneofField_ = null; } oneofProto2MessageBuilder_.clear(); } return this; } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ public proto2_unittest.UnittestProto.TestRequired.Builder getOneofProto2MessageBuilder() { return getOneofProto2MessageFieldBuilder().getBuilder(); } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequiredOrBuilder getOneofProto2MessageOrBuilder() { if ((oneofFieldCase_ == 17) && (oneofProto2MessageBuilder_ != null)) { return oneofProto2MessageBuilder_.getMessageOrBuilder(); } else { if (oneofFieldCase_ == 17) { return (proto2_unittest.UnittestProto.TestRequired) oneofField_; } return proto2_unittest.UnittestProto.TestRequired.getDefaultInstance(); } } /** * .proto2_unittest.TestRequired oneof_proto2_message = 17; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> getOneofProto2MessageFieldBuilder() { if (oneofProto2MessageBuilder_ == null) { if (!(oneofFieldCase_ == 17)) { oneofField_ = proto2_unittest.UnittestProto.TestRequired.getDefaultInstance(); } oneofProto2MessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder>( (proto2_unittest.UnittestProto.TestRequired) oneofField_, getParentForChildren(), isClean()); oneofField_ = null; } oneofFieldCase_ = 17; onChanged(); return oneofProto2MessageBuilder_; } private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); private void ensureRepeatedInt32IsMutable() { if (!repeatedInt32_.isModifiable()) { repeatedInt32_ = makeMutableCopy(repeatedInt32_); } bitField0_ |= 0x00004000; } /** * repeated int32 repeated_int32 = 21; * @return A list containing the repeatedInt32. */ public java.util.List getRepeatedInt32List() { repeatedInt32_.makeImmutable(); return repeatedInt32_; } /** * repeated int32 repeated_int32 = 21; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 21; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } /** * repeated int32 repeated_int32 = 21; * @param index The index to set the value at. * @param value The repeatedInt32 to set. * @return This builder for chaining. */ public Builder setRepeatedInt32( int index, int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.setInt(index, value); bitField0_ |= 0x00004000; onChanged(); return this; } /** * repeated int32 repeated_int32 = 21; * @param value The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addRepeatedInt32(int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(value); bitField0_ |= 0x00004000; onChanged(); return this; } /** * repeated int32 repeated_int32 = 21; * @param values The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedInt32( java.lang.Iterable values) { ensureRepeatedInt32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedInt32_); bitField0_ |= 0x00004000; onChanged(); return this; } /** * repeated int32 repeated_int32 = 21; * @return This builder for chaining. */ public Builder clearRepeatedInt32() { repeatedInt32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00004000); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureRepeatedStringIsMutable() { if (!repeatedString_.isModifiable()) { repeatedString_ = new com.google.protobuf.LazyStringArrayList(repeatedString_); } bitField0_ |= 0x00008000; } /** * repeated string repeated_string = 22; * @return A list containing the repeatedString. */ public com.google.protobuf.ProtocolStringList getRepeatedStringList() { repeatedString_.makeImmutable(); return repeatedString_; } /** * repeated string repeated_string = 22; * @return The count of repeatedString. */ public int getRepeatedStringCount() { return repeatedString_.size(); } /** * repeated string repeated_string = 22; * @param index The index of the element to return. * @return The repeatedString at the given index. */ public java.lang.String getRepeatedString(int index) { return repeatedString_.get(index); } /** * repeated string repeated_string = 22; * @param index The index of the value to return. * @return The bytes of the repeatedString at the given index. */ public com.google.protobuf.ByteString getRepeatedStringBytes(int index) { return repeatedString_.getByteString(index); } /** * repeated string repeated_string = 22; * @param index The index to set the value at. * @param value The repeatedString to set. * @return This builder for chaining. */ public Builder setRepeatedString( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedStringIsMutable(); repeatedString_.set(index, value); bitField0_ |= 0x00008000; onChanged(); return this; } /** * repeated string repeated_string = 22; * @param value The repeatedString to add. * @return This builder for chaining. */ public Builder addRepeatedString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedStringIsMutable(); repeatedString_.add(value); bitField0_ |= 0x00008000; onChanged(); return this; } /** * repeated string repeated_string = 22; * @param values The repeatedString to add. * @return This builder for chaining. */ public Builder addAllRepeatedString( java.lang.Iterable values) { ensureRepeatedStringIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedString_); bitField0_ |= 0x00008000; onChanged(); return this; } /** * repeated string repeated_string = 22; * @return This builder for chaining. */ public Builder clearRepeatedString() { repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00008000);; onChanged(); return this; } /** * repeated string repeated_string = 22; * @param value The bytes of the repeatedString to add. * @return This builder for chaining. */ public Builder addRepeatedStringBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureRepeatedStringIsMutable(); repeatedString_.add(value); bitField0_ |= 0x00008000; onChanged(); return this; } private com.google.protobuf.Internal.ProtobufList repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); private void ensureRepeatedBytesIsMutable() { if (!repeatedBytes_.isModifiable()) { repeatedBytes_ = makeMutableCopy(repeatedBytes_); } bitField0_ |= 0x00010000; } /** * repeated bytes repeated_bytes = 23; * @return A list containing the repeatedBytes. */ public java.util.List getRepeatedBytesList() { repeatedBytes_.makeImmutable(); return repeatedBytes_; } /** * repeated bytes repeated_bytes = 23; * @return The count of repeatedBytes. */ public int getRepeatedBytesCount() { return repeatedBytes_.size(); } /** * repeated bytes repeated_bytes = 23; * @param index The index of the element to return. * @return The repeatedBytes at the given index. */ public com.google.protobuf.ByteString getRepeatedBytes(int index) { return repeatedBytes_.get(index); } /** * repeated bytes repeated_bytes = 23; * @param index The index to set the value at. * @param value The repeatedBytes to set. * @return This builder for chaining. */ public Builder setRepeatedBytes( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedBytesIsMutable(); repeatedBytes_.set(index, value); bitField0_ |= 0x00010000; onChanged(); return this; } /** * repeated bytes repeated_bytes = 23; * @param value The repeatedBytes to add. * @return This builder for chaining. */ public Builder addRepeatedBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedBytesIsMutable(); repeatedBytes_.add(value); bitField0_ |= 0x00010000; onChanged(); return this; } /** * repeated bytes repeated_bytes = 23; * @param values The repeatedBytes to add. * @return This builder for chaining. */ public Builder addAllRepeatedBytes( java.lang.Iterable values) { ensureRepeatedBytesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedBytes_); bitField0_ |= 0x00010000; onChanged(); return this; } /** * repeated bytes repeated_bytes = 23; * @return This builder for chaining. */ public Builder clearRepeatedBytes() { repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x00010000); onChanged(); return this; } private java.util.List repeatedNestedEnum_ = java.util.Collections.emptyList(); private void ensureRepeatedNestedEnumIsMutable() { if (!((bitField0_ & 0x00020000) != 0)) { repeatedNestedEnum_ = new java.util.ArrayList(repeatedNestedEnum_); bitField0_ |= 0x00020000; } } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return The count of repeatedNestedEnum. */ public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index to set the value at. * @param value The repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnum( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param value The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnum(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value.getNumber()); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param values The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnum( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value : values) { repeatedNestedEnum_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return This builder for chaining. */ public Builder clearRepeatedNestedEnum() { repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00020000); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumValueList() { return java.util.Collections.unmodifiableList(repeatedNestedEnum_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index to set the value at. * @param value The enum numeric value on the wire for repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnumValue( int index, int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param value The enum numeric value on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnumValue(int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param values The enum numeric values on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnumValue( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (int value : values) { repeatedNestedEnum_.add(value); } onChanged(); return this; } private java.util.List repeatedNestedMessage_ = java.util.Collections.emptyList(); private void ensureRepeatedNestedMessageIsMutable() { if (!((bitField0_ & 0x00040000) != 0)) { repeatedNestedMessage_ = new java.util.ArrayList(repeatedNestedMessage_); bitField0_ |= 0x00040000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> repeatedNestedMessageBuilder_; /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public java.util.List getRepeatedNestedMessageList() { if (repeatedNestedMessageBuilder_ == null) { return java.util.Collections.unmodifiableList(repeatedNestedMessage_); } else { return repeatedNestedMessageBuilder_.getMessageList(); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public int getRepeatedNestedMessageCount() { if (repeatedNestedMessageBuilder_ == null) { return repeatedNestedMessage_.size(); } else { return repeatedNestedMessageBuilder_.getCount(); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getRepeatedNestedMessage(int index) { if (repeatedNestedMessageBuilder_ == null) { return repeatedNestedMessage_.get(index); } else { return repeatedNestedMessageBuilder_.getMessage(index); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder setRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (repeatedNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.set(index, value); onChanged(); } else { repeatedNestedMessageBuilder_.setMessage(index, value); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder setRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.set(index, builderForValue.build()); onChanged(); } else { repeatedNestedMessageBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (repeatedNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(value); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(value); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (repeatedNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(index, value); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(index, value); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(builderForValue.build()); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(index, builderForValue.build()); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addAllRepeatedNestedMessage( java.lang.Iterable values) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedNestedMessage_); onChanged(); } else { repeatedNestedMessageBuilder_.addAllMessages(values); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder clearRepeatedNestedMessage() { if (repeatedNestedMessageBuilder_ == null) { repeatedNestedMessage_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00040000); onChanged(); } else { repeatedNestedMessageBuilder_.clear(); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder removeRepeatedNestedMessage(int index) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.remove(index); onChanged(); } else { repeatedNestedMessageBuilder_.remove(index); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder getRepeatedNestedMessageBuilder( int index) { return getRepeatedNestedMessageFieldBuilder().getBuilder(index); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getRepeatedNestedMessageOrBuilder( int index) { if (repeatedNestedMessageBuilder_ == null) { return repeatedNestedMessage_.get(index); } else { return repeatedNestedMessageBuilder_.getMessageOrBuilder(index); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public java.util.List getRepeatedNestedMessageOrBuilderList() { if (repeatedNestedMessageBuilder_ != null) { return repeatedNestedMessageBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(repeatedNestedMessage_); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder addRepeatedNestedMessageBuilder() { return getRepeatedNestedMessageFieldBuilder().addBuilder( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder addRepeatedNestedMessageBuilder( int index) { return getRepeatedNestedMessageFieldBuilder().addBuilder( index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public java.util.List getRepeatedNestedMessageBuilderList() { return getRepeatedNestedMessageFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> getRepeatedNestedMessageFieldBuilder() { if (repeatedNestedMessageBuilder_ == null) { repeatedNestedMessageBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder>( repeatedNestedMessage_, ((bitField0_ & 0x00040000) != 0), getParentForChildren(), isClean()); repeatedNestedMessage_ = null; } return repeatedNestedMessageBuilder_; } private java.util.List repeatedProto2Message_ = java.util.Collections.emptyList(); private void ensureRepeatedProto2MessageIsMutable() { if (!((bitField0_ & 0x00080000) != 0)) { repeatedProto2Message_ = new java.util.ArrayList(repeatedProto2Message_); bitField0_ |= 0x00080000; } } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> repeatedProto2MessageBuilder_; /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public java.util.List getRepeatedProto2MessageList() { if (repeatedProto2MessageBuilder_ == null) { return java.util.Collections.unmodifiableList(repeatedProto2Message_); } else { return repeatedProto2MessageBuilder_.getMessageList(); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public int getRepeatedProto2MessageCount() { if (repeatedProto2MessageBuilder_ == null) { return repeatedProto2Message_.size(); } else { return repeatedProto2MessageBuilder_.getCount(); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired getRepeatedProto2Message(int index) { if (repeatedProto2MessageBuilder_ == null) { return repeatedProto2Message_.get(index); } else { return repeatedProto2MessageBuilder_.getMessage(index); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder setRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired value) { if (repeatedProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.set(index, value); onChanged(); } else { repeatedProto2MessageBuilder_.setMessage(index, value); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder setRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.set(index, builderForValue.build()); onChanged(); } else { repeatedProto2MessageBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (repeatedProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(value); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(value); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired value) { if (repeatedProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(index, value); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(index, value); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message( proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(builderForValue.build()); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(index, builderForValue.build()); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addAllRepeatedProto2Message( java.lang.Iterable values) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedProto2Message_); onChanged(); } else { repeatedProto2MessageBuilder_.addAllMessages(values); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder clearRepeatedProto2Message() { if (repeatedProto2MessageBuilder_ == null) { repeatedProto2Message_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00080000); onChanged(); } else { repeatedProto2MessageBuilder_.clear(); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder removeRepeatedProto2Message(int index) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.remove(index); onChanged(); } else { repeatedProto2MessageBuilder_.remove(index); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired.Builder getRepeatedProto2MessageBuilder( int index) { return getRepeatedProto2MessageFieldBuilder().getBuilder(index); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequiredOrBuilder getRepeatedProto2MessageOrBuilder( int index) { if (repeatedProto2MessageBuilder_ == null) { return repeatedProto2Message_.get(index); } else { return repeatedProto2MessageBuilder_.getMessageOrBuilder(index); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public java.util.List getRepeatedProto2MessageOrBuilderList() { if (repeatedProto2MessageBuilder_ != null) { return repeatedProto2MessageBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(repeatedProto2Message_); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired.Builder addRepeatedProto2MessageBuilder() { return getRepeatedProto2MessageFieldBuilder().addBuilder( proto2_unittest.UnittestProto.TestRequired.getDefaultInstance()); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired.Builder addRepeatedProto2MessageBuilder( int index) { return getRepeatedProto2MessageFieldBuilder().addBuilder( index, proto2_unittest.UnittestProto.TestRequired.getDefaultInstance()); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public java.util.List getRepeatedProto2MessageBuilderList() { return getRepeatedProto2MessageFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> getRepeatedProto2MessageFieldBuilder() { if (repeatedProto2MessageBuilder_ == null) { repeatedProto2MessageBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder>( repeatedProto2Message_, ((bitField0_ & 0x00080000) != 0), getParentForChildren(), isClean()); repeatedProto2Message_ = null; } return repeatedProto2MessageBuilder_; } private java.util.List packedNestedEnum_ = java.util.Collections.emptyList(); private void ensurePackedNestedEnumIsMutable() { if (!((bitField0_ & 0x00100000) != 0)) { packedNestedEnum_ = new java.util.ArrayList(packedNestedEnum_); bitField0_ |= 0x00100000; } } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return A list containing the packedNestedEnum. */ public java.util.List getPackedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>(packedNestedEnum_, packedNestedEnum_converter_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return The count of packedNestedEnum. */ public int getPackedNestedEnumCount() { return packedNestedEnum_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index of the element to return. * @return The packedNestedEnum at the given index. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getPackedNestedEnum(int index) { return packedNestedEnum_converter_.convert(packedNestedEnum_.get(index)); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index to set the value at. * @param value The packedNestedEnum to set. * @return This builder for chaining. */ public Builder setPackedNestedEnum( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensurePackedNestedEnumIsMutable(); packedNestedEnum_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param value The packedNestedEnum to add. * @return This builder for chaining. */ public Builder addPackedNestedEnum(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensurePackedNestedEnumIsMutable(); packedNestedEnum_.add(value.getNumber()); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param values The packedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllPackedNestedEnum( java.lang.Iterable values) { ensurePackedNestedEnumIsMutable(); for (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value : values) { packedNestedEnum_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return This builder for chaining. */ public Builder clearPackedNestedEnum() { packedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00100000); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @return A list containing the enum numeric values on the wire for packedNestedEnum. */ public java.util.List getPackedNestedEnumValueList() { return java.util.Collections.unmodifiableList(packedNestedEnum_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of packedNestedEnum at the given index. */ public int getPackedNestedEnumValue(int index) { return packedNestedEnum_.get(index); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for packedNestedEnum to set. * @return This builder for chaining. */ public Builder setPackedNestedEnumValue( int index, int value) { ensurePackedNestedEnumIsMutable(); packedNestedEnum_.set(index, value); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param value The enum numeric value on the wire for packedNestedEnum to add. * @return This builder for chaining. */ public Builder addPackedNestedEnumValue(int value) { ensurePackedNestedEnumIsMutable(); packedNestedEnum_.add(value); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum packed_nested_enum = 27 [packed = true]; * @param values The enum numeric values on the wire for packedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllPackedNestedEnumValue( java.lang.Iterable values) { ensurePackedNestedEnumIsMutable(); for (int value : values) { packedNestedEnum_.add(value); } onChanged(); 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:field_presence_test.TestAllTypes) } // @@protoc_insertion_point(class_scope:field_presence_test.TestAllTypes) private static final com.google.protobuf.FieldPresenceTestProto.TestAllTypes DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.FieldPresenceTestProto.TestAllTypes(); } public static com.google.protobuf.FieldPresenceTestProto.TestAllTypes getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestAllTypes parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestOptionalFieldsOnlyOrBuilder extends // @@protoc_insertion_point(interface_extends:field_presence_test.TestOptionalFieldsOnly) com.google.protobuf.MessageOrBuilder { /** * int32 optional_int32 = 1; * @return The optionalInt32. */ int getOptionalInt32(); /** * string optional_string = 2; * @return The optionalString. */ java.lang.String getOptionalString(); /** * string optional_string = 2; * @return The bytes for optionalString. */ com.google.protobuf.ByteString getOptionalStringBytes(); /** * bytes optional_bytes = 3; * @return The optionalBytes. */ com.google.protobuf.ByteString getOptionalBytes(); /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The enum numeric value on the wire for optionalNestedEnum. */ int getOptionalNestedEnumValue(); /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The optionalNestedEnum. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOptionalNestedEnum(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return Whether the optionalNestedMessage field is set. */ boolean hasOptionalNestedMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return The optionalNestedMessage. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalNestedMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalNestedMessageOrBuilder(); /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return Whether the optionalProto2Message field is set. */ boolean hasOptionalProto2Message(); /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return The optionalProto2Message. */ proto2_unittest.UnittestProto.TestRequired getOptionalProto2Message(); /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ proto2_unittest.UnittestProto.TestRequiredOrBuilder getOptionalProto2MessageOrBuilder(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return Whether the optionalLazyMessage field is set. */ boolean hasOptionalLazyMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return The optionalLazyMessage. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalLazyMessage(); /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalLazyMessageOrBuilder(); } /** * Protobuf type {@code field_presence_test.TestOptionalFieldsOnly} */ public static final class TestOptionalFieldsOnly extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:field_presence_test.TestOptionalFieldsOnly) TestOptionalFieldsOnlyOrBuilder { private static final long serialVersionUID = 0L; // Use TestOptionalFieldsOnly.newBuilder() to construct. private TestOptionalFieldsOnly(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestOptionalFieldsOnly() { optionalString_ = ""; optionalBytes_ = com.google.protobuf.ByteString.EMPTY; optionalNestedEnum_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestOptionalFieldsOnly(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestOptionalFieldsOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestOptionalFieldsOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly.class, com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly.Builder.class); } private int bitField0_; public static final int OPTIONAL_INT32_FIELD_NUMBER = 1; private int optionalInt32_ = 0; /** * int32 optional_int32 = 1; * @return The optionalInt32. */ @java.lang.Override public int getOptionalInt32() { return optionalInt32_; } public static final int OPTIONAL_STRING_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object optionalString_ = ""; /** * string optional_string = 2; * @return The optionalString. */ @java.lang.Override public java.lang.String getOptionalString() { java.lang.Object ref = optionalString_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); optionalString_ = s; return s; } } /** * string optional_string = 2; * @return The bytes for optionalString. */ @java.lang.Override public com.google.protobuf.ByteString getOptionalStringBytes() { java.lang.Object ref = optionalString_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); optionalString_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int OPTIONAL_BYTES_FIELD_NUMBER = 3; private com.google.protobuf.ByteString optionalBytes_ = com.google.protobuf.ByteString.EMPTY; /** * bytes optional_bytes = 3; * @return The optionalBytes. */ @java.lang.Override public com.google.protobuf.ByteString getOptionalBytes() { return optionalBytes_; } public static final int OPTIONAL_NESTED_ENUM_FIELD_NUMBER = 4; private int optionalNestedEnum_ = 0; /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The enum numeric value on the wire for optionalNestedEnum. */ @java.lang.Override public int getOptionalNestedEnumValue() { return optionalNestedEnum_; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The optionalNestedEnum. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOptionalNestedEnum() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber(optionalNestedEnum_); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } public static final int OPTIONAL_NESTED_MESSAGE_FIELD_NUMBER = 5; private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalNestedMessage_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return Whether the optionalNestedMessage field is set. */ @java.lang.Override public boolean hasOptionalNestedMessage() { return ((bitField0_ & 0x00000001) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return The optionalNestedMessage. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalNestedMessage() { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalNestedMessageOrBuilder() { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } public static final int OPTIONAL_PROTO2_MESSAGE_FIELD_NUMBER = 6; private proto2_unittest.UnittestProto.TestRequired optionalProto2Message_; /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return Whether the optionalProto2Message field is set. */ @java.lang.Override public boolean hasOptionalProto2Message() { return ((bitField0_ & 0x00000002) != 0); } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return The optionalProto2Message. */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequired getOptionalProto2Message() { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequiredOrBuilder getOptionalProto2MessageOrBuilder() { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } public static final int OPTIONAL_LAZY_MESSAGE_FIELD_NUMBER = 7; private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalLazyMessage_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return Whether the optionalLazyMessage field is set. */ @java.lang.Override public boolean hasOptionalLazyMessage() { return ((bitField0_ & 0x00000004) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return The optionalLazyMessage. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalLazyMessage() { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalLazyMessageOrBuilder() { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (hasOptionalProto2Message()) { if (!getOptionalProto2Message().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (optionalInt32_ != 0) { output.writeInt32(1, optionalInt32_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(optionalString_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, optionalString_); } if (!optionalBytes_.isEmpty()) { output.writeBytes(3, optionalBytes_); } if (optionalNestedEnum_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.FOO.getNumber()) { output.writeEnum(4, optionalNestedEnum_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(5, getOptionalNestedMessage()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(6, getOptionalProto2Message()); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(7, getOptionalLazyMessage()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (optionalInt32_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, optionalInt32_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(optionalString_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, optionalString_); } if (!optionalBytes_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, optionalBytes_); } if (optionalNestedEnum_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.FOO.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(4, optionalNestedEnum_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getOptionalNestedMessage()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, getOptionalProto2Message()); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, getOptionalLazyMessage()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly)) { return super.equals(obj); } com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly other = (com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly) obj; if (getOptionalInt32() != other.getOptionalInt32()) return false; if (!getOptionalString() .equals(other.getOptionalString())) return false; if (!getOptionalBytes() .equals(other.getOptionalBytes())) return false; if (optionalNestedEnum_ != other.optionalNestedEnum_) return false; if (hasOptionalNestedMessage() != other.hasOptionalNestedMessage()) return false; if (hasOptionalNestedMessage()) { if (!getOptionalNestedMessage() .equals(other.getOptionalNestedMessage())) return false; } if (hasOptionalProto2Message() != other.hasOptionalProto2Message()) return false; if (hasOptionalProto2Message()) { if (!getOptionalProto2Message() .equals(other.getOptionalProto2Message())) return false; } if (hasOptionalLazyMessage() != other.hasOptionalLazyMessage()) return false; if (hasOptionalLazyMessage()) { if (!getOptionalLazyMessage() .equals(other.getOptionalLazyMessage())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + OPTIONAL_INT32_FIELD_NUMBER; hash = (53 * hash) + getOptionalInt32(); hash = (37 * hash) + OPTIONAL_STRING_FIELD_NUMBER; hash = (53 * hash) + getOptionalString().hashCode(); hash = (37 * hash) + OPTIONAL_BYTES_FIELD_NUMBER; hash = (53 * hash) + getOptionalBytes().hashCode(); hash = (37 * hash) + OPTIONAL_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + optionalNestedEnum_; if (hasOptionalNestedMessage()) { hash = (37 * hash) + OPTIONAL_NESTED_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalNestedMessage().hashCode(); } if (hasOptionalProto2Message()) { hash = (37 * hash) + OPTIONAL_PROTO2_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalProto2Message().hashCode(); } if (hasOptionalLazyMessage()) { hash = (37 * hash) + OPTIONAL_LAZY_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalLazyMessage().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code field_presence_test.TestOptionalFieldsOnly} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:field_presence_test.TestOptionalFieldsOnly) com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnlyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestOptionalFieldsOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestOptionalFieldsOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly.class, com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly.Builder.class); } // Construct using com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getOptionalNestedMessageFieldBuilder(); getOptionalProto2MessageFieldBuilder(); getOptionalLazyMessageFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; optionalInt32_ = 0; optionalString_ = ""; optionalBytes_ = com.google.protobuf.ByteString.EMPTY; optionalNestedEnum_ = 0; optionalNestedMessage_ = null; if (optionalNestedMessageBuilder_ != null) { optionalNestedMessageBuilder_.dispose(); optionalNestedMessageBuilder_ = null; } optionalProto2Message_ = null; if (optionalProto2MessageBuilder_ != null) { optionalProto2MessageBuilder_.dispose(); optionalProto2MessageBuilder_ = null; } optionalLazyMessage_ = null; if (optionalLazyMessageBuilder_ != null) { optionalLazyMessageBuilder_.dispose(); optionalLazyMessageBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestOptionalFieldsOnly_descriptor; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly getDefaultInstanceForType() { return com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly build() { com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly buildPartial() { com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly result = new com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.optionalInt32_ = optionalInt32_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.optionalString_ = optionalString_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.optionalBytes_ = optionalBytes_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.optionalNestedEnum_ = optionalNestedEnum_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000010) != 0)) { result.optionalNestedMessage_ = optionalNestedMessageBuilder_ == null ? optionalNestedMessage_ : optionalNestedMessageBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000020) != 0)) { result.optionalProto2Message_ = optionalProto2MessageBuilder_ == null ? optionalProto2Message_ : optionalProto2MessageBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000040) != 0)) { result.optionalLazyMessage_ = optionalLazyMessageBuilder_ == null ? optionalLazyMessage_ : optionalLazyMessageBuilder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly) { return mergeFrom((com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly other) { if (other == com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly.getDefaultInstance()) return this; if (other.getOptionalInt32() != 0) { setOptionalInt32(other.getOptionalInt32()); } if (!other.getOptionalString().isEmpty()) { optionalString_ = other.optionalString_; bitField0_ |= 0x00000002; onChanged(); } if (other.getOptionalBytes() != com.google.protobuf.ByteString.EMPTY) { setOptionalBytes(other.getOptionalBytes()); } if (other.optionalNestedEnum_ != 0) { setOptionalNestedEnumValue(other.getOptionalNestedEnumValue()); } if (other.hasOptionalNestedMessage()) { mergeOptionalNestedMessage(other.getOptionalNestedMessage()); } if (other.hasOptionalProto2Message()) { mergeOptionalProto2Message(other.getOptionalProto2Message()); } if (other.hasOptionalLazyMessage()) { mergeOptionalLazyMessage(other.getOptionalLazyMessage()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (hasOptionalProto2Message()) { if (!getOptionalProto2Message().isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { optionalInt32_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { optionalString_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { optionalBytes_ = input.readBytes(); bitField0_ |= 0x00000004; break; } // case 26 case 32: { optionalNestedEnum_ = input.readEnum(); bitField0_ |= 0x00000008; break; } // case 32 case 42: { input.readMessage( getOptionalNestedMessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000010; break; } // case 42 case 50: { input.readMessage( getOptionalProto2MessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000020; break; } // case 50 case 58: { input.readMessage( getOptionalLazyMessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000040; break; } // case 58 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int optionalInt32_ ; /** * int32 optional_int32 = 1; * @return The optionalInt32. */ @java.lang.Override public int getOptionalInt32() { return optionalInt32_; } /** * int32 optional_int32 = 1; * @param value The optionalInt32 to set. * @return This builder for chaining. */ public Builder setOptionalInt32(int value) { optionalInt32_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 optional_int32 = 1; * @return This builder for chaining. */ public Builder clearOptionalInt32() { bitField0_ = (bitField0_ & ~0x00000001); optionalInt32_ = 0; onChanged(); return this; } private java.lang.Object optionalString_ = ""; /** * string optional_string = 2; * @return The optionalString. */ public java.lang.String getOptionalString() { java.lang.Object ref = optionalString_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); optionalString_ = s; return s; } else { return (java.lang.String) ref; } } /** * string optional_string = 2; * @return The bytes for optionalString. */ public com.google.protobuf.ByteString getOptionalStringBytes() { java.lang.Object ref = optionalString_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); optionalString_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string optional_string = 2; * @param value The optionalString to set. * @return This builder for chaining. */ public Builder setOptionalString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } optionalString_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * string optional_string = 2; * @return This builder for chaining. */ public Builder clearOptionalString() { optionalString_ = getDefaultInstance().getOptionalString(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * string optional_string = 2; * @param value The bytes for optionalString to set. * @return This builder for chaining. */ public Builder setOptionalStringBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); optionalString_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.ByteString optionalBytes_ = com.google.protobuf.ByteString.EMPTY; /** * bytes optional_bytes = 3; * @return The optionalBytes. */ @java.lang.Override public com.google.protobuf.ByteString getOptionalBytes() { return optionalBytes_; } /** * bytes optional_bytes = 3; * @param value The optionalBytes to set. * @return This builder for chaining. */ public Builder setOptionalBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } optionalBytes_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * bytes optional_bytes = 3; * @return This builder for chaining. */ public Builder clearOptionalBytes() { bitField0_ = (bitField0_ & ~0x00000004); optionalBytes_ = getDefaultInstance().getOptionalBytes(); onChanged(); return this; } private int optionalNestedEnum_ = 0; /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The enum numeric value on the wire for optionalNestedEnum. */ @java.lang.Override public int getOptionalNestedEnumValue() { return optionalNestedEnum_; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @param value The enum numeric value on the wire for optionalNestedEnum to set. * @return This builder for chaining. */ public Builder setOptionalNestedEnumValue(int value) { optionalNestedEnum_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return The optionalNestedEnum. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getOptionalNestedEnum() { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber(optionalNestedEnum_); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @param value The optionalNestedEnum to set. * @return This builder for chaining. */ public Builder setOptionalNestedEnum(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; optionalNestedEnum_ = value.getNumber(); onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedEnum optional_nested_enum = 4; * @return This builder for chaining. */ public Builder clearOptionalNestedEnum() { bitField0_ = (bitField0_ & ~0x00000008); optionalNestedEnum_ = 0; onChanged(); return this; } private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalNestedMessage_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> optionalNestedMessageBuilder_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return Whether the optionalNestedMessage field is set. */ public boolean hasOptionalNestedMessage() { return ((bitField0_ & 0x00000010) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; * @return The optionalNestedMessage. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalNestedMessage() { if (optionalNestedMessageBuilder_ == null) { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } else { return optionalNestedMessageBuilder_.getMessage(); } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder setOptionalNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalNestedMessage_ = value; } else { optionalNestedMessageBuilder_.setMessage(value); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder setOptionalNestedMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (optionalNestedMessageBuilder_ == null) { optionalNestedMessage_ = builderForValue.build(); } else { optionalNestedMessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder mergeOptionalNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalNestedMessageBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0) && optionalNestedMessage_ != null && optionalNestedMessage_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()) { getOptionalNestedMessageBuilder().mergeFrom(value); } else { optionalNestedMessage_ = value; } } else { optionalNestedMessageBuilder_.mergeFrom(value); } if (optionalNestedMessage_ != null) { bitField0_ |= 0x00000010; onChanged(); } return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public Builder clearOptionalNestedMessage() { bitField0_ = (bitField0_ & ~0x00000010); optionalNestedMessage_ = null; if (optionalNestedMessageBuilder_ != null) { optionalNestedMessageBuilder_.dispose(); optionalNestedMessageBuilder_ = null; } onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder getOptionalNestedMessageBuilder() { bitField0_ |= 0x00000010; onChanged(); return getOptionalNestedMessageFieldBuilder().getBuilder(); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalNestedMessageOrBuilder() { if (optionalNestedMessageBuilder_ != null) { return optionalNestedMessageBuilder_.getMessageOrBuilder(); } else { return optionalNestedMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalNestedMessage_; } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_nested_message = 5; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> getOptionalNestedMessageFieldBuilder() { if (optionalNestedMessageBuilder_ == null) { optionalNestedMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder>( getOptionalNestedMessage(), getParentForChildren(), isClean()); optionalNestedMessage_ = null; } return optionalNestedMessageBuilder_; } private proto2_unittest.UnittestProto.TestRequired optionalProto2Message_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> optionalProto2MessageBuilder_; /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return Whether the optionalProto2Message field is set. */ public boolean hasOptionalProto2Message() { return ((bitField0_ & 0x00000020) != 0); } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; * @return The optionalProto2Message. */ public proto2_unittest.UnittestProto.TestRequired getOptionalProto2Message() { if (optionalProto2MessageBuilder_ == null) { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } else { return optionalProto2MessageBuilder_.getMessage(); } } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder setOptionalProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (optionalProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalProto2Message_ = value; } else { optionalProto2MessageBuilder_.setMessage(value); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder setOptionalProto2Message( proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (optionalProto2MessageBuilder_ == null) { optionalProto2Message_ = builderForValue.build(); } else { optionalProto2MessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder mergeOptionalProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (optionalProto2MessageBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0) && optionalProto2Message_ != null && optionalProto2Message_ != proto2_unittest.UnittestProto.TestRequired.getDefaultInstance()) { getOptionalProto2MessageBuilder().mergeFrom(value); } else { optionalProto2Message_ = value; } } else { optionalProto2MessageBuilder_.mergeFrom(value); } if (optionalProto2Message_ != null) { bitField0_ |= 0x00000020; onChanged(); } return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public Builder clearOptionalProto2Message() { bitField0_ = (bitField0_ & ~0x00000020); optionalProto2Message_ = null; if (optionalProto2MessageBuilder_ != null) { optionalProto2MessageBuilder_.dispose(); optionalProto2MessageBuilder_ = null; } onChanged(); return this; } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public proto2_unittest.UnittestProto.TestRequired.Builder getOptionalProto2MessageBuilder() { bitField0_ |= 0x00000020; onChanged(); return getOptionalProto2MessageFieldBuilder().getBuilder(); } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ public proto2_unittest.UnittestProto.TestRequiredOrBuilder getOptionalProto2MessageOrBuilder() { if (optionalProto2MessageBuilder_ != null) { return optionalProto2MessageBuilder_.getMessageOrBuilder(); } else { return optionalProto2Message_ == null ? proto2_unittest.UnittestProto.TestRequired.getDefaultInstance() : optionalProto2Message_; } } /** * .proto2_unittest.TestRequired optional_proto2_message = 6; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> getOptionalProto2MessageFieldBuilder() { if (optionalProto2MessageBuilder_ == null) { optionalProto2MessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder>( getOptionalProto2Message(), getParentForChildren(), isClean()); optionalProto2Message_ = null; } return optionalProto2MessageBuilder_; } private com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage optionalLazyMessage_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> optionalLazyMessageBuilder_; /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return Whether the optionalLazyMessage field is set. */ public boolean hasOptionalLazyMessage() { return ((bitField0_ & 0x00000040) != 0); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; * @return The optionalLazyMessage. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getOptionalLazyMessage() { if (optionalLazyMessageBuilder_ == null) { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } else { return optionalLazyMessageBuilder_.getMessage(); } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder setOptionalLazyMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalLazyMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalLazyMessage_ = value; } else { optionalLazyMessageBuilder_.setMessage(value); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder setOptionalLazyMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (optionalLazyMessageBuilder_ == null) { optionalLazyMessage_ = builderForValue.build(); } else { optionalLazyMessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder mergeOptionalLazyMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (optionalLazyMessageBuilder_ == null) { if (((bitField0_ & 0x00000040) != 0) && optionalLazyMessage_ != null && optionalLazyMessage_ != com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()) { getOptionalLazyMessageBuilder().mergeFrom(value); } else { optionalLazyMessage_ = value; } } else { optionalLazyMessageBuilder_.mergeFrom(value); } if (optionalLazyMessage_ != null) { bitField0_ |= 0x00000040; onChanged(); } return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public Builder clearOptionalLazyMessage() { bitField0_ = (bitField0_ & ~0x00000040); optionalLazyMessage_ = null; if (optionalLazyMessageBuilder_ != null) { optionalLazyMessageBuilder_.dispose(); optionalLazyMessageBuilder_ = null; } onChanged(); return this; } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder getOptionalLazyMessageBuilder() { bitField0_ |= 0x00000040; onChanged(); return getOptionalLazyMessageFieldBuilder().getBuilder(); } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getOptionalLazyMessageOrBuilder() { if (optionalLazyMessageBuilder_ != null) { return optionalLazyMessageBuilder_.getMessageOrBuilder(); } else { return optionalLazyMessage_ == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance() : optionalLazyMessage_; } } /** * .field_presence_test.TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy = true]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> getOptionalLazyMessageFieldBuilder() { if (optionalLazyMessageBuilder_ == null) { optionalLazyMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder>( getOptionalLazyMessage(), getParentForChildren(), isClean()); optionalLazyMessage_ = null; } return optionalLazyMessageBuilder_; } @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:field_presence_test.TestOptionalFieldsOnly) } // @@protoc_insertion_point(class_scope:field_presence_test.TestOptionalFieldsOnly) private static final com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly(); } public static com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestOptionalFieldsOnly parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestOptionalFieldsOnly getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestRepeatedFieldsOnlyOrBuilder extends // @@protoc_insertion_point(interface_extends:field_presence_test.TestRepeatedFieldsOnly) com.google.protobuf.MessageOrBuilder { /** * repeated int32 repeated_int32 = 21; * @return A list containing the repeatedInt32. */ java.util.List getRepeatedInt32List(); /** * repeated int32 repeated_int32 = 21; * @return The count of repeatedInt32. */ int getRepeatedInt32Count(); /** * repeated int32 repeated_int32 = 21; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ int getRepeatedInt32(int index); /** * repeated string repeated_string = 22; * @return A list containing the repeatedString. */ java.util.List getRepeatedStringList(); /** * repeated string repeated_string = 22; * @return The count of repeatedString. */ int getRepeatedStringCount(); /** * repeated string repeated_string = 22; * @param index The index of the element to return. * @return The repeatedString at the given index. */ java.lang.String getRepeatedString(int index); /** * repeated string repeated_string = 22; * @param index The index of the value to return. * @return The bytes of the repeatedString at the given index. */ com.google.protobuf.ByteString getRepeatedStringBytes(int index); /** * repeated bytes repeated_bytes = 23; * @return A list containing the repeatedBytes. */ java.util.List getRepeatedBytesList(); /** * repeated bytes repeated_bytes = 23; * @return The count of repeatedBytes. */ int getRepeatedBytesCount(); /** * repeated bytes repeated_bytes = 23; * @param index The index of the element to return. * @return The repeatedBytes at the given index. */ com.google.protobuf.ByteString getRepeatedBytes(int index); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumList(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return The count of repeatedNestedEnum. */ int getRepeatedNestedEnumCount(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumValueList(); /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ int getRepeatedNestedEnumValue(int index); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ java.util.List getRepeatedNestedMessageList(); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getRepeatedNestedMessage(int index); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ int getRepeatedNestedMessageCount(); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ java.util.List getRepeatedNestedMessageOrBuilderList(); /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getRepeatedNestedMessageOrBuilder( int index); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ java.util.List getRepeatedProto2MessageList(); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ proto2_unittest.UnittestProto.TestRequired getRepeatedProto2Message(int index); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ int getRepeatedProto2MessageCount(); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ java.util.List getRepeatedProto2MessageOrBuilderList(); /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ proto2_unittest.UnittestProto.TestRequiredOrBuilder getRepeatedProto2MessageOrBuilder( int index); } /** * Protobuf type {@code field_presence_test.TestRepeatedFieldsOnly} */ public static final class TestRepeatedFieldsOnly extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:field_presence_test.TestRepeatedFieldsOnly) TestRepeatedFieldsOnlyOrBuilder { private static final long serialVersionUID = 0L; // Use TestRepeatedFieldsOnly.newBuilder() to construct. private TestRepeatedFieldsOnly(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestRepeatedFieldsOnly() { repeatedInt32_ = emptyIntList(); repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); repeatedNestedEnum_ = java.util.Collections.emptyList(); repeatedNestedMessage_ = java.util.Collections.emptyList(); repeatedProto2Message_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestRepeatedFieldsOnly(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestRepeatedFieldsOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestRepeatedFieldsOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly.class, com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly.Builder.class); } public static final int REPEATED_INT32_FIELD_NUMBER = 21; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); /** * repeated int32 repeated_int32 = 21; * @return A list containing the repeatedInt32. */ @java.lang.Override public java.util.List getRepeatedInt32List() { return repeatedInt32_; } /** * repeated int32 repeated_int32 = 21; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 21; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } private int repeatedInt32MemoizedSerializedSize = -1; public static final int REPEATED_STRING_FIELD_NUMBER = 22; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string repeated_string = 22; * @return A list containing the repeatedString. */ public com.google.protobuf.ProtocolStringList getRepeatedStringList() { return repeatedString_; } /** * repeated string repeated_string = 22; * @return The count of repeatedString. */ public int getRepeatedStringCount() { return repeatedString_.size(); } /** * repeated string repeated_string = 22; * @param index The index of the element to return. * @return The repeatedString at the given index. */ public java.lang.String getRepeatedString(int index) { return repeatedString_.get(index); } /** * repeated string repeated_string = 22; * @param index The index of the value to return. * @return The bytes of the repeatedString at the given index. */ public com.google.protobuf.ByteString getRepeatedStringBytes(int index) { return repeatedString_.getByteString(index); } public static final int REPEATED_BYTES_FIELD_NUMBER = 23; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes repeated_bytes = 23; * @return A list containing the repeatedBytes. */ @java.lang.Override public java.util.List getRepeatedBytesList() { return repeatedBytes_; } /** * repeated bytes repeated_bytes = 23; * @return The count of repeatedBytes. */ public int getRepeatedBytesCount() { return repeatedBytes_.size(); } /** * repeated bytes repeated_bytes = 23; * @param index The index of the element to return. * @return The repeatedBytes at the given index. */ public com.google.protobuf.ByteString getRepeatedBytes(int index) { return repeatedBytes_.get(index); } public static final int REPEATED_NESTED_ENUM_FIELD_NUMBER = 24; @SuppressWarnings("serial") private java.util.List repeatedNestedEnum_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum> repeatedNestedEnum_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>() { public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum convert(java.lang.Integer from) { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.forNumber(from); return result == null ? com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } }; /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return The count of repeatedNestedEnum. */ @java.lang.Override public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumValueList() { return repeatedNestedEnum_; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ @java.lang.Override public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } private int repeatedNestedEnumMemoizedSerializedSize; public static final int REPEATED_NESTED_MESSAGE_FIELD_NUMBER = 25; @SuppressWarnings("serial") private java.util.List repeatedNestedMessage_; /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public java.util.List getRepeatedNestedMessageList() { return repeatedNestedMessage_; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public java.util.List getRepeatedNestedMessageOrBuilderList() { return repeatedNestedMessage_; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public int getRepeatedNestedMessageCount() { return repeatedNestedMessage_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getRepeatedNestedMessage(int index) { return repeatedNestedMessage_.get(index); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getRepeatedNestedMessageOrBuilder( int index) { return repeatedNestedMessage_.get(index); } public static final int REPEATED_PROTO2_MESSAGE_FIELD_NUMBER = 26; @SuppressWarnings("serial") private java.util.List repeatedProto2Message_; /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public java.util.List getRepeatedProto2MessageList() { return repeatedProto2Message_; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public java.util.List getRepeatedProto2MessageOrBuilderList() { return repeatedProto2Message_; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public int getRepeatedProto2MessageCount() { return repeatedProto2Message_.size(); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequired getRepeatedProto2Message(int index) { return repeatedProto2Message_.get(index); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ @java.lang.Override public proto2_unittest.UnittestProto.TestRequiredOrBuilder getRepeatedProto2MessageOrBuilder( int index) { return repeatedProto2Message_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (int i = 0; i < getRepeatedProto2MessageCount(); i++) { if (!getRepeatedProto2Message(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (getRepeatedInt32List().size() > 0) { output.writeUInt32NoTag(170); output.writeUInt32NoTag(repeatedInt32MemoizedSerializedSize); } for (int i = 0; i < repeatedInt32_.size(); i++) { output.writeInt32NoTag(repeatedInt32_.getInt(i)); } for (int i = 0; i < repeatedString_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 22, repeatedString_.getRaw(i)); } for (int i = 0; i < repeatedBytes_.size(); i++) { output.writeBytes(23, repeatedBytes_.get(i)); } if (getRepeatedNestedEnumList().size() > 0) { output.writeUInt32NoTag(194); output.writeUInt32NoTag(repeatedNestedEnumMemoizedSerializedSize); } for (int i = 0; i < repeatedNestedEnum_.size(); i++) { output.writeEnumNoTag(repeatedNestedEnum_.get(i)); } for (int i = 0; i < repeatedNestedMessage_.size(); i++) { output.writeMessage(25, repeatedNestedMessage_.get(i)); } for (int i = 0; i < repeatedProto2Message_.size(); i++) { output.writeMessage(26, repeatedProto2Message_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < repeatedInt32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(repeatedInt32_.getInt(i)); } size += dataSize; if (!getRepeatedInt32List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedInt32MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedString_.size(); i++) { dataSize += computeStringSizeNoTag(repeatedString_.getRaw(i)); } size += dataSize; size += 2 * getRepeatedStringList().size(); } { int dataSize = 0; for (int i = 0; i < repeatedBytes_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(repeatedBytes_.get(i)); } size += dataSize; size += 2 * getRepeatedBytesList().size(); } { int dataSize = 0; for (int i = 0; i < repeatedNestedEnum_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(repeatedNestedEnum_.get(i)); } size += dataSize; if (!getRepeatedNestedEnumList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }repeatedNestedEnumMemoizedSerializedSize = dataSize; } for (int i = 0; i < repeatedNestedMessage_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, repeatedNestedMessage_.get(i)); } for (int i = 0; i < repeatedProto2Message_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, repeatedProto2Message_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly)) { return super.equals(obj); } com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly other = (com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly) obj; if (!getRepeatedInt32List() .equals(other.getRepeatedInt32List())) return false; if (!getRepeatedStringList() .equals(other.getRepeatedStringList())) return false; if (!getRepeatedBytesList() .equals(other.getRepeatedBytesList())) return false; if (!repeatedNestedEnum_.equals(other.repeatedNestedEnum_)) return false; if (!getRepeatedNestedMessageList() .equals(other.getRepeatedNestedMessageList())) return false; if (!getRepeatedProto2MessageList() .equals(other.getRepeatedProto2MessageList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getRepeatedInt32Count() > 0) { hash = (37 * hash) + REPEATED_INT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedInt32List().hashCode(); } if (getRepeatedStringCount() > 0) { hash = (37 * hash) + REPEATED_STRING_FIELD_NUMBER; hash = (53 * hash) + getRepeatedStringList().hashCode(); } if (getRepeatedBytesCount() > 0) { hash = (37 * hash) + REPEATED_BYTES_FIELD_NUMBER; hash = (53 * hash) + getRepeatedBytesList().hashCode(); } if (getRepeatedNestedEnumCount() > 0) { hash = (37 * hash) + REPEATED_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + repeatedNestedEnum_.hashCode(); } if (getRepeatedNestedMessageCount() > 0) { hash = (37 * hash) + REPEATED_NESTED_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getRepeatedNestedMessageList().hashCode(); } if (getRepeatedProto2MessageCount() > 0) { hash = (37 * hash) + REPEATED_PROTO2_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getRepeatedProto2MessageList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code field_presence_test.TestRepeatedFieldsOnly} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:field_presence_test.TestRepeatedFieldsOnly) com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnlyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestRepeatedFieldsOnly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestRepeatedFieldsOnly_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly.class, com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly.Builder.class); } // Construct using com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; repeatedInt32_ = emptyIntList(); repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); if (repeatedNestedMessageBuilder_ == null) { repeatedNestedMessage_ = java.util.Collections.emptyList(); } else { repeatedNestedMessage_ = null; repeatedNestedMessageBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000010); if (repeatedProto2MessageBuilder_ == null) { repeatedProto2Message_ = java.util.Collections.emptyList(); } else { repeatedProto2Message_ = null; repeatedProto2MessageBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000020); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.FieldPresenceTestProto.internal_static_field_presence_test_TestRepeatedFieldsOnly_descriptor; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly getDefaultInstanceForType() { return com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly build() { com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly buildPartial() { com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly result = new com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly result) { if (((bitField0_ & 0x00000008) != 0)) { repeatedNestedEnum_ = java.util.Collections.unmodifiableList(repeatedNestedEnum_); bitField0_ = (bitField0_ & ~0x00000008); } result.repeatedNestedEnum_ = repeatedNestedEnum_; if (repeatedNestedMessageBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0)) { repeatedNestedMessage_ = java.util.Collections.unmodifiableList(repeatedNestedMessage_); bitField0_ = (bitField0_ & ~0x00000010); } result.repeatedNestedMessage_ = repeatedNestedMessage_; } else { result.repeatedNestedMessage_ = repeatedNestedMessageBuilder_.build(); } if (repeatedProto2MessageBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0)) { repeatedProto2Message_ = java.util.Collections.unmodifiableList(repeatedProto2Message_); bitField0_ = (bitField0_ & ~0x00000020); } result.repeatedProto2Message_ = repeatedProto2Message_; } else { result.repeatedProto2Message_ = repeatedProto2MessageBuilder_.build(); } } private void buildPartial0(com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { repeatedInt32_.makeImmutable(); result.repeatedInt32_ = repeatedInt32_; } if (((from_bitField0_ & 0x00000002) != 0)) { repeatedString_.makeImmutable(); result.repeatedString_ = repeatedString_; } if (((from_bitField0_ & 0x00000004) != 0)) { repeatedBytes_.makeImmutable(); result.repeatedBytes_ = repeatedBytes_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly) { return mergeFrom((com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly other) { if (other == com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly.getDefaultInstance()) return this; if (!other.repeatedInt32_.isEmpty()) { if (repeatedInt32_.isEmpty()) { repeatedInt32_ = other.repeatedInt32_; repeatedInt32_.makeImmutable(); bitField0_ |= 0x00000001; } else { ensureRepeatedInt32IsMutable(); repeatedInt32_.addAll(other.repeatedInt32_); } onChanged(); } if (!other.repeatedString_.isEmpty()) { if (repeatedString_.isEmpty()) { repeatedString_ = other.repeatedString_; bitField0_ |= 0x00000002; } else { ensureRepeatedStringIsMutable(); repeatedString_.addAll(other.repeatedString_); } onChanged(); } if (!other.repeatedBytes_.isEmpty()) { if (repeatedBytes_.isEmpty()) { repeatedBytes_ = other.repeatedBytes_; repeatedBytes_.makeImmutable(); bitField0_ |= 0x00000004; } else { ensureRepeatedBytesIsMutable(); repeatedBytes_.addAll(other.repeatedBytes_); } onChanged(); } if (!other.repeatedNestedEnum_.isEmpty()) { if (repeatedNestedEnum_.isEmpty()) { repeatedNestedEnum_ = other.repeatedNestedEnum_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.addAll(other.repeatedNestedEnum_); } onChanged(); } if (repeatedNestedMessageBuilder_ == null) { if (!other.repeatedNestedMessage_.isEmpty()) { if (repeatedNestedMessage_.isEmpty()) { repeatedNestedMessage_ = other.repeatedNestedMessage_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.addAll(other.repeatedNestedMessage_); } onChanged(); } } else { if (!other.repeatedNestedMessage_.isEmpty()) { if (repeatedNestedMessageBuilder_.isEmpty()) { repeatedNestedMessageBuilder_.dispose(); repeatedNestedMessageBuilder_ = null; repeatedNestedMessage_ = other.repeatedNestedMessage_; bitField0_ = (bitField0_ & ~0x00000010); repeatedNestedMessageBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getRepeatedNestedMessageFieldBuilder() : null; } else { repeatedNestedMessageBuilder_.addAllMessages(other.repeatedNestedMessage_); } } } if (repeatedProto2MessageBuilder_ == null) { if (!other.repeatedProto2Message_.isEmpty()) { if (repeatedProto2Message_.isEmpty()) { repeatedProto2Message_ = other.repeatedProto2Message_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.addAll(other.repeatedProto2Message_); } onChanged(); } } else { if (!other.repeatedProto2Message_.isEmpty()) { if (repeatedProto2MessageBuilder_.isEmpty()) { repeatedProto2MessageBuilder_.dispose(); repeatedProto2MessageBuilder_ = null; repeatedProto2Message_ = other.repeatedProto2Message_; bitField0_ = (bitField0_ & ~0x00000020); repeatedProto2MessageBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getRepeatedProto2MessageFieldBuilder() : null; } else { repeatedProto2MessageBuilder_.addAllMessages(other.repeatedProto2Message_); } } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { for (int i = 0; i < getRepeatedProto2MessageCount(); i++) { if (!getRepeatedProto2Message(i).isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 168: { int v = input.readInt32(); ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(v); break; } // case 168 case 170: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedInt32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedInt32_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 170 case 178: { java.lang.String s = input.readStringRequireUtf8(); ensureRepeatedStringIsMutable(); repeatedString_.add(s); break; } // case 178 case 186: { com.google.protobuf.ByteString v = input.readBytes(); ensureRepeatedBytesIsMutable(); repeatedBytes_.add(v); break; } // case 186 case 192: { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); break; } // case 192 case 194: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 194 case 202: { com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage m = input.readMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.parser(), extensionRegistry); if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(m); } else { repeatedNestedMessageBuilder_.addMessage(m); } break; } // case 202 case 210: { proto2_unittest.UnittestProto.TestRequired m = input.readMessage( proto2_unittest.UnittestProto.TestRequired.PARSER, extensionRegistry); if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(m); } else { repeatedProto2MessageBuilder_.addMessage(m); } break; } // case 210 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); private void ensureRepeatedInt32IsMutable() { if (!repeatedInt32_.isModifiable()) { repeatedInt32_ = makeMutableCopy(repeatedInt32_); } bitField0_ |= 0x00000001; } /** * repeated int32 repeated_int32 = 21; * @return A list containing the repeatedInt32. */ public java.util.List getRepeatedInt32List() { repeatedInt32_.makeImmutable(); return repeatedInt32_; } /** * repeated int32 repeated_int32 = 21; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 21; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } /** * repeated int32 repeated_int32 = 21; * @param index The index to set the value at. * @param value The repeatedInt32 to set. * @return This builder for chaining. */ public Builder setRepeatedInt32( int index, int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.setInt(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 21; * @param value The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addRepeatedInt32(int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 21; * @param values The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedInt32( java.lang.Iterable values) { ensureRepeatedInt32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedInt32_); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 21; * @return This builder for chaining. */ public Builder clearRepeatedInt32() { repeatedInt32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureRepeatedStringIsMutable() { if (!repeatedString_.isModifiable()) { repeatedString_ = new com.google.protobuf.LazyStringArrayList(repeatedString_); } bitField0_ |= 0x00000002; } /** * repeated string repeated_string = 22; * @return A list containing the repeatedString. */ public com.google.protobuf.ProtocolStringList getRepeatedStringList() { repeatedString_.makeImmutable(); return repeatedString_; } /** * repeated string repeated_string = 22; * @return The count of repeatedString. */ public int getRepeatedStringCount() { return repeatedString_.size(); } /** * repeated string repeated_string = 22; * @param index The index of the element to return. * @return The repeatedString at the given index. */ public java.lang.String getRepeatedString(int index) { return repeatedString_.get(index); } /** * repeated string repeated_string = 22; * @param index The index of the value to return. * @return The bytes of the repeatedString at the given index. */ public com.google.protobuf.ByteString getRepeatedStringBytes(int index) { return repeatedString_.getByteString(index); } /** * repeated string repeated_string = 22; * @param index The index to set the value at. * @param value The repeatedString to set. * @return This builder for chaining. */ public Builder setRepeatedString( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedStringIsMutable(); repeatedString_.set(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated string repeated_string = 22; * @param value The repeatedString to add. * @return This builder for chaining. */ public Builder addRepeatedString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedStringIsMutable(); repeatedString_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated string repeated_string = 22; * @param values The repeatedString to add. * @return This builder for chaining. */ public Builder addAllRepeatedString( java.lang.Iterable values) { ensureRepeatedStringIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedString_); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated string repeated_string = 22; * @return This builder for chaining. */ public Builder clearRepeatedString() { repeatedString_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** * repeated string repeated_string = 22; * @param value The bytes of the repeatedString to add. * @return This builder for chaining. */ public Builder addRepeatedStringBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureRepeatedStringIsMutable(); repeatedString_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.Internal.ProtobufList repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); private void ensureRepeatedBytesIsMutable() { if (!repeatedBytes_.isModifiable()) { repeatedBytes_ = makeMutableCopy(repeatedBytes_); } bitField0_ |= 0x00000004; } /** * repeated bytes repeated_bytes = 23; * @return A list containing the repeatedBytes. */ public java.util.List getRepeatedBytesList() { repeatedBytes_.makeImmutable(); return repeatedBytes_; } /** * repeated bytes repeated_bytes = 23; * @return The count of repeatedBytes. */ public int getRepeatedBytesCount() { return repeatedBytes_.size(); } /** * repeated bytes repeated_bytes = 23; * @param index The index of the element to return. * @return The repeatedBytes at the given index. */ public com.google.protobuf.ByteString getRepeatedBytes(int index) { return repeatedBytes_.get(index); } /** * repeated bytes repeated_bytes = 23; * @param index The index to set the value at. * @param value The repeatedBytes to set. * @return This builder for chaining. */ public Builder setRepeatedBytes( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedBytesIsMutable(); repeatedBytes_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes repeated_bytes = 23; * @param value The repeatedBytes to add. * @return This builder for chaining. */ public Builder addRepeatedBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedBytesIsMutable(); repeatedBytes_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes repeated_bytes = 23; * @param values The repeatedBytes to add. * @return This builder for chaining. */ public Builder addAllRepeatedBytes( java.lang.Iterable values) { ensureRepeatedBytesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedBytes_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes repeated_bytes = 23; * @return This builder for chaining. */ public Builder clearRepeatedBytes() { repeatedBytes_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } private java.util.List repeatedNestedEnum_ = java.util.Collections.emptyList(); private void ensureRepeatedNestedEnumIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { repeatedNestedEnum_ = new java.util.ArrayList(repeatedNestedEnum_); bitField0_ |= 0x00000008; } } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return The count of repeatedNestedEnum. */ public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index to set the value at. * @param value The repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnum( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param value The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnum(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value.getNumber()); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param values The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnum( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedEnum value : values) { repeatedNestedEnum_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return This builder for chaining. */ public Builder clearRepeatedNestedEnum() { repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumValueList() { return java.util.Collections.unmodifiableList(repeatedNestedEnum_); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param index The index to set the value at. * @param value The enum numeric value on the wire for repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnumValue( int index, int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param value The enum numeric value on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnumValue(int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value); onChanged(); return this; } /** * repeated .field_presence_test.TestAllTypes.NestedEnum repeated_nested_enum = 24; * @param values The enum numeric values on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnumValue( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (int value : values) { repeatedNestedEnum_.add(value); } onChanged(); return this; } private java.util.List repeatedNestedMessage_ = java.util.Collections.emptyList(); private void ensureRepeatedNestedMessageIsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { repeatedNestedMessage_ = new java.util.ArrayList(repeatedNestedMessage_); bitField0_ |= 0x00000010; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> repeatedNestedMessageBuilder_; /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public java.util.List getRepeatedNestedMessageList() { if (repeatedNestedMessageBuilder_ == null) { return java.util.Collections.unmodifiableList(repeatedNestedMessage_); } else { return repeatedNestedMessageBuilder_.getMessageList(); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public int getRepeatedNestedMessageCount() { if (repeatedNestedMessageBuilder_ == null) { return repeatedNestedMessage_.size(); } else { return repeatedNestedMessageBuilder_.getCount(); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage getRepeatedNestedMessage(int index) { if (repeatedNestedMessageBuilder_ == null) { return repeatedNestedMessage_.get(index); } else { return repeatedNestedMessageBuilder_.getMessage(index); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder setRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (repeatedNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.set(index, value); onChanged(); } else { repeatedNestedMessageBuilder_.setMessage(index, value); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder setRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.set(index, builderForValue.build()); onChanged(); } else { repeatedNestedMessageBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage(com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (repeatedNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(value); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(value); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage value) { if (repeatedNestedMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(index, value); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(index, value); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(builderForValue.build()); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addRepeatedNestedMessage( int index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder builderForValue) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.add(index, builderForValue.build()); onChanged(); } else { repeatedNestedMessageBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder addAllRepeatedNestedMessage( java.lang.Iterable values) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedNestedMessage_); onChanged(); } else { repeatedNestedMessageBuilder_.addAllMessages(values); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder clearRepeatedNestedMessage() { if (repeatedNestedMessageBuilder_ == null) { repeatedNestedMessage_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { repeatedNestedMessageBuilder_.clear(); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public Builder removeRepeatedNestedMessage(int index) { if (repeatedNestedMessageBuilder_ == null) { ensureRepeatedNestedMessageIsMutable(); repeatedNestedMessage_.remove(index); onChanged(); } else { repeatedNestedMessageBuilder_.remove(index); } return this; } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder getRepeatedNestedMessageBuilder( int index) { return getRepeatedNestedMessageFieldBuilder().getBuilder(index); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder getRepeatedNestedMessageOrBuilder( int index) { if (repeatedNestedMessageBuilder_ == null) { return repeatedNestedMessage_.get(index); } else { return repeatedNestedMessageBuilder_.getMessageOrBuilder(index); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public java.util.List getRepeatedNestedMessageOrBuilderList() { if (repeatedNestedMessageBuilder_ != null) { return repeatedNestedMessageBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(repeatedNestedMessage_); } } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder addRepeatedNestedMessageBuilder() { return getRepeatedNestedMessageFieldBuilder().addBuilder( com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder addRepeatedNestedMessageBuilder( int index) { return getRepeatedNestedMessageFieldBuilder().addBuilder( index, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.getDefaultInstance()); } /** * repeated .field_presence_test.TestAllTypes.NestedMessage repeated_nested_message = 25; */ public java.util.List getRepeatedNestedMessageBuilderList() { return getRepeatedNestedMessageFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder> getRepeatedNestedMessageFieldBuilder() { if (repeatedNestedMessageBuilder_ == null) { repeatedNestedMessageBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessage.Builder, com.google.protobuf.FieldPresenceTestProto.TestAllTypes.NestedMessageOrBuilder>( repeatedNestedMessage_, ((bitField0_ & 0x00000010) != 0), getParentForChildren(), isClean()); repeatedNestedMessage_ = null; } return repeatedNestedMessageBuilder_; } private java.util.List repeatedProto2Message_ = java.util.Collections.emptyList(); private void ensureRepeatedProto2MessageIsMutable() { if (!((bitField0_ & 0x00000020) != 0)) { repeatedProto2Message_ = new java.util.ArrayList(repeatedProto2Message_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> repeatedProto2MessageBuilder_; /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public java.util.List getRepeatedProto2MessageList() { if (repeatedProto2MessageBuilder_ == null) { return java.util.Collections.unmodifiableList(repeatedProto2Message_); } else { return repeatedProto2MessageBuilder_.getMessageList(); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public int getRepeatedProto2MessageCount() { if (repeatedProto2MessageBuilder_ == null) { return repeatedProto2Message_.size(); } else { return repeatedProto2MessageBuilder_.getCount(); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired getRepeatedProto2Message(int index) { if (repeatedProto2MessageBuilder_ == null) { return repeatedProto2Message_.get(index); } else { return repeatedProto2MessageBuilder_.getMessage(index); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder setRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired value) { if (repeatedProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.set(index, value); onChanged(); } else { repeatedProto2MessageBuilder_.setMessage(index, value); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder setRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.set(index, builderForValue.build()); onChanged(); } else { repeatedProto2MessageBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message(proto2_unittest.UnittestProto.TestRequired value) { if (repeatedProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(value); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(value); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired value) { if (repeatedProto2MessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(index, value); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(index, value); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message( proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(builderForValue.build()); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addRepeatedProto2Message( int index, proto2_unittest.UnittestProto.TestRequired.Builder builderForValue) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.add(index, builderForValue.build()); onChanged(); } else { repeatedProto2MessageBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder addAllRepeatedProto2Message( java.lang.Iterable values) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedProto2Message_); onChanged(); } else { repeatedProto2MessageBuilder_.addAllMessages(values); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder clearRepeatedProto2Message() { if (repeatedProto2MessageBuilder_ == null) { repeatedProto2Message_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { repeatedProto2MessageBuilder_.clear(); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public Builder removeRepeatedProto2Message(int index) { if (repeatedProto2MessageBuilder_ == null) { ensureRepeatedProto2MessageIsMutable(); repeatedProto2Message_.remove(index); onChanged(); } else { repeatedProto2MessageBuilder_.remove(index); } return this; } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired.Builder getRepeatedProto2MessageBuilder( int index) { return getRepeatedProto2MessageFieldBuilder().getBuilder(index); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequiredOrBuilder getRepeatedProto2MessageOrBuilder( int index) { if (repeatedProto2MessageBuilder_ == null) { return repeatedProto2Message_.get(index); } else { return repeatedProto2MessageBuilder_.getMessageOrBuilder(index); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public java.util.List getRepeatedProto2MessageOrBuilderList() { if (repeatedProto2MessageBuilder_ != null) { return repeatedProto2MessageBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(repeatedProto2Message_); } } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired.Builder addRepeatedProto2MessageBuilder() { return getRepeatedProto2MessageFieldBuilder().addBuilder( proto2_unittest.UnittestProto.TestRequired.getDefaultInstance()); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public proto2_unittest.UnittestProto.TestRequired.Builder addRepeatedProto2MessageBuilder( int index) { return getRepeatedProto2MessageFieldBuilder().addBuilder( index, proto2_unittest.UnittestProto.TestRequired.getDefaultInstance()); } /** * repeated .proto2_unittest.TestRequired repeated_proto2_message = 26; */ public java.util.List getRepeatedProto2MessageBuilderList() { return getRepeatedProto2MessageFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder> getRepeatedProto2MessageFieldBuilder() { if (repeatedProto2MessageBuilder_ == null) { repeatedProto2MessageBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestRequired, proto2_unittest.UnittestProto.TestRequired.Builder, proto2_unittest.UnittestProto.TestRequiredOrBuilder>( repeatedProto2Message_, ((bitField0_ & 0x00000020) != 0), getParentForChildren(), isClean()); repeatedProto2Message_ = null; } return repeatedProto2MessageBuilder_; } @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:field_presence_test.TestRepeatedFieldsOnly) } // @@protoc_insertion_point(class_scope:field_presence_test.TestRepeatedFieldsOnly) private static final com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly(); } public static com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestRepeatedFieldsOnly parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.FieldPresenceTestProto.TestRepeatedFieldsOnly getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_field_presence_test_TestAllTypes_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_field_presence_test_TestAllTypes_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_field_presence_test_TestAllTypes_NestedMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_field_presence_test_TestAllTypes_NestedMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_field_presence_test_TestOptionalFieldsOnly_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_field_presence_test_TestOptionalFieldsOnly_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_field_presence_test_TestRepeatedFieldsOnly_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_field_presence_test_TestRepeatedFieldsOnly_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n-com/google/protobuf/field_presence_tes" + "t.proto\022\023field_presence_test\032\036google/pro" + "tobuf/unittest.proto\"\217\t\n\014TestAllTypes\022\026\n" + "\016optional_int32\030\001 \001(\005\022\027\n\017optional_string" + "\030\002 \001(\t\022\026\n\016optional_bytes\030\003 \001(\014\022J\n\024option" + "al_nested_enum\030\004 \001(\0162,.field_presence_te" + "st.TestAllTypes.NestedEnum\022P\n\027optional_n" + "ested_message\030\005 \001(\0132/.field_presence_tes" + "t.TestAllTypes.NestedMessage\022>\n\027optional" + "_proto2_message\030\006 \001(\0132\035.proto2_unittest." + "TestRequired\022R\n\025optional_lazy_message\030\007 " + "\001(\0132/.field_presence_test.TestAllTypes.N" + "estedMessageB\002(\001\022\025\n\013oneof_int32\030\013 \001(\005H\000\022" + "\026\n\014oneof_uint32\030\014 \001(\rH\000\022\026\n\014oneof_string\030" + "\r \001(\tH\000\022\025\n\013oneof_bytes\030\016 \001(\014H\000\022I\n\021oneof_" + "nested_enum\030\017 \001(\0162,.field_presence_test." + "TestAllTypes.NestedEnumH\000\022O\n\024oneof_neste" + "d_message\030\020 \001(\0132/.field_presence_test.Te" + "stAllTypes.NestedMessageH\000\022=\n\024oneof_prot" + "o2_message\030\021 \001(\0132\035.proto2_unittest.TestR" + "equiredH\000\022\026\n\016repeated_int32\030\025 \003(\005\022\027\n\017rep" + "eated_string\030\026 \003(\t\022\026\n\016repeated_bytes\030\027 \003" + "(\014\022J\n\024repeated_nested_enum\030\030 \003(\0162,.field" + "_presence_test.TestAllTypes.NestedEnum\022P" + "\n\027repeated_nested_message\030\031 \003(\0132/.field_" + "presence_test.TestAllTypes.NestedMessage" + "\022>\n\027repeated_proto2_message\030\032 \003(\0132\035.prot" + "o2_unittest.TestRequired\022L\n\022packed_neste" + "d_enum\030\033 \003(\0162,.field_presence_test.TestA" + "llTypes.NestedEnumB\002\020\001\032\036\n\rNestedMessage\022" + "\r\n\005value\030\001 \001(\005\"\'\n\nNestedEnum\022\007\n\003FOO\020\000\022\007\n" + "\003BAR\020\001\022\007\n\003BAZ\020\002B\r\n\013oneof_field\"\223\003\n\026TestO" + "ptionalFieldsOnly\022\026\n\016optional_int32\030\001 \001(" + "\005\022\027\n\017optional_string\030\002 \001(\t\022\026\n\016optional_b" + "ytes\030\003 \001(\014\022J\n\024optional_nested_enum\030\004 \001(\016" + "2,.field_presence_test.TestAllTypes.Nest" + "edEnum\022P\n\027optional_nested_message\030\005 \001(\0132" + "/.field_presence_test.TestAllTypes.Neste" + "dMessage\022>\n\027optional_proto2_message\030\006 \001(" + "\0132\035.proto2_unittest.TestRequired\022R\n\025opti" + "onal_lazy_message\030\007 \001(\0132/.field_presence" + "_test.TestAllTypes.NestedMessageB\002(\001\"\277\002\n" + "\026TestRepeatedFieldsOnly\022\026\n\016repeated_int3" + "2\030\025 \003(\005\022\027\n\017repeated_string\030\026 \003(\t\022\026\n\016repe" + "ated_bytes\030\027 \003(\014\022J\n\024repeated_nested_enum" + "\030\030 \003(\0162,.field_presence_test.TestAllType" + "s.NestedEnum\022P\n\027repeated_nested_message\030" + "\031 \003(\0132/.field_presence_test.TestAllTypes" + ".NestedMessage\022>\n\027repeated_proto2_messag" + "e\030\032 \003(\0132\035.proto2_unittest.TestRequiredB-" + "\n\023com.google.protobufB\026FieldPresenceTest" + "Protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { proto2_unittest.UnittestProto.getDescriptor(), }); internal_static_field_presence_test_TestAllTypes_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_field_presence_test_TestAllTypes_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_field_presence_test_TestAllTypes_descriptor, new java.lang.String[] { "OptionalInt32", "OptionalString", "OptionalBytes", "OptionalNestedEnum", "OptionalNestedMessage", "OptionalProto2Message", "OptionalLazyMessage", "OneofInt32", "OneofUint32", "OneofString", "OneofBytes", "OneofNestedEnum", "OneofNestedMessage", "OneofProto2Message", "RepeatedInt32", "RepeatedString", "RepeatedBytes", "RepeatedNestedEnum", "RepeatedNestedMessage", "RepeatedProto2Message", "PackedNestedEnum", "OneofField", }); internal_static_field_presence_test_TestAllTypes_NestedMessage_descriptor = internal_static_field_presence_test_TestAllTypes_descriptor.getNestedTypes().get(0); internal_static_field_presence_test_TestAllTypes_NestedMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_field_presence_test_TestAllTypes_NestedMessage_descriptor, new java.lang.String[] { "Value", }); internal_static_field_presence_test_TestOptionalFieldsOnly_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_field_presence_test_TestOptionalFieldsOnly_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_field_presence_test_TestOptionalFieldsOnly_descriptor, new java.lang.String[] { "OptionalInt32", "OptionalString", "OptionalBytes", "OptionalNestedEnum", "OptionalNestedMessage", "OptionalProto2Message", "OptionalLazyMessage", }); internal_static_field_presence_test_TestRepeatedFieldsOnly_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_field_presence_test_TestRepeatedFieldsOnly_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_field_presence_test_TestRepeatedFieldsOnly_descriptor, new java.lang.String[] { "RepeatedInt32", "RepeatedString", "RepeatedBytes", "RepeatedNestedEnum", "RepeatedNestedMessage", "RepeatedProto2Message", }); proto2_unittest.UnittestProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !>U+-com/google/protobuf/PackedFieldTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/packed_field_test.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf; public final class PackedFieldTestProto { private PackedFieldTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestAllTypesOrBuilder extends // @@protoc_insertion_point(interface_extends:packed_field_test.TestAllTypes) com.google.protobuf.MessageOrBuilder { /** * repeated int32 repeated_int32 = 31; * @return A list containing the repeatedInt32. */ java.util.List getRepeatedInt32List(); /** * repeated int32 repeated_int32 = 31; * @return The count of repeatedInt32. */ int getRepeatedInt32Count(); /** * repeated int32 repeated_int32 = 31; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ int getRepeatedInt32(int index); /** * repeated int64 repeated_int64 = 32; * @return A list containing the repeatedInt64. */ java.util.List getRepeatedInt64List(); /** * repeated int64 repeated_int64 = 32; * @return The count of repeatedInt64. */ int getRepeatedInt64Count(); /** * repeated int64 repeated_int64 = 32; * @param index The index of the element to return. * @return The repeatedInt64 at the given index. */ long getRepeatedInt64(int index); /** * repeated uint32 repeated_uint32 = 33; * @return A list containing the repeatedUint32. */ java.util.List getRepeatedUint32List(); /** * repeated uint32 repeated_uint32 = 33; * @return The count of repeatedUint32. */ int getRepeatedUint32Count(); /** * repeated uint32 repeated_uint32 = 33; * @param index The index of the element to return. * @return The repeatedUint32 at the given index. */ int getRepeatedUint32(int index); /** * repeated uint64 repeated_uint64 = 34; * @return A list containing the repeatedUint64. */ java.util.List getRepeatedUint64List(); /** * repeated uint64 repeated_uint64 = 34; * @return The count of repeatedUint64. */ int getRepeatedUint64Count(); /** * repeated uint64 repeated_uint64 = 34; * @param index The index of the element to return. * @return The repeatedUint64 at the given index. */ long getRepeatedUint64(int index); /** * repeated sint32 repeated_sint32 = 35; * @return A list containing the repeatedSint32. */ java.util.List getRepeatedSint32List(); /** * repeated sint32 repeated_sint32 = 35; * @return The count of repeatedSint32. */ int getRepeatedSint32Count(); /** * repeated sint32 repeated_sint32 = 35; * @param index The index of the element to return. * @return The repeatedSint32 at the given index. */ int getRepeatedSint32(int index); /** * repeated sint64 repeated_sint64 = 36; * @return A list containing the repeatedSint64. */ java.util.List getRepeatedSint64List(); /** * repeated sint64 repeated_sint64 = 36; * @return The count of repeatedSint64. */ int getRepeatedSint64Count(); /** * repeated sint64 repeated_sint64 = 36; * @param index The index of the element to return. * @return The repeatedSint64 at the given index. */ long getRepeatedSint64(int index); /** * repeated fixed32 repeated_fixed32 = 37; * @return A list containing the repeatedFixed32. */ java.util.List getRepeatedFixed32List(); /** * repeated fixed32 repeated_fixed32 = 37; * @return The count of repeatedFixed32. */ int getRepeatedFixed32Count(); /** * repeated fixed32 repeated_fixed32 = 37; * @param index The index of the element to return. * @return The repeatedFixed32 at the given index. */ int getRepeatedFixed32(int index); /** * repeated fixed64 repeated_fixed64 = 38; * @return A list containing the repeatedFixed64. */ java.util.List getRepeatedFixed64List(); /** * repeated fixed64 repeated_fixed64 = 38; * @return The count of repeatedFixed64. */ int getRepeatedFixed64Count(); /** * repeated fixed64 repeated_fixed64 = 38; * @param index The index of the element to return. * @return The repeatedFixed64 at the given index. */ long getRepeatedFixed64(int index); /** * repeated sfixed32 repeated_sfixed32 = 39; * @return A list containing the repeatedSfixed32. */ java.util.List getRepeatedSfixed32List(); /** * repeated sfixed32 repeated_sfixed32 = 39; * @return The count of repeatedSfixed32. */ int getRepeatedSfixed32Count(); /** * repeated sfixed32 repeated_sfixed32 = 39; * @param index The index of the element to return. * @return The repeatedSfixed32 at the given index. */ int getRepeatedSfixed32(int index); /** * repeated sfixed64 repeated_sfixed64 = 40; * @return A list containing the repeatedSfixed64. */ java.util.List getRepeatedSfixed64List(); /** * repeated sfixed64 repeated_sfixed64 = 40; * @return The count of repeatedSfixed64. */ int getRepeatedSfixed64Count(); /** * repeated sfixed64 repeated_sfixed64 = 40; * @param index The index of the element to return. * @return The repeatedSfixed64 at the given index. */ long getRepeatedSfixed64(int index); /** * repeated float repeated_float = 41; * @return A list containing the repeatedFloat. */ java.util.List getRepeatedFloatList(); /** * repeated float repeated_float = 41; * @return The count of repeatedFloat. */ int getRepeatedFloatCount(); /** * repeated float repeated_float = 41; * @param index The index of the element to return. * @return The repeatedFloat at the given index. */ float getRepeatedFloat(int index); /** * repeated double repeated_double = 42; * @return A list containing the repeatedDouble. */ java.util.List getRepeatedDoubleList(); /** * repeated double repeated_double = 42; * @return The count of repeatedDouble. */ int getRepeatedDoubleCount(); /** * repeated double repeated_double = 42; * @param index The index of the element to return. * @return The repeatedDouble at the given index. */ double getRepeatedDouble(int index); /** * repeated bool repeated_bool = 43; * @return A list containing the repeatedBool. */ java.util.List getRepeatedBoolList(); /** * repeated bool repeated_bool = 43; * @return The count of repeatedBool. */ int getRepeatedBoolCount(); /** * repeated bool repeated_bool = 43; * @param index The index of the element to return. * @return The repeatedBool at the given index. */ boolean getRepeatedBool(int index); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return A list containing the repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumList(); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return The count of repeatedNestedEnum. */ int getRepeatedNestedEnumCount(); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumValueList(); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ int getRepeatedNestedEnumValue(int index); } /** * Protobuf type {@code packed_field_test.TestAllTypes} */ public static final class TestAllTypes extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:packed_field_test.TestAllTypes) TestAllTypesOrBuilder { private static final long serialVersionUID = 0L; // Use TestAllTypes.newBuilder() to construct. private TestAllTypes(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestAllTypes() { repeatedInt32_ = emptyIntList(); repeatedInt64_ = emptyLongList(); repeatedUint32_ = emptyIntList(); repeatedUint64_ = emptyLongList(); repeatedSint32_ = emptyIntList(); repeatedSint64_ = emptyLongList(); repeatedFixed32_ = emptyIntList(); repeatedFixed64_ = emptyLongList(); repeatedSfixed32_ = emptyIntList(); repeatedSfixed64_ = emptyLongList(); repeatedFloat_ = emptyFloatList(); repeatedDouble_ = emptyDoubleList(); repeatedBool_ = emptyBooleanList(); repeatedNestedEnum_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestAllTypes(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestAllTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestAllTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.PackedFieldTestProto.TestAllTypes.class, com.google.protobuf.PackedFieldTestProto.TestAllTypes.Builder.class); } /** * Protobuf enum {@code packed_field_test.TestAllTypes.NestedEnum} */ public enum NestedEnum implements com.google.protobuf.ProtocolMessageEnum { /** * FOO = 0; */ FOO(0), /** * BAR = 1; */ BAR(1), /** * BAZ = 2; */ BAZ(2), UNRECOGNIZED(-1), ; /** * FOO = 0; */ public static final int FOO_VALUE = 0; /** * BAR = 1; */ public static final int BAR_VALUE = 1; /** * BAZ = 2; */ public static final int BAZ_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static NestedEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static NestedEnum forNumber(int value) { switch (value) { case 0: return FOO; case 1: return BAR; case 2: return BAZ; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< NestedEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public NestedEnum findValueByNumber(int number) { return NestedEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.PackedFieldTestProto.TestAllTypes.getDescriptor().getEnumTypes().get(0); } private static final NestedEnum[] VALUES = values(); public static NestedEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private NestedEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:packed_field_test.TestAllTypes.NestedEnum) } public static final int REPEATED_INT32_FIELD_NUMBER = 31; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); /** * repeated int32 repeated_int32 = 31; * @return A list containing the repeatedInt32. */ @java.lang.Override public java.util.List getRepeatedInt32List() { return repeatedInt32_; } /** * repeated int32 repeated_int32 = 31; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 31; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } private int repeatedInt32MemoizedSerializedSize = -1; public static final int REPEATED_INT64_FIELD_NUMBER = 32; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedInt64_ = emptyLongList(); /** * repeated int64 repeated_int64 = 32; * @return A list containing the repeatedInt64. */ @java.lang.Override public java.util.List getRepeatedInt64List() { return repeatedInt64_; } /** * repeated int64 repeated_int64 = 32; * @return The count of repeatedInt64. */ public int getRepeatedInt64Count() { return repeatedInt64_.size(); } /** * repeated int64 repeated_int64 = 32; * @param index The index of the element to return. * @return The repeatedInt64 at the given index. */ public long getRepeatedInt64(int index) { return repeatedInt64_.getLong(index); } private int repeatedInt64MemoizedSerializedSize = -1; public static final int REPEATED_UINT32_FIELD_NUMBER = 33; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedUint32_ = emptyIntList(); /** * repeated uint32 repeated_uint32 = 33; * @return A list containing the repeatedUint32. */ @java.lang.Override public java.util.List getRepeatedUint32List() { return repeatedUint32_; } /** * repeated uint32 repeated_uint32 = 33; * @return The count of repeatedUint32. */ public int getRepeatedUint32Count() { return repeatedUint32_.size(); } /** * repeated uint32 repeated_uint32 = 33; * @param index The index of the element to return. * @return The repeatedUint32 at the given index. */ public int getRepeatedUint32(int index) { return repeatedUint32_.getInt(index); } private int repeatedUint32MemoizedSerializedSize = -1; public static final int REPEATED_UINT64_FIELD_NUMBER = 34; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedUint64_ = emptyLongList(); /** * repeated uint64 repeated_uint64 = 34; * @return A list containing the repeatedUint64. */ @java.lang.Override public java.util.List getRepeatedUint64List() { return repeatedUint64_; } /** * repeated uint64 repeated_uint64 = 34; * @return The count of repeatedUint64. */ public int getRepeatedUint64Count() { return repeatedUint64_.size(); } /** * repeated uint64 repeated_uint64 = 34; * @param index The index of the element to return. * @return The repeatedUint64 at the given index. */ public long getRepeatedUint64(int index) { return repeatedUint64_.getLong(index); } private int repeatedUint64MemoizedSerializedSize = -1; public static final int REPEATED_SINT32_FIELD_NUMBER = 35; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedSint32_ = emptyIntList(); /** * repeated sint32 repeated_sint32 = 35; * @return A list containing the repeatedSint32. */ @java.lang.Override public java.util.List getRepeatedSint32List() { return repeatedSint32_; } /** * repeated sint32 repeated_sint32 = 35; * @return The count of repeatedSint32. */ public int getRepeatedSint32Count() { return repeatedSint32_.size(); } /** * repeated sint32 repeated_sint32 = 35; * @param index The index of the element to return. * @return The repeatedSint32 at the given index. */ public int getRepeatedSint32(int index) { return repeatedSint32_.getInt(index); } private int repeatedSint32MemoizedSerializedSize = -1; public static final int REPEATED_SINT64_FIELD_NUMBER = 36; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedSint64_ = emptyLongList(); /** * repeated sint64 repeated_sint64 = 36; * @return A list containing the repeatedSint64. */ @java.lang.Override public java.util.List getRepeatedSint64List() { return repeatedSint64_; } /** * repeated sint64 repeated_sint64 = 36; * @return The count of repeatedSint64. */ public int getRepeatedSint64Count() { return repeatedSint64_.size(); } /** * repeated sint64 repeated_sint64 = 36; * @param index The index of the element to return. * @return The repeatedSint64 at the given index. */ public long getRepeatedSint64(int index) { return repeatedSint64_.getLong(index); } private int repeatedSint64MemoizedSerializedSize = -1; public static final int REPEATED_FIXED32_FIELD_NUMBER = 37; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedFixed32_ = emptyIntList(); /** * repeated fixed32 repeated_fixed32 = 37; * @return A list containing the repeatedFixed32. */ @java.lang.Override public java.util.List getRepeatedFixed32List() { return repeatedFixed32_; } /** * repeated fixed32 repeated_fixed32 = 37; * @return The count of repeatedFixed32. */ public int getRepeatedFixed32Count() { return repeatedFixed32_.size(); } /** * repeated fixed32 repeated_fixed32 = 37; * @param index The index of the element to return. * @return The repeatedFixed32 at the given index. */ public int getRepeatedFixed32(int index) { return repeatedFixed32_.getInt(index); } private int repeatedFixed32MemoizedSerializedSize = -1; public static final int REPEATED_FIXED64_FIELD_NUMBER = 38; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedFixed64_ = emptyLongList(); /** * repeated fixed64 repeated_fixed64 = 38; * @return A list containing the repeatedFixed64. */ @java.lang.Override public java.util.List getRepeatedFixed64List() { return repeatedFixed64_; } /** * repeated fixed64 repeated_fixed64 = 38; * @return The count of repeatedFixed64. */ public int getRepeatedFixed64Count() { return repeatedFixed64_.size(); } /** * repeated fixed64 repeated_fixed64 = 38; * @param index The index of the element to return. * @return The repeatedFixed64 at the given index. */ public long getRepeatedFixed64(int index) { return repeatedFixed64_.getLong(index); } private int repeatedFixed64MemoizedSerializedSize = -1; public static final int REPEATED_SFIXED32_FIELD_NUMBER = 39; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedSfixed32_ = emptyIntList(); /** * repeated sfixed32 repeated_sfixed32 = 39; * @return A list containing the repeatedSfixed32. */ @java.lang.Override public java.util.List getRepeatedSfixed32List() { return repeatedSfixed32_; } /** * repeated sfixed32 repeated_sfixed32 = 39; * @return The count of repeatedSfixed32. */ public int getRepeatedSfixed32Count() { return repeatedSfixed32_.size(); } /** * repeated sfixed32 repeated_sfixed32 = 39; * @param index The index of the element to return. * @return The repeatedSfixed32 at the given index. */ public int getRepeatedSfixed32(int index) { return repeatedSfixed32_.getInt(index); } private int repeatedSfixed32MemoizedSerializedSize = -1; public static final int REPEATED_SFIXED64_FIELD_NUMBER = 40; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedSfixed64_ = emptyLongList(); /** * repeated sfixed64 repeated_sfixed64 = 40; * @return A list containing the repeatedSfixed64. */ @java.lang.Override public java.util.List getRepeatedSfixed64List() { return repeatedSfixed64_; } /** * repeated sfixed64 repeated_sfixed64 = 40; * @return The count of repeatedSfixed64. */ public int getRepeatedSfixed64Count() { return repeatedSfixed64_.size(); } /** * repeated sfixed64 repeated_sfixed64 = 40; * @param index The index of the element to return. * @return The repeatedSfixed64 at the given index. */ public long getRepeatedSfixed64(int index) { return repeatedSfixed64_.getLong(index); } private int repeatedSfixed64MemoizedSerializedSize = -1; public static final int REPEATED_FLOAT_FIELD_NUMBER = 41; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList repeatedFloat_ = emptyFloatList(); /** * repeated float repeated_float = 41; * @return A list containing the repeatedFloat. */ @java.lang.Override public java.util.List getRepeatedFloatList() { return repeatedFloat_; } /** * repeated float repeated_float = 41; * @return The count of repeatedFloat. */ public int getRepeatedFloatCount() { return repeatedFloat_.size(); } /** * repeated float repeated_float = 41; * @param index The index of the element to return. * @return The repeatedFloat at the given index. */ public float getRepeatedFloat(int index) { return repeatedFloat_.getFloat(index); } private int repeatedFloatMemoizedSerializedSize = -1; public static final int REPEATED_DOUBLE_FIELD_NUMBER = 42; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList repeatedDouble_ = emptyDoubleList(); /** * repeated double repeated_double = 42; * @return A list containing the repeatedDouble. */ @java.lang.Override public java.util.List getRepeatedDoubleList() { return repeatedDouble_; } /** * repeated double repeated_double = 42; * @return The count of repeatedDouble. */ public int getRepeatedDoubleCount() { return repeatedDouble_.size(); } /** * repeated double repeated_double = 42; * @param index The index of the element to return. * @return The repeatedDouble at the given index. */ public double getRepeatedDouble(int index) { return repeatedDouble_.getDouble(index); } private int repeatedDoubleMemoizedSerializedSize = -1; public static final int REPEATED_BOOL_FIELD_NUMBER = 43; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList repeatedBool_ = emptyBooleanList(); /** * repeated bool repeated_bool = 43; * @return A list containing the repeatedBool. */ @java.lang.Override public java.util.List getRepeatedBoolList() { return repeatedBool_; } /** * repeated bool repeated_bool = 43; * @return The count of repeatedBool. */ public int getRepeatedBoolCount() { return repeatedBool_.size(); } /** * repeated bool repeated_bool = 43; * @param index The index of the element to return. * @return The repeatedBool at the given index. */ public boolean getRepeatedBool(int index) { return repeatedBool_.getBoolean(index); } private int repeatedBoolMemoizedSerializedSize = -1; public static final int REPEATED_NESTED_ENUM_FIELD_NUMBER = 51; @SuppressWarnings("serial") private java.util.List repeatedNestedEnum_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum> repeatedNestedEnum_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum>() { public com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum convert(java.lang.Integer from) { com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum.forNumber(from); return result == null ? com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } }; /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return A list containing the repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return The count of repeatedNestedEnum. */ @java.lang.Override public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumValueList() { return repeatedNestedEnum_; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ @java.lang.Override public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } private int repeatedNestedEnumMemoizedSerializedSize; private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (getRepeatedInt32List().size() > 0) { output.writeUInt32NoTag(250); output.writeUInt32NoTag(repeatedInt32MemoizedSerializedSize); } for (int i = 0; i < repeatedInt32_.size(); i++) { output.writeInt32NoTag(repeatedInt32_.getInt(i)); } if (getRepeatedInt64List().size() > 0) { output.writeUInt32NoTag(258); output.writeUInt32NoTag(repeatedInt64MemoizedSerializedSize); } for (int i = 0; i < repeatedInt64_.size(); i++) { output.writeInt64NoTag(repeatedInt64_.getLong(i)); } if (getRepeatedUint32List().size() > 0) { output.writeUInt32NoTag(266); output.writeUInt32NoTag(repeatedUint32MemoizedSerializedSize); } for (int i = 0; i < repeatedUint32_.size(); i++) { output.writeUInt32NoTag(repeatedUint32_.getInt(i)); } if (getRepeatedUint64List().size() > 0) { output.writeUInt32NoTag(274); output.writeUInt32NoTag(repeatedUint64MemoizedSerializedSize); } for (int i = 0; i < repeatedUint64_.size(); i++) { output.writeUInt64NoTag(repeatedUint64_.getLong(i)); } if (getRepeatedSint32List().size() > 0) { output.writeUInt32NoTag(282); output.writeUInt32NoTag(repeatedSint32MemoizedSerializedSize); } for (int i = 0; i < repeatedSint32_.size(); i++) { output.writeSInt32NoTag(repeatedSint32_.getInt(i)); } if (getRepeatedSint64List().size() > 0) { output.writeUInt32NoTag(290); output.writeUInt32NoTag(repeatedSint64MemoizedSerializedSize); } for (int i = 0; i < repeatedSint64_.size(); i++) { output.writeSInt64NoTag(repeatedSint64_.getLong(i)); } if (getRepeatedFixed32List().size() > 0) { output.writeUInt32NoTag(298); output.writeUInt32NoTag(repeatedFixed32MemoizedSerializedSize); } for (int i = 0; i < repeatedFixed32_.size(); i++) { output.writeFixed32NoTag(repeatedFixed32_.getInt(i)); } if (getRepeatedFixed64List().size() > 0) { output.writeUInt32NoTag(306); output.writeUInt32NoTag(repeatedFixed64MemoizedSerializedSize); } for (int i = 0; i < repeatedFixed64_.size(); i++) { output.writeFixed64NoTag(repeatedFixed64_.getLong(i)); } if (getRepeatedSfixed32List().size() > 0) { output.writeUInt32NoTag(314); output.writeUInt32NoTag(repeatedSfixed32MemoizedSerializedSize); } for (int i = 0; i < repeatedSfixed32_.size(); i++) { output.writeSFixed32NoTag(repeatedSfixed32_.getInt(i)); } if (getRepeatedSfixed64List().size() > 0) { output.writeUInt32NoTag(322); output.writeUInt32NoTag(repeatedSfixed64MemoizedSerializedSize); } for (int i = 0; i < repeatedSfixed64_.size(); i++) { output.writeSFixed64NoTag(repeatedSfixed64_.getLong(i)); } if (getRepeatedFloatList().size() > 0) { output.writeUInt32NoTag(330); output.writeUInt32NoTag(repeatedFloatMemoizedSerializedSize); } for (int i = 0; i < repeatedFloat_.size(); i++) { output.writeFloatNoTag(repeatedFloat_.getFloat(i)); } if (getRepeatedDoubleList().size() > 0) { output.writeUInt32NoTag(338); output.writeUInt32NoTag(repeatedDoubleMemoizedSerializedSize); } for (int i = 0; i < repeatedDouble_.size(); i++) { output.writeDoubleNoTag(repeatedDouble_.getDouble(i)); } if (getRepeatedBoolList().size() > 0) { output.writeUInt32NoTag(346); output.writeUInt32NoTag(repeatedBoolMemoizedSerializedSize); } for (int i = 0; i < repeatedBool_.size(); i++) { output.writeBoolNoTag(repeatedBool_.getBoolean(i)); } if (getRepeatedNestedEnumList().size() > 0) { output.writeUInt32NoTag(410); output.writeUInt32NoTag(repeatedNestedEnumMemoizedSerializedSize); } for (int i = 0; i < repeatedNestedEnum_.size(); i++) { output.writeEnumNoTag(repeatedNestedEnum_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < repeatedInt32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(repeatedInt32_.getInt(i)); } size += dataSize; if (!getRepeatedInt32List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedInt32MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedInt64_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(repeatedInt64_.getLong(i)); } size += dataSize; if (!getRepeatedInt64List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedInt64MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedUint32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(repeatedUint32_.getInt(i)); } size += dataSize; if (!getRepeatedUint32List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedUint32MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedUint64_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(repeatedUint64_.getLong(i)); } size += dataSize; if (!getRepeatedUint64List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedUint64MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedSint32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(repeatedSint32_.getInt(i)); } size += dataSize; if (!getRepeatedSint32List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedSint32MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedSint64_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(repeatedSint64_.getLong(i)); } size += dataSize; if (!getRepeatedSint64List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedSint64MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getRepeatedFixed32List().size(); size += dataSize; if (!getRepeatedFixed32List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedFixed32MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getRepeatedFixed64List().size(); size += dataSize; if (!getRepeatedFixed64List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedFixed64MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getRepeatedSfixed32List().size(); size += dataSize; if (!getRepeatedSfixed32List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedSfixed32MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getRepeatedSfixed64List().size(); size += dataSize; if (!getRepeatedSfixed64List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedSfixed64MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getRepeatedFloatList().size(); size += dataSize; if (!getRepeatedFloatList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedFloatMemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getRepeatedDoubleList().size(); size += dataSize; if (!getRepeatedDoubleList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedDoubleMemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 1 * getRepeatedBoolList().size(); size += dataSize; if (!getRepeatedBoolList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } repeatedBoolMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < repeatedNestedEnum_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(repeatedNestedEnum_.get(i)); } size += dataSize; if (!getRepeatedNestedEnumList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }repeatedNestedEnumMemoizedSerializedSize = dataSize; } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.PackedFieldTestProto.TestAllTypes)) { return super.equals(obj); } com.google.protobuf.PackedFieldTestProto.TestAllTypes other = (com.google.protobuf.PackedFieldTestProto.TestAllTypes) obj; if (!getRepeatedInt32List() .equals(other.getRepeatedInt32List())) return false; if (!getRepeatedInt64List() .equals(other.getRepeatedInt64List())) return false; if (!getRepeatedUint32List() .equals(other.getRepeatedUint32List())) return false; if (!getRepeatedUint64List() .equals(other.getRepeatedUint64List())) return false; if (!getRepeatedSint32List() .equals(other.getRepeatedSint32List())) return false; if (!getRepeatedSint64List() .equals(other.getRepeatedSint64List())) return false; if (!getRepeatedFixed32List() .equals(other.getRepeatedFixed32List())) return false; if (!getRepeatedFixed64List() .equals(other.getRepeatedFixed64List())) return false; if (!getRepeatedSfixed32List() .equals(other.getRepeatedSfixed32List())) return false; if (!getRepeatedSfixed64List() .equals(other.getRepeatedSfixed64List())) return false; if (!getRepeatedFloatList() .equals(other.getRepeatedFloatList())) return false; if (!getRepeatedDoubleList() .equals(other.getRepeatedDoubleList())) return false; if (!getRepeatedBoolList() .equals(other.getRepeatedBoolList())) return false; if (!repeatedNestedEnum_.equals(other.repeatedNestedEnum_)) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getRepeatedInt32Count() > 0) { hash = (37 * hash) + REPEATED_INT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedInt32List().hashCode(); } if (getRepeatedInt64Count() > 0) { hash = (37 * hash) + REPEATED_INT64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedInt64List().hashCode(); } if (getRepeatedUint32Count() > 0) { hash = (37 * hash) + REPEATED_UINT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedUint32List().hashCode(); } if (getRepeatedUint64Count() > 0) { hash = (37 * hash) + REPEATED_UINT64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedUint64List().hashCode(); } if (getRepeatedSint32Count() > 0) { hash = (37 * hash) + REPEATED_SINT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSint32List().hashCode(); } if (getRepeatedSint64Count() > 0) { hash = (37 * hash) + REPEATED_SINT64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSint64List().hashCode(); } if (getRepeatedFixed32Count() > 0) { hash = (37 * hash) + REPEATED_FIXED32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedFixed32List().hashCode(); } if (getRepeatedFixed64Count() > 0) { hash = (37 * hash) + REPEATED_FIXED64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedFixed64List().hashCode(); } if (getRepeatedSfixed32Count() > 0) { hash = (37 * hash) + REPEATED_SFIXED32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSfixed32List().hashCode(); } if (getRepeatedSfixed64Count() > 0) { hash = (37 * hash) + REPEATED_SFIXED64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSfixed64List().hashCode(); } if (getRepeatedFloatCount() > 0) { hash = (37 * hash) + REPEATED_FLOAT_FIELD_NUMBER; hash = (53 * hash) + getRepeatedFloatList().hashCode(); } if (getRepeatedDoubleCount() > 0) { hash = (37 * hash) + REPEATED_DOUBLE_FIELD_NUMBER; hash = (53 * hash) + getRepeatedDoubleList().hashCode(); } if (getRepeatedBoolCount() > 0) { hash = (37 * hash) + REPEATED_BOOL_FIELD_NUMBER; hash = (53 * hash) + getRepeatedBoolList().hashCode(); } if (getRepeatedNestedEnumCount() > 0) { hash = (37 * hash) + REPEATED_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + repeatedNestedEnum_.hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.PackedFieldTestProto.TestAllTypes prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code packed_field_test.TestAllTypes} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:packed_field_test.TestAllTypes) com.google.protobuf.PackedFieldTestProto.TestAllTypesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestAllTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestAllTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.PackedFieldTestProto.TestAllTypes.class, com.google.protobuf.PackedFieldTestProto.TestAllTypes.Builder.class); } // Construct using com.google.protobuf.PackedFieldTestProto.TestAllTypes.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; repeatedInt32_ = emptyIntList(); repeatedInt64_ = emptyLongList(); repeatedUint32_ = emptyIntList(); repeatedUint64_ = emptyLongList(); repeatedSint32_ = emptyIntList(); repeatedSint64_ = emptyLongList(); repeatedFixed32_ = emptyIntList(); repeatedFixed64_ = emptyLongList(); repeatedSfixed32_ = emptyIntList(); repeatedSfixed64_ = emptyLongList(); repeatedFloat_ = emptyFloatList(); repeatedDouble_ = emptyDoubleList(); repeatedBool_ = emptyBooleanList(); repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00002000); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestAllTypes_descriptor; } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestAllTypes getDefaultInstanceForType() { return com.google.protobuf.PackedFieldTestProto.TestAllTypes.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestAllTypes build() { com.google.protobuf.PackedFieldTestProto.TestAllTypes result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestAllTypes buildPartial() { com.google.protobuf.PackedFieldTestProto.TestAllTypes result = new com.google.protobuf.PackedFieldTestProto.TestAllTypes(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.PackedFieldTestProto.TestAllTypes result) { if (((bitField0_ & 0x00002000) != 0)) { repeatedNestedEnum_ = java.util.Collections.unmodifiableList(repeatedNestedEnum_); bitField0_ = (bitField0_ & ~0x00002000); } result.repeatedNestedEnum_ = repeatedNestedEnum_; } private void buildPartial0(com.google.protobuf.PackedFieldTestProto.TestAllTypes result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { repeatedInt32_.makeImmutable(); result.repeatedInt32_ = repeatedInt32_; } if (((from_bitField0_ & 0x00000002) != 0)) { repeatedInt64_.makeImmutable(); result.repeatedInt64_ = repeatedInt64_; } if (((from_bitField0_ & 0x00000004) != 0)) { repeatedUint32_.makeImmutable(); result.repeatedUint32_ = repeatedUint32_; } if (((from_bitField0_ & 0x00000008) != 0)) { repeatedUint64_.makeImmutable(); result.repeatedUint64_ = repeatedUint64_; } if (((from_bitField0_ & 0x00000010) != 0)) { repeatedSint32_.makeImmutable(); result.repeatedSint32_ = repeatedSint32_; } if (((from_bitField0_ & 0x00000020) != 0)) { repeatedSint64_.makeImmutable(); result.repeatedSint64_ = repeatedSint64_; } if (((from_bitField0_ & 0x00000040) != 0)) { repeatedFixed32_.makeImmutable(); result.repeatedFixed32_ = repeatedFixed32_; } if (((from_bitField0_ & 0x00000080) != 0)) { repeatedFixed64_.makeImmutable(); result.repeatedFixed64_ = repeatedFixed64_; } if (((from_bitField0_ & 0x00000100) != 0)) { repeatedSfixed32_.makeImmutable(); result.repeatedSfixed32_ = repeatedSfixed32_; } if (((from_bitField0_ & 0x00000200) != 0)) { repeatedSfixed64_.makeImmutable(); result.repeatedSfixed64_ = repeatedSfixed64_; } if (((from_bitField0_ & 0x00000400) != 0)) { repeatedFloat_.makeImmutable(); result.repeatedFloat_ = repeatedFloat_; } if (((from_bitField0_ & 0x00000800) != 0)) { repeatedDouble_.makeImmutable(); result.repeatedDouble_ = repeatedDouble_; } if (((from_bitField0_ & 0x00001000) != 0)) { repeatedBool_.makeImmutable(); result.repeatedBool_ = repeatedBool_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.PackedFieldTestProto.TestAllTypes) { return mergeFrom((com.google.protobuf.PackedFieldTestProto.TestAllTypes)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.PackedFieldTestProto.TestAllTypes other) { if (other == com.google.protobuf.PackedFieldTestProto.TestAllTypes.getDefaultInstance()) return this; if (!other.repeatedInt32_.isEmpty()) { if (repeatedInt32_.isEmpty()) { repeatedInt32_ = other.repeatedInt32_; repeatedInt32_.makeImmutable(); bitField0_ |= 0x00000001; } else { ensureRepeatedInt32IsMutable(); repeatedInt32_.addAll(other.repeatedInt32_); } onChanged(); } if (!other.repeatedInt64_.isEmpty()) { if (repeatedInt64_.isEmpty()) { repeatedInt64_ = other.repeatedInt64_; repeatedInt64_.makeImmutable(); bitField0_ |= 0x00000002; } else { ensureRepeatedInt64IsMutable(); repeatedInt64_.addAll(other.repeatedInt64_); } onChanged(); } if (!other.repeatedUint32_.isEmpty()) { if (repeatedUint32_.isEmpty()) { repeatedUint32_ = other.repeatedUint32_; repeatedUint32_.makeImmutable(); bitField0_ |= 0x00000004; } else { ensureRepeatedUint32IsMutable(); repeatedUint32_.addAll(other.repeatedUint32_); } onChanged(); } if (!other.repeatedUint64_.isEmpty()) { if (repeatedUint64_.isEmpty()) { repeatedUint64_ = other.repeatedUint64_; repeatedUint64_.makeImmutable(); bitField0_ |= 0x00000008; } else { ensureRepeatedUint64IsMutable(); repeatedUint64_.addAll(other.repeatedUint64_); } onChanged(); } if (!other.repeatedSint32_.isEmpty()) { if (repeatedSint32_.isEmpty()) { repeatedSint32_ = other.repeatedSint32_; repeatedSint32_.makeImmutable(); bitField0_ |= 0x00000010; } else { ensureRepeatedSint32IsMutable(); repeatedSint32_.addAll(other.repeatedSint32_); } onChanged(); } if (!other.repeatedSint64_.isEmpty()) { if (repeatedSint64_.isEmpty()) { repeatedSint64_ = other.repeatedSint64_; repeatedSint64_.makeImmutable(); bitField0_ |= 0x00000020; } else { ensureRepeatedSint64IsMutable(); repeatedSint64_.addAll(other.repeatedSint64_); } onChanged(); } if (!other.repeatedFixed32_.isEmpty()) { if (repeatedFixed32_.isEmpty()) { repeatedFixed32_ = other.repeatedFixed32_; repeatedFixed32_.makeImmutable(); bitField0_ |= 0x00000040; } else { ensureRepeatedFixed32IsMutable(); repeatedFixed32_.addAll(other.repeatedFixed32_); } onChanged(); } if (!other.repeatedFixed64_.isEmpty()) { if (repeatedFixed64_.isEmpty()) { repeatedFixed64_ = other.repeatedFixed64_; repeatedFixed64_.makeImmutable(); bitField0_ |= 0x00000080; } else { ensureRepeatedFixed64IsMutable(); repeatedFixed64_.addAll(other.repeatedFixed64_); } onChanged(); } if (!other.repeatedSfixed32_.isEmpty()) { if (repeatedSfixed32_.isEmpty()) { repeatedSfixed32_ = other.repeatedSfixed32_; repeatedSfixed32_.makeImmutable(); bitField0_ |= 0x00000100; } else { ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.addAll(other.repeatedSfixed32_); } onChanged(); } if (!other.repeatedSfixed64_.isEmpty()) { if (repeatedSfixed64_.isEmpty()) { repeatedSfixed64_ = other.repeatedSfixed64_; repeatedSfixed64_.makeImmutable(); bitField0_ |= 0x00000200; } else { ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.addAll(other.repeatedSfixed64_); } onChanged(); } if (!other.repeatedFloat_.isEmpty()) { if (repeatedFloat_.isEmpty()) { repeatedFloat_ = other.repeatedFloat_; repeatedFloat_.makeImmutable(); bitField0_ |= 0x00000400; } else { ensureRepeatedFloatIsMutable(); repeatedFloat_.addAll(other.repeatedFloat_); } onChanged(); } if (!other.repeatedDouble_.isEmpty()) { if (repeatedDouble_.isEmpty()) { repeatedDouble_ = other.repeatedDouble_; repeatedDouble_.makeImmutable(); bitField0_ |= 0x00000800; } else { ensureRepeatedDoubleIsMutable(); repeatedDouble_.addAll(other.repeatedDouble_); } onChanged(); } if (!other.repeatedBool_.isEmpty()) { if (repeatedBool_.isEmpty()) { repeatedBool_ = other.repeatedBool_; repeatedBool_.makeImmutable(); bitField0_ |= 0x00001000; } else { ensureRepeatedBoolIsMutable(); repeatedBool_.addAll(other.repeatedBool_); } onChanged(); } if (!other.repeatedNestedEnum_.isEmpty()) { if (repeatedNestedEnum_.isEmpty()) { repeatedNestedEnum_ = other.repeatedNestedEnum_; bitField0_ = (bitField0_ & ~0x00002000); } else { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.addAll(other.repeatedNestedEnum_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 248: { int v = input.readInt32(); ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(v); break; } // case 248 case 250: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedInt32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedInt32_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 250 case 256: { long v = input.readInt64(); ensureRepeatedInt64IsMutable(); repeatedInt64_.addLong(v); break; } // case 256 case 258: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedInt64IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedInt64_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 258 case 264: { int v = input.readUInt32(); ensureRepeatedUint32IsMutable(); repeatedUint32_.addInt(v); break; } // case 264 case 266: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedUint32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedUint32_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 266 case 272: { long v = input.readUInt64(); ensureRepeatedUint64IsMutable(); repeatedUint64_.addLong(v); break; } // case 272 case 274: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedUint64IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedUint64_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 274 case 280: { int v = input.readSInt32(); ensureRepeatedSint32IsMutable(); repeatedSint32_.addInt(v); break; } // case 280 case 282: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedSint32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedSint32_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 282 case 288: { long v = input.readSInt64(); ensureRepeatedSint64IsMutable(); repeatedSint64_.addLong(v); break; } // case 288 case 290: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedSint64IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedSint64_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 290 case 301: { int v = input.readFixed32(); ensureRepeatedFixed32IsMutable(); repeatedFixed32_.addInt(v); break; } // case 301 case 298: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedFixed32IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { repeatedFixed32_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 298 case 305: { long v = input.readFixed64(); ensureRepeatedFixed64IsMutable(); repeatedFixed64_.addLong(v); break; } // case 305 case 306: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedFixed64IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { repeatedFixed64_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 306 case 317: { int v = input.readSFixed32(); ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.addInt(v); break; } // case 317 case 314: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedSfixed32IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { repeatedSfixed32_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 314 case 321: { long v = input.readSFixed64(); ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.addLong(v); break; } // case 321 case 322: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedSfixed64IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { repeatedSfixed64_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 322 case 333: { float v = input.readFloat(); ensureRepeatedFloatIsMutable(); repeatedFloat_.addFloat(v); break; } // case 333 case 330: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedFloatIsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { repeatedFloat_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 330 case 337: { double v = input.readDouble(); ensureRepeatedDoubleIsMutable(); repeatedDouble_.addDouble(v); break; } // case 337 case 338: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedDoubleIsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { repeatedDouble_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 338 case 344: { boolean v = input.readBool(); ensureRepeatedBoolIsMutable(); repeatedBool_.addBoolean(v); break; } // case 344 case 346: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedBoolIsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { repeatedBool_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 346 case 408: { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); break; } // case 408 case 410: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 410 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); private void ensureRepeatedInt32IsMutable() { if (!repeatedInt32_.isModifiable()) { repeatedInt32_ = makeMutableCopy(repeatedInt32_); } bitField0_ |= 0x00000001; } /** * repeated int32 repeated_int32 = 31; * @return A list containing the repeatedInt32. */ public java.util.List getRepeatedInt32List() { repeatedInt32_.makeImmutable(); return repeatedInt32_; } /** * repeated int32 repeated_int32 = 31; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 31; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } /** * repeated int32 repeated_int32 = 31; * @param index The index to set the value at. * @param value The repeatedInt32 to set. * @return This builder for chaining. */ public Builder setRepeatedInt32( int index, int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.setInt(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 31; * @param value The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addRepeatedInt32(int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 31; * @param values The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedInt32( java.lang.Iterable values) { ensureRepeatedInt32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedInt32_); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 31; * @return This builder for chaining. */ public Builder clearRepeatedInt32() { repeatedInt32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedInt64_ = emptyLongList(); private void ensureRepeatedInt64IsMutable() { if (!repeatedInt64_.isModifiable()) { repeatedInt64_ = makeMutableCopy(repeatedInt64_); } bitField0_ |= 0x00000002; } /** * repeated int64 repeated_int64 = 32; * @return A list containing the repeatedInt64. */ public java.util.List getRepeatedInt64List() { repeatedInt64_.makeImmutable(); return repeatedInt64_; } /** * repeated int64 repeated_int64 = 32; * @return The count of repeatedInt64. */ public int getRepeatedInt64Count() { return repeatedInt64_.size(); } /** * repeated int64 repeated_int64 = 32; * @param index The index of the element to return. * @return The repeatedInt64 at the given index. */ public long getRepeatedInt64(int index) { return repeatedInt64_.getLong(index); } /** * repeated int64 repeated_int64 = 32; * @param index The index to set the value at. * @param value The repeatedInt64 to set. * @return This builder for chaining. */ public Builder setRepeatedInt64( int index, long value) { ensureRepeatedInt64IsMutable(); repeatedInt64_.setLong(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated int64 repeated_int64 = 32; * @param value The repeatedInt64 to add. * @return This builder for chaining. */ public Builder addRepeatedInt64(long value) { ensureRepeatedInt64IsMutable(); repeatedInt64_.addLong(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated int64 repeated_int64 = 32; * @param values The repeatedInt64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedInt64( java.lang.Iterable values) { ensureRepeatedInt64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedInt64_); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated int64 repeated_int64 = 32; * @return This builder for chaining. */ public Builder clearRepeatedInt64() { repeatedInt64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedUint32_ = emptyIntList(); private void ensureRepeatedUint32IsMutable() { if (!repeatedUint32_.isModifiable()) { repeatedUint32_ = makeMutableCopy(repeatedUint32_); } bitField0_ |= 0x00000004; } /** * repeated uint32 repeated_uint32 = 33; * @return A list containing the repeatedUint32. */ public java.util.List getRepeatedUint32List() { repeatedUint32_.makeImmutable(); return repeatedUint32_; } /** * repeated uint32 repeated_uint32 = 33; * @return The count of repeatedUint32. */ public int getRepeatedUint32Count() { return repeatedUint32_.size(); } /** * repeated uint32 repeated_uint32 = 33; * @param index The index of the element to return. * @return The repeatedUint32 at the given index. */ public int getRepeatedUint32(int index) { return repeatedUint32_.getInt(index); } /** * repeated uint32 repeated_uint32 = 33; * @param index The index to set the value at. * @param value The repeatedUint32 to set. * @return This builder for chaining. */ public Builder setRepeatedUint32( int index, int value) { ensureRepeatedUint32IsMutable(); repeatedUint32_.setInt(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated uint32 repeated_uint32 = 33; * @param value The repeatedUint32 to add. * @return This builder for chaining. */ public Builder addRepeatedUint32(int value) { ensureRepeatedUint32IsMutable(); repeatedUint32_.addInt(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated uint32 repeated_uint32 = 33; * @param values The repeatedUint32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedUint32( java.lang.Iterable values) { ensureRepeatedUint32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedUint32_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated uint32 repeated_uint32 = 33; * @return This builder for chaining. */ public Builder clearRepeatedUint32() { repeatedUint32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedUint64_ = emptyLongList(); private void ensureRepeatedUint64IsMutable() { if (!repeatedUint64_.isModifiable()) { repeatedUint64_ = makeMutableCopy(repeatedUint64_); } bitField0_ |= 0x00000008; } /** * repeated uint64 repeated_uint64 = 34; * @return A list containing the repeatedUint64. */ public java.util.List getRepeatedUint64List() { repeatedUint64_.makeImmutable(); return repeatedUint64_; } /** * repeated uint64 repeated_uint64 = 34; * @return The count of repeatedUint64. */ public int getRepeatedUint64Count() { return repeatedUint64_.size(); } /** * repeated uint64 repeated_uint64 = 34; * @param index The index of the element to return. * @return The repeatedUint64 at the given index. */ public long getRepeatedUint64(int index) { return repeatedUint64_.getLong(index); } /** * repeated uint64 repeated_uint64 = 34; * @param index The index to set the value at. * @param value The repeatedUint64 to set. * @return This builder for chaining. */ public Builder setRepeatedUint64( int index, long value) { ensureRepeatedUint64IsMutable(); repeatedUint64_.setLong(index, value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated uint64 repeated_uint64 = 34; * @param value The repeatedUint64 to add. * @return This builder for chaining. */ public Builder addRepeatedUint64(long value) { ensureRepeatedUint64IsMutable(); repeatedUint64_.addLong(value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated uint64 repeated_uint64 = 34; * @param values The repeatedUint64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedUint64( java.lang.Iterable values) { ensureRepeatedUint64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedUint64_); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated uint64 repeated_uint64 = 34; * @return This builder for chaining. */ public Builder clearRepeatedUint64() { repeatedUint64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedSint32_ = emptyIntList(); private void ensureRepeatedSint32IsMutable() { if (!repeatedSint32_.isModifiable()) { repeatedSint32_ = makeMutableCopy(repeatedSint32_); } bitField0_ |= 0x00000010; } /** * repeated sint32 repeated_sint32 = 35; * @return A list containing the repeatedSint32. */ public java.util.List getRepeatedSint32List() { repeatedSint32_.makeImmutable(); return repeatedSint32_; } /** * repeated sint32 repeated_sint32 = 35; * @return The count of repeatedSint32. */ public int getRepeatedSint32Count() { return repeatedSint32_.size(); } /** * repeated sint32 repeated_sint32 = 35; * @param index The index of the element to return. * @return The repeatedSint32 at the given index. */ public int getRepeatedSint32(int index) { return repeatedSint32_.getInt(index); } /** * repeated sint32 repeated_sint32 = 35; * @param index The index to set the value at. * @param value The repeatedSint32 to set. * @return This builder for chaining. */ public Builder setRepeatedSint32( int index, int value) { ensureRepeatedSint32IsMutable(); repeatedSint32_.setInt(index, value); bitField0_ |= 0x00000010; onChanged(); return this; } /** * repeated sint32 repeated_sint32 = 35; * @param value The repeatedSint32 to add. * @return This builder for chaining. */ public Builder addRepeatedSint32(int value) { ensureRepeatedSint32IsMutable(); repeatedSint32_.addInt(value); bitField0_ |= 0x00000010; onChanged(); return this; } /** * repeated sint32 repeated_sint32 = 35; * @param values The repeatedSint32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSint32( java.lang.Iterable values) { ensureRepeatedSint32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSint32_); bitField0_ |= 0x00000010; onChanged(); return this; } /** * repeated sint32 repeated_sint32 = 35; * @return This builder for chaining. */ public Builder clearRepeatedSint32() { repeatedSint32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedSint64_ = emptyLongList(); private void ensureRepeatedSint64IsMutable() { if (!repeatedSint64_.isModifiable()) { repeatedSint64_ = makeMutableCopy(repeatedSint64_); } bitField0_ |= 0x00000020; } /** * repeated sint64 repeated_sint64 = 36; * @return A list containing the repeatedSint64. */ public java.util.List getRepeatedSint64List() { repeatedSint64_.makeImmutable(); return repeatedSint64_; } /** * repeated sint64 repeated_sint64 = 36; * @return The count of repeatedSint64. */ public int getRepeatedSint64Count() { return repeatedSint64_.size(); } /** * repeated sint64 repeated_sint64 = 36; * @param index The index of the element to return. * @return The repeatedSint64 at the given index. */ public long getRepeatedSint64(int index) { return repeatedSint64_.getLong(index); } /** * repeated sint64 repeated_sint64 = 36; * @param index The index to set the value at. * @param value The repeatedSint64 to set. * @return This builder for chaining. */ public Builder setRepeatedSint64( int index, long value) { ensureRepeatedSint64IsMutable(); repeatedSint64_.setLong(index, value); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated sint64 repeated_sint64 = 36; * @param value The repeatedSint64 to add. * @return This builder for chaining. */ public Builder addRepeatedSint64(long value) { ensureRepeatedSint64IsMutable(); repeatedSint64_.addLong(value); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated sint64 repeated_sint64 = 36; * @param values The repeatedSint64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSint64( java.lang.Iterable values) { ensureRepeatedSint64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSint64_); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated sint64 repeated_sint64 = 36; * @return This builder for chaining. */ public Builder clearRepeatedSint64() { repeatedSint64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedFixed32_ = emptyIntList(); private void ensureRepeatedFixed32IsMutable() { if (!repeatedFixed32_.isModifiable()) { repeatedFixed32_ = makeMutableCopy(repeatedFixed32_); } bitField0_ |= 0x00000040; } private void ensureRepeatedFixed32IsMutable(int capacity) { if (!repeatedFixed32_.isModifiable()) { repeatedFixed32_ = makeMutableCopy(repeatedFixed32_, capacity); } bitField0_ |= 0x00000040; } /** * repeated fixed32 repeated_fixed32 = 37; * @return A list containing the repeatedFixed32. */ public java.util.List getRepeatedFixed32List() { repeatedFixed32_.makeImmutable(); return repeatedFixed32_; } /** * repeated fixed32 repeated_fixed32 = 37; * @return The count of repeatedFixed32. */ public int getRepeatedFixed32Count() { return repeatedFixed32_.size(); } /** * repeated fixed32 repeated_fixed32 = 37; * @param index The index of the element to return. * @return The repeatedFixed32 at the given index. */ public int getRepeatedFixed32(int index) { return repeatedFixed32_.getInt(index); } /** * repeated fixed32 repeated_fixed32 = 37; * @param index The index to set the value at. * @param value The repeatedFixed32 to set. * @return This builder for chaining. */ public Builder setRepeatedFixed32( int index, int value) { ensureRepeatedFixed32IsMutable(); repeatedFixed32_.setInt(index, value); bitField0_ |= 0x00000040; onChanged(); return this; } /** * repeated fixed32 repeated_fixed32 = 37; * @param value The repeatedFixed32 to add. * @return This builder for chaining. */ public Builder addRepeatedFixed32(int value) { ensureRepeatedFixed32IsMutable(); repeatedFixed32_.addInt(value); bitField0_ |= 0x00000040; onChanged(); return this; } /** * repeated fixed32 repeated_fixed32 = 37; * @param values The repeatedFixed32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedFixed32( java.lang.Iterable values) { ensureRepeatedFixed32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedFixed32_); bitField0_ |= 0x00000040; onChanged(); return this; } /** * repeated fixed32 repeated_fixed32 = 37; * @return This builder for chaining. */ public Builder clearRepeatedFixed32() { repeatedFixed32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000040); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedFixed64_ = emptyLongList(); private void ensureRepeatedFixed64IsMutable() { if (!repeatedFixed64_.isModifiable()) { repeatedFixed64_ = makeMutableCopy(repeatedFixed64_); } bitField0_ |= 0x00000080; } private void ensureRepeatedFixed64IsMutable(int capacity) { if (!repeatedFixed64_.isModifiable()) { repeatedFixed64_ = makeMutableCopy(repeatedFixed64_, capacity); } bitField0_ |= 0x00000080; } /** * repeated fixed64 repeated_fixed64 = 38; * @return A list containing the repeatedFixed64. */ public java.util.List getRepeatedFixed64List() { repeatedFixed64_.makeImmutable(); return repeatedFixed64_; } /** * repeated fixed64 repeated_fixed64 = 38; * @return The count of repeatedFixed64. */ public int getRepeatedFixed64Count() { return repeatedFixed64_.size(); } /** * repeated fixed64 repeated_fixed64 = 38; * @param index The index of the element to return. * @return The repeatedFixed64 at the given index. */ public long getRepeatedFixed64(int index) { return repeatedFixed64_.getLong(index); } /** * repeated fixed64 repeated_fixed64 = 38; * @param index The index to set the value at. * @param value The repeatedFixed64 to set. * @return This builder for chaining. */ public Builder setRepeatedFixed64( int index, long value) { ensureRepeatedFixed64IsMutable(); repeatedFixed64_.setLong(index, value); bitField0_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 repeated_fixed64 = 38; * @param value The repeatedFixed64 to add. * @return This builder for chaining. */ public Builder addRepeatedFixed64(long value) { ensureRepeatedFixed64IsMutable(); repeatedFixed64_.addLong(value); bitField0_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 repeated_fixed64 = 38; * @param values The repeatedFixed64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedFixed64( java.lang.Iterable values) { ensureRepeatedFixed64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedFixed64_); bitField0_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 repeated_fixed64 = 38; * @return This builder for chaining. */ public Builder clearRepeatedFixed64() { repeatedFixed64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedSfixed32_ = emptyIntList(); private void ensureRepeatedSfixed32IsMutable() { if (!repeatedSfixed32_.isModifiable()) { repeatedSfixed32_ = makeMutableCopy(repeatedSfixed32_); } bitField0_ |= 0x00000100; } private void ensureRepeatedSfixed32IsMutable(int capacity) { if (!repeatedSfixed32_.isModifiable()) { repeatedSfixed32_ = makeMutableCopy(repeatedSfixed32_, capacity); } bitField0_ |= 0x00000100; } /** * repeated sfixed32 repeated_sfixed32 = 39; * @return A list containing the repeatedSfixed32. */ public java.util.List getRepeatedSfixed32List() { repeatedSfixed32_.makeImmutable(); return repeatedSfixed32_; } /** * repeated sfixed32 repeated_sfixed32 = 39; * @return The count of repeatedSfixed32. */ public int getRepeatedSfixed32Count() { return repeatedSfixed32_.size(); } /** * repeated sfixed32 repeated_sfixed32 = 39; * @param index The index of the element to return. * @return The repeatedSfixed32 at the given index. */ public int getRepeatedSfixed32(int index) { return repeatedSfixed32_.getInt(index); } /** * repeated sfixed32 repeated_sfixed32 = 39; * @param index The index to set the value at. * @param value The repeatedSfixed32 to set. * @return This builder for chaining. */ public Builder setRepeatedSfixed32( int index, int value) { ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.setInt(index, value); bitField0_ |= 0x00000100; onChanged(); return this; } /** * repeated sfixed32 repeated_sfixed32 = 39; * @param value The repeatedSfixed32 to add. * @return This builder for chaining. */ public Builder addRepeatedSfixed32(int value) { ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.addInt(value); bitField0_ |= 0x00000100; onChanged(); return this; } /** * repeated sfixed32 repeated_sfixed32 = 39; * @param values The repeatedSfixed32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSfixed32( java.lang.Iterable values) { ensureRepeatedSfixed32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSfixed32_); bitField0_ |= 0x00000100; onChanged(); return this; } /** * repeated sfixed32 repeated_sfixed32 = 39; * @return This builder for chaining. */ public Builder clearRepeatedSfixed32() { repeatedSfixed32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedSfixed64_ = emptyLongList(); private void ensureRepeatedSfixed64IsMutable() { if (!repeatedSfixed64_.isModifiable()) { repeatedSfixed64_ = makeMutableCopy(repeatedSfixed64_); } bitField0_ |= 0x00000200; } private void ensureRepeatedSfixed64IsMutable(int capacity) { if (!repeatedSfixed64_.isModifiable()) { repeatedSfixed64_ = makeMutableCopy(repeatedSfixed64_, capacity); } bitField0_ |= 0x00000200; } /** * repeated sfixed64 repeated_sfixed64 = 40; * @return A list containing the repeatedSfixed64. */ public java.util.List getRepeatedSfixed64List() { repeatedSfixed64_.makeImmutable(); return repeatedSfixed64_; } /** * repeated sfixed64 repeated_sfixed64 = 40; * @return The count of repeatedSfixed64. */ public int getRepeatedSfixed64Count() { return repeatedSfixed64_.size(); } /** * repeated sfixed64 repeated_sfixed64 = 40; * @param index The index of the element to return. * @return The repeatedSfixed64 at the given index. */ public long getRepeatedSfixed64(int index) { return repeatedSfixed64_.getLong(index); } /** * repeated sfixed64 repeated_sfixed64 = 40; * @param index The index to set the value at. * @param value The repeatedSfixed64 to set. * @return This builder for chaining. */ public Builder setRepeatedSfixed64( int index, long value) { ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.setLong(index, value); bitField0_ |= 0x00000200; onChanged(); return this; } /** * repeated sfixed64 repeated_sfixed64 = 40; * @param value The repeatedSfixed64 to add. * @return This builder for chaining. */ public Builder addRepeatedSfixed64(long value) { ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.addLong(value); bitField0_ |= 0x00000200; onChanged(); return this; } /** * repeated sfixed64 repeated_sfixed64 = 40; * @param values The repeatedSfixed64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSfixed64( java.lang.Iterable values) { ensureRepeatedSfixed64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSfixed64_); bitField0_ |= 0x00000200; onChanged(); return this; } /** * repeated sfixed64 repeated_sfixed64 = 40; * @return This builder for chaining. */ public Builder clearRepeatedSfixed64() { repeatedSfixed64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000200); onChanged(); return this; } private com.google.protobuf.Internal.FloatList repeatedFloat_ = emptyFloatList(); private void ensureRepeatedFloatIsMutable() { if (!repeatedFloat_.isModifiable()) { repeatedFloat_ = makeMutableCopy(repeatedFloat_); } bitField0_ |= 0x00000400; } private void ensureRepeatedFloatIsMutable(int capacity) { if (!repeatedFloat_.isModifiable()) { repeatedFloat_ = makeMutableCopy(repeatedFloat_, capacity); } bitField0_ |= 0x00000400; } /** * repeated float repeated_float = 41; * @return A list containing the repeatedFloat. */ public java.util.List getRepeatedFloatList() { repeatedFloat_.makeImmutable(); return repeatedFloat_; } /** * repeated float repeated_float = 41; * @return The count of repeatedFloat. */ public int getRepeatedFloatCount() { return repeatedFloat_.size(); } /** * repeated float repeated_float = 41; * @param index The index of the element to return. * @return The repeatedFloat at the given index. */ public float getRepeatedFloat(int index) { return repeatedFloat_.getFloat(index); } /** * repeated float repeated_float = 41; * @param index The index to set the value at. * @param value The repeatedFloat to set. * @return This builder for chaining. */ public Builder setRepeatedFloat( int index, float value) { ensureRepeatedFloatIsMutable(); repeatedFloat_.setFloat(index, value); bitField0_ |= 0x00000400; onChanged(); return this; } /** * repeated float repeated_float = 41; * @param value The repeatedFloat to add. * @return This builder for chaining. */ public Builder addRepeatedFloat(float value) { ensureRepeatedFloatIsMutable(); repeatedFloat_.addFloat(value); bitField0_ |= 0x00000400; onChanged(); return this; } /** * repeated float repeated_float = 41; * @param values The repeatedFloat to add. * @return This builder for chaining. */ public Builder addAllRepeatedFloat( java.lang.Iterable values) { ensureRepeatedFloatIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedFloat_); bitField0_ |= 0x00000400; onChanged(); return this; } /** * repeated float repeated_float = 41; * @return This builder for chaining. */ public Builder clearRepeatedFloat() { repeatedFloat_ = emptyFloatList(); bitField0_ = (bitField0_ & ~0x00000400); onChanged(); return this; } private com.google.protobuf.Internal.DoubleList repeatedDouble_ = emptyDoubleList(); private void ensureRepeatedDoubleIsMutable() { if (!repeatedDouble_.isModifiable()) { repeatedDouble_ = makeMutableCopy(repeatedDouble_); } bitField0_ |= 0x00000800; } private void ensureRepeatedDoubleIsMutable(int capacity) { if (!repeatedDouble_.isModifiable()) { repeatedDouble_ = makeMutableCopy(repeatedDouble_, capacity); } bitField0_ |= 0x00000800; } /** * repeated double repeated_double = 42; * @return A list containing the repeatedDouble. */ public java.util.List getRepeatedDoubleList() { repeatedDouble_.makeImmutable(); return repeatedDouble_; } /** * repeated double repeated_double = 42; * @return The count of repeatedDouble. */ public int getRepeatedDoubleCount() { return repeatedDouble_.size(); } /** * repeated double repeated_double = 42; * @param index The index of the element to return. * @return The repeatedDouble at the given index. */ public double getRepeatedDouble(int index) { return repeatedDouble_.getDouble(index); } /** * repeated double repeated_double = 42; * @param index The index to set the value at. * @param value The repeatedDouble to set. * @return This builder for chaining. */ public Builder setRepeatedDouble( int index, double value) { ensureRepeatedDoubleIsMutable(); repeatedDouble_.setDouble(index, value); bitField0_ |= 0x00000800; onChanged(); return this; } /** * repeated double repeated_double = 42; * @param value The repeatedDouble to add. * @return This builder for chaining. */ public Builder addRepeatedDouble(double value) { ensureRepeatedDoubleIsMutable(); repeatedDouble_.addDouble(value); bitField0_ |= 0x00000800; onChanged(); return this; } /** * repeated double repeated_double = 42; * @param values The repeatedDouble to add. * @return This builder for chaining. */ public Builder addAllRepeatedDouble( java.lang.Iterable values) { ensureRepeatedDoubleIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedDouble_); bitField0_ |= 0x00000800; onChanged(); return this; } /** * repeated double repeated_double = 42; * @return This builder for chaining. */ public Builder clearRepeatedDouble() { repeatedDouble_ = emptyDoubleList(); bitField0_ = (bitField0_ & ~0x00000800); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList repeatedBool_ = emptyBooleanList(); private void ensureRepeatedBoolIsMutable() { if (!repeatedBool_.isModifiable()) { repeatedBool_ = makeMutableCopy(repeatedBool_); } bitField0_ |= 0x00001000; } private void ensureRepeatedBoolIsMutable(int capacity) { if (!repeatedBool_.isModifiable()) { repeatedBool_ = makeMutableCopy(repeatedBool_, capacity); } bitField0_ |= 0x00001000; } /** * repeated bool repeated_bool = 43; * @return A list containing the repeatedBool. */ public java.util.List getRepeatedBoolList() { repeatedBool_.makeImmutable(); return repeatedBool_; } /** * repeated bool repeated_bool = 43; * @return The count of repeatedBool. */ public int getRepeatedBoolCount() { return repeatedBool_.size(); } /** * repeated bool repeated_bool = 43; * @param index The index of the element to return. * @return The repeatedBool at the given index. */ public boolean getRepeatedBool(int index) { return repeatedBool_.getBoolean(index); } /** * repeated bool repeated_bool = 43; * @param index The index to set the value at. * @param value The repeatedBool to set. * @return This builder for chaining. */ public Builder setRepeatedBool( int index, boolean value) { ensureRepeatedBoolIsMutable(); repeatedBool_.setBoolean(index, value); bitField0_ |= 0x00001000; onChanged(); return this; } /** * repeated bool repeated_bool = 43; * @param value The repeatedBool to add. * @return This builder for chaining. */ public Builder addRepeatedBool(boolean value) { ensureRepeatedBoolIsMutable(); repeatedBool_.addBoolean(value); bitField0_ |= 0x00001000; onChanged(); return this; } /** * repeated bool repeated_bool = 43; * @param values The repeatedBool to add. * @return This builder for chaining. */ public Builder addAllRepeatedBool( java.lang.Iterable values) { ensureRepeatedBoolIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedBool_); bitField0_ |= 0x00001000; onChanged(); return this; } /** * repeated bool repeated_bool = 43; * @return This builder for chaining. */ public Builder clearRepeatedBool() { repeatedBool_ = emptyBooleanList(); bitField0_ = (bitField0_ & ~0x00001000); onChanged(); return this; } private java.util.List repeatedNestedEnum_ = java.util.Collections.emptyList(); private void ensureRepeatedNestedEnumIsMutable() { if (!((bitField0_ & 0x00002000) != 0)) { repeatedNestedEnum_ = new java.util.ArrayList(repeatedNestedEnum_); bitField0_ |= 0x00002000; } } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return A list containing the repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return The count of repeatedNestedEnum. */ public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ public com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index to set the value at. * @param value The repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnum( int index, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param value The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnum(com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value.getNumber()); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param values The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnum( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum value : values) { repeatedNestedEnum_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return This builder for chaining. */ public Builder clearRepeatedNestedEnum() { repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00002000); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumValueList() { return java.util.Collections.unmodifiableList(repeatedNestedEnum_); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param index The index to set the value at. * @param value The enum numeric value on the wire for repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnumValue( int index, int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param value The enum numeric value on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnumValue(int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 51; * @param values The enum numeric values on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnumValue( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (int value : values) { repeatedNestedEnum_.add(value); } onChanged(); 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:packed_field_test.TestAllTypes) } // @@protoc_insertion_point(class_scope:packed_field_test.TestAllTypes) private static final com.google.protobuf.PackedFieldTestProto.TestAllTypes DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.PackedFieldTestProto.TestAllTypes(); } public static com.google.protobuf.PackedFieldTestProto.TestAllTypes getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestAllTypes parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestAllTypes getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestUnpackedTypesOrBuilder extends // @@protoc_insertion_point(interface_extends:packed_field_test.TestUnpackedTypes) com.google.protobuf.MessageOrBuilder { /** * repeated int32 repeated_int32 = 1 [packed = false]; * @return A list containing the repeatedInt32. */ java.util.List getRepeatedInt32List(); /** * repeated int32 repeated_int32 = 1 [packed = false]; * @return The count of repeatedInt32. */ int getRepeatedInt32Count(); /** * repeated int32 repeated_int32 = 1 [packed = false]; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ int getRepeatedInt32(int index); /** * repeated int64 repeated_int64 = 2 [packed = false]; * @return A list containing the repeatedInt64. */ java.util.List getRepeatedInt64List(); /** * repeated int64 repeated_int64 = 2 [packed = false]; * @return The count of repeatedInt64. */ int getRepeatedInt64Count(); /** * repeated int64 repeated_int64 = 2 [packed = false]; * @param index The index of the element to return. * @return The repeatedInt64 at the given index. */ long getRepeatedInt64(int index); /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @return A list containing the repeatedUint32. */ java.util.List getRepeatedUint32List(); /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @return The count of repeatedUint32. */ int getRepeatedUint32Count(); /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @param index The index of the element to return. * @return The repeatedUint32 at the given index. */ int getRepeatedUint32(int index); /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @return A list containing the repeatedUint64. */ java.util.List getRepeatedUint64List(); /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @return The count of repeatedUint64. */ int getRepeatedUint64Count(); /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @param index The index of the element to return. * @return The repeatedUint64 at the given index. */ long getRepeatedUint64(int index); /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @return A list containing the repeatedSint32. */ java.util.List getRepeatedSint32List(); /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @return The count of repeatedSint32. */ int getRepeatedSint32Count(); /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @param index The index of the element to return. * @return The repeatedSint32 at the given index. */ int getRepeatedSint32(int index); /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @return A list containing the repeatedSint64. */ java.util.List getRepeatedSint64List(); /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @return The count of repeatedSint64. */ int getRepeatedSint64Count(); /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @param index The index of the element to return. * @return The repeatedSint64 at the given index. */ long getRepeatedSint64(int index); /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @return A list containing the repeatedFixed32. */ java.util.List getRepeatedFixed32List(); /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @return The count of repeatedFixed32. */ int getRepeatedFixed32Count(); /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @param index The index of the element to return. * @return The repeatedFixed32 at the given index. */ int getRepeatedFixed32(int index); /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @return A list containing the repeatedFixed64. */ java.util.List getRepeatedFixed64List(); /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @return The count of repeatedFixed64. */ int getRepeatedFixed64Count(); /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @param index The index of the element to return. * @return The repeatedFixed64 at the given index. */ long getRepeatedFixed64(int index); /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @return A list containing the repeatedSfixed32. */ java.util.List getRepeatedSfixed32List(); /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @return The count of repeatedSfixed32. */ int getRepeatedSfixed32Count(); /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @param index The index of the element to return. * @return The repeatedSfixed32 at the given index. */ int getRepeatedSfixed32(int index); /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @return A list containing the repeatedSfixed64. */ java.util.List getRepeatedSfixed64List(); /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @return The count of repeatedSfixed64. */ int getRepeatedSfixed64Count(); /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @param index The index of the element to return. * @return The repeatedSfixed64 at the given index. */ long getRepeatedSfixed64(int index); /** * repeated float repeated_float = 11 [packed = false]; * @return A list containing the repeatedFloat. */ java.util.List getRepeatedFloatList(); /** * repeated float repeated_float = 11 [packed = false]; * @return The count of repeatedFloat. */ int getRepeatedFloatCount(); /** * repeated float repeated_float = 11 [packed = false]; * @param index The index of the element to return. * @return The repeatedFloat at the given index. */ float getRepeatedFloat(int index); /** * repeated double repeated_double = 12 [packed = false]; * @return A list containing the repeatedDouble. */ java.util.List getRepeatedDoubleList(); /** * repeated double repeated_double = 12 [packed = false]; * @return The count of repeatedDouble. */ int getRepeatedDoubleCount(); /** * repeated double repeated_double = 12 [packed = false]; * @param index The index of the element to return. * @return The repeatedDouble at the given index. */ double getRepeatedDouble(int index); /** * repeated bool repeated_bool = 13 [packed = false]; * @return A list containing the repeatedBool. */ java.util.List getRepeatedBoolList(); /** * repeated bool repeated_bool = 13 [packed = false]; * @return The count of repeatedBool. */ int getRepeatedBoolCount(); /** * repeated bool repeated_bool = 13 [packed = false]; * @param index The index of the element to return. * @return The repeatedBool at the given index. */ boolean getRepeatedBool(int index); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return A list containing the repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumList(); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return The count of repeatedNestedEnum. */ int getRepeatedNestedEnumCount(); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ java.util.List getRepeatedNestedEnumValueList(); /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ int getRepeatedNestedEnumValue(int index); } /** * Protobuf type {@code packed_field_test.TestUnpackedTypes} */ public static final class TestUnpackedTypes extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:packed_field_test.TestUnpackedTypes) TestUnpackedTypesOrBuilder { private static final long serialVersionUID = 0L; // Use TestUnpackedTypes.newBuilder() to construct. private TestUnpackedTypes(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestUnpackedTypes() { repeatedInt32_ = emptyIntList(); repeatedInt64_ = emptyLongList(); repeatedUint32_ = emptyIntList(); repeatedUint64_ = emptyLongList(); repeatedSint32_ = emptyIntList(); repeatedSint64_ = emptyLongList(); repeatedFixed32_ = emptyIntList(); repeatedFixed64_ = emptyLongList(); repeatedSfixed32_ = emptyIntList(); repeatedSfixed64_ = emptyLongList(); repeatedFloat_ = emptyFloatList(); repeatedDouble_ = emptyDoubleList(); repeatedBool_ = emptyBooleanList(); repeatedNestedEnum_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestUnpackedTypes(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestUnpackedTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestUnpackedTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes.class, com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes.Builder.class); } public static final int REPEATED_INT32_FIELD_NUMBER = 1; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); /** * repeated int32 repeated_int32 = 1 [packed = false]; * @return A list containing the repeatedInt32. */ @java.lang.Override public java.util.List getRepeatedInt32List() { return repeatedInt32_; } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } public static final int REPEATED_INT64_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedInt64_ = emptyLongList(); /** * repeated int64 repeated_int64 = 2 [packed = false]; * @return A list containing the repeatedInt64. */ @java.lang.Override public java.util.List getRepeatedInt64List() { return repeatedInt64_; } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @return The count of repeatedInt64. */ public int getRepeatedInt64Count() { return repeatedInt64_.size(); } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @param index The index of the element to return. * @return The repeatedInt64 at the given index. */ public long getRepeatedInt64(int index) { return repeatedInt64_.getLong(index); } public static final int REPEATED_UINT32_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedUint32_ = emptyIntList(); /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @return A list containing the repeatedUint32. */ @java.lang.Override public java.util.List getRepeatedUint32List() { return repeatedUint32_; } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @return The count of repeatedUint32. */ public int getRepeatedUint32Count() { return repeatedUint32_.size(); } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @param index The index of the element to return. * @return The repeatedUint32 at the given index. */ public int getRepeatedUint32(int index) { return repeatedUint32_.getInt(index); } public static final int REPEATED_UINT64_FIELD_NUMBER = 4; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedUint64_ = emptyLongList(); /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @return A list containing the repeatedUint64. */ @java.lang.Override public java.util.List getRepeatedUint64List() { return repeatedUint64_; } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @return The count of repeatedUint64. */ public int getRepeatedUint64Count() { return repeatedUint64_.size(); } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @param index The index of the element to return. * @return The repeatedUint64 at the given index. */ public long getRepeatedUint64(int index) { return repeatedUint64_.getLong(index); } public static final int REPEATED_SINT32_FIELD_NUMBER = 5; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedSint32_ = emptyIntList(); /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @return A list containing the repeatedSint32. */ @java.lang.Override public java.util.List getRepeatedSint32List() { return repeatedSint32_; } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @return The count of repeatedSint32. */ public int getRepeatedSint32Count() { return repeatedSint32_.size(); } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @param index The index of the element to return. * @return The repeatedSint32 at the given index. */ public int getRepeatedSint32(int index) { return repeatedSint32_.getInt(index); } public static final int REPEATED_SINT64_FIELD_NUMBER = 6; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedSint64_ = emptyLongList(); /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @return A list containing the repeatedSint64. */ @java.lang.Override public java.util.List getRepeatedSint64List() { return repeatedSint64_; } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @return The count of repeatedSint64. */ public int getRepeatedSint64Count() { return repeatedSint64_.size(); } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @param index The index of the element to return. * @return The repeatedSint64 at the given index. */ public long getRepeatedSint64(int index) { return repeatedSint64_.getLong(index); } public static final int REPEATED_FIXED32_FIELD_NUMBER = 7; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedFixed32_ = emptyIntList(); /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @return A list containing the repeatedFixed32. */ @java.lang.Override public java.util.List getRepeatedFixed32List() { return repeatedFixed32_; } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @return The count of repeatedFixed32. */ public int getRepeatedFixed32Count() { return repeatedFixed32_.size(); } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @param index The index of the element to return. * @return The repeatedFixed32 at the given index. */ public int getRepeatedFixed32(int index) { return repeatedFixed32_.getInt(index); } public static final int REPEATED_FIXED64_FIELD_NUMBER = 8; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedFixed64_ = emptyLongList(); /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @return A list containing the repeatedFixed64. */ @java.lang.Override public java.util.List getRepeatedFixed64List() { return repeatedFixed64_; } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @return The count of repeatedFixed64. */ public int getRepeatedFixed64Count() { return repeatedFixed64_.size(); } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @param index The index of the element to return. * @return The repeatedFixed64 at the given index. */ public long getRepeatedFixed64(int index) { return repeatedFixed64_.getLong(index); } public static final int REPEATED_SFIXED32_FIELD_NUMBER = 9; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList repeatedSfixed32_ = emptyIntList(); /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @return A list containing the repeatedSfixed32. */ @java.lang.Override public java.util.List getRepeatedSfixed32List() { return repeatedSfixed32_; } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @return The count of repeatedSfixed32. */ public int getRepeatedSfixed32Count() { return repeatedSfixed32_.size(); } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @param index The index of the element to return. * @return The repeatedSfixed32 at the given index. */ public int getRepeatedSfixed32(int index) { return repeatedSfixed32_.getInt(index); } public static final int REPEATED_SFIXED64_FIELD_NUMBER = 10; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList repeatedSfixed64_ = emptyLongList(); /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @return A list containing the repeatedSfixed64. */ @java.lang.Override public java.util.List getRepeatedSfixed64List() { return repeatedSfixed64_; } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @return The count of repeatedSfixed64. */ public int getRepeatedSfixed64Count() { return repeatedSfixed64_.size(); } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @param index The index of the element to return. * @return The repeatedSfixed64 at the given index. */ public long getRepeatedSfixed64(int index) { return repeatedSfixed64_.getLong(index); } public static final int REPEATED_FLOAT_FIELD_NUMBER = 11; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList repeatedFloat_ = emptyFloatList(); /** * repeated float repeated_float = 11 [packed = false]; * @return A list containing the repeatedFloat. */ @java.lang.Override public java.util.List getRepeatedFloatList() { return repeatedFloat_; } /** * repeated float repeated_float = 11 [packed = false]; * @return The count of repeatedFloat. */ public int getRepeatedFloatCount() { return repeatedFloat_.size(); } /** * repeated float repeated_float = 11 [packed = false]; * @param index The index of the element to return. * @return The repeatedFloat at the given index. */ public float getRepeatedFloat(int index) { return repeatedFloat_.getFloat(index); } public static final int REPEATED_DOUBLE_FIELD_NUMBER = 12; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList repeatedDouble_ = emptyDoubleList(); /** * repeated double repeated_double = 12 [packed = false]; * @return A list containing the repeatedDouble. */ @java.lang.Override public java.util.List getRepeatedDoubleList() { return repeatedDouble_; } /** * repeated double repeated_double = 12 [packed = false]; * @return The count of repeatedDouble. */ public int getRepeatedDoubleCount() { return repeatedDouble_.size(); } /** * repeated double repeated_double = 12 [packed = false]; * @param index The index of the element to return. * @return The repeatedDouble at the given index. */ public double getRepeatedDouble(int index) { return repeatedDouble_.getDouble(index); } public static final int REPEATED_BOOL_FIELD_NUMBER = 13; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList repeatedBool_ = emptyBooleanList(); /** * repeated bool repeated_bool = 13 [packed = false]; * @return A list containing the repeatedBool. */ @java.lang.Override public java.util.List getRepeatedBoolList() { return repeatedBool_; } /** * repeated bool repeated_bool = 13 [packed = false]; * @return The count of repeatedBool. */ public int getRepeatedBoolCount() { return repeatedBool_.size(); } /** * repeated bool repeated_bool = 13 [packed = false]; * @param index The index of the element to return. * @return The repeatedBool at the given index. */ public boolean getRepeatedBool(int index) { return repeatedBool_.getBoolean(index); } public static final int REPEATED_NESTED_ENUM_FIELD_NUMBER = 14; @SuppressWarnings("serial") private java.util.List repeatedNestedEnum_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum> repeatedNestedEnum_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum>() { public com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum convert(java.lang.Integer from) { com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum result = com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum.forNumber(from); return result == null ? com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum.UNRECOGNIZED : result; } }; /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return A list containing the repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return The count of repeatedNestedEnum. */ @java.lang.Override public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ @java.lang.Override public java.util.List getRepeatedNestedEnumValueList() { return repeatedNestedEnum_; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ @java.lang.Override public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < repeatedInt32_.size(); i++) { output.writeInt32(1, repeatedInt32_.getInt(i)); } for (int i = 0; i < repeatedInt64_.size(); i++) { output.writeInt64(2, repeatedInt64_.getLong(i)); } for (int i = 0; i < repeatedUint32_.size(); i++) { output.writeUInt32(3, repeatedUint32_.getInt(i)); } for (int i = 0; i < repeatedUint64_.size(); i++) { output.writeUInt64(4, repeatedUint64_.getLong(i)); } for (int i = 0; i < repeatedSint32_.size(); i++) { output.writeSInt32(5, repeatedSint32_.getInt(i)); } for (int i = 0; i < repeatedSint64_.size(); i++) { output.writeSInt64(6, repeatedSint64_.getLong(i)); } for (int i = 0; i < repeatedFixed32_.size(); i++) { output.writeFixed32(7, repeatedFixed32_.getInt(i)); } for (int i = 0; i < repeatedFixed64_.size(); i++) { output.writeFixed64(8, repeatedFixed64_.getLong(i)); } for (int i = 0; i < repeatedSfixed32_.size(); i++) { output.writeSFixed32(9, repeatedSfixed32_.getInt(i)); } for (int i = 0; i < repeatedSfixed64_.size(); i++) { output.writeSFixed64(10, repeatedSfixed64_.getLong(i)); } for (int i = 0; i < repeatedFloat_.size(); i++) { output.writeFloat(11, repeatedFloat_.getFloat(i)); } for (int i = 0; i < repeatedDouble_.size(); i++) { output.writeDouble(12, repeatedDouble_.getDouble(i)); } for (int i = 0; i < repeatedBool_.size(); i++) { output.writeBool(13, repeatedBool_.getBoolean(i)); } for (int i = 0; i < repeatedNestedEnum_.size(); i++) { output.writeEnum(14, repeatedNestedEnum_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < repeatedInt32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(repeatedInt32_.getInt(i)); } size += dataSize; size += 1 * getRepeatedInt32List().size(); } { int dataSize = 0; for (int i = 0; i < repeatedInt64_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(repeatedInt64_.getLong(i)); } size += dataSize; size += 1 * getRepeatedInt64List().size(); } { int dataSize = 0; for (int i = 0; i < repeatedUint32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(repeatedUint32_.getInt(i)); } size += dataSize; size += 1 * getRepeatedUint32List().size(); } { int dataSize = 0; for (int i = 0; i < repeatedUint64_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(repeatedUint64_.getLong(i)); } size += dataSize; size += 1 * getRepeatedUint64List().size(); } { int dataSize = 0; for (int i = 0; i < repeatedSint32_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(repeatedSint32_.getInt(i)); } size += dataSize; size += 1 * getRepeatedSint32List().size(); } { int dataSize = 0; for (int i = 0; i < repeatedSint64_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(repeatedSint64_.getLong(i)); } size += dataSize; size += 1 * getRepeatedSint64List().size(); } { int dataSize = 0; dataSize = 4 * getRepeatedFixed32List().size(); size += dataSize; size += 1 * getRepeatedFixed32List().size(); } { int dataSize = 0; dataSize = 8 * getRepeatedFixed64List().size(); size += dataSize; size += 1 * getRepeatedFixed64List().size(); } { int dataSize = 0; dataSize = 4 * getRepeatedSfixed32List().size(); size += dataSize; size += 1 * getRepeatedSfixed32List().size(); } { int dataSize = 0; dataSize = 8 * getRepeatedSfixed64List().size(); size += dataSize; size += 1 * getRepeatedSfixed64List().size(); } { int dataSize = 0; dataSize = 4 * getRepeatedFloatList().size(); size += dataSize; size += 1 * getRepeatedFloatList().size(); } { int dataSize = 0; dataSize = 8 * getRepeatedDoubleList().size(); size += dataSize; size += 1 * getRepeatedDoubleList().size(); } { int dataSize = 0; dataSize = 1 * getRepeatedBoolList().size(); size += dataSize; size += 1 * getRepeatedBoolList().size(); } { int dataSize = 0; for (int i = 0; i < repeatedNestedEnum_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(repeatedNestedEnum_.get(i)); } size += dataSize; size += 1 * repeatedNestedEnum_.size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes)) { return super.equals(obj); } com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes other = (com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes) obj; if (!getRepeatedInt32List() .equals(other.getRepeatedInt32List())) return false; if (!getRepeatedInt64List() .equals(other.getRepeatedInt64List())) return false; if (!getRepeatedUint32List() .equals(other.getRepeatedUint32List())) return false; if (!getRepeatedUint64List() .equals(other.getRepeatedUint64List())) return false; if (!getRepeatedSint32List() .equals(other.getRepeatedSint32List())) return false; if (!getRepeatedSint64List() .equals(other.getRepeatedSint64List())) return false; if (!getRepeatedFixed32List() .equals(other.getRepeatedFixed32List())) return false; if (!getRepeatedFixed64List() .equals(other.getRepeatedFixed64List())) return false; if (!getRepeatedSfixed32List() .equals(other.getRepeatedSfixed32List())) return false; if (!getRepeatedSfixed64List() .equals(other.getRepeatedSfixed64List())) return false; if (!getRepeatedFloatList() .equals(other.getRepeatedFloatList())) return false; if (!getRepeatedDoubleList() .equals(other.getRepeatedDoubleList())) return false; if (!getRepeatedBoolList() .equals(other.getRepeatedBoolList())) return false; if (!repeatedNestedEnum_.equals(other.repeatedNestedEnum_)) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getRepeatedInt32Count() > 0) { hash = (37 * hash) + REPEATED_INT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedInt32List().hashCode(); } if (getRepeatedInt64Count() > 0) { hash = (37 * hash) + REPEATED_INT64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedInt64List().hashCode(); } if (getRepeatedUint32Count() > 0) { hash = (37 * hash) + REPEATED_UINT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedUint32List().hashCode(); } if (getRepeatedUint64Count() > 0) { hash = (37 * hash) + REPEATED_UINT64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedUint64List().hashCode(); } if (getRepeatedSint32Count() > 0) { hash = (37 * hash) + REPEATED_SINT32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSint32List().hashCode(); } if (getRepeatedSint64Count() > 0) { hash = (37 * hash) + REPEATED_SINT64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSint64List().hashCode(); } if (getRepeatedFixed32Count() > 0) { hash = (37 * hash) + REPEATED_FIXED32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedFixed32List().hashCode(); } if (getRepeatedFixed64Count() > 0) { hash = (37 * hash) + REPEATED_FIXED64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedFixed64List().hashCode(); } if (getRepeatedSfixed32Count() > 0) { hash = (37 * hash) + REPEATED_SFIXED32_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSfixed32List().hashCode(); } if (getRepeatedSfixed64Count() > 0) { hash = (37 * hash) + REPEATED_SFIXED64_FIELD_NUMBER; hash = (53 * hash) + getRepeatedSfixed64List().hashCode(); } if (getRepeatedFloatCount() > 0) { hash = (37 * hash) + REPEATED_FLOAT_FIELD_NUMBER; hash = (53 * hash) + getRepeatedFloatList().hashCode(); } if (getRepeatedDoubleCount() > 0) { hash = (37 * hash) + REPEATED_DOUBLE_FIELD_NUMBER; hash = (53 * hash) + getRepeatedDoubleList().hashCode(); } if (getRepeatedBoolCount() > 0) { hash = (37 * hash) + REPEATED_BOOL_FIELD_NUMBER; hash = (53 * hash) + getRepeatedBoolList().hashCode(); } if (getRepeatedNestedEnumCount() > 0) { hash = (37 * hash) + REPEATED_NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + repeatedNestedEnum_.hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code packed_field_test.TestUnpackedTypes} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:packed_field_test.TestUnpackedTypes) com.google.protobuf.PackedFieldTestProto.TestUnpackedTypesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestUnpackedTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestUnpackedTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes.class, com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes.Builder.class); } // Construct using com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; repeatedInt32_ = emptyIntList(); repeatedInt64_ = emptyLongList(); repeatedUint32_ = emptyIntList(); repeatedUint64_ = emptyLongList(); repeatedSint32_ = emptyIntList(); repeatedSint64_ = emptyLongList(); repeatedFixed32_ = emptyIntList(); repeatedFixed64_ = emptyLongList(); repeatedSfixed32_ = emptyIntList(); repeatedSfixed64_ = emptyLongList(); repeatedFloat_ = emptyFloatList(); repeatedDouble_ = emptyDoubleList(); repeatedBool_ = emptyBooleanList(); repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00002000); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.PackedFieldTestProto.internal_static_packed_field_test_TestUnpackedTypes_descriptor; } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes getDefaultInstanceForType() { return com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes build() { com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes buildPartial() { com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes result = new com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes result) { if (((bitField0_ & 0x00002000) != 0)) { repeatedNestedEnum_ = java.util.Collections.unmodifiableList(repeatedNestedEnum_); bitField0_ = (bitField0_ & ~0x00002000); } result.repeatedNestedEnum_ = repeatedNestedEnum_; } private void buildPartial0(com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { repeatedInt32_.makeImmutable(); result.repeatedInt32_ = repeatedInt32_; } if (((from_bitField0_ & 0x00000002) != 0)) { repeatedInt64_.makeImmutable(); result.repeatedInt64_ = repeatedInt64_; } if (((from_bitField0_ & 0x00000004) != 0)) { repeatedUint32_.makeImmutable(); result.repeatedUint32_ = repeatedUint32_; } if (((from_bitField0_ & 0x00000008) != 0)) { repeatedUint64_.makeImmutable(); result.repeatedUint64_ = repeatedUint64_; } if (((from_bitField0_ & 0x00000010) != 0)) { repeatedSint32_.makeImmutable(); result.repeatedSint32_ = repeatedSint32_; } if (((from_bitField0_ & 0x00000020) != 0)) { repeatedSint64_.makeImmutable(); result.repeatedSint64_ = repeatedSint64_; } if (((from_bitField0_ & 0x00000040) != 0)) { repeatedFixed32_.makeImmutable(); result.repeatedFixed32_ = repeatedFixed32_; } if (((from_bitField0_ & 0x00000080) != 0)) { repeatedFixed64_.makeImmutable(); result.repeatedFixed64_ = repeatedFixed64_; } if (((from_bitField0_ & 0x00000100) != 0)) { repeatedSfixed32_.makeImmutable(); result.repeatedSfixed32_ = repeatedSfixed32_; } if (((from_bitField0_ & 0x00000200) != 0)) { repeatedSfixed64_.makeImmutable(); result.repeatedSfixed64_ = repeatedSfixed64_; } if (((from_bitField0_ & 0x00000400) != 0)) { repeatedFloat_.makeImmutable(); result.repeatedFloat_ = repeatedFloat_; } if (((from_bitField0_ & 0x00000800) != 0)) { repeatedDouble_.makeImmutable(); result.repeatedDouble_ = repeatedDouble_; } if (((from_bitField0_ & 0x00001000) != 0)) { repeatedBool_.makeImmutable(); result.repeatedBool_ = repeatedBool_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes) { return mergeFrom((com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes other) { if (other == com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes.getDefaultInstance()) return this; if (!other.repeatedInt32_.isEmpty()) { if (repeatedInt32_.isEmpty()) { repeatedInt32_ = other.repeatedInt32_; repeatedInt32_.makeImmutable(); bitField0_ |= 0x00000001; } else { ensureRepeatedInt32IsMutable(); repeatedInt32_.addAll(other.repeatedInt32_); } onChanged(); } if (!other.repeatedInt64_.isEmpty()) { if (repeatedInt64_.isEmpty()) { repeatedInt64_ = other.repeatedInt64_; repeatedInt64_.makeImmutable(); bitField0_ |= 0x00000002; } else { ensureRepeatedInt64IsMutable(); repeatedInt64_.addAll(other.repeatedInt64_); } onChanged(); } if (!other.repeatedUint32_.isEmpty()) { if (repeatedUint32_.isEmpty()) { repeatedUint32_ = other.repeatedUint32_; repeatedUint32_.makeImmutable(); bitField0_ |= 0x00000004; } else { ensureRepeatedUint32IsMutable(); repeatedUint32_.addAll(other.repeatedUint32_); } onChanged(); } if (!other.repeatedUint64_.isEmpty()) { if (repeatedUint64_.isEmpty()) { repeatedUint64_ = other.repeatedUint64_; repeatedUint64_.makeImmutable(); bitField0_ |= 0x00000008; } else { ensureRepeatedUint64IsMutable(); repeatedUint64_.addAll(other.repeatedUint64_); } onChanged(); } if (!other.repeatedSint32_.isEmpty()) { if (repeatedSint32_.isEmpty()) { repeatedSint32_ = other.repeatedSint32_; repeatedSint32_.makeImmutable(); bitField0_ |= 0x00000010; } else { ensureRepeatedSint32IsMutable(); repeatedSint32_.addAll(other.repeatedSint32_); } onChanged(); } if (!other.repeatedSint64_.isEmpty()) { if (repeatedSint64_.isEmpty()) { repeatedSint64_ = other.repeatedSint64_; repeatedSint64_.makeImmutable(); bitField0_ |= 0x00000020; } else { ensureRepeatedSint64IsMutable(); repeatedSint64_.addAll(other.repeatedSint64_); } onChanged(); } if (!other.repeatedFixed32_.isEmpty()) { if (repeatedFixed32_.isEmpty()) { repeatedFixed32_ = other.repeatedFixed32_; repeatedFixed32_.makeImmutable(); bitField0_ |= 0x00000040; } else { ensureRepeatedFixed32IsMutable(); repeatedFixed32_.addAll(other.repeatedFixed32_); } onChanged(); } if (!other.repeatedFixed64_.isEmpty()) { if (repeatedFixed64_.isEmpty()) { repeatedFixed64_ = other.repeatedFixed64_; repeatedFixed64_.makeImmutable(); bitField0_ |= 0x00000080; } else { ensureRepeatedFixed64IsMutable(); repeatedFixed64_.addAll(other.repeatedFixed64_); } onChanged(); } if (!other.repeatedSfixed32_.isEmpty()) { if (repeatedSfixed32_.isEmpty()) { repeatedSfixed32_ = other.repeatedSfixed32_; repeatedSfixed32_.makeImmutable(); bitField0_ |= 0x00000100; } else { ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.addAll(other.repeatedSfixed32_); } onChanged(); } if (!other.repeatedSfixed64_.isEmpty()) { if (repeatedSfixed64_.isEmpty()) { repeatedSfixed64_ = other.repeatedSfixed64_; repeatedSfixed64_.makeImmutable(); bitField0_ |= 0x00000200; } else { ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.addAll(other.repeatedSfixed64_); } onChanged(); } if (!other.repeatedFloat_.isEmpty()) { if (repeatedFloat_.isEmpty()) { repeatedFloat_ = other.repeatedFloat_; repeatedFloat_.makeImmutable(); bitField0_ |= 0x00000400; } else { ensureRepeatedFloatIsMutable(); repeatedFloat_.addAll(other.repeatedFloat_); } onChanged(); } if (!other.repeatedDouble_.isEmpty()) { if (repeatedDouble_.isEmpty()) { repeatedDouble_ = other.repeatedDouble_; repeatedDouble_.makeImmutable(); bitField0_ |= 0x00000800; } else { ensureRepeatedDoubleIsMutable(); repeatedDouble_.addAll(other.repeatedDouble_); } onChanged(); } if (!other.repeatedBool_.isEmpty()) { if (repeatedBool_.isEmpty()) { repeatedBool_ = other.repeatedBool_; repeatedBool_.makeImmutable(); bitField0_ |= 0x00001000; } else { ensureRepeatedBoolIsMutable(); repeatedBool_.addAll(other.repeatedBool_); } onChanged(); } if (!other.repeatedNestedEnum_.isEmpty()) { if (repeatedNestedEnum_.isEmpty()) { repeatedNestedEnum_ = other.repeatedNestedEnum_; bitField0_ = (bitField0_ & ~0x00002000); } else { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.addAll(other.repeatedNestedEnum_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { int v = input.readInt32(); ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(v); break; } // case 8 case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedInt32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedInt32_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 10 case 16: { long v = input.readInt64(); ensureRepeatedInt64IsMutable(); repeatedInt64_.addLong(v); break; } // case 16 case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedInt64IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedInt64_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 18 case 24: { int v = input.readUInt32(); ensureRepeatedUint32IsMutable(); repeatedUint32_.addInt(v); break; } // case 24 case 26: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedUint32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedUint32_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 26 case 32: { long v = input.readUInt64(); ensureRepeatedUint64IsMutable(); repeatedUint64_.addLong(v); break; } // case 32 case 34: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedUint64IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedUint64_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 34 case 40: { int v = input.readSInt32(); ensureRepeatedSint32IsMutable(); repeatedSint32_.addInt(v); break; } // case 40 case 42: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedSint32IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedSint32_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 42 case 48: { long v = input.readSInt64(); ensureRepeatedSint64IsMutable(); repeatedSint64_.addLong(v); break; } // case 48 case 50: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureRepeatedSint64IsMutable(); while (input.getBytesUntilLimit() > 0) { repeatedSint64_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 50 case 61: { int v = input.readFixed32(); ensureRepeatedFixed32IsMutable(); repeatedFixed32_.addInt(v); break; } // case 61 case 58: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedFixed32IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { repeatedFixed32_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 58 case 65: { long v = input.readFixed64(); ensureRepeatedFixed64IsMutable(); repeatedFixed64_.addLong(v); break; } // case 65 case 66: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedFixed64IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { repeatedFixed64_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 66 case 77: { int v = input.readSFixed32(); ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.addInt(v); break; } // case 77 case 74: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedSfixed32IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { repeatedSfixed32_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 74 case 81: { long v = input.readSFixed64(); ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.addLong(v); break; } // case 81 case 82: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedSfixed64IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { repeatedSfixed64_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 82 case 93: { float v = input.readFloat(); ensureRepeatedFloatIsMutable(); repeatedFloat_.addFloat(v); break; } // case 93 case 90: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedFloatIsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { repeatedFloat_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 90 case 97: { double v = input.readDouble(); ensureRepeatedDoubleIsMutable(); repeatedDouble_.addDouble(v); break; } // case 97 case 98: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedDoubleIsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { repeatedDouble_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 98 case 104: { boolean v = input.readBool(); ensureRepeatedBoolIsMutable(); repeatedBool_.addBoolean(v); break; } // case 104 case 106: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureRepeatedBoolIsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { repeatedBool_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 106 case 112: { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); break; } // case 112 case 114: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 114 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.Internal.IntList repeatedInt32_ = emptyIntList(); private void ensureRepeatedInt32IsMutable() { if (!repeatedInt32_.isModifiable()) { repeatedInt32_ = makeMutableCopy(repeatedInt32_); } bitField0_ |= 0x00000001; } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @return A list containing the repeatedInt32. */ public java.util.List getRepeatedInt32List() { repeatedInt32_.makeImmutable(); return repeatedInt32_; } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @return The count of repeatedInt32. */ public int getRepeatedInt32Count() { return repeatedInt32_.size(); } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @param index The index of the element to return. * @return The repeatedInt32 at the given index. */ public int getRepeatedInt32(int index) { return repeatedInt32_.getInt(index); } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @param index The index to set the value at. * @param value The repeatedInt32 to set. * @return This builder for chaining. */ public Builder setRepeatedInt32( int index, int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.setInt(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @param value The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addRepeatedInt32(int value) { ensureRepeatedInt32IsMutable(); repeatedInt32_.addInt(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @param values The repeatedInt32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedInt32( java.lang.Iterable values) { ensureRepeatedInt32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedInt32_); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 repeated_int32 = 1 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedInt32() { repeatedInt32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedInt64_ = emptyLongList(); private void ensureRepeatedInt64IsMutable() { if (!repeatedInt64_.isModifiable()) { repeatedInt64_ = makeMutableCopy(repeatedInt64_); } bitField0_ |= 0x00000002; } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @return A list containing the repeatedInt64. */ public java.util.List getRepeatedInt64List() { repeatedInt64_.makeImmutable(); return repeatedInt64_; } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @return The count of repeatedInt64. */ public int getRepeatedInt64Count() { return repeatedInt64_.size(); } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @param index The index of the element to return. * @return The repeatedInt64 at the given index. */ public long getRepeatedInt64(int index) { return repeatedInt64_.getLong(index); } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @param index The index to set the value at. * @param value The repeatedInt64 to set. * @return This builder for chaining. */ public Builder setRepeatedInt64( int index, long value) { ensureRepeatedInt64IsMutable(); repeatedInt64_.setLong(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @param value The repeatedInt64 to add. * @return This builder for chaining. */ public Builder addRepeatedInt64(long value) { ensureRepeatedInt64IsMutable(); repeatedInt64_.addLong(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @param values The repeatedInt64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedInt64( java.lang.Iterable values) { ensureRepeatedInt64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedInt64_); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated int64 repeated_int64 = 2 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedInt64() { repeatedInt64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedUint32_ = emptyIntList(); private void ensureRepeatedUint32IsMutable() { if (!repeatedUint32_.isModifiable()) { repeatedUint32_ = makeMutableCopy(repeatedUint32_); } bitField0_ |= 0x00000004; } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @return A list containing the repeatedUint32. */ public java.util.List getRepeatedUint32List() { repeatedUint32_.makeImmutable(); return repeatedUint32_; } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @return The count of repeatedUint32. */ public int getRepeatedUint32Count() { return repeatedUint32_.size(); } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @param index The index of the element to return. * @return The repeatedUint32 at the given index. */ public int getRepeatedUint32(int index) { return repeatedUint32_.getInt(index); } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @param index The index to set the value at. * @param value The repeatedUint32 to set. * @return This builder for chaining. */ public Builder setRepeatedUint32( int index, int value) { ensureRepeatedUint32IsMutable(); repeatedUint32_.setInt(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @param value The repeatedUint32 to add. * @return This builder for chaining. */ public Builder addRepeatedUint32(int value) { ensureRepeatedUint32IsMutable(); repeatedUint32_.addInt(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @param values The repeatedUint32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedUint32( java.lang.Iterable values) { ensureRepeatedUint32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedUint32_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated uint32 repeated_uint32 = 3 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedUint32() { repeatedUint32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedUint64_ = emptyLongList(); private void ensureRepeatedUint64IsMutable() { if (!repeatedUint64_.isModifiable()) { repeatedUint64_ = makeMutableCopy(repeatedUint64_); } bitField0_ |= 0x00000008; } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @return A list containing the repeatedUint64. */ public java.util.List getRepeatedUint64List() { repeatedUint64_.makeImmutable(); return repeatedUint64_; } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @return The count of repeatedUint64. */ public int getRepeatedUint64Count() { return repeatedUint64_.size(); } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @param index The index of the element to return. * @return The repeatedUint64 at the given index. */ public long getRepeatedUint64(int index) { return repeatedUint64_.getLong(index); } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @param index The index to set the value at. * @param value The repeatedUint64 to set. * @return This builder for chaining. */ public Builder setRepeatedUint64( int index, long value) { ensureRepeatedUint64IsMutable(); repeatedUint64_.setLong(index, value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @param value The repeatedUint64 to add. * @return This builder for chaining. */ public Builder addRepeatedUint64(long value) { ensureRepeatedUint64IsMutable(); repeatedUint64_.addLong(value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @param values The repeatedUint64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedUint64( java.lang.Iterable values) { ensureRepeatedUint64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedUint64_); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated uint64 repeated_uint64 = 4 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedUint64() { repeatedUint64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedSint32_ = emptyIntList(); private void ensureRepeatedSint32IsMutable() { if (!repeatedSint32_.isModifiable()) { repeatedSint32_ = makeMutableCopy(repeatedSint32_); } bitField0_ |= 0x00000010; } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @return A list containing the repeatedSint32. */ public java.util.List getRepeatedSint32List() { repeatedSint32_.makeImmutable(); return repeatedSint32_; } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @return The count of repeatedSint32. */ public int getRepeatedSint32Count() { return repeatedSint32_.size(); } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @param index The index of the element to return. * @return The repeatedSint32 at the given index. */ public int getRepeatedSint32(int index) { return repeatedSint32_.getInt(index); } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @param index The index to set the value at. * @param value The repeatedSint32 to set. * @return This builder for chaining. */ public Builder setRepeatedSint32( int index, int value) { ensureRepeatedSint32IsMutable(); repeatedSint32_.setInt(index, value); bitField0_ |= 0x00000010; onChanged(); return this; } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @param value The repeatedSint32 to add. * @return This builder for chaining. */ public Builder addRepeatedSint32(int value) { ensureRepeatedSint32IsMutable(); repeatedSint32_.addInt(value); bitField0_ |= 0x00000010; onChanged(); return this; } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @param values The repeatedSint32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSint32( java.lang.Iterable values) { ensureRepeatedSint32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSint32_); bitField0_ |= 0x00000010; onChanged(); return this; } /** * repeated sint32 repeated_sint32 = 5 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedSint32() { repeatedSint32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedSint64_ = emptyLongList(); private void ensureRepeatedSint64IsMutable() { if (!repeatedSint64_.isModifiable()) { repeatedSint64_ = makeMutableCopy(repeatedSint64_); } bitField0_ |= 0x00000020; } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @return A list containing the repeatedSint64. */ public java.util.List getRepeatedSint64List() { repeatedSint64_.makeImmutable(); return repeatedSint64_; } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @return The count of repeatedSint64. */ public int getRepeatedSint64Count() { return repeatedSint64_.size(); } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @param index The index of the element to return. * @return The repeatedSint64 at the given index. */ public long getRepeatedSint64(int index) { return repeatedSint64_.getLong(index); } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @param index The index to set the value at. * @param value The repeatedSint64 to set. * @return This builder for chaining. */ public Builder setRepeatedSint64( int index, long value) { ensureRepeatedSint64IsMutable(); repeatedSint64_.setLong(index, value); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @param value The repeatedSint64 to add. * @return This builder for chaining. */ public Builder addRepeatedSint64(long value) { ensureRepeatedSint64IsMutable(); repeatedSint64_.addLong(value); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @param values The repeatedSint64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSint64( java.lang.Iterable values) { ensureRepeatedSint64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSint64_); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated sint64 repeated_sint64 = 6 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedSint64() { repeatedSint64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedFixed32_ = emptyIntList(); private void ensureRepeatedFixed32IsMutable() { if (!repeatedFixed32_.isModifiable()) { repeatedFixed32_ = makeMutableCopy(repeatedFixed32_); } bitField0_ |= 0x00000040; } private void ensureRepeatedFixed32IsMutable(int capacity) { if (!repeatedFixed32_.isModifiable()) { repeatedFixed32_ = makeMutableCopy(repeatedFixed32_, capacity); } bitField0_ |= 0x00000040; } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @return A list containing the repeatedFixed32. */ public java.util.List getRepeatedFixed32List() { repeatedFixed32_.makeImmutable(); return repeatedFixed32_; } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @return The count of repeatedFixed32. */ public int getRepeatedFixed32Count() { return repeatedFixed32_.size(); } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @param index The index of the element to return. * @return The repeatedFixed32 at the given index. */ public int getRepeatedFixed32(int index) { return repeatedFixed32_.getInt(index); } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @param index The index to set the value at. * @param value The repeatedFixed32 to set. * @return This builder for chaining. */ public Builder setRepeatedFixed32( int index, int value) { ensureRepeatedFixed32IsMutable(); repeatedFixed32_.setInt(index, value); bitField0_ |= 0x00000040; onChanged(); return this; } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @param value The repeatedFixed32 to add. * @return This builder for chaining. */ public Builder addRepeatedFixed32(int value) { ensureRepeatedFixed32IsMutable(); repeatedFixed32_.addInt(value); bitField0_ |= 0x00000040; onChanged(); return this; } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @param values The repeatedFixed32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedFixed32( java.lang.Iterable values) { ensureRepeatedFixed32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedFixed32_); bitField0_ |= 0x00000040; onChanged(); return this; } /** * repeated fixed32 repeated_fixed32 = 7 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedFixed32() { repeatedFixed32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000040); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedFixed64_ = emptyLongList(); private void ensureRepeatedFixed64IsMutable() { if (!repeatedFixed64_.isModifiable()) { repeatedFixed64_ = makeMutableCopy(repeatedFixed64_); } bitField0_ |= 0x00000080; } private void ensureRepeatedFixed64IsMutable(int capacity) { if (!repeatedFixed64_.isModifiable()) { repeatedFixed64_ = makeMutableCopy(repeatedFixed64_, capacity); } bitField0_ |= 0x00000080; } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @return A list containing the repeatedFixed64. */ public java.util.List getRepeatedFixed64List() { repeatedFixed64_.makeImmutable(); return repeatedFixed64_; } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @return The count of repeatedFixed64. */ public int getRepeatedFixed64Count() { return repeatedFixed64_.size(); } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @param index The index of the element to return. * @return The repeatedFixed64 at the given index. */ public long getRepeatedFixed64(int index) { return repeatedFixed64_.getLong(index); } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @param index The index to set the value at. * @param value The repeatedFixed64 to set. * @return This builder for chaining. */ public Builder setRepeatedFixed64( int index, long value) { ensureRepeatedFixed64IsMutable(); repeatedFixed64_.setLong(index, value); bitField0_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @param value The repeatedFixed64 to add. * @return This builder for chaining. */ public Builder addRepeatedFixed64(long value) { ensureRepeatedFixed64IsMutable(); repeatedFixed64_.addLong(value); bitField0_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @param values The repeatedFixed64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedFixed64( java.lang.Iterable values) { ensureRepeatedFixed64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedFixed64_); bitField0_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 repeated_fixed64 = 8 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedFixed64() { repeatedFixed64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); return this; } private com.google.protobuf.Internal.IntList repeatedSfixed32_ = emptyIntList(); private void ensureRepeatedSfixed32IsMutable() { if (!repeatedSfixed32_.isModifiable()) { repeatedSfixed32_ = makeMutableCopy(repeatedSfixed32_); } bitField0_ |= 0x00000100; } private void ensureRepeatedSfixed32IsMutable(int capacity) { if (!repeatedSfixed32_.isModifiable()) { repeatedSfixed32_ = makeMutableCopy(repeatedSfixed32_, capacity); } bitField0_ |= 0x00000100; } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @return A list containing the repeatedSfixed32. */ public java.util.List getRepeatedSfixed32List() { repeatedSfixed32_.makeImmutable(); return repeatedSfixed32_; } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @return The count of repeatedSfixed32. */ public int getRepeatedSfixed32Count() { return repeatedSfixed32_.size(); } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @param index The index of the element to return. * @return The repeatedSfixed32 at the given index. */ public int getRepeatedSfixed32(int index) { return repeatedSfixed32_.getInt(index); } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @param index The index to set the value at. * @param value The repeatedSfixed32 to set. * @return This builder for chaining. */ public Builder setRepeatedSfixed32( int index, int value) { ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.setInt(index, value); bitField0_ |= 0x00000100; onChanged(); return this; } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @param value The repeatedSfixed32 to add. * @return This builder for chaining. */ public Builder addRepeatedSfixed32(int value) { ensureRepeatedSfixed32IsMutable(); repeatedSfixed32_.addInt(value); bitField0_ |= 0x00000100; onChanged(); return this; } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @param values The repeatedSfixed32 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSfixed32( java.lang.Iterable values) { ensureRepeatedSfixed32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSfixed32_); bitField0_ |= 0x00000100; onChanged(); return this; } /** * repeated sfixed32 repeated_sfixed32 = 9 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedSfixed32() { repeatedSfixed32_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } private com.google.protobuf.Internal.LongList repeatedSfixed64_ = emptyLongList(); private void ensureRepeatedSfixed64IsMutable() { if (!repeatedSfixed64_.isModifiable()) { repeatedSfixed64_ = makeMutableCopy(repeatedSfixed64_); } bitField0_ |= 0x00000200; } private void ensureRepeatedSfixed64IsMutable(int capacity) { if (!repeatedSfixed64_.isModifiable()) { repeatedSfixed64_ = makeMutableCopy(repeatedSfixed64_, capacity); } bitField0_ |= 0x00000200; } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @return A list containing the repeatedSfixed64. */ public java.util.List getRepeatedSfixed64List() { repeatedSfixed64_.makeImmutable(); return repeatedSfixed64_; } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @return The count of repeatedSfixed64. */ public int getRepeatedSfixed64Count() { return repeatedSfixed64_.size(); } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @param index The index of the element to return. * @return The repeatedSfixed64 at the given index. */ public long getRepeatedSfixed64(int index) { return repeatedSfixed64_.getLong(index); } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @param index The index to set the value at. * @param value The repeatedSfixed64 to set. * @return This builder for chaining. */ public Builder setRepeatedSfixed64( int index, long value) { ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.setLong(index, value); bitField0_ |= 0x00000200; onChanged(); return this; } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @param value The repeatedSfixed64 to add. * @return This builder for chaining. */ public Builder addRepeatedSfixed64(long value) { ensureRepeatedSfixed64IsMutable(); repeatedSfixed64_.addLong(value); bitField0_ |= 0x00000200; onChanged(); return this; } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @param values The repeatedSfixed64 to add. * @return This builder for chaining. */ public Builder addAllRepeatedSfixed64( java.lang.Iterable values) { ensureRepeatedSfixed64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedSfixed64_); bitField0_ |= 0x00000200; onChanged(); return this; } /** * repeated sfixed64 repeated_sfixed64 = 10 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedSfixed64() { repeatedSfixed64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000200); onChanged(); return this; } private com.google.protobuf.Internal.FloatList repeatedFloat_ = emptyFloatList(); private void ensureRepeatedFloatIsMutable() { if (!repeatedFloat_.isModifiable()) { repeatedFloat_ = makeMutableCopy(repeatedFloat_); } bitField0_ |= 0x00000400; } private void ensureRepeatedFloatIsMutable(int capacity) { if (!repeatedFloat_.isModifiable()) { repeatedFloat_ = makeMutableCopy(repeatedFloat_, capacity); } bitField0_ |= 0x00000400; } /** * repeated float repeated_float = 11 [packed = false]; * @return A list containing the repeatedFloat. */ public java.util.List getRepeatedFloatList() { repeatedFloat_.makeImmutable(); return repeatedFloat_; } /** * repeated float repeated_float = 11 [packed = false]; * @return The count of repeatedFloat. */ public int getRepeatedFloatCount() { return repeatedFloat_.size(); } /** * repeated float repeated_float = 11 [packed = false]; * @param index The index of the element to return. * @return The repeatedFloat at the given index. */ public float getRepeatedFloat(int index) { return repeatedFloat_.getFloat(index); } /** * repeated float repeated_float = 11 [packed = false]; * @param index The index to set the value at. * @param value The repeatedFloat to set. * @return This builder for chaining. */ public Builder setRepeatedFloat( int index, float value) { ensureRepeatedFloatIsMutable(); repeatedFloat_.setFloat(index, value); bitField0_ |= 0x00000400; onChanged(); return this; } /** * repeated float repeated_float = 11 [packed = false]; * @param value The repeatedFloat to add. * @return This builder for chaining. */ public Builder addRepeatedFloat(float value) { ensureRepeatedFloatIsMutable(); repeatedFloat_.addFloat(value); bitField0_ |= 0x00000400; onChanged(); return this; } /** * repeated float repeated_float = 11 [packed = false]; * @param values The repeatedFloat to add. * @return This builder for chaining. */ public Builder addAllRepeatedFloat( java.lang.Iterable values) { ensureRepeatedFloatIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedFloat_); bitField0_ |= 0x00000400; onChanged(); return this; } /** * repeated float repeated_float = 11 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedFloat() { repeatedFloat_ = emptyFloatList(); bitField0_ = (bitField0_ & ~0x00000400); onChanged(); return this; } private com.google.protobuf.Internal.DoubleList repeatedDouble_ = emptyDoubleList(); private void ensureRepeatedDoubleIsMutable() { if (!repeatedDouble_.isModifiable()) { repeatedDouble_ = makeMutableCopy(repeatedDouble_); } bitField0_ |= 0x00000800; } private void ensureRepeatedDoubleIsMutable(int capacity) { if (!repeatedDouble_.isModifiable()) { repeatedDouble_ = makeMutableCopy(repeatedDouble_, capacity); } bitField0_ |= 0x00000800; } /** * repeated double repeated_double = 12 [packed = false]; * @return A list containing the repeatedDouble. */ public java.util.List getRepeatedDoubleList() { repeatedDouble_.makeImmutable(); return repeatedDouble_; } /** * repeated double repeated_double = 12 [packed = false]; * @return The count of repeatedDouble. */ public int getRepeatedDoubleCount() { return repeatedDouble_.size(); } /** * repeated double repeated_double = 12 [packed = false]; * @param index The index of the element to return. * @return The repeatedDouble at the given index. */ public double getRepeatedDouble(int index) { return repeatedDouble_.getDouble(index); } /** * repeated double repeated_double = 12 [packed = false]; * @param index The index to set the value at. * @param value The repeatedDouble to set. * @return This builder for chaining. */ public Builder setRepeatedDouble( int index, double value) { ensureRepeatedDoubleIsMutable(); repeatedDouble_.setDouble(index, value); bitField0_ |= 0x00000800; onChanged(); return this; } /** * repeated double repeated_double = 12 [packed = false]; * @param value The repeatedDouble to add. * @return This builder for chaining. */ public Builder addRepeatedDouble(double value) { ensureRepeatedDoubleIsMutable(); repeatedDouble_.addDouble(value); bitField0_ |= 0x00000800; onChanged(); return this; } /** * repeated double repeated_double = 12 [packed = false]; * @param values The repeatedDouble to add. * @return This builder for chaining. */ public Builder addAllRepeatedDouble( java.lang.Iterable values) { ensureRepeatedDoubleIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedDouble_); bitField0_ |= 0x00000800; onChanged(); return this; } /** * repeated double repeated_double = 12 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedDouble() { repeatedDouble_ = emptyDoubleList(); bitField0_ = (bitField0_ & ~0x00000800); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList repeatedBool_ = emptyBooleanList(); private void ensureRepeatedBoolIsMutable() { if (!repeatedBool_.isModifiable()) { repeatedBool_ = makeMutableCopy(repeatedBool_); } bitField0_ |= 0x00001000; } private void ensureRepeatedBoolIsMutable(int capacity) { if (!repeatedBool_.isModifiable()) { repeatedBool_ = makeMutableCopy(repeatedBool_, capacity); } bitField0_ |= 0x00001000; } /** * repeated bool repeated_bool = 13 [packed = false]; * @return A list containing the repeatedBool. */ public java.util.List getRepeatedBoolList() { repeatedBool_.makeImmutable(); return repeatedBool_; } /** * repeated bool repeated_bool = 13 [packed = false]; * @return The count of repeatedBool. */ public int getRepeatedBoolCount() { return repeatedBool_.size(); } /** * repeated bool repeated_bool = 13 [packed = false]; * @param index The index of the element to return. * @return The repeatedBool at the given index. */ public boolean getRepeatedBool(int index) { return repeatedBool_.getBoolean(index); } /** * repeated bool repeated_bool = 13 [packed = false]; * @param index The index to set the value at. * @param value The repeatedBool to set. * @return This builder for chaining. */ public Builder setRepeatedBool( int index, boolean value) { ensureRepeatedBoolIsMutable(); repeatedBool_.setBoolean(index, value); bitField0_ |= 0x00001000; onChanged(); return this; } /** * repeated bool repeated_bool = 13 [packed = false]; * @param value The repeatedBool to add. * @return This builder for chaining. */ public Builder addRepeatedBool(boolean value) { ensureRepeatedBoolIsMutable(); repeatedBool_.addBoolean(value); bitField0_ |= 0x00001000; onChanged(); return this; } /** * repeated bool repeated_bool = 13 [packed = false]; * @param values The repeatedBool to add. * @return This builder for chaining. */ public Builder addAllRepeatedBool( java.lang.Iterable values) { ensureRepeatedBoolIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedBool_); bitField0_ |= 0x00001000; onChanged(); return this; } /** * repeated bool repeated_bool = 13 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedBool() { repeatedBool_ = emptyBooleanList(); bitField0_ = (bitField0_ & ~0x00001000); onChanged(); return this; } private java.util.List repeatedNestedEnum_ = java.util.Collections.emptyList(); private void ensureRepeatedNestedEnumIsMutable() { if (!((bitField0_ & 0x00002000) != 0)) { repeatedNestedEnum_ = new java.util.ArrayList(repeatedNestedEnum_); bitField0_ |= 0x00002000; } } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return A list containing the repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum>(repeatedNestedEnum_, repeatedNestedEnum_converter_); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return The count of repeatedNestedEnum. */ public int getRepeatedNestedEnumCount() { return repeatedNestedEnum_.size(); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index of the element to return. * @return The repeatedNestedEnum at the given index. */ public com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum getRepeatedNestedEnum(int index) { return repeatedNestedEnum_converter_.convert(repeatedNestedEnum_.get(index)); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index to set the value at. * @param value The repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnum( int index, com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param value The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnum(com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value.getNumber()); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param values The repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnum( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (com.google.protobuf.PackedFieldTestProto.TestAllTypes.NestedEnum value : values) { repeatedNestedEnum_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return This builder for chaining. */ public Builder clearRepeatedNestedEnum() { repeatedNestedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00002000); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @return A list containing the enum numeric values on the wire for repeatedNestedEnum. */ public java.util.List getRepeatedNestedEnumValueList() { return java.util.Collections.unmodifiableList(repeatedNestedEnum_); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of repeatedNestedEnum at the given index. */ public int getRepeatedNestedEnumValue(int index) { return repeatedNestedEnum_.get(index); } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for repeatedNestedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedNestedEnumValue( int index, int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.set(index, value); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param value The enum numeric value on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedNestedEnumValue(int value) { ensureRepeatedNestedEnumIsMutable(); repeatedNestedEnum_.add(value); onChanged(); return this; } /** * repeated .packed_field_test.TestAllTypes.NestedEnum repeated_nested_enum = 14 [packed = false]; * @param values The enum numeric values on the wire for repeatedNestedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedNestedEnumValue( java.lang.Iterable values) { ensureRepeatedNestedEnumIsMutable(); for (int value : values) { repeatedNestedEnum_.add(value); } onChanged(); 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:packed_field_test.TestUnpackedTypes) } // @@protoc_insertion_point(class_scope:packed_field_test.TestUnpackedTypes) private static final com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes(); } public static com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestUnpackedTypes parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.PackedFieldTestProto.TestUnpackedTypes getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_packed_field_test_TestAllTypes_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_packed_field_test_TestAllTypes_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_packed_field_test_TestUnpackedTypes_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_packed_field_test_TestUnpackedTypes_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n+com/google/protobuf/packed_field_test." + "proto\022\021packed_field_test\"\307\003\n\014TestAllType" + "s\022\026\n\016repeated_int32\030\037 \003(\005\022\026\n\016repeated_in" + "t64\030 \003(\003\022\027\n\017repeated_uint32\030! \003(\r\022\027\n\017re" + "peated_uint64\030\" \003(\004\022\027\n\017repeated_sint32\030#" + " \003(\021\022\027\n\017repeated_sint64\030$ \003(\022\022\030\n\020repeate" + "d_fixed32\030% \003(\007\022\030\n\020repeated_fixed64\030& \003(" + "\006\022\031\n\021repeated_sfixed32\030\' \003(\017\022\031\n\021repeated" + "_sfixed64\030( \003(\020\022\026\n\016repeated_float\030) \003(\002\022" + "\027\n\017repeated_double\030* \003(\001\022\025\n\rrepeated_boo" + "l\030+ \003(\010\022H\n\024repeated_nested_enum\0303 \003(\0162*." + "packed_field_test.TestAllTypes.NestedEnu" + "m\"\'\n\nNestedEnum\022\007\n\003FOO\020\000\022\007\n\003BAR\020\001\022\007\n\003BAZ" + "\020\002\"\333\003\n\021TestUnpackedTypes\022\032\n\016repeated_int" + "32\030\001 \003(\005B\002\020\000\022\032\n\016repeated_int64\030\002 \003(\003B\002\020\000" + "\022\033\n\017repeated_uint32\030\003 \003(\rB\002\020\000\022\033\n\017repeate" + "d_uint64\030\004 \003(\004B\002\020\000\022\033\n\017repeated_sint32\030\005 " + "\003(\021B\002\020\000\022\033\n\017repeated_sint64\030\006 \003(\022B\002\020\000\022\034\n\020" + "repeated_fixed32\030\007 \003(\007B\002\020\000\022\034\n\020repeated_f" + "ixed64\030\010 \003(\006B\002\020\000\022\035\n\021repeated_sfixed32\030\t " + "\003(\017B\002\020\000\022\035\n\021repeated_sfixed64\030\n \003(\020B\002\020\000\022\032" + "\n\016repeated_float\030\013 \003(\002B\002\020\000\022\033\n\017repeated_d" + "ouble\030\014 \003(\001B\002\020\000\022\031\n\rrepeated_bool\030\r \003(\010B\002" + "\020\000\022L\n\024repeated_nested_enum\030\016 \003(\0162*.packe" + "d_field_test.TestAllTypes.NestedEnumB\002\020\000" + "B+\n\023com.google.protobufB\024PackedFieldTest" + "Protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_packed_field_test_TestAllTypes_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_packed_field_test_TestAllTypes_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_packed_field_test_TestAllTypes_descriptor, new java.lang.String[] { "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedNestedEnum", }); internal_static_packed_field_test_TestUnpackedTypes_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_packed_field_test_TestUnpackedTypes_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_packed_field_test_TestUnpackedTypes_descriptor, new java.lang.String[] { "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedNestedEnum", }); } // @@protoc_insertion_point(outer_class_scope) } PK !!9com/google/protobuf/Proto2UnknownEnumValuesTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/proto2_unknown_enum_values.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf; public final class Proto2UnknownEnumValuesTestProto { private Proto2UnknownEnumValuesTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } /** * Protobuf enum {@code proto2_unknown_enum_values.Proto2TestEnum} */ public enum Proto2TestEnum implements com.google.protobuf.ProtocolMessageEnum { /** * ZERO = 0; */ ZERO(0), /** * ONE = 1; */ ONE(1), /** * TWO = 2; */ TWO(2), ; /** * ZERO = 0; */ public static final int ZERO_VALUE = 0; /** * ONE = 1; */ public static final int ONE_VALUE = 1; /** * TWO = 2; */ public static final int TWO_VALUE = 2; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static Proto2TestEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static Proto2TestEnum forNumber(int value) { switch (value) { case 0: return ZERO; case 1: return ONE; case 2: return TWO; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< Proto2TestEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Proto2TestEnum findValueByNumber(int number) { return Proto2TestEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.getDescriptor().getEnumTypes().get(0); } private static final Proto2TestEnum[] VALUES = values(); public static Proto2TestEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private Proto2TestEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:proto2_unknown_enum_values.Proto2TestEnum) } /** *
   * An enum containing a subset of the values of Proto2TestEnum, to test
   * parsing unknown packed enum values
   * 
* * Protobuf enum {@code proto2_unknown_enum_values.Proto2TestEnumSubset} */ public enum Proto2TestEnumSubset implements com.google.protobuf.ProtocolMessageEnum { /** * TESTENUM_SUBSET_ZERO = 0; */ TESTENUM_SUBSET_ZERO(0), /** *
     * No enum value with number 2.
     * 
* * TESTENUM_SUBSET_ONE = 1; */ TESTENUM_SUBSET_ONE(1), ; /** * TESTENUM_SUBSET_ZERO = 0; */ public static final int TESTENUM_SUBSET_ZERO_VALUE = 0; /** *
     * No enum value with number 2.
     * 
* * TESTENUM_SUBSET_ONE = 1; */ public static final int TESTENUM_SUBSET_ONE_VALUE = 1; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static Proto2TestEnumSubset valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static Proto2TestEnumSubset forNumber(int value) { switch (value) { case 0: return TESTENUM_SUBSET_ZERO; case 1: return TESTENUM_SUBSET_ONE; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< Proto2TestEnumSubset> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Proto2TestEnumSubset findValueByNumber(int number) { return Proto2TestEnumSubset.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.getDescriptor().getEnumTypes().get(1); } private static final Proto2TestEnumSubset[] VALUES = values(); public static Proto2TestEnumSubset valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private Proto2TestEnumSubset(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:proto2_unknown_enum_values.Proto2TestEnumSubset) } public interface Proto2EnumMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unknown_enum_values.Proto2EnumMessage) com.google.protobuf.MessageOrBuilder { /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @return A list containing the repeatedPackedEnum. */ java.util.List getRepeatedPackedEnumList(); /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @return The count of repeatedPackedEnum. */ int getRepeatedPackedEnumCount(); /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @param index The index of the element to return. * @return The repeatedPackedEnum at the given index. */ com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum getRepeatedPackedEnum(int index); } /** * Protobuf type {@code proto2_unknown_enum_values.Proto2EnumMessage} */ public static final class Proto2EnumMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unknown_enum_values.Proto2EnumMessage) Proto2EnumMessageOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2EnumMessage.newBuilder() to construct. private Proto2EnumMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2EnumMessage() { repeatedPackedEnum_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2EnumMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage.class, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage.Builder.class); } public static final int REPEATED_PACKED_ENUM_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List repeatedPackedEnum_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum> repeatedPackedEnum_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum>() { public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum convert(java.lang.Integer from) { com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum result = com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum.forNumber(from); return result == null ? com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum.ZERO : result; } }; /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @return A list containing the repeatedPackedEnum. */ @java.lang.Override public java.util.List getRepeatedPackedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum>(repeatedPackedEnum_, repeatedPackedEnum_converter_); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @return The count of repeatedPackedEnum. */ @java.lang.Override public int getRepeatedPackedEnumCount() { return repeatedPackedEnum_.size(); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @param index The index of the element to return. * @return The repeatedPackedEnum at the given index. */ @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum getRepeatedPackedEnum(int index) { return repeatedPackedEnum_converter_.convert(repeatedPackedEnum_.get(index)); } private int repeatedPackedEnumMemoizedSerializedSize; private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (getRepeatedPackedEnumList().size() > 0) { output.writeUInt32NoTag(10); output.writeUInt32NoTag(repeatedPackedEnumMemoizedSerializedSize); } for (int i = 0; i < repeatedPackedEnum_.size(); i++) { output.writeEnumNoTag(repeatedPackedEnum_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < repeatedPackedEnum_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(repeatedPackedEnum_.get(i)); } size += dataSize; if (!getRepeatedPackedEnumList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }repeatedPackedEnumMemoizedSerializedSize = dataSize; } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage)) { return super.equals(obj); } com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage other = (com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage) obj; if (!repeatedPackedEnum_.equals(other.repeatedPackedEnum_)) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getRepeatedPackedEnumCount() > 0) { hash = (37 * hash) + REPEATED_PACKED_ENUM_FIELD_NUMBER; hash = (53 * hash) + repeatedPackedEnum_.hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unknown_enum_values.Proto2EnumMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unknown_enum_values.Proto2EnumMessage) com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage.class, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage.Builder.class); } // Construct using com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; repeatedPackedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessage_descriptor; } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage getDefaultInstanceForType() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage build() { com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage buildPartial() { com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage result = new com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage result) { if (((bitField0_ & 0x00000001) != 0)) { repeatedPackedEnum_ = java.util.Collections.unmodifiableList(repeatedPackedEnum_); bitField0_ = (bitField0_ & ~0x00000001); } result.repeatedPackedEnum_ = repeatedPackedEnum_; } private void buildPartial0(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage result) { int from_bitField0_ = bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage) { return mergeFrom((com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage other) { if (other == com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage.getDefaultInstance()) return this; if (!other.repeatedPackedEnum_.isEmpty()) { if (repeatedPackedEnum_.isEmpty()) { repeatedPackedEnum_ = other.repeatedPackedEnum_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.addAll(other.repeatedPackedEnum_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { int tmpRaw = input.readEnum(); com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum tmpValue = com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(1, tmpRaw); } else { ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.add(tmpRaw); } break; } // case 8 case 10: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum tmpValue = com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(1, tmpRaw); } else { ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.util.List repeatedPackedEnum_ = java.util.Collections.emptyList(); private void ensureRepeatedPackedEnumIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { repeatedPackedEnum_ = new java.util.ArrayList(repeatedPackedEnum_); bitField0_ |= 0x00000001; } } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @return A list containing the repeatedPackedEnum. */ public java.util.List getRepeatedPackedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum>(repeatedPackedEnum_, repeatedPackedEnum_converter_); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @return The count of repeatedPackedEnum. */ public int getRepeatedPackedEnumCount() { return repeatedPackedEnum_.size(); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @param index The index of the element to return. * @return The repeatedPackedEnum at the given index. */ public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum getRepeatedPackedEnum(int index) { return repeatedPackedEnum_converter_.convert(repeatedPackedEnum_.get(index)); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @param index The index to set the value at. * @param value The repeatedPackedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedPackedEnum( int index, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @param value The repeatedPackedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedPackedEnum(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.add(value.getNumber()); onChanged(); return this; } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @param values The repeatedPackedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedPackedEnum( java.lang.Iterable values) { ensureRepeatedPackedEnumIsMutable(); for (com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnum value : values) { repeatedPackedEnum_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .proto2_unknown_enum_values.Proto2TestEnum repeated_packed_enum = 1 [packed = true]; * @return This builder for chaining. */ public Builder clearRepeatedPackedEnum() { repeatedPackedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); 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:proto2_unknown_enum_values.Proto2EnumMessage) } // @@protoc_insertion_point(class_scope:proto2_unknown_enum_values.Proto2EnumMessage) private static final com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage(); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2EnumMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2EnumMessageWithEnumSubsetOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unknown_enum_values.Proto2EnumMessageWithEnumSubset) com.google.protobuf.MessageOrBuilder { /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @return A list containing the repeatedPackedEnum. */ java.util.List getRepeatedPackedEnumList(); /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @return The count of repeatedPackedEnum. */ int getRepeatedPackedEnumCount(); /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @param index The index of the element to return. * @return The repeatedPackedEnum at the given index. */ com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset getRepeatedPackedEnum(int index); } /** *
   * Test messages for packed enum, with identical field number as
   * Proto2Message, to test parsing unknown packed enums.
   * 
* * Protobuf type {@code proto2_unknown_enum_values.Proto2EnumMessageWithEnumSubset} */ public static final class Proto2EnumMessageWithEnumSubset extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unknown_enum_values.Proto2EnumMessageWithEnumSubset) Proto2EnumMessageWithEnumSubsetOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2EnumMessageWithEnumSubset.newBuilder() to construct. private Proto2EnumMessageWithEnumSubset(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2EnumMessageWithEnumSubset() { repeatedPackedEnum_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2EnumMessageWithEnumSubset(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset.class, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset.Builder.class); } public static final int REPEATED_PACKED_ENUM_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List repeatedPackedEnum_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset> repeatedPackedEnum_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset>() { public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset convert(java.lang.Integer from) { com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset result = com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset.forNumber(from); return result == null ? com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset.TESTENUM_SUBSET_ZERO : result; } }; /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @return A list containing the repeatedPackedEnum. */ @java.lang.Override public java.util.List getRepeatedPackedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset>(repeatedPackedEnum_, repeatedPackedEnum_converter_); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @return The count of repeatedPackedEnum. */ @java.lang.Override public int getRepeatedPackedEnumCount() { return repeatedPackedEnum_.size(); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @param index The index of the element to return. * @return The repeatedPackedEnum at the given index. */ @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset getRepeatedPackedEnum(int index) { return repeatedPackedEnum_converter_.convert(repeatedPackedEnum_.get(index)); } private int repeatedPackedEnumMemoizedSerializedSize; private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (getRepeatedPackedEnumList().size() > 0) { output.writeUInt32NoTag(10); output.writeUInt32NoTag(repeatedPackedEnumMemoizedSerializedSize); } for (int i = 0; i < repeatedPackedEnum_.size(); i++) { output.writeEnumNoTag(repeatedPackedEnum_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < repeatedPackedEnum_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(repeatedPackedEnum_.get(i)); } size += dataSize; if (!getRepeatedPackedEnumList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }repeatedPackedEnumMemoizedSerializedSize = dataSize; } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset)) { return super.equals(obj); } com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset other = (com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset) obj; if (!repeatedPackedEnum_.equals(other.repeatedPackedEnum_)) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getRepeatedPackedEnumCount() > 0) { hash = (37 * hash) + REPEATED_PACKED_ENUM_FIELD_NUMBER; hash = (53 * hash) + repeatedPackedEnum_.hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Test messages for packed enum, with identical field number as
     * Proto2Message, to test parsing unknown packed enums.
     * 
* * Protobuf type {@code proto2_unknown_enum_values.Proto2EnumMessageWithEnumSubset} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unknown_enum_values.Proto2EnumMessageWithEnumSubset) com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubsetOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset.class, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset.Builder.class); } // Construct using com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; repeatedPackedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_descriptor; } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset getDefaultInstanceForType() { return com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset build() { com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset buildPartial() { com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset result = new com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset result) { if (((bitField0_ & 0x00000001) != 0)) { repeatedPackedEnum_ = java.util.Collections.unmodifiableList(repeatedPackedEnum_); bitField0_ = (bitField0_ & ~0x00000001); } result.repeatedPackedEnum_ = repeatedPackedEnum_; } private void buildPartial0(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset result) { int from_bitField0_ = bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset) { return mergeFrom((com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset other) { if (other == com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset.getDefaultInstance()) return this; if (!other.repeatedPackedEnum_.isEmpty()) { if (repeatedPackedEnum_.isEmpty()) { repeatedPackedEnum_ = other.repeatedPackedEnum_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.addAll(other.repeatedPackedEnum_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { int tmpRaw = input.readEnum(); com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset tmpValue = com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(1, tmpRaw); } else { ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.add(tmpRaw); } break; } // case 8 case 10: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset tmpValue = com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(1, tmpRaw); } else { ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.util.List repeatedPackedEnum_ = java.util.Collections.emptyList(); private void ensureRepeatedPackedEnumIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { repeatedPackedEnum_ = new java.util.ArrayList(repeatedPackedEnum_); bitField0_ |= 0x00000001; } } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @return A list containing the repeatedPackedEnum. */ public java.util.List getRepeatedPackedEnumList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset>(repeatedPackedEnum_, repeatedPackedEnum_converter_); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @return The count of repeatedPackedEnum. */ public int getRepeatedPackedEnumCount() { return repeatedPackedEnum_.size(); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @param index The index of the element to return. * @return The repeatedPackedEnum at the given index. */ public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset getRepeatedPackedEnum(int index) { return repeatedPackedEnum_converter_.convert(repeatedPackedEnum_.get(index)); } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @param index The index to set the value at. * @param value The repeatedPackedEnum to set. * @return This builder for chaining. */ public Builder setRepeatedPackedEnum( int index, com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @param value The repeatedPackedEnum to add. * @return This builder for chaining. */ public Builder addRepeatedPackedEnum(com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset value) { if (value == null) { throw new NullPointerException(); } ensureRepeatedPackedEnumIsMutable(); repeatedPackedEnum_.add(value.getNumber()); onChanged(); return this; } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @param values The repeatedPackedEnum to add. * @return This builder for chaining. */ public Builder addAllRepeatedPackedEnum( java.lang.Iterable values) { ensureRepeatedPackedEnumIsMutable(); for (com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2TestEnumSubset value : values) { repeatedPackedEnum_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .proto2_unknown_enum_values.Proto2TestEnumSubset repeated_packed_enum = 1 [packed = true]; * @return This builder for chaining. */ public Builder clearRepeatedPackedEnum() { repeatedPackedEnum_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); 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:proto2_unknown_enum_values.Proto2EnumMessageWithEnumSubset) } // @@protoc_insertion_point(class_scope:proto2_unknown_enum_values.Proto2EnumMessageWithEnumSubset) private static final com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset(); } public static com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2EnumMessageWithEnumSubset parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.Proto2UnknownEnumValuesTestProto.Proto2EnumMessageWithEnumSubset getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unknown_enum_values_Proto2EnumMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unknown_enum_values_Proto2EnumMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n4com/google/protobuf/proto2_unknown_enu" + "m_values.proto\022\032proto2_unknown_enum_valu" + "es\"a\n\021Proto2EnumMessage\022L\n\024repeated_pack" + "ed_enum\030\001 \003(\0162*.proto2_unknown_enum_valu" + "es.Proto2TestEnumB\002\020\001\"u\n\037Proto2EnumMessa" + "geWithEnumSubset\022R\n\024repeated_packed_enum" + "\030\001 \003(\01620.proto2_unknown_enum_values.Prot" + "o2TestEnumSubsetB\002\020\001*,\n\016Proto2TestEnum\022\010" + "\n\004ZERO\020\000\022\007\n\003ONE\020\001\022\007\n\003TWO\020\002*I\n\024Proto2Test" + "EnumSubset\022\030\n\024TESTENUM_SUBSET_ZERO\020\000\022\027\n\023" + "TESTENUM_SUBSET_ONE\020\001B7\n\023com.google.prot" + "obufB Proto2UnknownEnumValuesTestProto" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unknown_enum_values_Proto2EnumMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unknown_enum_values_Proto2EnumMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unknown_enum_values_Proto2EnumMessage_descriptor, new java.lang.String[] { "RepeatedPackedEnum", }); internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unknown_enum_values_Proto2EnumMessageWithEnumSubset_descriptor, new java.lang.String[] { "RepeatedPackedEnum", }); } // @@protoc_insertion_point(outer_class_scope) } PK !FQÜ 0com/google/protobuf/TestBadIdentifiersProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/test_bad_identifiers.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf; public final class TestBadIdentifiersProto { private TestBadIdentifiersProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.int64FieldCount); registry.add(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.int64FieldList); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface ForbiddenWordsUnderscoreMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.ForbiddenWordsUnderscoreMessage) com.google.protobuf.MessageOrBuilder { /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return Whether the class field is set. */ boolean hasClass_(); /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return The class. */ boolean getClass_(); /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool default_instance_for_type = 2; * @return Whether the defaultInstanceForType field is set. */ boolean hasDefaultInstanceForType_(); /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool default_instance_for_type = 2; * @return The defaultInstanceForType. */ boolean getDefaultInstanceForType_(); /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool parser_for_type = 3; * @return Whether the parserForType field is set. */ boolean hasParserForType_(); /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool parser_for_type = 3; * @return The parserForType. */ boolean getParserForType_(); /** * optional bool serialized_size = 4; * @return Whether the serializedSize field is set. */ boolean hasSerializedSize_(); /** * optional bool serialized_size = 4; * @return The serializedSize. */ boolean getSerializedSize_(); /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool all_fields = 5; * @return Whether the allFields field is set. */ boolean hasAllFields_(); /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool all_fields = 5; * @return The allFields. */ boolean getAllFields_(); /** * optional bool descriptor_for_type = 6; * @return Whether the descriptorForType field is set. */ boolean hasDescriptorForType_(); /** * optional bool descriptor_for_type = 6; * @return The descriptorForType. */ boolean getDescriptorForType_(); /** * optional bool initialization_error_string = 7; * @return Whether the initializationErrorString field is set. */ boolean hasInitializationErrorString_(); /** * optional bool initialization_error_string = 7; * @return The initializationErrorString. */ boolean getInitializationErrorString_(); /** * optional bool unknown_fields = 8; * @return Whether the unknownFields field is set. */ boolean hasUnknownFields_(); /** * optional bool unknown_fields = 8; * @return The unknownFields. */ boolean getUnknownFields_(); /** *
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cached_size = 9; * @return Whether the cachedSize field is set. */ boolean hasCachedSize_(); /** *
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cached_size = 9; * @return The cachedSize. */ boolean getCachedSize_(); } /** *
   * Message with field names using underscores that conflict with accessors in
   * the base message class in java. See kForbiddenWordList in
   * src/google/protobuf/compiler/java/java_helpers.cc
   * 
* * Protobuf type {@code io_protocol_tests.ForbiddenWordsUnderscoreMessage} */ public static final class ForbiddenWordsUnderscoreMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.ForbiddenWordsUnderscoreMessage) ForbiddenWordsUnderscoreMessageOrBuilder { private static final long serialVersionUID = 0L; // Use ForbiddenWordsUnderscoreMessage.newBuilder() to construct. private ForbiddenWordsUnderscoreMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ForbiddenWordsUnderscoreMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ForbiddenWordsUnderscoreMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.class, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.Builder.class); } private int bitField0_; public static final int CLASS_FIELD_NUMBER = 1; private boolean class__ = false; /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return Whether the class field is set. */ @java.lang.Override public boolean hasClass_() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return The class. */ @java.lang.Override public boolean getClass_() { return class__; } public static final int DEFAULT_INSTANCE_FOR_TYPE_FIELD_NUMBER = 2; private boolean defaultInstanceForType__ = false; /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool default_instance_for_type = 2; * @return Whether the defaultInstanceForType field is set. */ @java.lang.Override public boolean hasDefaultInstanceForType_() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool default_instance_for_type = 2; * @return The defaultInstanceForType. */ @java.lang.Override public boolean getDefaultInstanceForType_() { return defaultInstanceForType__; } public static final int PARSER_FOR_TYPE_FIELD_NUMBER = 3; private boolean parserForType__ = false; /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool parser_for_type = 3; * @return Whether the parserForType field is set. */ @java.lang.Override public boolean hasParserForType_() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool parser_for_type = 3; * @return The parserForType. */ @java.lang.Override public boolean getParserForType_() { return parserForType__; } public static final int SERIALIZED_SIZE_FIELD_NUMBER = 4; private boolean serializedSize__ = false; /** * optional bool serialized_size = 4; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional bool serialized_size = 4; * @return The serializedSize. */ @java.lang.Override public boolean getSerializedSize_() { return serializedSize__; } public static final int ALL_FIELDS_FIELD_NUMBER = 5; private boolean allFields__ = false; /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool all_fields = 5; * @return Whether the allFields field is set. */ @java.lang.Override public boolean hasAllFields_() { return ((bitField0_ & 0x00000010) != 0); } /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool all_fields = 5; * @return The allFields. */ @java.lang.Override public boolean getAllFields_() { return allFields__; } public static final int DESCRIPTOR_FOR_TYPE_FIELD_NUMBER = 6; private boolean descriptorForType__ = false; /** * optional bool descriptor_for_type = 6; * @return Whether the descriptorForType field is set. */ @java.lang.Override public boolean hasDescriptorForType_() { return ((bitField0_ & 0x00000020) != 0); } /** * optional bool descriptor_for_type = 6; * @return The descriptorForType. */ @java.lang.Override public boolean getDescriptorForType_() { return descriptorForType__; } public static final int INITIALIZATION_ERROR_STRING_FIELD_NUMBER = 7; private boolean initializationErrorString__ = false; /** * optional bool initialization_error_string = 7; * @return Whether the initializationErrorString field is set. */ @java.lang.Override public boolean hasInitializationErrorString_() { return ((bitField0_ & 0x00000040) != 0); } /** * optional bool initialization_error_string = 7; * @return The initializationErrorString. */ @java.lang.Override public boolean getInitializationErrorString_() { return initializationErrorString__; } public static final int UNKNOWN_FIELDS_FIELD_NUMBER = 8; private boolean unknownFields__ = false; /** * optional bool unknown_fields = 8; * @return Whether the unknownFields field is set. */ @java.lang.Override public boolean hasUnknownFields_() { return ((bitField0_ & 0x00000080) != 0); } /** * optional bool unknown_fields = 8; * @return The unknownFields. */ @java.lang.Override public boolean getUnknownFields_() { return unknownFields__; } public static final int CACHED_SIZE_FIELD_NUMBER = 9; private boolean cachedSize__ = false; /** *
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cached_size = 9; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000100) != 0); } /** *
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cached_size = 9; * @return The cachedSize. */ @java.lang.Override public boolean getCachedSize_() { return cachedSize__; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeBool(1, class__); } if (((bitField0_ & 0x00000002) != 0)) { output.writeBool(2, defaultInstanceForType__); } if (((bitField0_ & 0x00000004) != 0)) { output.writeBool(3, parserForType__); } if (((bitField0_ & 0x00000008) != 0)) { output.writeBool(4, serializedSize__); } if (((bitField0_ & 0x00000010) != 0)) { output.writeBool(5, allFields__); } if (((bitField0_ & 0x00000020) != 0)) { output.writeBool(6, descriptorForType__); } if (((bitField0_ & 0x00000040) != 0)) { output.writeBool(7, initializationErrorString__); } if (((bitField0_ & 0x00000080) != 0)) { output.writeBool(8, unknownFields__); } if (((bitField0_ & 0x00000100) != 0)) { output.writeBool(9, cachedSize__); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, class__); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, defaultInstanceForType__); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, parserForType__); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, serializedSize__); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, allFields__); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, descriptorForType__); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(7, initializationErrorString__); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, unknownFields__); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, cachedSize__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage other = (com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage) obj; if (hasClass_() != other.hasClass_()) return false; if (hasClass_()) { if (getClass_() != other.getClass_()) return false; } if (hasDefaultInstanceForType_() != other.hasDefaultInstanceForType_()) return false; if (hasDefaultInstanceForType_()) { if (getDefaultInstanceForType_() != other.getDefaultInstanceForType_()) return false; } if (hasParserForType_() != other.hasParserForType_()) return false; if (hasParserForType_()) { if (getParserForType_() != other.getParserForType_()) return false; } if (hasSerializedSize_() != other.hasSerializedSize_()) return false; if (hasSerializedSize_()) { if (getSerializedSize_() != other.getSerializedSize_()) return false; } if (hasAllFields_() != other.hasAllFields_()) return false; if (hasAllFields_()) { if (getAllFields_() != other.getAllFields_()) return false; } if (hasDescriptorForType_() != other.hasDescriptorForType_()) return false; if (hasDescriptorForType_()) { if (getDescriptorForType_() != other.getDescriptorForType_()) return false; } if (hasInitializationErrorString_() != other.hasInitializationErrorString_()) return false; if (hasInitializationErrorString_()) { if (getInitializationErrorString_() != other.getInitializationErrorString_()) return false; } if (hasUnknownFields_() != other.hasUnknownFields_()) return false; if (hasUnknownFields_()) { if (getUnknownFields_() != other.getUnknownFields_()) return false; } if (hasCachedSize_() != other.hasCachedSize_()) return false; if (hasCachedSize_()) { if (getCachedSize_() != other.getCachedSize_()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasClass_()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getClass_()); } if (hasDefaultInstanceForType_()) { hash = (37 * hash) + DEFAULT_INSTANCE_FOR_TYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getDefaultInstanceForType_()); } if (hasParserForType_()) { hash = (37 * hash) + PARSER_FOR_TYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getParserForType_()); } if (hasSerializedSize_()) { hash = (37 * hash) + SERIALIZED_SIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getSerializedSize_()); } if (hasAllFields_()) { hash = (37 * hash) + ALL_FIELDS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAllFields_()); } if (hasDescriptorForType_()) { hash = (37 * hash) + DESCRIPTOR_FOR_TYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getDescriptorForType_()); } if (hasInitializationErrorString_()) { hash = (37 * hash) + INITIALIZATION_ERROR_STRING_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getInitializationErrorString_()); } if (hasUnknownFields_()) { hash = (37 * hash) + UNKNOWN_FIELDS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getUnknownFields_()); } if (hasCachedSize_()) { hash = (37 * hash) + CACHED_SIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getCachedSize_()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Message with field names using underscores that conflict with accessors in
     * the base message class in java. See kForbiddenWordList in
     * src/google/protobuf/compiler/java/java_helpers.cc
     * 
* * Protobuf type {@code io_protocol_tests.ForbiddenWordsUnderscoreMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.ForbiddenWordsUnderscoreMessage) com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.class, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; class__ = false; defaultInstanceForType__ = false; parserForType__ = false; serializedSize__ = false; allFields__ = false; descriptorForType__ = false; initializationErrorString__ = false; unknownFields__ = false; cachedSize__ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage build() { com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage buildPartial() { com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage result = new com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.class__ = class__; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.defaultInstanceForType__ = defaultInstanceForType__; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.parserForType__ = parserForType__; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.serializedSize__ = serializedSize__; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000010) != 0)) { result.allFields__ = allFields__; to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000020) != 0)) { result.descriptorForType__ = descriptorForType__; to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000040) != 0)) { result.initializationErrorString__ = initializationErrorString__; to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000080) != 0)) { result.unknownFields__ = unknownFields__; to_bitField0_ |= 0x00000080; } if (((from_bitField0_ & 0x00000100) != 0)) { result.cachedSize__ = cachedSize__; to_bitField0_ |= 0x00000100; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage other) { if (other == com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance()) return this; if (other.hasClass_()) { setClass_(other.getClass_()); } if (other.hasDefaultInstanceForType_()) { setDefaultInstanceForType_(other.getDefaultInstanceForType_()); } if (other.hasParserForType_()) { setParserForType_(other.getParserForType_()); } if (other.hasSerializedSize_()) { setSerializedSize_(other.getSerializedSize_()); } if (other.hasAllFields_()) { setAllFields_(other.getAllFields_()); } if (other.hasDescriptorForType_()) { setDescriptorForType_(other.getDescriptorForType_()); } if (other.hasInitializationErrorString_()) { setInitializationErrorString_(other.getInitializationErrorString_()); } if (other.hasUnknownFields_()) { setUnknownFields_(other.getUnknownFields_()); } if (other.hasCachedSize_()) { setCachedSize_(other.getCachedSize_()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { class__ = input.readBool(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { defaultInstanceForType__ = input.readBool(); bitField0_ |= 0x00000002; break; } // case 16 case 24: { parserForType__ = input.readBool(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { serializedSize__ = input.readBool(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { allFields__ = input.readBool(); bitField0_ |= 0x00000010; break; } // case 40 case 48: { descriptorForType__ = input.readBool(); bitField0_ |= 0x00000020; break; } // case 48 case 56: { initializationErrorString__ = input.readBool(); bitField0_ |= 0x00000040; break; } // case 56 case 64: { unknownFields__ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 64 case 72: { cachedSize__ = input.readBool(); bitField0_ |= 0x00000100; break; } // case 72 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private boolean class__ ; /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @return Whether the class field is set. */ @java.lang.Override public boolean hasClass_() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @return The class. */ @java.lang.Override public boolean getClass_() { return class__; } /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @param value The class to set. * @return This builder for chaining. */ public Builder setClass_(boolean value) { class__ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @return This builder for chaining. */ public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000001); class__ = false; onChanged(); return this; } private boolean defaultInstanceForType__ ; /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool default_instance_for_type = 2; * @return Whether the defaultInstanceForType field is set. */ @java.lang.Override public boolean hasDefaultInstanceForType_() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool default_instance_for_type = 2; * @return The defaultInstanceForType. */ @java.lang.Override public boolean getDefaultInstanceForType_() { return defaultInstanceForType__; } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool default_instance_for_type = 2; * @param value The defaultInstanceForType to set. * @return This builder for chaining. */ public Builder setDefaultInstanceForType_(boolean value) { defaultInstanceForType__ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool default_instance_for_type = 2; * @return This builder for chaining. */ public Builder clearDefaultInstanceForType_() { bitField0_ = (bitField0_ & ~0x00000002); defaultInstanceForType__ = false; onChanged(); return this; } private boolean parserForType__ ; /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool parser_for_type = 3; * @return Whether the parserForType field is set. */ @java.lang.Override public boolean hasParserForType_() { return ((bitField0_ & 0x00000004) != 0); } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool parser_for_type = 3; * @return The parserForType. */ @java.lang.Override public boolean getParserForType_() { return parserForType__; } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool parser_for_type = 3; * @param value The parserForType to set. * @return This builder for chaining. */ public Builder setParserForType_(boolean value) { parserForType__ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool parser_for_type = 3; * @return This builder for chaining. */ public Builder clearParserForType_() { bitField0_ = (bitField0_ & ~0x00000004); parserForType__ = false; onChanged(); return this; } private boolean serializedSize__ ; /** * optional bool serialized_size = 4; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional bool serialized_size = 4; * @return The serializedSize. */ @java.lang.Override public boolean getSerializedSize_() { return serializedSize__; } /** * optional bool serialized_size = 4; * @param value The serializedSize to set. * @return This builder for chaining. */ public Builder setSerializedSize_(boolean value) { serializedSize__ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * optional bool serialized_size = 4; * @return This builder for chaining. */ public Builder clearSerializedSize_() { bitField0_ = (bitField0_ & ~0x00000008); serializedSize__ = false; onChanged(); return this; } private boolean allFields__ ; /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool all_fields = 5; * @return Whether the allFields field is set. */ @java.lang.Override public boolean hasAllFields_() { return ((bitField0_ & 0x00000010) != 0); } /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool all_fields = 5; * @return The allFields. */ @java.lang.Override public boolean getAllFields_() { return allFields__; } /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool all_fields = 5; * @param value The allFields to set. * @return This builder for chaining. */ public Builder setAllFields_(boolean value) { allFields__ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool all_fields = 5; * @return This builder for chaining. */ public Builder clearAllFields_() { bitField0_ = (bitField0_ & ~0x00000010); allFields__ = false; onChanged(); return this; } private boolean descriptorForType__ ; /** * optional bool descriptor_for_type = 6; * @return Whether the descriptorForType field is set. */ @java.lang.Override public boolean hasDescriptorForType_() { return ((bitField0_ & 0x00000020) != 0); } /** * optional bool descriptor_for_type = 6; * @return The descriptorForType. */ @java.lang.Override public boolean getDescriptorForType_() { return descriptorForType__; } /** * optional bool descriptor_for_type = 6; * @param value The descriptorForType to set. * @return This builder for chaining. */ public Builder setDescriptorForType_(boolean value) { descriptorForType__ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * optional bool descriptor_for_type = 6; * @return This builder for chaining. */ public Builder clearDescriptorForType_() { bitField0_ = (bitField0_ & ~0x00000020); descriptorForType__ = false; onChanged(); return this; } private boolean initializationErrorString__ ; /** * optional bool initialization_error_string = 7; * @return Whether the initializationErrorString field is set. */ @java.lang.Override public boolean hasInitializationErrorString_() { return ((bitField0_ & 0x00000040) != 0); } /** * optional bool initialization_error_string = 7; * @return The initializationErrorString. */ @java.lang.Override public boolean getInitializationErrorString_() { return initializationErrorString__; } /** * optional bool initialization_error_string = 7; * @param value The initializationErrorString to set. * @return This builder for chaining. */ public Builder setInitializationErrorString_(boolean value) { initializationErrorString__ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** * optional bool initialization_error_string = 7; * @return This builder for chaining. */ public Builder clearInitializationErrorString_() { bitField0_ = (bitField0_ & ~0x00000040); initializationErrorString__ = false; onChanged(); return this; } private boolean unknownFields__ ; /** * optional bool unknown_fields = 8; * @return Whether the unknownFields field is set. */ @java.lang.Override public boolean hasUnknownFields_() { return ((bitField0_ & 0x00000080) != 0); } /** * optional bool unknown_fields = 8; * @return The unknownFields. */ @java.lang.Override public boolean getUnknownFields_() { return unknownFields__; } /** * optional bool unknown_fields = 8; * @param value The unknownFields to set. * @return This builder for chaining. */ public Builder setUnknownFields_(boolean value) { unknownFields__ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** * optional bool unknown_fields = 8; * @return This builder for chaining. */ public Builder clearUnknownFields_() { bitField0_ = (bitField0_ & ~0x00000080); unknownFields__ = false; onChanged(); return this; } private boolean cachedSize__ ; /** *
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cached_size = 9; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000100) != 0); } /** *
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cached_size = 9; * @return The cachedSize. */ @java.lang.Override public boolean getCachedSize_() { return cachedSize__; } /** *
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cached_size = 9; * @param value The cachedSize to set. * @return This builder for chaining. */ public Builder setCachedSize_(boolean value) { cachedSize__ = value; bitField0_ |= 0x00000100; onChanged(); return this; } /** *
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cached_size = 9; * @return This builder for chaining. */ public Builder clearCachedSize_() { bitField0_ = (bitField0_ & ~0x00000100); cachedSize__ = false; onChanged(); 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:io_protocol_tests.ForbiddenWordsUnderscoreMessage) } // @@protoc_insertion_point(class_scope:io_protocol_tests.ForbiddenWordsUnderscoreMessage) private static final com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage(); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ForbiddenWordsUnderscoreMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ForbiddenWordsLeadingUnderscoreMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.ForbiddenWordsLeadingUnderscoreMessage) com.google.protobuf.MessageOrBuilder { /** *
     * java.lang.Object
     * 
* * optional bool _class = 1; * @return Whether the class field is set. */ boolean hasClass_(); /** *
     * java.lang.Object
     * 
* * optional bool _class = 1; * @return The class. */ boolean getClass_(); /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool _default_instance_for_type = 2; * @return Whether the defaultInstanceForType field is set. */ boolean hasDefaultInstanceForType_(); /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool _default_instance_for_type = 2; * @return The defaultInstanceForType. */ boolean getDefaultInstanceForType_(); /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool _parser_for_type = 3; * @return Whether the parserForType field is set. */ boolean hasParserForType_(); /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool _parser_for_type = 3; * @return The parserForType. */ boolean getParserForType_(); /** * optional bool _serialized_size = 4; * @return Whether the serializedSize field is set. */ boolean hasSerializedSize_(); /** * optional bool _serialized_size = 4; * @return The serializedSize. */ boolean getSerializedSize_(); /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool _all_fields = 5; * @return Whether the allFields field is set. */ boolean hasAllFields_(); /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool _all_fields = 5; * @return The allFields. */ boolean getAllFields_(); /** * optional bool _descriptor_for_type = 6; * @return Whether the descriptorForType field is set. */ boolean hasDescriptorForType_(); /** * optional bool _descriptor_for_type = 6; * @return The descriptorForType. */ boolean getDescriptorForType_(); /** * optional bool _initialization_error_string = 7; * @return Whether the initializationErrorString field is set. */ boolean hasInitializationErrorString_(); /** * optional bool _initialization_error_string = 7; * @return The initializationErrorString. */ boolean getInitializationErrorString_(); /** *
     * TODO: re-enable
     * optional bool _unknown_fields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool _cached_size = 9; * @return Whether the cachedSize field is set. */ boolean hasCachedSize_(); /** *
     * TODO: re-enable
     * optional bool _unknown_fields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool _cached_size = 9; * @return The cachedSize. */ boolean getCachedSize_(); } /** *
   * Message with field names using leading underscores that conflict with
   * accessors in the base message class in java. See kForbiddenWordList in
   * src/google/protobuf/compiler/java/java_helpers.cc
   * 
* * Protobuf type {@code io_protocol_tests.ForbiddenWordsLeadingUnderscoreMessage} */ public static final class ForbiddenWordsLeadingUnderscoreMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.ForbiddenWordsLeadingUnderscoreMessage) ForbiddenWordsLeadingUnderscoreMessageOrBuilder { private static final long serialVersionUID = 0L; // Use ForbiddenWordsLeadingUnderscoreMessage.newBuilder() to construct. private ForbiddenWordsLeadingUnderscoreMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ForbiddenWordsLeadingUnderscoreMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ForbiddenWordsLeadingUnderscoreMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage.class, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage.Builder.class); } private int bitField0_; public static final int _CLASS_FIELD_NUMBER = 1; private boolean Class__ = false; /** *
     * java.lang.Object
     * 
* * optional bool _class = 1; * @return Whether the class field is set. */ @java.lang.Override public boolean hasClass_() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * java.lang.Object
     * 
* * optional bool _class = 1; * @return The class. */ @java.lang.Override public boolean getClass_() { return Class__; } public static final int _DEFAULT_INSTANCE_FOR_TYPE_FIELD_NUMBER = 2; private boolean DefaultInstanceForType__ = false; /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool _default_instance_for_type = 2; * @return Whether the defaultInstanceForType field is set. */ @java.lang.Override public boolean hasDefaultInstanceForType_() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool _default_instance_for_type = 2; * @return The defaultInstanceForType. */ @java.lang.Override public boolean getDefaultInstanceForType_() { return DefaultInstanceForType__; } public static final int _PARSER_FOR_TYPE_FIELD_NUMBER = 3; private boolean ParserForType__ = false; /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool _parser_for_type = 3; * @return Whether the parserForType field is set. */ @java.lang.Override public boolean hasParserForType_() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool _parser_for_type = 3; * @return The parserForType. */ @java.lang.Override public boolean getParserForType_() { return ParserForType__; } public static final int _SERIALIZED_SIZE_FIELD_NUMBER = 4; private boolean SerializedSize__ = false; /** * optional bool _serialized_size = 4; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional bool _serialized_size = 4; * @return The serializedSize. */ @java.lang.Override public boolean getSerializedSize_() { return SerializedSize__; } public static final int _ALL_FIELDS_FIELD_NUMBER = 5; private boolean AllFields__ = false; /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool _all_fields = 5; * @return Whether the allFields field is set. */ @java.lang.Override public boolean hasAllFields_() { return ((bitField0_ & 0x00000010) != 0); } /** *
     * com.google.protobuf.MessageOrBuilder
     * 
* * optional bool _all_fields = 5; * @return The allFields. */ @java.lang.Override public boolean getAllFields_() { return AllFields__; } public static final int _DESCRIPTOR_FOR_TYPE_FIELD_NUMBER = 6; private boolean DescriptorForType__ = false; /** * optional bool _descriptor_for_type = 6; * @return Whether the descriptorForType field is set. */ @java.lang.Override public boolean hasDescriptorForType_() { return ((bitField0_ & 0x00000020) != 0); } /** * optional bool _descriptor_for_type = 6; * @return The descriptorForType. */ @java.lang.Override public boolean getDescriptorForType_() { return DescriptorForType__; } public static final int _INITIALIZATION_ERROR_STRING_FIELD_NUMBER = 7; private boolean InitializationErrorString__ = false; /** * optional bool _initialization_error_string = 7; * @return Whether the initializationErrorString field is set. */ @java.lang.Override public boolean hasInitializationErrorString_() { return ((bitField0_ & 0x00000040) != 0); } /** * optional bool _initialization_error_string = 7; * @return The initializationErrorString. */ @java.lang.Override public boolean getInitializationErrorString_() { return InitializationErrorString__; } public static final int _CACHED_SIZE_FIELD_NUMBER = 9; private boolean CachedSize__ = false; /** *
     * TODO: re-enable
     * optional bool _unknown_fields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool _cached_size = 9; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000080) != 0); } /** *
     * TODO: re-enable
     * optional bool _unknown_fields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool _cached_size = 9; * @return The cachedSize. */ @java.lang.Override public boolean getCachedSize_() { return CachedSize__; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeBool(1, Class__); } if (((bitField0_ & 0x00000002) != 0)) { output.writeBool(2, DefaultInstanceForType__); } if (((bitField0_ & 0x00000004) != 0)) { output.writeBool(3, ParserForType__); } if (((bitField0_ & 0x00000008) != 0)) { output.writeBool(4, SerializedSize__); } if (((bitField0_ & 0x00000010) != 0)) { output.writeBool(5, AllFields__); } if (((bitField0_ & 0x00000020) != 0)) { output.writeBool(6, DescriptorForType__); } if (((bitField0_ & 0x00000040) != 0)) { output.writeBool(7, InitializationErrorString__); } if (((bitField0_ & 0x00000080) != 0)) { output.writeBool(9, CachedSize__); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, Class__); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, DefaultInstanceForType__); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, ParserForType__); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, SerializedSize__); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, AllFields__); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, DescriptorForType__); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(7, InitializationErrorString__); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, CachedSize__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage other = (com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage) obj; if (hasClass_() != other.hasClass_()) return false; if (hasClass_()) { if (getClass_() != other.getClass_()) return false; } if (hasDefaultInstanceForType_() != other.hasDefaultInstanceForType_()) return false; if (hasDefaultInstanceForType_()) { if (getDefaultInstanceForType_() != other.getDefaultInstanceForType_()) return false; } if (hasParserForType_() != other.hasParserForType_()) return false; if (hasParserForType_()) { if (getParserForType_() != other.getParserForType_()) return false; } if (hasSerializedSize_() != other.hasSerializedSize_()) return false; if (hasSerializedSize_()) { if (getSerializedSize_() != other.getSerializedSize_()) return false; } if (hasAllFields_() != other.hasAllFields_()) return false; if (hasAllFields_()) { if (getAllFields_() != other.getAllFields_()) return false; } if (hasDescriptorForType_() != other.hasDescriptorForType_()) return false; if (hasDescriptorForType_()) { if (getDescriptorForType_() != other.getDescriptorForType_()) return false; } if (hasInitializationErrorString_() != other.hasInitializationErrorString_()) return false; if (hasInitializationErrorString_()) { if (getInitializationErrorString_() != other.getInitializationErrorString_()) return false; } if (hasCachedSize_() != other.hasCachedSize_()) return false; if (hasCachedSize_()) { if (getCachedSize_() != other.getCachedSize_()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasClass_()) { hash = (37 * hash) + _CLASS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getClass_()); } if (hasDefaultInstanceForType_()) { hash = (37 * hash) + _DEFAULT_INSTANCE_FOR_TYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getDefaultInstanceForType_()); } if (hasParserForType_()) { hash = (37 * hash) + _PARSER_FOR_TYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getParserForType_()); } if (hasSerializedSize_()) { hash = (37 * hash) + _SERIALIZED_SIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getSerializedSize_()); } if (hasAllFields_()) { hash = (37 * hash) + _ALL_FIELDS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAllFields_()); } if (hasDescriptorForType_()) { hash = (37 * hash) + _DESCRIPTOR_FOR_TYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getDescriptorForType_()); } if (hasInitializationErrorString_()) { hash = (37 * hash) + _INITIALIZATION_ERROR_STRING_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getInitializationErrorString_()); } if (hasCachedSize_()) { hash = (37 * hash) + _CACHED_SIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getCachedSize_()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Message with field names using leading underscores that conflict with
     * accessors in the base message class in java. See kForbiddenWordList in
     * src/google/protobuf/compiler/java/java_helpers.cc
     * 
* * Protobuf type {@code io_protocol_tests.ForbiddenWordsLeadingUnderscoreMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.ForbiddenWordsLeadingUnderscoreMessage) com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage.class, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; Class__ = false; DefaultInstanceForType__ = false; ParserForType__ = false; SerializedSize__ = false; AllFields__ = false; DescriptorForType__ = false; InitializationErrorString__ = false; CachedSize__ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage build() { com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage buildPartial() { com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage result = new com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.Class__ = Class__; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.DefaultInstanceForType__ = DefaultInstanceForType__; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.ParserForType__ = ParserForType__; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.SerializedSize__ = SerializedSize__; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000010) != 0)) { result.AllFields__ = AllFields__; to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000020) != 0)) { result.DescriptorForType__ = DescriptorForType__; to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000040) != 0)) { result.InitializationErrorString__ = InitializationErrorString__; to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000080) != 0)) { result.CachedSize__ = CachedSize__; to_bitField0_ |= 0x00000080; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage other) { if (other == com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage.getDefaultInstance()) return this; if (other.hasClass_()) { setClass_(other.getClass_()); } if (other.hasDefaultInstanceForType_()) { setDefaultInstanceForType_(other.getDefaultInstanceForType_()); } if (other.hasParserForType_()) { setParserForType_(other.getParserForType_()); } if (other.hasSerializedSize_()) { setSerializedSize_(other.getSerializedSize_()); } if (other.hasAllFields_()) { setAllFields_(other.getAllFields_()); } if (other.hasDescriptorForType_()) { setDescriptorForType_(other.getDescriptorForType_()); } if (other.hasInitializationErrorString_()) { setInitializationErrorString_(other.getInitializationErrorString_()); } if (other.hasCachedSize_()) { setCachedSize_(other.getCachedSize_()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { Class__ = input.readBool(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { DefaultInstanceForType__ = input.readBool(); bitField0_ |= 0x00000002; break; } // case 16 case 24: { ParserForType__ = input.readBool(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { SerializedSize__ = input.readBool(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { AllFields__ = input.readBool(); bitField0_ |= 0x00000010; break; } // case 40 case 48: { DescriptorForType__ = input.readBool(); bitField0_ |= 0x00000020; break; } // case 48 case 56: { InitializationErrorString__ = input.readBool(); bitField0_ |= 0x00000040; break; } // case 56 case 72: { CachedSize__ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 72 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private boolean Class__ ; /** *
       * java.lang.Object
       * 
* * optional bool _class = 1; * @return Whether the class field is set. */ @java.lang.Override public boolean hasClass_() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * java.lang.Object
       * 
* * optional bool _class = 1; * @return The class. */ @java.lang.Override public boolean getClass_() { return Class__; } /** *
       * java.lang.Object
       * 
* * optional bool _class = 1; * @param value The class to set. * @return This builder for chaining. */ public Builder setClass_(boolean value) { Class__ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * java.lang.Object
       * 
* * optional bool _class = 1; * @return This builder for chaining. */ public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000001); Class__ = false; onChanged(); return this; } private boolean DefaultInstanceForType__ ; /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool _default_instance_for_type = 2; * @return Whether the defaultInstanceForType field is set. */ @java.lang.Override public boolean hasDefaultInstanceForType_() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool _default_instance_for_type = 2; * @return The defaultInstanceForType. */ @java.lang.Override public boolean getDefaultInstanceForType_() { return DefaultInstanceForType__; } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool _default_instance_for_type = 2; * @param value The defaultInstanceForType to set. * @return This builder for chaining. */ public Builder setDefaultInstanceForType_(boolean value) { DefaultInstanceForType__ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool _default_instance_for_type = 2; * @return This builder for chaining. */ public Builder clearDefaultInstanceForType_() { bitField0_ = (bitField0_ & ~0x00000002); DefaultInstanceForType__ = false; onChanged(); return this; } private boolean ParserForType__ ; /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool _parser_for_type = 3; * @return Whether the parserForType field is set. */ @java.lang.Override public boolean hasParserForType_() { return ((bitField0_ & 0x00000004) != 0); } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool _parser_for_type = 3; * @return The parserForType. */ @java.lang.Override public boolean getParserForType_() { return ParserForType__; } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool _parser_for_type = 3; * @param value The parserForType to set. * @return This builder for chaining. */ public Builder setParserForType_(boolean value) { ParserForType__ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool _parser_for_type = 3; * @return This builder for chaining. */ public Builder clearParserForType_() { bitField0_ = (bitField0_ & ~0x00000004); ParserForType__ = false; onChanged(); return this; } private boolean SerializedSize__ ; /** * optional bool _serialized_size = 4; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional bool _serialized_size = 4; * @return The serializedSize. */ @java.lang.Override public boolean getSerializedSize_() { return SerializedSize__; } /** * optional bool _serialized_size = 4; * @param value The serializedSize to set. * @return This builder for chaining. */ public Builder setSerializedSize_(boolean value) { SerializedSize__ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * optional bool _serialized_size = 4; * @return This builder for chaining. */ public Builder clearSerializedSize_() { bitField0_ = (bitField0_ & ~0x00000008); SerializedSize__ = false; onChanged(); return this; } private boolean AllFields__ ; /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool _all_fields = 5; * @return Whether the allFields field is set. */ @java.lang.Override public boolean hasAllFields_() { return ((bitField0_ & 0x00000010) != 0); } /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool _all_fields = 5; * @return The allFields. */ @java.lang.Override public boolean getAllFields_() { return AllFields__; } /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool _all_fields = 5; * @param value The allFields to set. * @return This builder for chaining. */ public Builder setAllFields_(boolean value) { AllFields__ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * com.google.protobuf.MessageOrBuilder
       * 
* * optional bool _all_fields = 5; * @return This builder for chaining. */ public Builder clearAllFields_() { bitField0_ = (bitField0_ & ~0x00000010); AllFields__ = false; onChanged(); return this; } private boolean DescriptorForType__ ; /** * optional bool _descriptor_for_type = 6; * @return Whether the descriptorForType field is set. */ @java.lang.Override public boolean hasDescriptorForType_() { return ((bitField0_ & 0x00000020) != 0); } /** * optional bool _descriptor_for_type = 6; * @return The descriptorForType. */ @java.lang.Override public boolean getDescriptorForType_() { return DescriptorForType__; } /** * optional bool _descriptor_for_type = 6; * @param value The descriptorForType to set. * @return This builder for chaining. */ public Builder setDescriptorForType_(boolean value) { DescriptorForType__ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * optional bool _descriptor_for_type = 6; * @return This builder for chaining. */ public Builder clearDescriptorForType_() { bitField0_ = (bitField0_ & ~0x00000020); DescriptorForType__ = false; onChanged(); return this; } private boolean InitializationErrorString__ ; /** * optional bool _initialization_error_string = 7; * @return Whether the initializationErrorString field is set. */ @java.lang.Override public boolean hasInitializationErrorString_() { return ((bitField0_ & 0x00000040) != 0); } /** * optional bool _initialization_error_string = 7; * @return The initializationErrorString. */ @java.lang.Override public boolean getInitializationErrorString_() { return InitializationErrorString__; } /** * optional bool _initialization_error_string = 7; * @param value The initializationErrorString to set. * @return This builder for chaining. */ public Builder setInitializationErrorString_(boolean value) { InitializationErrorString__ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** * optional bool _initialization_error_string = 7; * @return This builder for chaining. */ public Builder clearInitializationErrorString_() { bitField0_ = (bitField0_ & ~0x00000040); InitializationErrorString__ = false; onChanged(); return this; } private boolean CachedSize__ ; /** *
       * TODO: re-enable
       * optional bool _unknown_fields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool _cached_size = 9; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000080) != 0); } /** *
       * TODO: re-enable
       * optional bool _unknown_fields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool _cached_size = 9; * @return The cachedSize. */ @java.lang.Override public boolean getCachedSize_() { return CachedSize__; } /** *
       * TODO: re-enable
       * optional bool _unknown_fields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool _cached_size = 9; * @param value The cachedSize to set. * @return This builder for chaining. */ public Builder setCachedSize_(boolean value) { CachedSize__ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** *
       * TODO: re-enable
       * optional bool _unknown_fields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool _cached_size = 9; * @return This builder for chaining. */ public Builder clearCachedSize_() { bitField0_ = (bitField0_ & ~0x00000080); CachedSize__ = false; onChanged(); 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:io_protocol_tests.ForbiddenWordsLeadingUnderscoreMessage) } // @@protoc_insertion_point(class_scope:io_protocol_tests.ForbiddenWordsLeadingUnderscoreMessage) private static final com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage(); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ForbiddenWordsLeadingUnderscoreMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsLeadingUnderscoreMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ForbiddenWordsCamelMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.ForbiddenWordsCamelMessage) com.google.protobuf.MessageOrBuilder { /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return Whether the class field is set. */ boolean hasClass_(); /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return The class. */ boolean getClass_(); /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool defaultInstanceForType = 2; * @return Whether the defaultInstanceForType field is set. */ boolean hasDefaultInstanceForType_(); /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool defaultInstanceForType = 2; * @return The defaultInstanceForType. */ boolean getDefaultInstanceForType_(); /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool serializedSize = 3; * @return Whether the serializedSize field is set. */ boolean hasSerializedSize_(); /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool serializedSize = 3; * @return The serializedSize. */ boolean getSerializedSize_(); /** * optional bool parserForType = 4; * @return Whether the parserForType field is set. */ boolean hasParserForType_(); /** * optional bool parserForType = 4; * @return The parserForType. */ boolean getParserForType_(); /** *
     * com.google.protobuf.MessageOrBuilder:
     * 
* * optional bool initializationErrorString = 5; * @return Whether the initializationErrorString field is set. */ boolean hasInitializationErrorString_(); /** *
     * com.google.protobuf.MessageOrBuilder:
     * 
* * optional bool initializationErrorString = 5; * @return The initializationErrorString. */ boolean getInitializationErrorString_(); /** * optional bool descriptorForType = 6; * @return Whether the descriptorForType field is set. */ boolean hasDescriptorForType_(); /** * optional bool descriptorForType = 6; * @return The descriptorForType. */ boolean getDescriptorForType_(); /** * optional bool allFields = 7; * @return Whether the allFields field is set. */ boolean hasAllFields_(); /** * optional bool allFields = 7; * @return The allFields. */ boolean getAllFields_(); /** *
     * TODO: re-enable
     * optional bool unknownFields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cachedSize = 9; * @return Whether the cachedSize field is set. */ boolean hasCachedSize_(); /** *
     * TODO: re-enable
     * optional bool unknownFields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cachedSize = 9; * @return The cachedSize. */ boolean getCachedSize_(); } /** *
   * Message with field names in camel case that conflict with accessors in the
   * base message class in java. See kForbiddenWordList in
   * src/google/protobuf/compiler/java/java_helpers.cc
   * 
* * Protobuf type {@code io_protocol_tests.ForbiddenWordsCamelMessage} */ public static final class ForbiddenWordsCamelMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.ForbiddenWordsCamelMessage) ForbiddenWordsCamelMessageOrBuilder { private static final long serialVersionUID = 0L; // Use ForbiddenWordsCamelMessage.newBuilder() to construct. private ForbiddenWordsCamelMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ForbiddenWordsCamelMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ForbiddenWordsCamelMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage.class, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage.Builder.class); } private int bitField0_; public static final int CLASS_FIELD_NUMBER = 1; private boolean class__ = false; /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return Whether the class field is set. */ @java.lang.Override public boolean hasClass_() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * java.lang.Object
     * 
* * optional bool class = 1; * @return The class. */ @java.lang.Override public boolean getClass_() { return class__; } public static final int DEFAULTINSTANCEFORTYPE_FIELD_NUMBER = 2; private boolean defaultInstanceForType__ = false; /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool defaultInstanceForType = 2; * @return Whether the defaultInstanceForType field is set. */ @java.lang.Override public boolean hasDefaultInstanceForType_() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * com.google.protobuf.MessageLiteOrBuilder
     * 
* * optional bool defaultInstanceForType = 2; * @return The defaultInstanceForType. */ @java.lang.Override public boolean getDefaultInstanceForType_() { return defaultInstanceForType__; } public static final int SERIALIZEDSIZE_FIELD_NUMBER = 3; private boolean serializedSize__ = false; /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool serializedSize = 3; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * com.google.protobuf.MessageLite
     * 
* * optional bool serializedSize = 3; * @return The serializedSize. */ @java.lang.Override public boolean getSerializedSize_() { return serializedSize__; } public static final int PARSERFORTYPE_FIELD_NUMBER = 4; private boolean parserForType__ = false; /** * optional bool parserForType = 4; * @return Whether the parserForType field is set. */ @java.lang.Override public boolean hasParserForType_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional bool parserForType = 4; * @return The parserForType. */ @java.lang.Override public boolean getParserForType_() { return parserForType__; } public static final int INITIALIZATIONERRORSTRING_FIELD_NUMBER = 5; private boolean initializationErrorString__ = false; /** *
     * com.google.protobuf.MessageOrBuilder:
     * 
* * optional bool initializationErrorString = 5; * @return Whether the initializationErrorString field is set. */ @java.lang.Override public boolean hasInitializationErrorString_() { return ((bitField0_ & 0x00000010) != 0); } /** *
     * com.google.protobuf.MessageOrBuilder:
     * 
* * optional bool initializationErrorString = 5; * @return The initializationErrorString. */ @java.lang.Override public boolean getInitializationErrorString_() { return initializationErrorString__; } public static final int DESCRIPTORFORTYPE_FIELD_NUMBER = 6; private boolean descriptorForType__ = false; /** * optional bool descriptorForType = 6; * @return Whether the descriptorForType field is set. */ @java.lang.Override public boolean hasDescriptorForType_() { return ((bitField0_ & 0x00000020) != 0); } /** * optional bool descriptorForType = 6; * @return The descriptorForType. */ @java.lang.Override public boolean getDescriptorForType_() { return descriptorForType__; } public static final int ALLFIELDS_FIELD_NUMBER = 7; private boolean allFields__ = false; /** * optional bool allFields = 7; * @return Whether the allFields field is set. */ @java.lang.Override public boolean hasAllFields_() { return ((bitField0_ & 0x00000040) != 0); } /** * optional bool allFields = 7; * @return The allFields. */ @java.lang.Override public boolean getAllFields_() { return allFields__; } public static final int CACHEDSIZE_FIELD_NUMBER = 9; private boolean cachedSize__ = false; /** *
     * TODO: re-enable
     * optional bool unknownFields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cachedSize = 9; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000080) != 0); } /** *
     * TODO: re-enable
     * optional bool unknownFields = 8;
     * obsolete. kept for backwards compatibility of generated code
     * 
* * optional bool cachedSize = 9; * @return The cachedSize. */ @java.lang.Override public boolean getCachedSize_() { return cachedSize__; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeBool(1, class__); } if (((bitField0_ & 0x00000002) != 0)) { output.writeBool(2, defaultInstanceForType__); } if (((bitField0_ & 0x00000004) != 0)) { output.writeBool(3, serializedSize__); } if (((bitField0_ & 0x00000008) != 0)) { output.writeBool(4, parserForType__); } if (((bitField0_ & 0x00000010) != 0)) { output.writeBool(5, initializationErrorString__); } if (((bitField0_ & 0x00000020) != 0)) { output.writeBool(6, descriptorForType__); } if (((bitField0_ & 0x00000040) != 0)) { output.writeBool(7, allFields__); } if (((bitField0_ & 0x00000080) != 0)) { output.writeBool(9, cachedSize__); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, class__); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, defaultInstanceForType__); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, serializedSize__); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, parserForType__); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, initializationErrorString__); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, descriptorForType__); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(7, allFields__); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, cachedSize__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage other = (com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage) obj; if (hasClass_() != other.hasClass_()) return false; if (hasClass_()) { if (getClass_() != other.getClass_()) return false; } if (hasDefaultInstanceForType_() != other.hasDefaultInstanceForType_()) return false; if (hasDefaultInstanceForType_()) { if (getDefaultInstanceForType_() != other.getDefaultInstanceForType_()) return false; } if (hasSerializedSize_() != other.hasSerializedSize_()) return false; if (hasSerializedSize_()) { if (getSerializedSize_() != other.getSerializedSize_()) return false; } if (hasParserForType_() != other.hasParserForType_()) return false; if (hasParserForType_()) { if (getParserForType_() != other.getParserForType_()) return false; } if (hasInitializationErrorString_() != other.hasInitializationErrorString_()) return false; if (hasInitializationErrorString_()) { if (getInitializationErrorString_() != other.getInitializationErrorString_()) return false; } if (hasDescriptorForType_() != other.hasDescriptorForType_()) return false; if (hasDescriptorForType_()) { if (getDescriptorForType_() != other.getDescriptorForType_()) return false; } if (hasAllFields_() != other.hasAllFields_()) return false; if (hasAllFields_()) { if (getAllFields_() != other.getAllFields_()) return false; } if (hasCachedSize_() != other.hasCachedSize_()) return false; if (hasCachedSize_()) { if (getCachedSize_() != other.getCachedSize_()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasClass_()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getClass_()); } if (hasDefaultInstanceForType_()) { hash = (37 * hash) + DEFAULTINSTANCEFORTYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getDefaultInstanceForType_()); } if (hasSerializedSize_()) { hash = (37 * hash) + SERIALIZEDSIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getSerializedSize_()); } if (hasParserForType_()) { hash = (37 * hash) + PARSERFORTYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getParserForType_()); } if (hasInitializationErrorString_()) { hash = (37 * hash) + INITIALIZATIONERRORSTRING_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getInitializationErrorString_()); } if (hasDescriptorForType_()) { hash = (37 * hash) + DESCRIPTORFORTYPE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getDescriptorForType_()); } if (hasAllFields_()) { hash = (37 * hash) + ALLFIELDS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAllFields_()); } if (hasCachedSize_()) { hash = (37 * hash) + CACHEDSIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getCachedSize_()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Message with field names in camel case that conflict with accessors in the
     * base message class in java. See kForbiddenWordList in
     * src/google/protobuf/compiler/java/java_helpers.cc
     * 
* * Protobuf type {@code io_protocol_tests.ForbiddenWordsCamelMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.ForbiddenWordsCamelMessage) com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage.class, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; class__ = false; defaultInstanceForType__ = false; serializedSize__ = false; parserForType__ = false; initializationErrorString__ = false; descriptorForType__ = false; allFields__ = false; cachedSize__ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage build() { com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage buildPartial() { com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage result = new com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.class__ = class__; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.defaultInstanceForType__ = defaultInstanceForType__; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.serializedSize__ = serializedSize__; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.parserForType__ = parserForType__; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000010) != 0)) { result.initializationErrorString__ = initializationErrorString__; to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000020) != 0)) { result.descriptorForType__ = descriptorForType__; to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000040) != 0)) { result.allFields__ = allFields__; to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000080) != 0)) { result.cachedSize__ = cachedSize__; to_bitField0_ |= 0x00000080; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage other) { if (other == com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage.getDefaultInstance()) return this; if (other.hasClass_()) { setClass_(other.getClass_()); } if (other.hasDefaultInstanceForType_()) { setDefaultInstanceForType_(other.getDefaultInstanceForType_()); } if (other.hasSerializedSize_()) { setSerializedSize_(other.getSerializedSize_()); } if (other.hasParserForType_()) { setParserForType_(other.getParserForType_()); } if (other.hasInitializationErrorString_()) { setInitializationErrorString_(other.getInitializationErrorString_()); } if (other.hasDescriptorForType_()) { setDescriptorForType_(other.getDescriptorForType_()); } if (other.hasAllFields_()) { setAllFields_(other.getAllFields_()); } if (other.hasCachedSize_()) { setCachedSize_(other.getCachedSize_()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { class__ = input.readBool(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { defaultInstanceForType__ = input.readBool(); bitField0_ |= 0x00000002; break; } // case 16 case 24: { serializedSize__ = input.readBool(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { parserForType__ = input.readBool(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { initializationErrorString__ = input.readBool(); bitField0_ |= 0x00000010; break; } // case 40 case 48: { descriptorForType__ = input.readBool(); bitField0_ |= 0x00000020; break; } // case 48 case 56: { allFields__ = input.readBool(); bitField0_ |= 0x00000040; break; } // case 56 case 72: { cachedSize__ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 72 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private boolean class__ ; /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @return Whether the class field is set. */ @java.lang.Override public boolean hasClass_() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @return The class. */ @java.lang.Override public boolean getClass_() { return class__; } /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @param value The class to set. * @return This builder for chaining. */ public Builder setClass_(boolean value) { class__ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * java.lang.Object
       * 
* * optional bool class = 1; * @return This builder for chaining. */ public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000001); class__ = false; onChanged(); return this; } private boolean defaultInstanceForType__ ; /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool defaultInstanceForType = 2; * @return Whether the defaultInstanceForType field is set. */ @java.lang.Override public boolean hasDefaultInstanceForType_() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool defaultInstanceForType = 2; * @return The defaultInstanceForType. */ @java.lang.Override public boolean getDefaultInstanceForType_() { return defaultInstanceForType__; } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool defaultInstanceForType = 2; * @param value The defaultInstanceForType to set. * @return This builder for chaining. */ public Builder setDefaultInstanceForType_(boolean value) { defaultInstanceForType__ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * com.google.protobuf.MessageLiteOrBuilder
       * 
* * optional bool defaultInstanceForType = 2; * @return This builder for chaining. */ public Builder clearDefaultInstanceForType_() { bitField0_ = (bitField0_ & ~0x00000002); defaultInstanceForType__ = false; onChanged(); return this; } private boolean serializedSize__ ; /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool serializedSize = 3; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000004) != 0); } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool serializedSize = 3; * @return The serializedSize. */ @java.lang.Override public boolean getSerializedSize_() { return serializedSize__; } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool serializedSize = 3; * @param value The serializedSize to set. * @return This builder for chaining. */ public Builder setSerializedSize_(boolean value) { serializedSize__ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * com.google.protobuf.MessageLite
       * 
* * optional bool serializedSize = 3; * @return This builder for chaining. */ public Builder clearSerializedSize_() { bitField0_ = (bitField0_ & ~0x00000004); serializedSize__ = false; onChanged(); return this; } private boolean parserForType__ ; /** * optional bool parserForType = 4; * @return Whether the parserForType field is set. */ @java.lang.Override public boolean hasParserForType_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional bool parserForType = 4; * @return The parserForType. */ @java.lang.Override public boolean getParserForType_() { return parserForType__; } /** * optional bool parserForType = 4; * @param value The parserForType to set. * @return This builder for chaining. */ public Builder setParserForType_(boolean value) { parserForType__ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * optional bool parserForType = 4; * @return This builder for chaining. */ public Builder clearParserForType_() { bitField0_ = (bitField0_ & ~0x00000008); parserForType__ = false; onChanged(); return this; } private boolean initializationErrorString__ ; /** *
       * com.google.protobuf.MessageOrBuilder:
       * 
* * optional bool initializationErrorString = 5; * @return Whether the initializationErrorString field is set. */ @java.lang.Override public boolean hasInitializationErrorString_() { return ((bitField0_ & 0x00000010) != 0); } /** *
       * com.google.protobuf.MessageOrBuilder:
       * 
* * optional bool initializationErrorString = 5; * @return The initializationErrorString. */ @java.lang.Override public boolean getInitializationErrorString_() { return initializationErrorString__; } /** *
       * com.google.protobuf.MessageOrBuilder:
       * 
* * optional bool initializationErrorString = 5; * @param value The initializationErrorString to set. * @return This builder for chaining. */ public Builder setInitializationErrorString_(boolean value) { initializationErrorString__ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * com.google.protobuf.MessageOrBuilder:
       * 
* * optional bool initializationErrorString = 5; * @return This builder for chaining. */ public Builder clearInitializationErrorString_() { bitField0_ = (bitField0_ & ~0x00000010); initializationErrorString__ = false; onChanged(); return this; } private boolean descriptorForType__ ; /** * optional bool descriptorForType = 6; * @return Whether the descriptorForType field is set. */ @java.lang.Override public boolean hasDescriptorForType_() { return ((bitField0_ & 0x00000020) != 0); } /** * optional bool descriptorForType = 6; * @return The descriptorForType. */ @java.lang.Override public boolean getDescriptorForType_() { return descriptorForType__; } /** * optional bool descriptorForType = 6; * @param value The descriptorForType to set. * @return This builder for chaining. */ public Builder setDescriptorForType_(boolean value) { descriptorForType__ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * optional bool descriptorForType = 6; * @return This builder for chaining. */ public Builder clearDescriptorForType_() { bitField0_ = (bitField0_ & ~0x00000020); descriptorForType__ = false; onChanged(); return this; } private boolean allFields__ ; /** * optional bool allFields = 7; * @return Whether the allFields field is set. */ @java.lang.Override public boolean hasAllFields_() { return ((bitField0_ & 0x00000040) != 0); } /** * optional bool allFields = 7; * @return The allFields. */ @java.lang.Override public boolean getAllFields_() { return allFields__; } /** * optional bool allFields = 7; * @param value The allFields to set. * @return This builder for chaining. */ public Builder setAllFields_(boolean value) { allFields__ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** * optional bool allFields = 7; * @return This builder for chaining. */ public Builder clearAllFields_() { bitField0_ = (bitField0_ & ~0x00000040); allFields__ = false; onChanged(); return this; } private boolean cachedSize__ ; /** *
       * TODO: re-enable
       * optional bool unknownFields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cachedSize = 9; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000080) != 0); } /** *
       * TODO: re-enable
       * optional bool unknownFields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cachedSize = 9; * @return The cachedSize. */ @java.lang.Override public boolean getCachedSize_() { return cachedSize__; } /** *
       * TODO: re-enable
       * optional bool unknownFields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cachedSize = 9; * @param value The cachedSize to set. * @return This builder for chaining. */ public Builder setCachedSize_(boolean value) { cachedSize__ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** *
       * TODO: re-enable
       * optional bool unknownFields = 8;
       * obsolete. kept for backwards compatibility of generated code
       * 
* * optional bool cachedSize = 9; * @return This builder for chaining. */ public Builder clearCachedSize_() { bitField0_ = (bitField0_ & ~0x00000080); cachedSize__ = false; onChanged(); 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:io_protocol_tests.ForbiddenWordsCamelMessage) } // @@protoc_insertion_point(class_scope:io_protocol_tests.ForbiddenWordsCamelMessage) private static final com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage(); } public static com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ForbiddenWordsCamelMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsCamelMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface DescriptorOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Descriptor) com.google.protobuf.MessageOrBuilder { /** * optional string descriptor = 1; * @return Whether the descriptor field is set. */ boolean hasDescriptor(); /** * optional string descriptor = 1; * @return The descriptor. */ java.lang.String getDescriptor(); /** * optional string descriptor = 1; * @return The bytes for descriptor. */ com.google.protobuf.ByteString getDescriptorBytes(); /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; * @return Whether the nestedDescriptor field is set. */ boolean hasNestedDescriptor(); /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; * @return The nestedDescriptor. */ com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor getNestedDescriptor(); /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptorOrBuilder getNestedDescriptorOrBuilder(); } /** * Protobuf type {@code io_protocol_tests.Descriptor} */ public static final class Descriptor extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Descriptor) DescriptorOrBuilder { private static final long serialVersionUID = 0L; // Use Descriptor.newBuilder() to construct. private Descriptor(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Descriptor() { descriptor_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Descriptor(); } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Descriptor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Descriptor.class, com.google.protobuf.TestBadIdentifiersProto.Descriptor.Builder.class); } /** * Protobuf enum {@code io_protocol_tests.Descriptor.NestedEnum} */ public enum NestedEnum implements com.google.protobuf.ProtocolMessageEnum { /** * UNKNOWN = 0; */ UNKNOWN(0), /** * FOO = 1; */ FOO(1), ; /** * UNKNOWN = 0; */ public static final int UNKNOWN_VALUE = 0; /** * FOO = 1; */ public static final int FOO_VALUE = 1; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static NestedEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static NestedEnum forNumber(int value) { switch (value) { case 0: return UNKNOWN; case 1: return FOO; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< NestedEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public NestedEnum findValueByNumber(int number) { return NestedEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.Descriptor.getDefaultInstance().getDescriptorForType().getEnumTypes().get(0); } private static final NestedEnum[] VALUES = values(); public static NestedEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private NestedEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:io_protocol_tests.Descriptor.NestedEnum) } public interface NestedDescriptorOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Descriptor.NestedDescriptor) com.google.protobuf.MessageOrBuilder { /** * optional string descriptor = 1; * @return Whether the descriptor field is set. */ boolean hasDescriptor(); /** * optional string descriptor = 1; * @return The descriptor. */ java.lang.String getDescriptor(); /** * optional string descriptor = 1; * @return The bytes for descriptor. */ com.google.protobuf.ByteString getDescriptorBytes(); } /** * Protobuf type {@code io_protocol_tests.Descriptor.NestedDescriptor} */ public static final class NestedDescriptor extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Descriptor.NestedDescriptor) NestedDescriptorOrBuilder { private static final long serialVersionUID = 0L; // Use NestedDescriptor.newBuilder() to construct. private NestedDescriptor(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private NestedDescriptor() { descriptor_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new NestedDescriptor(); } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Descriptor_NestedDescriptor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.class, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.Builder.class); } private int bitField0_; public static final int DESCRIPTOR_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object descriptor_ = ""; /** * optional string descriptor = 1; * @return Whether the descriptor field is set. */ @java.lang.Override public boolean hasDescriptor() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string descriptor = 1; * @return The descriptor. */ @java.lang.Override public java.lang.String getDescriptor() { java.lang.Object ref = descriptor_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { descriptor_ = s; } return s; } } /** * optional string descriptor = 1; * @return The bytes for descriptor. */ @java.lang.Override public com.google.protobuf.ByteString getDescriptorBytes() { java.lang.Object ref = descriptor_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); descriptor_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, descriptor_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, descriptor_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor other = (com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor) obj; if (hasDescriptor() != other.hasDescriptor()) return false; if (hasDescriptor()) { if (!getDescriptor() .equals(other.getDescriptor())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptorForType().hashCode(); if (hasDescriptor()) { hash = (37 * hash) + DESCRIPTOR_FIELD_NUMBER; hash = (53 * hash) + getDescriptor().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Descriptor.NestedDescriptor} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Descriptor.NestedDescriptor) com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptorOrBuilder { @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Descriptor_NestedDescriptor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.class, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; descriptor_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Descriptor_NestedDescriptor_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor build() { com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor result = new com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.descriptor_ = descriptor_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.getDefaultInstance()) return this; if (other.hasDescriptor()) { descriptor_ = other.descriptor_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { descriptor_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object descriptor_ = ""; /** * optional string descriptor = 1; * @return Whether the descriptor field is set. */ public boolean hasDescriptor() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string descriptor = 1; * @return The descriptor. */ public java.lang.String getDescriptor() { java.lang.Object ref = descriptor_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { descriptor_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string descriptor = 1; * @return The bytes for descriptor. */ public com.google.protobuf.ByteString getDescriptorBytes() { java.lang.Object ref = descriptor_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); descriptor_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string descriptor = 1; * @param value The descriptor to set. * @return This builder for chaining. */ public Builder setDescriptor( java.lang.String value) { if (value == null) { throw new NullPointerException(); } descriptor_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional string descriptor = 1; * @return This builder for chaining. */ public Builder clearDescriptor() { descriptor_ = getDefaultInstance().getDescriptor(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * optional string descriptor = 1; * @param value The bytes for descriptor to set. * @return This builder for chaining. */ public Builder setDescriptorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } descriptor_ = value; bitField0_ |= 0x00000001; onChanged(); 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:io_protocol_tests.Descriptor.NestedDescriptor) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Descriptor.NestedDescriptor) private static final com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor(); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public NestedDescriptor parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; public static final int DESCRIPTOR_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object descriptor_ = ""; /** * optional string descriptor = 1; * @return Whether the descriptor field is set. */ @java.lang.Override public boolean hasDescriptor() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string descriptor = 1; * @return The descriptor. */ @java.lang.Override public java.lang.String getDescriptor() { java.lang.Object ref = descriptor_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { descriptor_ = s; } return s; } } /** * optional string descriptor = 1; * @return The bytes for descriptor. */ @java.lang.Override public com.google.protobuf.ByteString getDescriptorBytes() { java.lang.Object ref = descriptor_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); descriptor_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int NESTED_DESCRIPTOR_FIELD_NUMBER = 2; private com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor nestedDescriptor_; /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; * @return Whether the nestedDescriptor field is set. */ @java.lang.Override public boolean hasNestedDescriptor() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; * @return The nestedDescriptor. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor getNestedDescriptor() { return nestedDescriptor_ == null ? com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.getDefaultInstance() : nestedDescriptor_; } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptorOrBuilder getNestedDescriptorOrBuilder() { return nestedDescriptor_ == null ? com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.getDefaultInstance() : nestedDescriptor_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, descriptor_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getNestedDescriptor()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, descriptor_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getNestedDescriptor()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Descriptor)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Descriptor other = (com.google.protobuf.TestBadIdentifiersProto.Descriptor) obj; if (hasDescriptor() != other.hasDescriptor()) return false; if (hasDescriptor()) { if (!getDescriptor() .equals(other.getDescriptor())) return false; } if (hasNestedDescriptor() != other.hasNestedDescriptor()) return false; if (hasNestedDescriptor()) { if (!getNestedDescriptor() .equals(other.getNestedDescriptor())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptorForType().hashCode(); if (hasDescriptor()) { hash = (37 * hash) + DESCRIPTOR_FIELD_NUMBER; hash = (53 * hash) + getDescriptor().hashCode(); } if (hasNestedDescriptor()) { hash = (37 * hash) + NESTED_DESCRIPTOR_FIELD_NUMBER; hash = (53 * hash) + getNestedDescriptor().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Descriptor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Descriptor} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Descriptor) com.google.protobuf.TestBadIdentifiersProto.DescriptorOrBuilder { @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Descriptor_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Descriptor.class, com.google.protobuf.TestBadIdentifiersProto.Descriptor.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Descriptor.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getNestedDescriptorFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; descriptor_ = ""; nestedDescriptor_ = null; if (nestedDescriptorBuilder_ != null) { nestedDescriptorBuilder_.dispose(); nestedDescriptorBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Descriptor_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Descriptor.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor build() { com.google.protobuf.TestBadIdentifiersProto.Descriptor result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Descriptor result = new com.google.protobuf.TestBadIdentifiersProto.Descriptor(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Descriptor result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.descriptor_ = descriptor_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.nestedDescriptor_ = nestedDescriptorBuilder_ == null ? nestedDescriptor_ : nestedDescriptorBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Descriptor) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Descriptor)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Descriptor other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Descriptor.getDefaultInstance()) return this; if (other.hasDescriptor()) { descriptor_ = other.descriptor_; bitField0_ |= 0x00000001; onChanged(); } if (other.hasNestedDescriptor()) { mergeNestedDescriptor(other.getNestedDescriptor()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { descriptor_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getNestedDescriptorFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object descriptor_ = ""; /** * optional string descriptor = 1; * @return Whether the descriptor field is set. */ public boolean hasDescriptor() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string descriptor = 1; * @return The descriptor. */ public java.lang.String getDescriptor() { java.lang.Object ref = descriptor_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { descriptor_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string descriptor = 1; * @return The bytes for descriptor. */ public com.google.protobuf.ByteString getDescriptorBytes() { java.lang.Object ref = descriptor_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); descriptor_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string descriptor = 1; * @param value The descriptor to set. * @return This builder for chaining. */ public Builder setDescriptor( java.lang.String value) { if (value == null) { throw new NullPointerException(); } descriptor_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional string descriptor = 1; * @return This builder for chaining. */ public Builder clearDescriptor() { descriptor_ = getDefaultInstance().getDescriptor(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * optional string descriptor = 1; * @param value The bytes for descriptor to set. * @return This builder for chaining. */ public Builder setDescriptorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } descriptor_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor nestedDescriptor_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.Builder, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptorOrBuilder> nestedDescriptorBuilder_; /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; * @return Whether the nestedDescriptor field is set. */ public boolean hasNestedDescriptor() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; * @return The nestedDescriptor. */ public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor getNestedDescriptor() { if (nestedDescriptorBuilder_ == null) { return nestedDescriptor_ == null ? com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.getDefaultInstance() : nestedDescriptor_; } else { return nestedDescriptorBuilder_.getMessage(); } } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ public Builder setNestedDescriptor(com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor value) { if (nestedDescriptorBuilder_ == null) { if (value == null) { throw new NullPointerException(); } nestedDescriptor_ = value; } else { nestedDescriptorBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ public Builder setNestedDescriptor( com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.Builder builderForValue) { if (nestedDescriptorBuilder_ == null) { nestedDescriptor_ = builderForValue.build(); } else { nestedDescriptorBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ public Builder mergeNestedDescriptor(com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor value) { if (nestedDescriptorBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && nestedDescriptor_ != null && nestedDescriptor_ != com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.getDefaultInstance()) { getNestedDescriptorBuilder().mergeFrom(value); } else { nestedDescriptor_ = value; } } else { nestedDescriptorBuilder_.mergeFrom(value); } if (nestedDescriptor_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ public Builder clearNestedDescriptor() { bitField0_ = (bitField0_ & ~0x00000002); nestedDescriptor_ = null; if (nestedDescriptorBuilder_ != null) { nestedDescriptorBuilder_.dispose(); nestedDescriptorBuilder_ = null; } onChanged(); return this; } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.Builder getNestedDescriptorBuilder() { bitField0_ |= 0x00000002; onChanged(); return getNestedDescriptorFieldBuilder().getBuilder(); } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ public com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptorOrBuilder getNestedDescriptorOrBuilder() { if (nestedDescriptorBuilder_ != null) { return nestedDescriptorBuilder_.getMessageOrBuilder(); } else { return nestedDescriptor_ == null ? com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.getDefaultInstance() : nestedDescriptor_; } } /** * optional .io_protocol_tests.Descriptor.NestedDescriptor nested_descriptor = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.Builder, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptorOrBuilder> getNestedDescriptorFieldBuilder() { if (nestedDescriptorBuilder_ == null) { nestedDescriptorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptor.Builder, com.google.protobuf.TestBadIdentifiersProto.Descriptor.NestedDescriptorOrBuilder>( getNestedDescriptor(), getParentForChildren(), isClean()); nestedDescriptor_ = null; } return nestedDescriptorBuilder_; } @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:io_protocol_tests.Descriptor) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Descriptor) private static final com.google.protobuf.TestBadIdentifiersProto.Descriptor DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Descriptor(); } public static com.google.protobuf.TestBadIdentifiersProto.Descriptor getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Descriptor parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Descriptor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ParserOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Parser) com.google.protobuf.MessageOrBuilder { /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @return Whether the parser field is set. */ boolean hasParser(); /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @return The parser. */ com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum getParser(); } /** * Protobuf type {@code io_protocol_tests.Parser} */ public static final class Parser extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Parser) ParserOrBuilder { private static final long serialVersionUID = 0L; // Use Parser.newBuilder() to construct. private Parser(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Parser() { parser_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Parser(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Parser_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Parser_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Parser.class, com.google.protobuf.TestBadIdentifiersProto.Parser.Builder.class); } /** * Protobuf enum {@code io_protocol_tests.Parser.ParserEnum} */ public enum ParserEnum implements com.google.protobuf.ProtocolMessageEnum { /** * UNKNOWN = 0; */ UNKNOWN(0), /** * PARSER = 1; */ PARSER(1), ; /** * UNKNOWN = 0; */ public static final int UNKNOWN_VALUE = 0; /** * PARSER = 1; */ public static final int PARSER_VALUE = 1; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static ParserEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static ParserEnum forNumber(int value) { switch (value) { case 0: return UNKNOWN; case 1: return PARSER; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< ParserEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public ParserEnum findValueByNumber(int number) { return ParserEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.Parser.getDescriptor().getEnumTypes().get(0); } private static final ParserEnum[] VALUES = values(); public static ParserEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private ParserEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:io_protocol_tests.Parser.ParserEnum) } private int bitField0_; public static final int PARSER_FIELD_NUMBER = 1; private int parser_ = 0; /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @return Whether the parser field is set. */ @java.lang.Override public boolean hasParser() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @return The parser. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum getParser() { com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum result = com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum.forNumber(parser_); return result == null ? com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum.UNKNOWN : result; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeEnum(1, parser_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(1, parser_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Parser)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Parser other = (com.google.protobuf.TestBadIdentifiersProto.Parser) obj; if (hasParser() != other.hasParser()) return false; if (hasParser()) { if (parser_ != other.parser_) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasParser()) { hash = (37 * hash) + PARSER_FIELD_NUMBER; hash = (53 * hash) + parser_; } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Parser parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Parser prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Parser} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Parser) com.google.protobuf.TestBadIdentifiersProto.ParserOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Parser_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Parser_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Parser.class, com.google.protobuf.TestBadIdentifiersProto.Parser.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Parser.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; parser_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Parser_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Parser getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Parser.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Parser build() { com.google.protobuf.TestBadIdentifiersProto.Parser result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Parser buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Parser result = new com.google.protobuf.TestBadIdentifiersProto.Parser(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Parser result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.parser_ = parser_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Parser) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Parser)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Parser other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Parser.getDefaultInstance()) return this; if (other.hasParser()) { setParser(other.getParser()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { int tmpRaw = input.readEnum(); com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum tmpValue = com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(1, tmpRaw); } else { parser_ = tmpRaw; bitField0_ |= 0x00000001; } break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int parser_ = 0; /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @return Whether the parser field is set. */ @java.lang.Override public boolean hasParser() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @return The parser. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum getParser() { com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum result = com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum.forNumber(parser_); return result == null ? com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum.UNKNOWN : result; } /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @param value The parser to set. * @return This builder for chaining. */ public Builder setParser(com.google.protobuf.TestBadIdentifiersProto.Parser.ParserEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; parser_ = value.getNumber(); onChanged(); return this; } /** * optional .io_protocol_tests.Parser.ParserEnum parser = 1; * @return This builder for chaining. */ public Builder clearParser() { bitField0_ = (bitField0_ & ~0x00000001); parser_ = 0; onChanged(); 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:io_protocol_tests.Parser) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Parser) private static final com.google.protobuf.TestBadIdentifiersProto.Parser DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Parser(); } public static com.google.protobuf.TestBadIdentifiersProto.Parser getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Parser parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Parser getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface DeprecatedOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Deprecated) com.google.protobuf.MessageOrBuilder { /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @return Whether the field1 field is set. */ @java.lang.Deprecated boolean hasField1(); /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @return The field1. */ @java.lang.Deprecated int getField1(); /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @return Whether the field2 field is set. */ @java.lang.Deprecated boolean hasField2(); /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @return The field2. */ @java.lang.Deprecated com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum getField2(); /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field3 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=118 * @return Whether the field3 field is set. */ @java.lang.Deprecated boolean hasField3(); /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field3 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=118 * @return The field3. */ @java.lang.Deprecated com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage getField3(); /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Deprecated com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessageOrBuilder getField3OrBuilder(); } /** * Protobuf type {@code io_protocol_tests.Deprecated} */ public static final class Deprecated extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Deprecated) DeprecatedOrBuilder { private static final long serialVersionUID = 0L; // Use Deprecated.newBuilder() to construct. private Deprecated(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Deprecated() { field2_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Deprecated(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Deprecated_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Deprecated_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Deprecated.class, com.google.protobuf.TestBadIdentifiersProto.Deprecated.Builder.class); } /** * Protobuf enum {@code io_protocol_tests.Deprecated.TestEnum} */ public enum TestEnum implements com.google.protobuf.ProtocolMessageEnum { /** * UNKNOWN = 0; */ UNKNOWN(0), /** * FOO = 1; */ FOO(1), /** *
       * Test if @Deprecated annotation conflicts with Deprecated message name.
       * 
* * BAR = 2 [deprecated = true]; */ @java.lang.Deprecated BAR(2), ; /** * UNKNOWN = 0; */ public static final int UNKNOWN_VALUE = 0; /** * FOO = 1; */ public static final int FOO_VALUE = 1; /** *
       * Test if @Deprecated annotation conflicts with Deprecated message name.
       * 
* * BAR = 2 [deprecated = true]; */ @java.lang.Deprecated public static final int BAR_VALUE = 2; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static TestEnum forNumber(int value) { switch (value) { case 0: return UNKNOWN; case 1: return FOO; case 2: return BAR; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< TestEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public TestEnum findValueByNumber(int number) { return TestEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.Deprecated.getDescriptor().getEnumTypes().get(0); } private static final TestEnum[] VALUES = values(); public static TestEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private TestEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:io_protocol_tests.Deprecated.TestEnum) } private int bitField0_; public static final int FIELD1_FIELD_NUMBER = 1; private int field1_ = 0; /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @return Whether the field1 field is set. */ @java.lang.Override @java.lang.Deprecated public boolean hasField1() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @return The field1. */ @java.lang.Override @java.lang.Deprecated public int getField1() { return field1_; } public static final int FIELD2_FIELD_NUMBER = 2; private int field2_ = 0; /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @return Whether the field2 field is set. */ @java.lang.Override @java.lang.Deprecated public boolean hasField2() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @return The field2. */ @java.lang.Override @java.lang.Deprecated public com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum getField2() { com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum result = com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum.forNumber(field2_); return result == null ? com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum.UNKNOWN : result; } public static final int FIELD3_FIELD_NUMBER = 3; private com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage field3_; /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field3 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=118 * @return Whether the field3 field is set. */ @java.lang.Override @java.lang.Deprecated public boolean hasField3() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field3 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=118 * @return The field3. */ @java.lang.Override @java.lang.Deprecated public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage getField3() { return field3_ == null ? com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : field3_; } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Override @java.lang.Deprecated public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessageOrBuilder getField3OrBuilder() { return field3_ == null ? com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : field3_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, field1_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeEnum(2, field2_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(3, getField3()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, field1_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(2, field2_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getField3()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Deprecated)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Deprecated other = (com.google.protobuf.TestBadIdentifiersProto.Deprecated) obj; if (hasField1() != other.hasField1()) return false; if (hasField1()) { if (getField1() != other.getField1()) return false; } if (hasField2() != other.hasField2()) return false; if (hasField2()) { if (field2_ != other.field2_) return false; } if (hasField3() != other.hasField3()) return false; if (hasField3()) { if (!getField3() .equals(other.getField3())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasField1()) { hash = (37 * hash) + FIELD1_FIELD_NUMBER; hash = (53 * hash) + getField1(); } if (hasField2()) { hash = (37 * hash) + FIELD2_FIELD_NUMBER; hash = (53 * hash) + field2_; } if (hasField3()) { hash = (37 * hash) + FIELD3_FIELD_NUMBER; hash = (53 * hash) + getField3().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Deprecated prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Deprecated} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Deprecated) com.google.protobuf.TestBadIdentifiersProto.DeprecatedOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Deprecated_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Deprecated_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Deprecated.class, com.google.protobuf.TestBadIdentifiersProto.Deprecated.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Deprecated.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getField3FieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; field1_ = 0; field2_ = 0; field3_ = null; if (field3Builder_ != null) { field3Builder_.dispose(); field3Builder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Deprecated_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Deprecated getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Deprecated.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Deprecated build() { com.google.protobuf.TestBadIdentifiersProto.Deprecated result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Deprecated buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Deprecated result = new com.google.protobuf.TestBadIdentifiersProto.Deprecated(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Deprecated result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.field1_ = field1_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.field2_ = field2_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.field3_ = field3Builder_ == null ? field3_ : field3Builder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Deprecated) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Deprecated)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Deprecated other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Deprecated.getDefaultInstance()) return this; if (other.hasField1()) { setField1(other.getField1()); } if (other.hasField2()) { setField2(other.getField2()); } if (other.hasField3()) { mergeField3(other.getField3()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { field1_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { int tmpRaw = input.readEnum(); com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum tmpValue = com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(2, tmpRaw); } else { field2_ = tmpRaw; bitField0_ |= 0x00000002; } break; } // case 16 case 26: { input.readMessage( getField3FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int field1_ ; /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @return Whether the field1 field is set. */ @java.lang.Override @java.lang.Deprecated public boolean hasField1() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @return The field1. */ @java.lang.Override @java.lang.Deprecated public int getField1() { return field1_; } /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @param value The field1 to set. * @return This builder for chaining. */ @java.lang.Deprecated public Builder setField1(int value) { field1_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field1 = 1 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field1 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=116 * @return This builder for chaining. */ @java.lang.Deprecated public Builder clearField1() { bitField0_ = (bitField0_ & ~0x00000001); field1_ = 0; onChanged(); return this; } private int field2_ = 0; /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @return Whether the field2 field is set. */ @java.lang.Override @java.lang.Deprecated public boolean hasField2() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @return The field2. */ @java.lang.Override @java.lang.Deprecated public com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum getField2() { com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum result = com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum.forNumber(field2_); return result == null ? com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum.UNKNOWN : result; } /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @param value The field2 to set. * @return This builder for chaining. */ @java.lang.Deprecated public Builder setField2(com.google.protobuf.TestBadIdentifiersProto.Deprecated.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; field2_ = value.getNumber(); onChanged(); return this; } /** * optional .io_protocol_tests.Deprecated.TestEnum field2 = 2 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field2 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=117 * @return This builder for chaining. */ @java.lang.Deprecated public Builder clearField2() { bitField0_ = (bitField0_ & ~0x00000002); field2_ = 0; onChanged(); return this; } private com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage field3_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessageOrBuilder> field3Builder_; /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field3 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=118 * @return Whether the field3 field is set. */ @java.lang.Deprecated public boolean hasField3() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; * @deprecated io_protocol_tests.Deprecated.field3 is deprecated. * See com/google/protobuf/test_bad_identifiers.proto;l=118 * @return The field3. */ @java.lang.Deprecated public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage getField3() { if (field3Builder_ == null) { return field3_ == null ? com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : field3_; } else { return field3Builder_.getMessage(); } } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Deprecated public Builder setField3(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage value) { if (field3Builder_ == null) { if (value == null) { throw new NullPointerException(); } field3_ = value; } else { field3Builder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Deprecated public Builder setField3( com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (field3Builder_ == null) { field3_ = builderForValue.build(); } else { field3Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Deprecated public Builder mergeField3(com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage value) { if (field3Builder_ == null) { if (((bitField0_ & 0x00000004) != 0) && field3_ != null && field3_ != com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance()) { getField3Builder().mergeFrom(value); } else { field3_ = value; } } else { field3Builder_.mergeFrom(value); } if (field3_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Deprecated public Builder clearField3() { bitField0_ = (bitField0_ & ~0x00000004); field3_ = null; if (field3Builder_ != null) { field3Builder_.dispose(); field3Builder_ = null; } onChanged(); return this; } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Deprecated public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.Builder getField3Builder() { bitField0_ |= 0x00000004; onChanged(); return getField3FieldBuilder().getBuilder(); } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ @java.lang.Deprecated public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessageOrBuilder getField3OrBuilder() { if (field3Builder_ != null) { return field3Builder_.getMessageOrBuilder(); } else { return field3_ == null ? com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : field3_; } } /** * optional .io_protocol_tests.ForbiddenWordsUnderscoreMessage field3 = 3 [deprecated = true]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessageOrBuilder> getField3FieldBuilder() { if (field3Builder_ == null) { field3Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessageOrBuilder>( getField3(), getParentForChildren(), isClean()); field3_ = null; } return field3Builder_; } @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:io_protocol_tests.Deprecated) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Deprecated) private static final com.google.protobuf.TestBadIdentifiersProto.Deprecated DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Deprecated(); } public static com.google.protobuf.TestBadIdentifiersProto.Deprecated getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Deprecated parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Deprecated getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface OverrideOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Override) com.google.protobuf.MessageOrBuilder { /** * optional int32 override = 1; * @return Whether the override field is set. */ boolean hasOverride(); /** * optional int32 override = 1; * @return The override. */ int getOverride(); } /** * Protobuf type {@code io_protocol_tests.Override} */ public static final class Override extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Override) OverrideOrBuilder { private static final long serialVersionUID = 0L; // Use Override.newBuilder() to construct. private Override(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Override() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Override(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Override_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Override_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Override.class, com.google.protobuf.TestBadIdentifiersProto.Override.Builder.class); } private int bitField0_; public static final int OVERRIDE_FIELD_NUMBER = 1; private int override_ = 0; /** * optional int32 override = 1; * @return Whether the override field is set. */ @java.lang.Override public boolean hasOverride() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 override = 1; * @return The override. */ @java.lang.Override public int getOverride() { return override_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, override_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, override_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Override)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Override other = (com.google.protobuf.TestBadIdentifiersProto.Override) obj; if (hasOverride() != other.hasOverride()) return false; if (hasOverride()) { if (getOverride() != other.getOverride()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasOverride()) { hash = (37 * hash) + OVERRIDE_FIELD_NUMBER; hash = (53 * hash) + getOverride(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Override parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Override prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Override} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Override) com.google.protobuf.TestBadIdentifiersProto.OverrideOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Override_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Override_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Override.class, com.google.protobuf.TestBadIdentifiersProto.Override.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Override.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; override_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Override_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Override getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Override.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Override build() { com.google.protobuf.TestBadIdentifiersProto.Override result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Override buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Override result = new com.google.protobuf.TestBadIdentifiersProto.Override(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Override result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.override_ = override_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Override) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Override)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Override other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Override.getDefaultInstance()) return this; if (other.hasOverride()) { setOverride(other.getOverride()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { override_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int override_ ; /** * optional int32 override = 1; * @return Whether the override field is set. */ @java.lang.Override public boolean hasOverride() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 override = 1; * @return The override. */ @java.lang.Override public int getOverride() { return override_; } /** * optional int32 override = 1; * @param value The override to set. * @return This builder for chaining. */ public Builder setOverride(int value) { override_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 override = 1; * @return This builder for chaining. */ public Builder clearOverride() { bitField0_ = (bitField0_ & ~0x00000001); override_ = 0; onChanged(); 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:io_protocol_tests.Override) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Override) private static final com.google.protobuf.TestBadIdentifiersProto.Override DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Override(); } public static com.google.protobuf.TestBadIdentifiersProto.Override getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Override parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Override getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ObjectOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Object) com.google.protobuf.MessageOrBuilder { /** * optional int32 object = 1; * @return Whether the object field is set. */ boolean hasObject(); /** * optional int32 object = 1; * @return The object. */ int getObject(); /** * optional string string_object = 2; * @return Whether the stringObject field is set. */ boolean hasStringObject(); /** * optional string string_object = 2; * @return The stringObject. */ java.lang.String getStringObject(); /** * optional string string_object = 2; * @return The bytes for stringObject. */ com.google.protobuf.ByteString getStringObjectBytes(); } /** * Protobuf type {@code io_protocol_tests.Object} */ public static final class Object extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Object) ObjectOrBuilder { private static final long serialVersionUID = 0L; // Use Object.newBuilder() to construct. private Object(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Object() { stringObject_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Object(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Object_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Object_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Object.class, com.google.protobuf.TestBadIdentifiersProto.Object.Builder.class); } private int bitField0_; public static final int OBJECT_FIELD_NUMBER = 1; private int object_ = 0; /** * optional int32 object = 1; * @return Whether the object field is set. */ @java.lang.Override public boolean hasObject() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 object = 1; * @return The object. */ @java.lang.Override public int getObject() { return object_; } public static final int STRING_OBJECT_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object stringObject_ = ""; /** * optional string string_object = 2; * @return Whether the stringObject field is set. */ @java.lang.Override public boolean hasStringObject() { return ((bitField0_ & 0x00000002) != 0); } /** * optional string string_object = 2; * @return The stringObject. */ @java.lang.Override public java.lang.String getStringObject() { java.lang.Object ref = stringObject_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { stringObject_ = s; } return s; } } /** * optional string string_object = 2; * @return The bytes for stringObject. */ @java.lang.Override public com.google.protobuf.ByteString getStringObjectBytes() { java.lang.Object ref = stringObject_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stringObject_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, object_); } if (((bitField0_ & 0x00000002) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, stringObject_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, object_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, stringObject_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Object)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Object other = (com.google.protobuf.TestBadIdentifiersProto.Object) obj; if (hasObject() != other.hasObject()) return false; if (hasObject()) { if (getObject() != other.getObject()) return false; } if (hasStringObject() != other.hasStringObject()) return false; if (hasStringObject()) { if (!getStringObject() .equals(other.getStringObject())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasObject()) { hash = (37 * hash) + OBJECT_FIELD_NUMBER; hash = (53 * hash) + getObject(); } if (hasStringObject()) { hash = (37 * hash) + STRING_OBJECT_FIELD_NUMBER; hash = (53 * hash) + getStringObject().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Object parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Object prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Object} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Object) com.google.protobuf.TestBadIdentifiersProto.ObjectOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Object_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Object_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Object.class, com.google.protobuf.TestBadIdentifiersProto.Object.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Object.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; object_ = 0; stringObject_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Object_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Object getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Object.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Object build() { com.google.protobuf.TestBadIdentifiersProto.Object result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Object buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Object result = new com.google.protobuf.TestBadIdentifiersProto.Object(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Object result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.object_ = object_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.stringObject_ = stringObject_; to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Object) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Object)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Object other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Object.getDefaultInstance()) return this; if (other.hasObject()) { setObject(other.getObject()); } if (other.hasStringObject()) { stringObject_ = other.stringObject_; bitField0_ |= 0x00000002; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { object_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { stringObject_ = input.readBytes(); bitField0_ |= 0x00000002; break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int object_ ; /** * optional int32 object = 1; * @return Whether the object field is set. */ @java.lang.Override public boolean hasObject() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 object = 1; * @return The object. */ @java.lang.Override public int getObject() { return object_; } /** * optional int32 object = 1; * @param value The object to set. * @return This builder for chaining. */ public Builder setObject(int value) { object_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 object = 1; * @return This builder for chaining. */ public Builder clearObject() { bitField0_ = (bitField0_ & ~0x00000001); object_ = 0; onChanged(); return this; } private java.lang.Object stringObject_ = ""; /** * optional string string_object = 2; * @return Whether the stringObject field is set. */ public boolean hasStringObject() { return ((bitField0_ & 0x00000002) != 0); } /** * optional string string_object = 2; * @return The stringObject. */ public java.lang.String getStringObject() { java.lang.Object ref = stringObject_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { stringObject_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string string_object = 2; * @return The bytes for stringObject. */ public com.google.protobuf.ByteString getStringObjectBytes() { java.lang.Object ref = stringObject_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stringObject_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string string_object = 2; * @param value The stringObject to set. * @return This builder for chaining. */ public Builder setStringObject( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stringObject_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional string string_object = 2; * @return This builder for chaining. */ public Builder clearStringObject() { stringObject_ = getDefaultInstance().getStringObject(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * optional string string_object = 2; * @param value The bytes for stringObject to set. * @return This builder for chaining. */ public Builder setStringObjectBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } stringObject_ = value; bitField0_ |= 0x00000002; onChanged(); 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:io_protocol_tests.Object) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Object) private static final com.google.protobuf.TestBadIdentifiersProto.Object DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Object(); } public static com.google.protobuf.TestBadIdentifiersProto.Object getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Object parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Object getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.String) com.google.protobuf.MessageOrBuilder { /** * optional string string = 1; * @return Whether the string field is set. */ boolean hasString(); /** * optional string string = 1; * @return The string. */ java.lang.String getString(); /** * optional string string = 1; * @return The bytes for string. */ com.google.protobuf.ByteString getStringBytes(); } /** * Protobuf type {@code io_protocol_tests.String} */ public static final class String extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.String) StringOrBuilder { private static final long serialVersionUID = 0L; // Use String.newBuilder() to construct. private String(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private String() { string_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new String(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_String_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_String_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.String.class, com.google.protobuf.TestBadIdentifiersProto.String.Builder.class); } private int bitField0_; public static final int STRING_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object string_ = ""; /** * optional string string = 1; * @return Whether the string field is set. */ @java.lang.Override public boolean hasString() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string string = 1; * @return The string. */ @java.lang.Override public java.lang.String getString() { java.lang.Object ref = string_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { string_ = s; } return s; } } /** * optional string string = 1; * @return The bytes for string. */ @java.lang.Override public com.google.protobuf.ByteString getStringBytes() { java.lang.Object ref = string_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); string_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, string_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, string_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.String)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.String other = (com.google.protobuf.TestBadIdentifiersProto.String) obj; if (hasString() != other.hasString()) return false; if (hasString()) { if (!getString() .equals(other.getString())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasString()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + getString().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.String parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.String parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.String parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.String prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.String} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.String) com.google.protobuf.TestBadIdentifiersProto.StringOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_String_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_String_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.String.class, com.google.protobuf.TestBadIdentifiersProto.String.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.String.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; string_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_String_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.String getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.String.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.String build() { com.google.protobuf.TestBadIdentifiersProto.String result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.String buildPartial() { com.google.protobuf.TestBadIdentifiersProto.String result = new com.google.protobuf.TestBadIdentifiersProto.String(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.String result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.string_ = string_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.String) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.String)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.String other) { if (other == com.google.protobuf.TestBadIdentifiersProto.String.getDefaultInstance()) return this; if (other.hasString()) { string_ = other.string_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { string_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object string_ = ""; /** * optional string string = 1; * @return Whether the string field is set. */ public boolean hasString() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string string = 1; * @return The string. */ public java.lang.String getString() { java.lang.Object ref = string_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { string_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string string = 1; * @return The bytes for string. */ public com.google.protobuf.ByteString getStringBytes() { java.lang.Object ref = string_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); string_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string string = 1; * @param value The string to set. * @return This builder for chaining. */ public Builder setString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } string_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional string string = 1; * @return This builder for chaining. */ public Builder clearString() { string_ = getDefaultInstance().getString(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * optional string string = 1; * @param value The bytes for string to set. * @return This builder for chaining. */ public Builder setStringBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } string_ = value; bitField0_ |= 0x00000001; onChanged(); 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:io_protocol_tests.String) } // @@protoc_insertion_point(class_scope:io_protocol_tests.String) private static final com.google.protobuf.TestBadIdentifiersProto.String DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.String(); } public static com.google.protobuf.TestBadIdentifiersProto.String getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public String parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.String getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface IntegerOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Integer) com.google.protobuf.MessageOrBuilder { /** * optional int32 integer = 1; * @return Whether the integer field is set. */ boolean hasInteger(); /** * optional int32 integer = 1; * @return The integer. */ int getInteger(); } /** * Protobuf type {@code io_protocol_tests.Integer} */ public static final class Integer extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Integer) IntegerOrBuilder { private static final long serialVersionUID = 0L; // Use Integer.newBuilder() to construct. private Integer(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Integer() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Integer(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Integer_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Integer_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Integer.class, com.google.protobuf.TestBadIdentifiersProto.Integer.Builder.class); } private int bitField0_; public static final int INTEGER_FIELD_NUMBER = 1; private int integer_ = 0; /** * optional int32 integer = 1; * @return Whether the integer field is set. */ @java.lang.Override public boolean hasInteger() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 integer = 1; * @return The integer. */ @java.lang.Override public int getInteger() { return integer_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, integer_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, integer_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Integer)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Integer other = (com.google.protobuf.TestBadIdentifiersProto.Integer) obj; if (hasInteger() != other.hasInteger()) return false; if (hasInteger()) { if (getInteger() != other.getInteger()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasInteger()) { hash = (37 * hash) + INTEGER_FIELD_NUMBER; hash = (53 * hash) + getInteger(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Integer parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Integer prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Integer} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Integer) com.google.protobuf.TestBadIdentifiersProto.IntegerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Integer_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Integer_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Integer.class, com.google.protobuf.TestBadIdentifiersProto.Integer.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Integer.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; integer_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Integer_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Integer getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Integer.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Integer build() { com.google.protobuf.TestBadIdentifiersProto.Integer result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Integer buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Integer result = new com.google.protobuf.TestBadIdentifiersProto.Integer(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Integer result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.integer_ = integer_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Integer) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Integer)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Integer other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Integer.getDefaultInstance()) return this; if (other.hasInteger()) { setInteger(other.getInteger()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { integer_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int integer_ ; /** * optional int32 integer = 1; * @return Whether the integer field is set. */ @java.lang.Override public boolean hasInteger() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 integer = 1; * @return The integer. */ @java.lang.Override public int getInteger() { return integer_; } /** * optional int32 integer = 1; * @param value The integer to set. * @return This builder for chaining. */ public Builder setInteger(int value) { integer_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 integer = 1; * @return This builder for chaining. */ public Builder clearInteger() { bitField0_ = (bitField0_ & ~0x00000001); integer_ = 0; onChanged(); 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:io_protocol_tests.Integer) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Integer) private static final com.google.protobuf.TestBadIdentifiersProto.Integer DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Integer(); } public static com.google.protobuf.TestBadIdentifiersProto.Integer getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Integer parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Integer getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface LongOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Long) com.google.protobuf.MessageOrBuilder { /** * optional int32 long = 1; * @return Whether the long field is set. */ boolean hasLong(); /** * optional int32 long = 1; * @return The long. */ int getLong(); } /** * Protobuf type {@code io_protocol_tests.Long} */ public static final class Long extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Long) LongOrBuilder { private static final long serialVersionUID = 0L; // Use Long.newBuilder() to construct. private Long(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Long() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Long(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Long_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Long_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Long.class, com.google.protobuf.TestBadIdentifiersProto.Long.Builder.class); } private int bitField0_; public static final int LONG_FIELD_NUMBER = 1; private int long_ = 0; /** * optional int32 long = 1; * @return Whether the long field is set. */ @java.lang.Override public boolean hasLong() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 long = 1; * @return The long. */ @java.lang.Override public int getLong() { return long_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, long_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, long_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Long)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Long other = (com.google.protobuf.TestBadIdentifiersProto.Long) obj; if (hasLong() != other.hasLong()) return false; if (hasLong()) { if (getLong() != other.getLong()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasLong()) { hash = (37 * hash) + LONG_FIELD_NUMBER; hash = (53 * hash) + getLong(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Long parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Long prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Long} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Long) com.google.protobuf.TestBadIdentifiersProto.LongOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Long_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Long_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Long.class, com.google.protobuf.TestBadIdentifiersProto.Long.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Long.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; long_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Long_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Long getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Long.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Long build() { com.google.protobuf.TestBadIdentifiersProto.Long result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Long buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Long result = new com.google.protobuf.TestBadIdentifiersProto.Long(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Long result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.long_ = long_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Long) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Long)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Long other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Long.getDefaultInstance()) return this; if (other.hasLong()) { setLong(other.getLong()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { long_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int long_ ; /** * optional int32 long = 1; * @return Whether the long field is set. */ @java.lang.Override public boolean hasLong() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 long = 1; * @return The long. */ @java.lang.Override public int getLong() { return long_; } /** * optional int32 long = 1; * @param value The long to set. * @return This builder for chaining. */ public Builder setLong(int value) { long_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 long = 1; * @return This builder for chaining. */ public Builder clearLong() { bitField0_ = (bitField0_ & ~0x00000001); long_ = 0; onChanged(); 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:io_protocol_tests.Long) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Long) private static final com.google.protobuf.TestBadIdentifiersProto.Long DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Long(); } public static com.google.protobuf.TestBadIdentifiersProto.Long getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Long parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Long getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FloatOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Float) com.google.protobuf.MessageOrBuilder { /** * optional float float = 1; * @return Whether the float field is set. */ boolean hasFloat(); /** * optional float float = 1; * @return The float. */ float getFloat(); } /** * Protobuf type {@code io_protocol_tests.Float} */ public static final class Float extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Float) FloatOrBuilder { private static final long serialVersionUID = 0L; // Use Float.newBuilder() to construct. private Float(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Float() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Float(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Float_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Float_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Float.class, com.google.protobuf.TestBadIdentifiersProto.Float.Builder.class); } private int bitField0_; public static final int FLOAT_FIELD_NUMBER = 1; private float float_ = 0F; /** * optional float float = 1; * @return Whether the float field is set. */ @java.lang.Override public boolean hasFloat() { return ((bitField0_ & 0x00000001) != 0); } /** * optional float float = 1; * @return The float. */ @java.lang.Override public float getFloat() { return float_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeFloat(1, float_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(1, float_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Float)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Float other = (com.google.protobuf.TestBadIdentifiersProto.Float) obj; if (hasFloat() != other.hasFloat()) return false; if (hasFloat()) { if (java.lang.Float.floatToIntBits(getFloat()) != java.lang.Float.floatToIntBits( other.getFloat())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFloat()) { hash = (37 * hash) + FLOAT_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFloat()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Float parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Float prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Float} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Float) com.google.protobuf.TestBadIdentifiersProto.FloatOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Float_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Float_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Float.class, com.google.protobuf.TestBadIdentifiersProto.Float.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Float.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; float_ = 0F; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Float_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Float getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Float.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Float build() { com.google.protobuf.TestBadIdentifiersProto.Float result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Float buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Float result = new com.google.protobuf.TestBadIdentifiersProto.Float(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Float result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.float_ = float_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Float) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Float)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Float other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Float.getDefaultInstance()) return this; if (other.hasFloat()) { setFloat(other.getFloat()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 13: { float_ = input.readFloat(); bitField0_ |= 0x00000001; break; } // case 13 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private float float_ ; /** * optional float float = 1; * @return Whether the float field is set. */ @java.lang.Override public boolean hasFloat() { return ((bitField0_ & 0x00000001) != 0); } /** * optional float float = 1; * @return The float. */ @java.lang.Override public float getFloat() { return float_; } /** * optional float float = 1; * @param value The float to set. * @return This builder for chaining. */ public Builder setFloat(float value) { float_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional float float = 1; * @return This builder for chaining. */ public Builder clearFloat() { bitField0_ = (bitField0_ & ~0x00000001); float_ = 0F; onChanged(); 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:io_protocol_tests.Float) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Float) private static final com.google.protobuf.TestBadIdentifiersProto.Float DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Float(); } public static com.google.protobuf.TestBadIdentifiersProto.Float getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Float parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Float getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface DoubleOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.Double) com.google.protobuf.MessageOrBuilder { /** * optional double double = 1; * @return Whether the double field is set. */ boolean hasDouble(); /** * optional double double = 1; * @return The double. */ double getDouble(); } /** * Protobuf type {@code io_protocol_tests.Double} */ public static final class Double extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.Double) DoubleOrBuilder { private static final long serialVersionUID = 0L; // Use Double.newBuilder() to construct. private Double(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Double() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Double(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Double_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Double_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Double.class, com.google.protobuf.TestBadIdentifiersProto.Double.Builder.class); } private int bitField0_; public static final int DOUBLE_FIELD_NUMBER = 1; private double double_ = 0D; /** * optional double double = 1; * @return Whether the double field is set. */ @java.lang.Override public boolean hasDouble() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double double = 1; * @return The double. */ @java.lang.Override public double getDouble() { return double_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeDouble(1, double_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, double_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.Double)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.Double other = (com.google.protobuf.TestBadIdentifiersProto.Double) obj; if (hasDouble() != other.hasDouble()) return false; if (hasDouble()) { if (java.lang.Double.doubleToLongBits(getDouble()) != java.lang.Double.doubleToLongBits( other.getDouble())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasDouble()) { hash = (37 * hash) + DOUBLE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getDouble())); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.Double parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.Double prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.Double} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.Double) com.google.protobuf.TestBadIdentifiersProto.DoubleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Double_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Double_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.Double.class, com.google.protobuf.TestBadIdentifiersProto.Double.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.Double.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; double_ = 0D; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_Double_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Double getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.Double.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Double build() { com.google.protobuf.TestBadIdentifiersProto.Double result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Double buildPartial() { com.google.protobuf.TestBadIdentifiersProto.Double result = new com.google.protobuf.TestBadIdentifiersProto.Double(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.Double result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.double_ = double_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.Double) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.Double)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.Double other) { if (other == com.google.protobuf.TestBadIdentifiersProto.Double.getDefaultInstance()) return this; if (other.hasDouble()) { setDouble(other.getDouble()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 9: { double_ = input.readDouble(); bitField0_ |= 0x00000001; break; } // case 9 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private double double_ ; /** * optional double double = 1; * @return Whether the double field is set. */ @java.lang.Override public boolean hasDouble() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double double = 1; * @return The double. */ @java.lang.Override public double getDouble() { return double_; } /** * optional double double = 1; * @param value The double to set. * @return This builder for chaining. */ public Builder setDouble(double value) { double_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional double double = 1; * @return This builder for chaining. */ public Builder clearDouble() { bitField0_ = (bitField0_ & ~0x00000001); double_ = 0D; onChanged(); 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:io_protocol_tests.Double) } // @@protoc_insertion_point(class_scope:io_protocol_tests.Double) private static final com.google.protobuf.TestBadIdentifiersProto.Double DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.Double(); } public static com.google.protobuf.TestBadIdentifiersProto.Double getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Double parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.Double getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestConflictingFieldNamesOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.TestConflictingFieldNames) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { /** * repeated int32 int32_field = 1; * @return A list containing the int32Field. */ java.util.List getInt32Field1List(); /** * repeated int32 int32_field = 1; * @return The count of int32Field. */ int getInt32Field1Count(); /** * repeated int32 int32_field = 1; * @param index The index of the element to return. * @return The int32Field at the given index. */ int getInt32Field1(int index); /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @return A list containing the enumField. */ java.util.List getEnumField2List(); /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @return The count of enumField. */ int getEnumField2Count(); /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @param index The index of the element to return. * @return The enumField at the given index. */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumField2(int index); /** * repeated string string_field = 3; * @return A list containing the stringField. */ java.util.List getStringField3List(); /** * repeated string string_field = 3; * @return The count of stringField. */ int getStringField3Count(); /** * repeated string string_field = 3; * @param index The index of the element to return. * @return The stringField at the given index. */ java.lang.String getStringField3(int index); /** * repeated string string_field = 3; * @param index The index of the value to return. * @return The bytes of the stringField at the given index. */ com.google.protobuf.ByteString getStringField3Bytes(int index); /** * repeated bytes bytes_field = 4; * @return A list containing the bytesField. */ java.util.List getBytesField4List(); /** * repeated bytes bytes_field = 4; * @return The count of bytesField. */ int getBytesField4Count(); /** * repeated bytes bytes_field = 4; * @param index The index of the element to return. * @return The bytesField at the given index. */ com.google.protobuf.ByteString getBytesField4(int index); /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ java.util.List getMessageField5List(); /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageField5(int index); /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ int getMessageField5Count(); /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ java.util.List getMessageField5OrBuilderList(); /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageField5OrBuilder( int index); /** * optional int32 int32_field_count = 11; * @return Whether the int32FieldCount field is set. */ boolean hasInt32FieldCount11(); /** * optional int32 int32_field_count = 11; * @return The int32FieldCount. */ int getInt32FieldCount11(); /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @return Whether the enumFieldCount field is set. */ boolean hasEnumFieldCount12(); /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @return The enumFieldCount. */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumFieldCount12(); /** * optional string string_field_count = 13; * @return Whether the stringFieldCount field is set. */ boolean hasStringFieldCount13(); /** * optional string string_field_count = 13; * @return The stringFieldCount. */ java.lang.String getStringFieldCount13(); /** * optional string string_field_count = 13; * @return The bytes for stringFieldCount. */ com.google.protobuf.ByteString getStringFieldCount13Bytes(); /** * optional bytes bytes_field_count = 14; * @return Whether the bytesFieldCount field is set. */ boolean hasBytesFieldCount14(); /** * optional bytes bytes_field_count = 14; * @return The bytesFieldCount. */ com.google.protobuf.ByteString getBytesFieldCount14(); /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; * @return Whether the messageFieldCount field is set. */ boolean hasMessageFieldCount15(); /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; * @return The messageFieldCount. */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageFieldCount15(); /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageFieldCount15OrBuilder(); /** *
     * NO_PROTO3
     * 
* * repeated int32 Int32Field = 21; * @return A list containing the int32Field. */ java.util.List getInt32Field21List(); /** *
     * NO_PROTO3
     * 
* * repeated int32 Int32Field = 21; * @return The count of int32Field. */ int getInt32Field21Count(); /** *
     * NO_PROTO3
     * 
* * repeated int32 Int32Field = 21; * @param index The index of the element to return. * @return The int32Field at the given index. */ int getInt32Field21(int index); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @return A list containing the enumField. */ java.util.List getEnumField22List(); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @return The count of enumField. */ int getEnumField22Count(); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @param index The index of the element to return. * @return The enumField at the given index. */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumField22(int index); /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @return A list containing the stringField. */ java.util.List getStringField23List(); /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @return The count of stringField. */ int getStringField23Count(); /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @param index The index of the element to return. * @return The stringField at the given index. */ java.lang.String getStringField23(int index); /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @param index The index of the value to return. * @return The bytes of the stringField at the given index. */ com.google.protobuf.ByteString getStringField23Bytes(int index); /** *
     * NO_PROTO3
     * 
* * repeated bytes BytesField = 24; * @return A list containing the bytesField. */ java.util.List getBytesField24List(); /** *
     * NO_PROTO3
     * 
* * repeated bytes BytesField = 24; * @return The count of bytesField. */ int getBytesField24Count(); /** *
     * NO_PROTO3
     * 
* * repeated bytes BytesField = 24; * @param index The index of the element to return. * @return The bytesField at the given index. */ com.google.protobuf.ByteString getBytesField24(int index); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ java.util.List getMessageField25List(); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageField25(int index); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ int getMessageField25Count(); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ java.util.List getMessageField25OrBuilderList(); /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageField25OrBuilder( int index); /** *
     * This field conflicts with "int32_field" as they both generate
     * the method getInt32FieldList().
     * 
* * required int32 int32_field_list = 31; * @return Whether the int32FieldList field is set. */ boolean hasInt32FieldList31(); /** *
     * This field conflicts with "int32_field" as they both generate
     * the method getInt32FieldList().
     * 
* * required int32 int32_field_list = 31; * @return The int32FieldList. */ int getInt32FieldList31(); /** *
     * These field pairs have the same Java converted name
     * 
* * optional string field_name = 32; * @return Whether the fieldName field is set. */ boolean hasFieldName32(); /** *
     * These field pairs have the same Java converted name
     * 
* * optional string field_name = 32; * @return The fieldName. */ java.lang.String getFieldName32(); /** *
     * These field pairs have the same Java converted name
     * 
* * optional string field_name = 32; * @return The bytes for fieldName. */ com.google.protobuf.ByteString getFieldName32Bytes(); /** *
     * NO_PROTO3
     * 
* * optional string field__name = 33; * @return Whether the fieldName field is set. */ boolean hasFieldName33(); /** *
     * NO_PROTO3
     * 
* * optional string field__name = 33; * @return The fieldName. */ java.lang.String getFieldName33(); /** *
     * NO_PROTO3
     * 
* * optional string field__name = 33; * @return The bytes for fieldName. */ com.google.protobuf.ByteString getFieldName33Bytes(); /** *
     * NO_PROTO3
     * 
* * optional int32 _2conflict = 34; * @return Whether the 2conflict field is set. */ boolean has2Conflict34(); /** *
     * NO_PROTO3
     * 
* * optional int32 _2conflict = 34; * @return The 2conflict. */ int get2Conflict34(); /** * optional int32 __2conflict = 35; * @return Whether the 2conflict field is set. */ boolean has2Conflict35(); /** * optional int32 __2conflict = 35; * @return The 2conflict. */ int get2Conflict35(); /** * repeated int64 int64_field = 41; * @return A list containing the int64Field. */ java.util.List getInt64FieldList(); /** * repeated int64 int64_field = 41; * @return The count of int64Field. */ int getInt64FieldCount(); /** * repeated int64 int64_field = 41; * @param index The index of the element to return. * @return The int64Field at the given index. */ long getInt64Field(int index); } /** * Protobuf type {@code io_protocol_tests.TestConflictingFieldNames} */ public static final class TestConflictingFieldNames extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< TestConflictingFieldNames> implements // @@protoc_insertion_point(message_implements:io_protocol_tests.TestConflictingFieldNames) TestConflictingFieldNamesOrBuilder { private static final long serialVersionUID = 0L; // Use TestConflictingFieldNames.newBuilder() to construct. private TestConflictingFieldNames(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private TestConflictingFieldNames() { int32Field1_ = emptyIntList(); enumField2_ = java.util.Collections.emptyList(); stringField3_ = com.google.protobuf.LazyStringArrayList.emptyList(); bytesField4_ = emptyList(com.google.protobuf.ByteString.class); messageField5_ = java.util.Collections.emptyList(); enumFieldCount12_ = 0; stringFieldCount13_ = ""; bytesFieldCount14_ = com.google.protobuf.ByteString.EMPTY; int32Field21_ = emptyIntList(); enumField22_ = java.util.Collections.emptyList(); stringField23_ = com.google.protobuf.LazyStringArrayList.emptyList(); bytesField24_ = emptyList(com.google.protobuf.ByteString.class); messageField25_ = java.util.Collections.emptyList(); fieldName32_ = ""; fieldName33_ = ""; int64Field_ = emptyLongList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestConflictingFieldNames(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.class, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.Builder.class); } /** * Protobuf enum {@code io_protocol_tests.TestConflictingFieldNames.TestEnum} */ public enum TestEnum implements com.google.protobuf.ProtocolMessageEnum { /** * UNKNOWN = 0; */ UNKNOWN(0), /** * FOO = 1; */ FOO(1), ; /** * UNKNOWN = 0; */ public static final int UNKNOWN_VALUE = 0; /** * FOO = 1; */ public static final int FOO_VALUE = 1; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static TestEnum forNumber(int value) { switch (value) { case 0: return UNKNOWN; case 1: return FOO; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< TestEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public TestEnum findValueByNumber(int number) { return TestEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.getDescriptor().getEnumTypes().get(0); } private static final TestEnum[] VALUES = values(); public static TestEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private TestEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:io_protocol_tests.TestConflictingFieldNames.TestEnum) } public interface ForbiddenWordsUnderscoreMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage} */ public static final class ForbiddenWordsUnderscoreMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage) ForbiddenWordsUnderscoreMessageOrBuilder { private static final long serialVersionUID = 0L; // Use ForbiddenWordsUnderscoreMessage.newBuilder() to construct. private ForbiddenWordsUnderscoreMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ForbiddenWordsUnderscoreMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ForbiddenWordsUnderscoreMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.class, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage other = (com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage) com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.class, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage build() { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage buildPartial() { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage result = new com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage other) { if (other == com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage) } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage) private static final com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage(); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ForbiddenWordsUnderscoreMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; public static final int INT32_FIELD_FIELD_NUMBER = 1; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList int32Field1_ = emptyIntList(); // An alternative name is used for field "int32_field" because: // both repeated field "int32_field" and singular field "int32_field_list" generate the method "getInt32FieldList()" /** * repeated int32 int32_field = 1; * @return A list containing the int32Field. */ @java.lang.Override public java.util.List getInt32Field1List() { return int32Field1_; } /** * repeated int32 int32_field = 1; * @return The count of int32Field. */ public int getInt32Field1Count() { return int32Field1_.size(); } /** * repeated int32 int32_field = 1; * @param index The index of the element to return. * @return The int32Field at the given index. */ public int getInt32Field1(int index) { return int32Field1_.getInt(index); } public static final int ENUM_FIELD_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List enumField2_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum> enumField2_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum>() { public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum convert(java.lang.Integer from) { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum result = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(from); return result == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.UNKNOWN : result; } }; // An alternative name is used for field "enum_field" because: // capitalized name of field "enum_field" conflicts with field "EnumField" /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @return A list containing the enumField. */ @java.lang.Override public java.util.List getEnumField2List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum>(enumField2_, enumField2_converter_); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @return The count of enumField. */ @java.lang.Override public int getEnumField2Count() { return enumField2_.size(); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @param index The index of the element to return. * @return The enumField at the given index. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumField2(int index) { return enumField2_converter_.convert(enumField2_.get(index)); } public static final int STRING_FIELD_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList stringField3_ = com.google.protobuf.LazyStringArrayList.emptyList(); // An alternative name is used for field "string_field" because: // capitalized name of field "string_field" conflicts with field "StringField" /** * repeated string string_field = 3; * @return A list containing the stringField. */ public com.google.protobuf.ProtocolStringList getStringField3List() { return stringField3_; } /** * repeated string string_field = 3; * @return The count of stringField. */ public int getStringField3Count() { return stringField3_.size(); } /** * repeated string string_field = 3; * @param index The index of the element to return. * @return The stringField at the given index. */ public java.lang.String getStringField3(int index) { return stringField3_.get(index); } /** * repeated string string_field = 3; * @param index The index of the value to return. * @return The bytes of the stringField at the given index. */ public com.google.protobuf.ByteString getStringField3Bytes(int index) { return stringField3_.getByteString(index); } public static final int BYTES_FIELD_FIELD_NUMBER = 4; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList bytesField4_ = emptyList(com.google.protobuf.ByteString.class); // An alternative name is used for field "bytes_field" because: // capitalized name of field "bytes_field" conflicts with field "BytesField" /** * repeated bytes bytes_field = 4; * @return A list containing the bytesField. */ @java.lang.Override public java.util.List getBytesField4List() { return bytesField4_; } /** * repeated bytes bytes_field = 4; * @return The count of bytesField. */ public int getBytesField4Count() { return bytesField4_.size(); } /** * repeated bytes bytes_field = 4; * @param index The index of the element to return. * @return The bytesField at the given index. */ public com.google.protobuf.ByteString getBytesField4(int index) { return bytesField4_.get(index); } public static final int MESSAGE_FIELD_FIELD_NUMBER = 5; @SuppressWarnings("serial") private java.util.List messageField5_; // An alternative name is used for field "message_field" because: // capitalized name of field "message_field" conflicts with field "MessageField" /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ @java.lang.Override public java.util.List getMessageField5List() { return messageField5_; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ @java.lang.Override public java.util.List getMessageField5OrBuilderList() { return messageField5_; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ @java.lang.Override public int getMessageField5Count() { return messageField5_.size(); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageField5(int index) { return messageField5_.get(index); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageField5OrBuilder( int index) { return messageField5_.get(index); } public static final int INT32_FIELD_COUNT_FIELD_NUMBER = 11; private int int32FieldCount11_ = 0; // An alternative name is used for field "int32_field_count" because: // both repeated field "Int32Field" and singular field "int32_field_count" generate the method "getInt32FieldCount()" /** * optional int32 int32_field_count = 11; * @return Whether the int32FieldCount field is set. */ @java.lang.Override public boolean hasInt32FieldCount11() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 int32_field_count = 11; * @return The int32FieldCount. */ @java.lang.Override public int getInt32FieldCount11() { return int32FieldCount11_; } public static final int ENUM_FIELD_COUNT_FIELD_NUMBER = 12; private int enumFieldCount12_ = 0; // An alternative name is used for field "enum_field_count" because: // both repeated field "EnumField" and singular field "enum_field_count" generate the method "getEnumFieldCount()" /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @return Whether the enumFieldCount field is set. */ @java.lang.Override public boolean hasEnumFieldCount12() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @return The enumFieldCount. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumFieldCount12() { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum result = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(enumFieldCount12_); return result == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.UNKNOWN : result; } public static final int STRING_FIELD_COUNT_FIELD_NUMBER = 13; @SuppressWarnings("serial") private volatile java.lang.Object stringFieldCount13_ = ""; // An alternative name is used for field "string_field_count" because: // both repeated field "StringField" and singular field "string_field_count" generate the method "getStringFieldCount()" /** * optional string string_field_count = 13; * @return Whether the stringFieldCount field is set. */ @java.lang.Override public boolean hasStringFieldCount13() { return ((bitField0_ & 0x00000004) != 0); } /** * optional string string_field_count = 13; * @return The stringFieldCount. */ @java.lang.Override public java.lang.String getStringFieldCount13() { java.lang.Object ref = stringFieldCount13_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { stringFieldCount13_ = s; } return s; } } /** * optional string string_field_count = 13; * @return The bytes for stringFieldCount. */ @java.lang.Override public com.google.protobuf.ByteString getStringFieldCount13Bytes() { java.lang.Object ref = stringFieldCount13_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stringFieldCount13_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int BYTES_FIELD_COUNT_FIELD_NUMBER = 14; private com.google.protobuf.ByteString bytesFieldCount14_ = com.google.protobuf.ByteString.EMPTY; // An alternative name is used for field "bytes_field_count" because: // both repeated field "BytesField" and singular field "bytes_field_count" generate the method "getBytesFieldCount()" /** * optional bytes bytes_field_count = 14; * @return Whether the bytesFieldCount field is set. */ @java.lang.Override public boolean hasBytesFieldCount14() { return ((bitField0_ & 0x00000008) != 0); } /** * optional bytes bytes_field_count = 14; * @return The bytesFieldCount. */ @java.lang.Override public com.google.protobuf.ByteString getBytesFieldCount14() { return bytesFieldCount14_; } public static final int MESSAGE_FIELD_COUNT_FIELD_NUMBER = 15; private com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage messageFieldCount15_; // An alternative name is used for field "message_field_count" because: // both repeated field "MessageField" and singular field "message_field_count" generate the method "getMessageFieldCount()" /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; * @return Whether the messageFieldCount field is set. */ @java.lang.Override public boolean hasMessageFieldCount15() { return ((bitField0_ & 0x00000010) != 0); } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; * @return The messageFieldCount. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageFieldCount15() { return messageFieldCount15_ == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : messageFieldCount15_; } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageFieldCount15OrBuilder() { return messageFieldCount15_ == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : messageFieldCount15_; } public static final int INT32FIELD_FIELD_NUMBER = 21; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList int32Field21_ = emptyIntList(); // An alternative name is used for field "Int32Field" because: // both repeated field "Int32Field" and singular field "int32_field_list" generate the method "getInt32FieldList()" /** *
     * NO_PROTO3
     * 
* * repeated int32 Int32Field = 21; * @return A list containing the int32Field. */ @java.lang.Override public java.util.List getInt32Field21List() { return int32Field21_; } /** *
     * NO_PROTO3
     * 
* * repeated int32 Int32Field = 21; * @return The count of int32Field. */ public int getInt32Field21Count() { return int32Field21_.size(); } /** *
     * NO_PROTO3
     * 
* * repeated int32 Int32Field = 21; * @param index The index of the element to return. * @return The int32Field at the given index. */ public int getInt32Field21(int index) { return int32Field21_.getInt(index); } public static final int ENUMFIELD_FIELD_NUMBER = 22; @SuppressWarnings("serial") private java.util.List enumField22_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum> enumField22_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum>() { public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum convert(java.lang.Integer from) { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum result = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(from); return result == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.UNKNOWN : result; } }; // An alternative name is used for field "EnumField" because: // both repeated field "EnumField" and singular field "enum_field_count" generate the method "getEnumFieldCount()" /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @return A list containing the enumField. */ @java.lang.Override public java.util.List getEnumField22List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum>(enumField22_, enumField22_converter_); } /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @return The count of enumField. */ @java.lang.Override public int getEnumField22Count() { return enumField22_.size(); } /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @param index The index of the element to return. * @return The enumField at the given index. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumField22(int index) { return enumField22_converter_.convert(enumField22_.get(index)); } public static final int STRINGFIELD_FIELD_NUMBER = 23; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList stringField23_ = com.google.protobuf.LazyStringArrayList.emptyList(); // An alternative name is used for field "StringField" because: // both repeated field "StringField" and singular field "string_field_count" generate the method "getStringFieldCount()" /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @return A list containing the stringField. */ public com.google.protobuf.ProtocolStringList getStringField23List() { return stringField23_; } /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @return The count of stringField. */ public int getStringField23Count() { return stringField23_.size(); } /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @param index The index of the element to return. * @return The stringField at the given index. */ public java.lang.String getStringField23(int index) { return stringField23_.get(index); } /** *
     * NO_PROTO3
     * 
* * repeated string StringField = 23; * @param index The index of the value to return. * @return The bytes of the stringField at the given index. */ public com.google.protobuf.ByteString getStringField23Bytes(int index) { return stringField23_.getByteString(index); } public static final int BYTESFIELD_FIELD_NUMBER = 24; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList bytesField24_ = emptyList(com.google.protobuf.ByteString.class); // An alternative name is used for field "BytesField" because: // both repeated field "BytesField" and singular field "bytes_field_count" generate the method "getBytesFieldCount()" /** *
     * NO_PROTO3
     * 
* * repeated bytes BytesField = 24; * @return A list containing the bytesField. */ @java.lang.Override public java.util.List getBytesField24List() { return bytesField24_; } /** *
     * NO_PROTO3
     * 
* * repeated bytes BytesField = 24; * @return The count of bytesField. */ public int getBytesField24Count() { return bytesField24_.size(); } /** *
     * NO_PROTO3
     * 
* * repeated bytes BytesField = 24; * @param index The index of the element to return. * @return The bytesField at the given index. */ public com.google.protobuf.ByteString getBytesField24(int index) { return bytesField24_.get(index); } public static final int MESSAGEFIELD_FIELD_NUMBER = 25; @SuppressWarnings("serial") private java.util.List messageField25_; // An alternative name is used for field "MessageField" because: // both repeated field "MessageField" and singular field "message_field_count" generate the method "getMessageFieldCount()" /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ @java.lang.Override public java.util.List getMessageField25List() { return messageField25_; } /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ @java.lang.Override public java.util.List getMessageField25OrBuilderList() { return messageField25_; } /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ @java.lang.Override public int getMessageField25Count() { return messageField25_.size(); } /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageField25(int index) { return messageField25_.get(index); } /** *
     * NO_PROTO3
     * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageField25OrBuilder( int index) { return messageField25_.get(index); } public static final int INT32_FIELD_LIST_FIELD_NUMBER = 31; private int int32FieldList31_ = 0; // An alternative name is used for field "int32_field_list" because: // both repeated field "Int32Field" and singular field "int32_field_list" generate the method "getInt32FieldList()" /** *
     * This field conflicts with "int32_field" as they both generate
     * the method getInt32FieldList().
     * 
* * required int32 int32_field_list = 31; * @return Whether the int32FieldList field is set. */ @java.lang.Override public boolean hasInt32FieldList31() { return ((bitField0_ & 0x00000020) != 0); } /** *
     * This field conflicts with "int32_field" as they both generate
     * the method getInt32FieldList().
     * 
* * required int32 int32_field_list = 31; * @return The int32FieldList. */ @java.lang.Override public int getInt32FieldList31() { return int32FieldList31_; } public static final int FIELD_NAME_FIELD_NUMBER = 32; @SuppressWarnings("serial") private volatile java.lang.Object fieldName32_ = ""; // An alternative name is used for field "field_name" because: // capitalized name of field "field_name" conflicts with field "field__name" /** *
     * These field pairs have the same Java converted name
     * 
* * optional string field_name = 32; * @return Whether the fieldName field is set. */ @java.lang.Override public boolean hasFieldName32() { return ((bitField0_ & 0x00000040) != 0); } /** *
     * These field pairs have the same Java converted name
     * 
* * optional string field_name = 32; * @return The fieldName. */ @java.lang.Override public java.lang.String getFieldName32() { java.lang.Object ref = fieldName32_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldName32_ = s; } return s; } } /** *
     * These field pairs have the same Java converted name
     * 
* * optional string field_name = 32; * @return The bytes for fieldName. */ @java.lang.Override public com.google.protobuf.ByteString getFieldName32Bytes() { java.lang.Object ref = fieldName32_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldName32_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD__NAME_FIELD_NUMBER = 33; @SuppressWarnings("serial") private volatile java.lang.Object fieldName33_ = ""; // An alternative name is used for field "field__name" because: // capitalized name of field "field_name" conflicts with field "field__name" /** *
     * NO_PROTO3
     * 
* * optional string field__name = 33; * @return Whether the fieldName field is set. */ @java.lang.Override public boolean hasFieldName33() { return ((bitField0_ & 0x00000080) != 0); } /** *
     * NO_PROTO3
     * 
* * optional string field__name = 33; * @return The fieldName. */ @java.lang.Override public java.lang.String getFieldName33() { java.lang.Object ref = fieldName33_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldName33_ = s; } return s; } } /** *
     * NO_PROTO3
     * 
* * optional string field__name = 33; * @return The bytes for fieldName. */ @java.lang.Override public com.google.protobuf.ByteString getFieldName33Bytes() { java.lang.Object ref = fieldName33_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldName33_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int _2CONFLICT_FIELD_NUMBER = 34; private int _2Conflict34_ = 0; // An alternative name is used for field "_2conflict" because: // capitalized name of field "_2conflict" conflicts with field "__2conflict" /** *
     * NO_PROTO3
     * 
* * optional int32 _2conflict = 34; * @return Whether the 2conflict field is set. */ @java.lang.Override public boolean has2Conflict34() { return ((bitField0_ & 0x00000100) != 0); } /** *
     * NO_PROTO3
     * 
* * optional int32 _2conflict = 34; * @return The 2conflict. */ @java.lang.Override public int get2Conflict34() { return _2Conflict34_; } public static final int __2CONFLICT_FIELD_NUMBER = 35; private int _2Conflict35_ = 0; // An alternative name is used for field "__2conflict" because: // capitalized name of field "_2conflict" conflicts with field "__2conflict" /** * optional int32 __2conflict = 35; * @return Whether the 2conflict field is set. */ @java.lang.Override public boolean has2Conflict35() { return ((bitField0_ & 0x00000200) != 0); } /** * optional int32 __2conflict = 35; * @return The 2conflict. */ @java.lang.Override public int get2Conflict35() { return _2Conflict35_; } public static final int INT64_FIELD_FIELD_NUMBER = 41; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList int64Field_ = emptyLongList(); /** * repeated int64 int64_field = 41; * @return A list containing the int64Field. */ @java.lang.Override public java.util.List getInt64FieldList() { return int64Field_; } /** * repeated int64 int64_field = 41; * @return The count of int64Field. */ public int getInt64FieldCount() { return int64Field_.size(); } /** * repeated int64 int64_field = 41; * @param index The index of the element to return. * @return The int64Field at the given index. */ public long getInt64Field(int index) { return int64Field_.getLong(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasInt32FieldList31()) { memoizedIsInitialized = 0; return false; } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); for (int i = 0; i < int32Field1_.size(); i++) { output.writeInt32(1, int32Field1_.getInt(i)); } for (int i = 0; i < enumField2_.size(); i++) { output.writeEnum(2, enumField2_.get(i)); } for (int i = 0; i < stringField3_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, stringField3_.getRaw(i)); } for (int i = 0; i < bytesField4_.size(); i++) { output.writeBytes(4, bytesField4_.get(i)); } for (int i = 0; i < messageField5_.size(); i++) { output.writeMessage(5, messageField5_.get(i)); } if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(11, int32FieldCount11_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeEnum(12, enumFieldCount12_); } if (((bitField0_ & 0x00000004) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 13, stringFieldCount13_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeBytes(14, bytesFieldCount14_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(15, getMessageFieldCount15()); } for (int i = 0; i < int32Field21_.size(); i++) { output.writeInt32(21, int32Field21_.getInt(i)); } for (int i = 0; i < enumField22_.size(); i++) { output.writeEnum(22, enumField22_.get(i)); } for (int i = 0; i < stringField23_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 23, stringField23_.getRaw(i)); } for (int i = 0; i < bytesField24_.size(); i++) { output.writeBytes(24, bytesField24_.get(i)); } for (int i = 0; i < messageField25_.size(); i++) { output.writeMessage(25, messageField25_.get(i)); } if (((bitField0_ & 0x00000020) != 0)) { output.writeInt32(31, int32FieldList31_); } if (((bitField0_ & 0x00000040) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 32, fieldName32_); } if (((bitField0_ & 0x00000080) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 33, fieldName33_); } if (((bitField0_ & 0x00000100) != 0)) { output.writeInt32(34, _2Conflict34_); } if (((bitField0_ & 0x00000200) != 0)) { output.writeInt32(35, _2Conflict35_); } for (int i = 0; i < int64Field_.size(); i++) { output.writeInt64(41, int64Field_.getLong(i)); } extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < int32Field1_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(int32Field1_.getInt(i)); } size += dataSize; size += 1 * getInt32Field1List().size(); } { int dataSize = 0; for (int i = 0; i < enumField2_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(enumField2_.get(i)); } size += dataSize; size += 1 * enumField2_.size(); } { int dataSize = 0; for (int i = 0; i < stringField3_.size(); i++) { dataSize += computeStringSizeNoTag(stringField3_.getRaw(i)); } size += dataSize; size += 1 * getStringField3List().size(); } { int dataSize = 0; for (int i = 0; i < bytesField4_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(bytesField4_.get(i)); } size += dataSize; size += 1 * getBytesField4List().size(); } for (int i = 0; i < messageField5_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, messageField5_.get(i)); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(11, int32FieldCount11_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(12, enumFieldCount12_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, stringFieldCount13_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(14, bytesFieldCount14_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, getMessageFieldCount15()); } { int dataSize = 0; for (int i = 0; i < int32Field21_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(int32Field21_.getInt(i)); } size += dataSize; size += 2 * getInt32Field21List().size(); } { int dataSize = 0; for (int i = 0; i < enumField22_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(enumField22_.get(i)); } size += dataSize; size += 2 * enumField22_.size(); } { int dataSize = 0; for (int i = 0; i < stringField23_.size(); i++) { dataSize += computeStringSizeNoTag(stringField23_.getRaw(i)); } size += dataSize; size += 2 * getStringField23List().size(); } { int dataSize = 0; for (int i = 0; i < bytesField24_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(bytesField24_.get(i)); } size += dataSize; size += 2 * getBytesField24List().size(); } for (int i = 0; i < messageField25_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, messageField25_.get(i)); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(31, int32FieldList31_); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(32, fieldName32_); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(33, fieldName33_); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(34, _2Conflict34_); } if (((bitField0_ & 0x00000200) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(35, _2Conflict35_); } { int dataSize = 0; for (int i = 0; i < int64Field_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(int64Field_.getLong(i)); } size += dataSize; size += 2 * getInt64FieldList().size(); } size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames other = (com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames) obj; if (!getInt32Field1List() .equals(other.getInt32Field1List())) return false; if (!enumField2_.equals(other.enumField2_)) return false; if (!getStringField3List() .equals(other.getStringField3List())) return false; if (!getBytesField4List() .equals(other.getBytesField4List())) return false; if (!getMessageField5List() .equals(other.getMessageField5List())) return false; if (hasInt32FieldCount11() != other.hasInt32FieldCount11()) return false; if (hasInt32FieldCount11()) { if (getInt32FieldCount11() != other.getInt32FieldCount11()) return false; } if (hasEnumFieldCount12() != other.hasEnumFieldCount12()) return false; if (hasEnumFieldCount12()) { if (enumFieldCount12_ != other.enumFieldCount12_) return false; } if (hasStringFieldCount13() != other.hasStringFieldCount13()) return false; if (hasStringFieldCount13()) { if (!getStringFieldCount13() .equals(other.getStringFieldCount13())) return false; } if (hasBytesFieldCount14() != other.hasBytesFieldCount14()) return false; if (hasBytesFieldCount14()) { if (!getBytesFieldCount14() .equals(other.getBytesFieldCount14())) return false; } if (hasMessageFieldCount15() != other.hasMessageFieldCount15()) return false; if (hasMessageFieldCount15()) { if (!getMessageFieldCount15() .equals(other.getMessageFieldCount15())) return false; } if (!getInt32Field21List() .equals(other.getInt32Field21List())) return false; if (!enumField22_.equals(other.enumField22_)) return false; if (!getStringField23List() .equals(other.getStringField23List())) return false; if (!getBytesField24List() .equals(other.getBytesField24List())) return false; if (!getMessageField25List() .equals(other.getMessageField25List())) return false; if (hasInt32FieldList31() != other.hasInt32FieldList31()) return false; if (hasInt32FieldList31()) { if (getInt32FieldList31() != other.getInt32FieldList31()) return false; } if (hasFieldName32() != other.hasFieldName32()) return false; if (hasFieldName32()) { if (!getFieldName32() .equals(other.getFieldName32())) return false; } if (hasFieldName33() != other.hasFieldName33()) return false; if (hasFieldName33()) { if (!getFieldName33() .equals(other.getFieldName33())) return false; } if (has2Conflict34() != other.has2Conflict34()) return false; if (has2Conflict34()) { if (get2Conflict34() != other.get2Conflict34()) return false; } if (has2Conflict35() != other.has2Conflict35()) return false; if (has2Conflict35()) { if (get2Conflict35() != other.get2Conflict35()) return false; } if (!getInt64FieldList() .equals(other.getInt64FieldList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getInt32Field1Count() > 0) { hash = (37 * hash) + INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + getInt32Field1List().hashCode(); } if (getEnumField2Count() > 0) { hash = (37 * hash) + ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + enumField2_.hashCode(); } if (getStringField3Count() > 0) { hash = (37 * hash) + STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + getStringField3List().hashCode(); } if (getBytesField4Count() > 0) { hash = (37 * hash) + BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + getBytesField4List().hashCode(); } if (getMessageField5Count() > 0) { hash = (37 * hash) + MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + getMessageField5List().hashCode(); } if (hasInt32FieldCount11()) { hash = (37 * hash) + INT32_FIELD_COUNT_FIELD_NUMBER; hash = (53 * hash) + getInt32FieldCount11(); } if (hasEnumFieldCount12()) { hash = (37 * hash) + ENUM_FIELD_COUNT_FIELD_NUMBER; hash = (53 * hash) + enumFieldCount12_; } if (hasStringFieldCount13()) { hash = (37 * hash) + STRING_FIELD_COUNT_FIELD_NUMBER; hash = (53 * hash) + getStringFieldCount13().hashCode(); } if (hasBytesFieldCount14()) { hash = (37 * hash) + BYTES_FIELD_COUNT_FIELD_NUMBER; hash = (53 * hash) + getBytesFieldCount14().hashCode(); } if (hasMessageFieldCount15()) { hash = (37 * hash) + MESSAGE_FIELD_COUNT_FIELD_NUMBER; hash = (53 * hash) + getMessageFieldCount15().hashCode(); } if (getInt32Field21Count() > 0) { hash = (37 * hash) + INT32FIELD_FIELD_NUMBER; hash = (53 * hash) + getInt32Field21List().hashCode(); } if (getEnumField22Count() > 0) { hash = (37 * hash) + ENUMFIELD_FIELD_NUMBER; hash = (53 * hash) + enumField22_.hashCode(); } if (getStringField23Count() > 0) { hash = (37 * hash) + STRINGFIELD_FIELD_NUMBER; hash = (53 * hash) + getStringField23List().hashCode(); } if (getBytesField24Count() > 0) { hash = (37 * hash) + BYTESFIELD_FIELD_NUMBER; hash = (53 * hash) + getBytesField24List().hashCode(); } if (getMessageField25Count() > 0) { hash = (37 * hash) + MESSAGEFIELD_FIELD_NUMBER; hash = (53 * hash) + getMessageField25List().hashCode(); } if (hasInt32FieldList31()) { hash = (37 * hash) + INT32_FIELD_LIST_FIELD_NUMBER; hash = (53 * hash) + getInt32FieldList31(); } if (hasFieldName32()) { hash = (37 * hash) + FIELD_NAME_FIELD_NUMBER; hash = (53 * hash) + getFieldName32().hashCode(); } if (hasFieldName33()) { hash = (37 * hash) + FIELD__NAME_FIELD_NUMBER; hash = (53 * hash) + getFieldName33().hashCode(); } if (has2Conflict34()) { hash = (37 * hash) + _2CONFLICT_FIELD_NUMBER; hash = (53 * hash) + get2Conflict34(); } if (has2Conflict35()) { hash = (37 * hash) + __2CONFLICT_FIELD_NUMBER; hash = (53 * hash) + get2Conflict35(); } if (getInt64FieldCount() > 0) { hash = (37 * hash) + INT64_FIELD_FIELD_NUMBER; hash = (53 * hash) + getInt64FieldList().hashCode(); } hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.TestConflictingFieldNames} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames, Builder> implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.TestConflictingFieldNames) com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNamesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.class, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMessageField5FieldBuilder(); getMessageFieldCount15FieldBuilder(); getMessageField25FieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; int32Field1_ = emptyIntList(); enumField2_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); stringField3_ = com.google.protobuf.LazyStringArrayList.emptyList(); bytesField4_ = emptyList(com.google.protobuf.ByteString.class); if (messageField5Builder_ == null) { messageField5_ = java.util.Collections.emptyList(); } else { messageField5_ = null; messageField5Builder_.clear(); } bitField0_ = (bitField0_ & ~0x00000010); int32FieldCount11_ = 0; enumFieldCount12_ = 0; stringFieldCount13_ = ""; bytesFieldCount14_ = com.google.protobuf.ByteString.EMPTY; messageFieldCount15_ = null; if (messageFieldCount15Builder_ != null) { messageFieldCount15Builder_.dispose(); messageFieldCount15Builder_ = null; } int32Field21_ = emptyIntList(); enumField22_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000800); stringField23_ = com.google.protobuf.LazyStringArrayList.emptyList(); bytesField24_ = emptyList(com.google.protobuf.ByteString.class); if (messageField25Builder_ == null) { messageField25_ = java.util.Collections.emptyList(); } else { messageField25_ = null; messageField25Builder_.clear(); } bitField0_ = (bitField0_ & ~0x00004000); int32FieldList31_ = 0; fieldName32_ = ""; fieldName33_ = ""; _2Conflict34_ = 0; _2Conflict35_ = 0; int64Field_ = emptyLongList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestConflictingFieldNames_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames build() { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames buildPartial() { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames result = new com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames result) { if (((bitField0_ & 0x00000002) != 0)) { enumField2_ = java.util.Collections.unmodifiableList(enumField2_); bitField0_ = (bitField0_ & ~0x00000002); } result.enumField2_ = enumField2_; if (messageField5Builder_ == null) { if (((bitField0_ & 0x00000010) != 0)) { messageField5_ = java.util.Collections.unmodifiableList(messageField5_); bitField0_ = (bitField0_ & ~0x00000010); } result.messageField5_ = messageField5_; } else { result.messageField5_ = messageField5Builder_.build(); } if (((bitField0_ & 0x00000800) != 0)) { enumField22_ = java.util.Collections.unmodifiableList(enumField22_); bitField0_ = (bitField0_ & ~0x00000800); } result.enumField22_ = enumField22_; if (messageField25Builder_ == null) { if (((bitField0_ & 0x00004000) != 0)) { messageField25_ = java.util.Collections.unmodifiableList(messageField25_); bitField0_ = (bitField0_ & ~0x00004000); } result.messageField25_ = messageField25_; } else { result.messageField25_ = messageField25Builder_.build(); } } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { int32Field1_.makeImmutable(); result.int32Field1_ = int32Field1_; } if (((from_bitField0_ & 0x00000004) != 0)) { stringField3_.makeImmutable(); result.stringField3_ = stringField3_; } if (((from_bitField0_ & 0x00000008) != 0)) { bytesField4_.makeImmutable(); result.bytesField4_ = bytesField4_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000020) != 0)) { result.int32FieldCount11_ = int32FieldCount11_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000040) != 0)) { result.enumFieldCount12_ = enumFieldCount12_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000080) != 0)) { result.stringFieldCount13_ = stringFieldCount13_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000100) != 0)) { result.bytesFieldCount14_ = bytesFieldCount14_; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000200) != 0)) { result.messageFieldCount15_ = messageFieldCount15Builder_ == null ? messageFieldCount15_ : messageFieldCount15Builder_.build(); to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000400) != 0)) { int32Field21_.makeImmutable(); result.int32Field21_ = int32Field21_; } if (((from_bitField0_ & 0x00001000) != 0)) { stringField23_.makeImmutable(); result.stringField23_ = stringField23_; } if (((from_bitField0_ & 0x00002000) != 0)) { bytesField24_.makeImmutable(); result.bytesField24_ = bytesField24_; } if (((from_bitField0_ & 0x00008000) != 0)) { result.int32FieldList31_ = int32FieldList31_; to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldName32_ = fieldName32_; to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00020000) != 0)) { result.fieldName33_ = fieldName33_; to_bitField0_ |= 0x00000080; } if (((from_bitField0_ & 0x00040000) != 0)) { result._2Conflict34_ = _2Conflict34_; to_bitField0_ |= 0x00000100; } if (((from_bitField0_ & 0x00080000) != 0)) { result._2Conflict35_ = _2Conflict35_; to_bitField0_ |= 0x00000200; } if (((from_bitField0_ & 0x00100000) != 0)) { int64Field_.makeImmutable(); result.int64Field_ = int64Field_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames other) { if (other == com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.getDefaultInstance()) return this; if (!other.int32Field1_.isEmpty()) { if (int32Field1_.isEmpty()) { int32Field1_ = other.int32Field1_; int32Field1_.makeImmutable(); bitField0_ |= 0x00000001; } else { ensureInt32Field1IsMutable(); int32Field1_.addAll(other.int32Field1_); } onChanged(); } if (!other.enumField2_.isEmpty()) { if (enumField2_.isEmpty()) { enumField2_ = other.enumField2_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureEnumField2IsMutable(); enumField2_.addAll(other.enumField2_); } onChanged(); } if (!other.stringField3_.isEmpty()) { if (stringField3_.isEmpty()) { stringField3_ = other.stringField3_; bitField0_ |= 0x00000004; } else { ensureStringField3IsMutable(); stringField3_.addAll(other.stringField3_); } onChanged(); } if (!other.bytesField4_.isEmpty()) { if (bytesField4_.isEmpty()) { bytesField4_ = other.bytesField4_; bytesField4_.makeImmutable(); bitField0_ |= 0x00000008; } else { ensureBytesField4IsMutable(); bytesField4_.addAll(other.bytesField4_); } onChanged(); } if (messageField5Builder_ == null) { if (!other.messageField5_.isEmpty()) { if (messageField5_.isEmpty()) { messageField5_ = other.messageField5_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureMessageField5IsMutable(); messageField5_.addAll(other.messageField5_); } onChanged(); } } else { if (!other.messageField5_.isEmpty()) { if (messageField5Builder_.isEmpty()) { messageField5Builder_.dispose(); messageField5Builder_ = null; messageField5_ = other.messageField5_; bitField0_ = (bitField0_ & ~0x00000010); messageField5Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMessageField5FieldBuilder() : null; } else { messageField5Builder_.addAllMessages(other.messageField5_); } } } if (other.hasInt32FieldCount11()) { setInt32FieldCount11(other.getInt32FieldCount11()); } if (other.hasEnumFieldCount12()) { setEnumFieldCount12(other.getEnumFieldCount12()); } if (other.hasStringFieldCount13()) { stringFieldCount13_ = other.stringFieldCount13_; bitField0_ |= 0x00000080; onChanged(); } if (other.hasBytesFieldCount14()) { setBytesFieldCount14(other.getBytesFieldCount14()); } if (other.hasMessageFieldCount15()) { mergeMessageFieldCount15(other.getMessageFieldCount15()); } if (!other.int32Field21_.isEmpty()) { if (int32Field21_.isEmpty()) { int32Field21_ = other.int32Field21_; int32Field21_.makeImmutable(); bitField0_ |= 0x00000400; } else { ensureInt32Field21IsMutable(); int32Field21_.addAll(other.int32Field21_); } onChanged(); } if (!other.enumField22_.isEmpty()) { if (enumField22_.isEmpty()) { enumField22_ = other.enumField22_; bitField0_ = (bitField0_ & ~0x00000800); } else { ensureEnumField22IsMutable(); enumField22_.addAll(other.enumField22_); } onChanged(); } if (!other.stringField23_.isEmpty()) { if (stringField23_.isEmpty()) { stringField23_ = other.stringField23_; bitField0_ |= 0x00001000; } else { ensureStringField23IsMutable(); stringField23_.addAll(other.stringField23_); } onChanged(); } if (!other.bytesField24_.isEmpty()) { if (bytesField24_.isEmpty()) { bytesField24_ = other.bytesField24_; bytesField24_.makeImmutable(); bitField0_ |= 0x00002000; } else { ensureBytesField24IsMutable(); bytesField24_.addAll(other.bytesField24_); } onChanged(); } if (messageField25Builder_ == null) { if (!other.messageField25_.isEmpty()) { if (messageField25_.isEmpty()) { messageField25_ = other.messageField25_; bitField0_ = (bitField0_ & ~0x00004000); } else { ensureMessageField25IsMutable(); messageField25_.addAll(other.messageField25_); } onChanged(); } } else { if (!other.messageField25_.isEmpty()) { if (messageField25Builder_.isEmpty()) { messageField25Builder_.dispose(); messageField25Builder_ = null; messageField25_ = other.messageField25_; bitField0_ = (bitField0_ & ~0x00004000); messageField25Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMessageField25FieldBuilder() : null; } else { messageField25Builder_.addAllMessages(other.messageField25_); } } } if (other.hasInt32FieldList31()) { setInt32FieldList31(other.getInt32FieldList31()); } if (other.hasFieldName32()) { fieldName32_ = other.fieldName32_; bitField0_ |= 0x00010000; onChanged(); } if (other.hasFieldName33()) { fieldName33_ = other.fieldName33_; bitField0_ |= 0x00020000; onChanged(); } if (other.has2Conflict34()) { set2Conflict34(other.get2Conflict34()); } if (other.has2Conflict35()) { set2Conflict35(other.get2Conflict35()); } if (!other.int64Field_.isEmpty()) { if (int64Field_.isEmpty()) { int64Field_ = other.int64Field_; int64Field_.makeImmutable(); bitField0_ |= 0x00100000; } else { ensureInt64FieldIsMutable(); int64Field_.addAll(other.int64Field_); } onChanged(); } this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!hasInt32FieldList31()) { return false; } if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { int v = input.readInt32(); ensureInt32Field1IsMutable(); int32Field1_.addInt(v); break; } // case 8 case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureInt32Field1IsMutable(); while (input.getBytesUntilLimit() > 0) { int32Field1_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 10 case 16: { int tmpRaw = input.readEnum(); com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum tmpValue = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(2, tmpRaw); } else { ensureEnumField2IsMutable(); enumField2_.add(tmpRaw); } break; } // case 16 case 18: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum tmpValue = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(2, tmpRaw); } else { ensureEnumField2IsMutable(); enumField2_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 18 case 26: { com.google.protobuf.ByteString bs = input.readBytes(); ensureStringField3IsMutable(); stringField3_.add(bs); break; } // case 26 case 34: { com.google.protobuf.ByteString v = input.readBytes(); ensureBytesField4IsMutable(); bytesField4_.add(v); break; } // case 34 case 42: { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage m = input.readMessage( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.PARSER, extensionRegistry); if (messageField5Builder_ == null) { ensureMessageField5IsMutable(); messageField5_.add(m); } else { messageField5Builder_.addMessage(m); } break; } // case 42 case 88: { int32FieldCount11_ = input.readInt32(); bitField0_ |= 0x00000020; break; } // case 88 case 96: { int tmpRaw = input.readEnum(); com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum tmpValue = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(12, tmpRaw); } else { enumFieldCount12_ = tmpRaw; bitField0_ |= 0x00000040; } break; } // case 96 case 106: { stringFieldCount13_ = input.readBytes(); bitField0_ |= 0x00000080; break; } // case 106 case 114: { bytesFieldCount14_ = input.readBytes(); bitField0_ |= 0x00000100; break; } // case 114 case 122: { input.readMessage( getMessageFieldCount15FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 122 case 168: { int v = input.readInt32(); ensureInt32Field21IsMutable(); int32Field21_.addInt(v); break; } // case 168 case 170: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureInt32Field21IsMutable(); while (input.getBytesUntilLimit() > 0) { int32Field21_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 170 case 176: { int tmpRaw = input.readEnum(); com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum tmpValue = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(22, tmpRaw); } else { ensureEnumField22IsMutable(); enumField22_.add(tmpRaw); } break; } // case 176 case 178: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum tmpValue = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(22, tmpRaw); } else { ensureEnumField22IsMutable(); enumField22_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 178 case 186: { com.google.protobuf.ByteString bs = input.readBytes(); ensureStringField23IsMutable(); stringField23_.add(bs); break; } // case 186 case 194: { com.google.protobuf.ByteString v = input.readBytes(); ensureBytesField24IsMutable(); bytesField24_.add(v); break; } // case 194 case 202: { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage m = input.readMessage( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.PARSER, extensionRegistry); if (messageField25Builder_ == null) { ensureMessageField25IsMutable(); messageField25_.add(m); } else { messageField25Builder_.addMessage(m); } break; } // case 202 case 248: { int32FieldList31_ = input.readInt32(); bitField0_ |= 0x00008000; break; } // case 248 case 258: { fieldName32_ = input.readBytes(); bitField0_ |= 0x00010000; break; } // case 258 case 266: { fieldName33_ = input.readBytes(); bitField0_ |= 0x00020000; break; } // case 266 case 272: { _2Conflict34_ = input.readInt32(); bitField0_ |= 0x00040000; break; } // case 272 case 280: { _2Conflict35_ = input.readInt32(); bitField0_ |= 0x00080000; break; } // case 280 case 328: { long v = input.readInt64(); ensureInt64FieldIsMutable(); int64Field_.addLong(v); break; } // case 328 case 330: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureInt64FieldIsMutable(); while (input.getBytesUntilLimit() > 0) { int64Field_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 330 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.Internal.IntList int32Field1_ = emptyIntList(); private void ensureInt32Field1IsMutable() { if (!int32Field1_.isModifiable()) { int32Field1_ = makeMutableCopy(int32Field1_); } bitField0_ |= 0x00000001; } /** * repeated int32 int32_field = 1; * @return A list containing the int32Field. */ public java.util.List getInt32Field1List() { int32Field1_.makeImmutable(); return int32Field1_; } /** * repeated int32 int32_field = 1; * @return The count of int32Field. */ public int getInt32Field1Count() { return int32Field1_.size(); } /** * repeated int32 int32_field = 1; * @param index The index of the element to return. * @return The int32Field at the given index. */ public int getInt32Field1(int index) { return int32Field1_.getInt(index); } /** * repeated int32 int32_field = 1; * @param index The index to set the value at. * @param value The int32Field to set. * @return This builder for chaining. */ public Builder setInt32Field1( int index, int value) { ensureInt32Field1IsMutable(); int32Field1_.setInt(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 int32_field = 1; * @param value The int32Field to add. * @return This builder for chaining. */ public Builder addInt32Field1(int value) { ensureInt32Field1IsMutable(); int32Field1_.addInt(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 int32_field = 1; * @param values The int32Field to add. * @return This builder for chaining. */ public Builder addAllInt32Field1( java.lang.Iterable values) { ensureInt32Field1IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, int32Field1_); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 int32_field = 1; * @return This builder for chaining. */ public Builder clearInt32Field1() { int32Field1_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private java.util.List enumField2_ = java.util.Collections.emptyList(); private void ensureEnumField2IsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { enumField2_ = new java.util.ArrayList(enumField2_); bitField0_ |= 0x00000002; } } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @return A list containing the enumField. */ public java.util.List getEnumField2List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum>(enumField2_, enumField2_converter_); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @return The count of enumField. */ public int getEnumField2Count() { return enumField2_.size(); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @param index The index of the element to return. * @return The enumField at the given index. */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumField2(int index) { return enumField2_converter_.convert(enumField2_.get(index)); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @param index The index to set the value at. * @param value The enumField to set. * @return This builder for chaining. */ public Builder setEnumField2( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureEnumField2IsMutable(); enumField2_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @param value The enumField to add. * @return This builder for chaining. */ public Builder addEnumField2(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureEnumField2IsMutable(); enumField2_.add(value.getNumber()); onChanged(); return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @param values The enumField to add. * @return This builder for chaining. */ public Builder addAllEnumField2( java.lang.Iterable values) { ensureEnumField2IsMutable(); for (com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum value : values) { enumField2_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field = 2; * @return This builder for chaining. */ public Builder clearEnumField2() { enumField2_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList stringField3_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureStringField3IsMutable() { if (!stringField3_.isModifiable()) { stringField3_ = new com.google.protobuf.LazyStringArrayList(stringField3_); } bitField0_ |= 0x00000004; } /** * repeated string string_field = 3; * @return A list containing the stringField. */ public com.google.protobuf.ProtocolStringList getStringField3List() { stringField3_.makeImmutable(); return stringField3_; } /** * repeated string string_field = 3; * @return The count of stringField. */ public int getStringField3Count() { return stringField3_.size(); } /** * repeated string string_field = 3; * @param index The index of the element to return. * @return The stringField at the given index. */ public java.lang.String getStringField3(int index) { return stringField3_.get(index); } /** * repeated string string_field = 3; * @param index The index of the value to return. * @return The bytes of the stringField at the given index. */ public com.google.protobuf.ByteString getStringField3Bytes(int index) { return stringField3_.getByteString(index); } /** * repeated string string_field = 3; * @param index The index to set the value at. * @param value The stringField to set. * @return This builder for chaining. */ public Builder setStringField3( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStringField3IsMutable(); stringField3_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string string_field = 3; * @param value The stringField to add. * @return This builder for chaining. */ public Builder addStringField3( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStringField3IsMutable(); stringField3_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string string_field = 3; * @param values The stringField to add. * @return This builder for chaining. */ public Builder addAllStringField3( java.lang.Iterable values) { ensureStringField3IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, stringField3_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string string_field = 3; * @return This builder for chaining. */ public Builder clearStringField3() { stringField3_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000004);; onChanged(); return this; } /** * repeated string string_field = 3; * @param value The bytes of the stringField to add. * @return This builder for chaining. */ public Builder addStringField3Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureStringField3IsMutable(); stringField3_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } private com.google.protobuf.Internal.ProtobufList bytesField4_ = emptyList(com.google.protobuf.ByteString.class); private void ensureBytesField4IsMutable() { if (!bytesField4_.isModifiable()) { bytesField4_ = makeMutableCopy(bytesField4_); } bitField0_ |= 0x00000008; } /** * repeated bytes bytes_field = 4; * @return A list containing the bytesField. */ public java.util.List getBytesField4List() { bytesField4_.makeImmutable(); return bytesField4_; } /** * repeated bytes bytes_field = 4; * @return The count of bytesField. */ public int getBytesField4Count() { return bytesField4_.size(); } /** * repeated bytes bytes_field = 4; * @param index The index of the element to return. * @return The bytesField at the given index. */ public com.google.protobuf.ByteString getBytesField4(int index) { return bytesField4_.get(index); } /** * repeated bytes bytes_field = 4; * @param index The index to set the value at. * @param value The bytesField to set. * @return This builder for chaining. */ public Builder setBytesField4( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureBytesField4IsMutable(); bytesField4_.set(index, value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated bytes bytes_field = 4; * @param value The bytesField to add. * @return This builder for chaining. */ public Builder addBytesField4(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureBytesField4IsMutable(); bytesField4_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated bytes bytes_field = 4; * @param values The bytesField to add. * @return This builder for chaining. */ public Builder addAllBytesField4( java.lang.Iterable values) { ensureBytesField4IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, bytesField4_); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated bytes bytes_field = 4; * @return This builder for chaining. */ public Builder clearBytesField4() { bytesField4_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } private java.util.List messageField5_ = java.util.Collections.emptyList(); private void ensureMessageField5IsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { messageField5_ = new java.util.ArrayList(messageField5_); bitField0_ |= 0x00000010; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder> messageField5Builder_; /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public java.util.List getMessageField5List() { if (messageField5Builder_ == null) { return java.util.Collections.unmodifiableList(messageField5_); } else { return messageField5Builder_.getMessageList(); } } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public int getMessageField5Count() { if (messageField5Builder_ == null) { return messageField5_.size(); } else { return messageField5Builder_.getCount(); } } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageField5(int index) { if (messageField5Builder_ == null) { return messageField5_.get(index); } else { return messageField5Builder_.getMessage(index); } } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder setMessageField5( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageField5Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMessageField5IsMutable(); messageField5_.set(index, value); onChanged(); } else { messageField5Builder_.setMessage(index, value); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder setMessageField5( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (messageField5Builder_ == null) { ensureMessageField5IsMutable(); messageField5_.set(index, builderForValue.build()); onChanged(); } else { messageField5Builder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder addMessageField5(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageField5Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMessageField5IsMutable(); messageField5_.add(value); onChanged(); } else { messageField5Builder_.addMessage(value); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder addMessageField5( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageField5Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMessageField5IsMutable(); messageField5_.add(index, value); onChanged(); } else { messageField5Builder_.addMessage(index, value); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder addMessageField5( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (messageField5Builder_ == null) { ensureMessageField5IsMutable(); messageField5_.add(builderForValue.build()); onChanged(); } else { messageField5Builder_.addMessage(builderForValue.build()); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder addMessageField5( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (messageField5Builder_ == null) { ensureMessageField5IsMutable(); messageField5_.add(index, builderForValue.build()); onChanged(); } else { messageField5Builder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder addAllMessageField5( java.lang.Iterable values) { if (messageField5Builder_ == null) { ensureMessageField5IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, messageField5_); onChanged(); } else { messageField5Builder_.addAllMessages(values); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder clearMessageField5() { if (messageField5Builder_ == null) { messageField5_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { messageField5Builder_.clear(); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public Builder removeMessageField5(int index) { if (messageField5Builder_ == null) { ensureMessageField5IsMutable(); messageField5_.remove(index); onChanged(); } else { messageField5Builder_.remove(index); } return this; } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder getMessageField5Builder( int index) { return getMessageField5FieldBuilder().getBuilder(index); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageField5OrBuilder( int index) { if (messageField5Builder_ == null) { return messageField5_.get(index); } else { return messageField5Builder_.getMessageOrBuilder(index); } } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public java.util.List getMessageField5OrBuilderList() { if (messageField5Builder_ != null) { return messageField5Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(messageField5_); } } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder addMessageField5Builder() { return getMessageField5FieldBuilder().addBuilder( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance()); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder addMessageField5Builder( int index) { return getMessageField5FieldBuilder().addBuilder( index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance()); } /** * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field = 5; */ public java.util.List getMessageField5BuilderList() { return getMessageField5FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder> getMessageField5FieldBuilder() { if (messageField5Builder_ == null) { messageField5Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder>( messageField5_, ((bitField0_ & 0x00000010) != 0), getParentForChildren(), isClean()); messageField5_ = null; } return messageField5Builder_; } private int int32FieldCount11_ ; /** * optional int32 int32_field_count = 11; * @return Whether the int32FieldCount field is set. */ @java.lang.Override public boolean hasInt32FieldCount11() { return ((bitField0_ & 0x00000020) != 0); } /** * optional int32 int32_field_count = 11; * @return The int32FieldCount. */ @java.lang.Override public int getInt32FieldCount11() { return int32FieldCount11_; } /** * optional int32 int32_field_count = 11; * @param value The int32FieldCount to set. * @return This builder for chaining. */ public Builder setInt32FieldCount11(int value) { int32FieldCount11_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * optional int32 int32_field_count = 11; * @return This builder for chaining. */ public Builder clearInt32FieldCount11() { bitField0_ = (bitField0_ & ~0x00000020); int32FieldCount11_ = 0; onChanged(); return this; } private int enumFieldCount12_ = 0; /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @return Whether the enumFieldCount field is set. */ @java.lang.Override public boolean hasEnumFieldCount12() { return ((bitField0_ & 0x00000040) != 0); } /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @return The enumFieldCount. */ @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumFieldCount12() { com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum result = com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.forNumber(enumFieldCount12_); return result == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum.UNKNOWN : result; } /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @param value The enumFieldCount to set. * @return This builder for chaining. */ public Builder setEnumFieldCount12(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000040; enumFieldCount12_ = value.getNumber(); onChanged(); return this; } /** * optional .io_protocol_tests.TestConflictingFieldNames.TestEnum enum_field_count = 12; * @return This builder for chaining. */ public Builder clearEnumFieldCount12() { bitField0_ = (bitField0_ & ~0x00000040); enumFieldCount12_ = 0; onChanged(); return this; } private java.lang.Object stringFieldCount13_ = ""; /** * optional string string_field_count = 13; * @return Whether the stringFieldCount field is set. */ public boolean hasStringFieldCount13() { return ((bitField0_ & 0x00000080) != 0); } /** * optional string string_field_count = 13; * @return The stringFieldCount. */ public java.lang.String getStringFieldCount13() { java.lang.Object ref = stringFieldCount13_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { stringFieldCount13_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string string_field_count = 13; * @return The bytes for stringFieldCount. */ public com.google.protobuf.ByteString getStringFieldCount13Bytes() { java.lang.Object ref = stringFieldCount13_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stringFieldCount13_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string string_field_count = 13; * @param value The stringFieldCount to set. * @return This builder for chaining. */ public Builder setStringFieldCount13( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stringFieldCount13_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** * optional string string_field_count = 13; * @return This builder for chaining. */ public Builder clearStringFieldCount13() { stringFieldCount13_ = getDefaultInstance().getStringFieldCount13(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); return this; } /** * optional string string_field_count = 13; * @param value The bytes for stringFieldCount to set. * @return This builder for chaining. */ public Builder setStringFieldCount13Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } stringFieldCount13_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } private com.google.protobuf.ByteString bytesFieldCount14_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes bytes_field_count = 14; * @return Whether the bytesFieldCount field is set. */ @java.lang.Override public boolean hasBytesFieldCount14() { return ((bitField0_ & 0x00000100) != 0); } /** * optional bytes bytes_field_count = 14; * @return The bytesFieldCount. */ @java.lang.Override public com.google.protobuf.ByteString getBytesFieldCount14() { return bytesFieldCount14_; } /** * optional bytes bytes_field_count = 14; * @param value The bytesFieldCount to set. * @return This builder for chaining. */ public Builder setBytesFieldCount14(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bytesFieldCount14_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } /** * optional bytes bytes_field_count = 14; * @return This builder for chaining. */ public Builder clearBytesFieldCount14() { bitField0_ = (bitField0_ & ~0x00000100); bytesFieldCount14_ = getDefaultInstance().getBytesFieldCount14(); onChanged(); return this; } private com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage messageFieldCount15_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder> messageFieldCount15Builder_; /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; * @return Whether the messageFieldCount field is set. */ public boolean hasMessageFieldCount15() { return ((bitField0_ & 0x00000200) != 0); } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; * @return The messageFieldCount. */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageFieldCount15() { if (messageFieldCount15Builder_ == null) { return messageFieldCount15_ == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : messageFieldCount15_; } else { return messageFieldCount15Builder_.getMessage(); } } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ public Builder setMessageFieldCount15(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageFieldCount15Builder_ == null) { if (value == null) { throw new NullPointerException(); } messageFieldCount15_ = value; } else { messageFieldCount15Builder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ public Builder setMessageFieldCount15( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (messageFieldCount15Builder_ == null) { messageFieldCount15_ = builderForValue.build(); } else { messageFieldCount15Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ public Builder mergeMessageFieldCount15(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageFieldCount15Builder_ == null) { if (((bitField0_ & 0x00000200) != 0) && messageFieldCount15_ != null && messageFieldCount15_ != com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance()) { getMessageFieldCount15Builder().mergeFrom(value); } else { messageFieldCount15_ = value; } } else { messageFieldCount15Builder_.mergeFrom(value); } if (messageFieldCount15_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ public Builder clearMessageFieldCount15() { bitField0_ = (bitField0_ & ~0x00000200); messageFieldCount15_ = null; if (messageFieldCount15Builder_ != null) { messageFieldCount15Builder_.dispose(); messageFieldCount15Builder_ = null; } onChanged(); return this; } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder getMessageFieldCount15Builder() { bitField0_ |= 0x00000200; onChanged(); return getMessageFieldCount15FieldBuilder().getBuilder(); } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageFieldCount15OrBuilder() { if (messageFieldCount15Builder_ != null) { return messageFieldCount15Builder_.getMessageOrBuilder(); } else { return messageFieldCount15_ == null ? com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance() : messageFieldCount15_; } } /** * optional .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage message_field_count = 15; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder> getMessageFieldCount15FieldBuilder() { if (messageFieldCount15Builder_ == null) { messageFieldCount15Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder>( getMessageFieldCount15(), getParentForChildren(), isClean()); messageFieldCount15_ = null; } return messageFieldCount15Builder_; } private com.google.protobuf.Internal.IntList int32Field21_ = emptyIntList(); private void ensureInt32Field21IsMutable() { if (!int32Field21_.isModifiable()) { int32Field21_ = makeMutableCopy(int32Field21_); } bitField0_ |= 0x00000400; } /** *
       * NO_PROTO3
       * 
* * repeated int32 Int32Field = 21; * @return A list containing the int32Field. */ public java.util.List getInt32Field21List() { int32Field21_.makeImmutable(); return int32Field21_; } /** *
       * NO_PROTO3
       * 
* * repeated int32 Int32Field = 21; * @return The count of int32Field. */ public int getInt32Field21Count() { return int32Field21_.size(); } /** *
       * NO_PROTO3
       * 
* * repeated int32 Int32Field = 21; * @param index The index of the element to return. * @return The int32Field at the given index. */ public int getInt32Field21(int index) { return int32Field21_.getInt(index); } /** *
       * NO_PROTO3
       * 
* * repeated int32 Int32Field = 21; * @param index The index to set the value at. * @param value The int32Field to set. * @return This builder for chaining. */ public Builder setInt32Field21( int index, int value) { ensureInt32Field21IsMutable(); int32Field21_.setInt(index, value); bitField0_ |= 0x00000400; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated int32 Int32Field = 21; * @param value The int32Field to add. * @return This builder for chaining. */ public Builder addInt32Field21(int value) { ensureInt32Field21IsMutable(); int32Field21_.addInt(value); bitField0_ |= 0x00000400; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated int32 Int32Field = 21; * @param values The int32Field to add. * @return This builder for chaining. */ public Builder addAllInt32Field21( java.lang.Iterable values) { ensureInt32Field21IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, int32Field21_); bitField0_ |= 0x00000400; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated int32 Int32Field = 21; * @return This builder for chaining. */ public Builder clearInt32Field21() { int32Field21_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000400); onChanged(); return this; } private java.util.List enumField22_ = java.util.Collections.emptyList(); private void ensureEnumField22IsMutable() { if (!((bitField0_ & 0x00000800) != 0)) { enumField22_ = new java.util.ArrayList(enumField22_); bitField0_ |= 0x00000800; } } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @return A list containing the enumField. */ public java.util.List getEnumField22List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum>(enumField22_, enumField22_converter_); } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @return The count of enumField. */ public int getEnumField22Count() { return enumField22_.size(); } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @param index The index of the element to return. * @return The enumField at the given index. */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum getEnumField22(int index) { return enumField22_converter_.convert(enumField22_.get(index)); } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @param index The index to set the value at. * @param value The enumField to set. * @return This builder for chaining. */ public Builder setEnumField22( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureEnumField22IsMutable(); enumField22_.set(index, value.getNumber()); onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @param value The enumField to add. * @return This builder for chaining. */ public Builder addEnumField22(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureEnumField22IsMutable(); enumField22_.add(value.getNumber()); onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @param values The enumField to add. * @return This builder for chaining. */ public Builder addAllEnumField22( java.lang.Iterable values) { ensureEnumField22IsMutable(); for (com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.TestEnum value : values) { enumField22_.add(value.getNumber()); } onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.TestEnum EnumField = 22; * @return This builder for chaining. */ public Builder clearEnumField22() { enumField22_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000800); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList stringField23_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureStringField23IsMutable() { if (!stringField23_.isModifiable()) { stringField23_ = new com.google.protobuf.LazyStringArrayList(stringField23_); } bitField0_ |= 0x00001000; } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @return A list containing the stringField. */ public com.google.protobuf.ProtocolStringList getStringField23List() { stringField23_.makeImmutable(); return stringField23_; } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @return The count of stringField. */ public int getStringField23Count() { return stringField23_.size(); } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @param index The index of the element to return. * @return The stringField at the given index. */ public java.lang.String getStringField23(int index) { return stringField23_.get(index); } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @param index The index of the value to return. * @return The bytes of the stringField at the given index. */ public com.google.protobuf.ByteString getStringField23Bytes(int index) { return stringField23_.getByteString(index); } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @param index The index to set the value at. * @param value The stringField to set. * @return This builder for chaining. */ public Builder setStringField23( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStringField23IsMutable(); stringField23_.set(index, value); bitField0_ |= 0x00001000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @param value The stringField to add. * @return This builder for chaining. */ public Builder addStringField23( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStringField23IsMutable(); stringField23_.add(value); bitField0_ |= 0x00001000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @param values The stringField to add. * @return This builder for chaining. */ public Builder addAllStringField23( java.lang.Iterable values) { ensureStringField23IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, stringField23_); bitField0_ |= 0x00001000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @return This builder for chaining. */ public Builder clearStringField23() { stringField23_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00001000);; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated string StringField = 23; * @param value The bytes of the stringField to add. * @return This builder for chaining. */ public Builder addStringField23Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureStringField23IsMutable(); stringField23_.add(value); bitField0_ |= 0x00001000; onChanged(); return this; } private com.google.protobuf.Internal.ProtobufList bytesField24_ = emptyList(com.google.protobuf.ByteString.class); private void ensureBytesField24IsMutable() { if (!bytesField24_.isModifiable()) { bytesField24_ = makeMutableCopy(bytesField24_); } bitField0_ |= 0x00002000; } /** *
       * NO_PROTO3
       * 
* * repeated bytes BytesField = 24; * @return A list containing the bytesField. */ public java.util.List getBytesField24List() { bytesField24_.makeImmutable(); return bytesField24_; } /** *
       * NO_PROTO3
       * 
* * repeated bytes BytesField = 24; * @return The count of bytesField. */ public int getBytesField24Count() { return bytesField24_.size(); } /** *
       * NO_PROTO3
       * 
* * repeated bytes BytesField = 24; * @param index The index of the element to return. * @return The bytesField at the given index. */ public com.google.protobuf.ByteString getBytesField24(int index) { return bytesField24_.get(index); } /** *
       * NO_PROTO3
       * 
* * repeated bytes BytesField = 24; * @param index The index to set the value at. * @param value The bytesField to set. * @return This builder for chaining. */ public Builder setBytesField24( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureBytesField24IsMutable(); bytesField24_.set(index, value); bitField0_ |= 0x00002000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated bytes BytesField = 24; * @param value The bytesField to add. * @return This builder for chaining. */ public Builder addBytesField24(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureBytesField24IsMutable(); bytesField24_.add(value); bitField0_ |= 0x00002000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated bytes BytesField = 24; * @param values The bytesField to add. * @return This builder for chaining. */ public Builder addAllBytesField24( java.lang.Iterable values) { ensureBytesField24IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, bytesField24_); bitField0_ |= 0x00002000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * repeated bytes BytesField = 24; * @return This builder for chaining. */ public Builder clearBytesField24() { bytesField24_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x00002000); onChanged(); return this; } private java.util.List messageField25_ = java.util.Collections.emptyList(); private void ensureMessageField25IsMutable() { if (!((bitField0_ & 0x00004000) != 0)) { messageField25_ = new java.util.ArrayList(messageField25_); bitField0_ |= 0x00004000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder> messageField25Builder_; /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public java.util.List getMessageField25List() { if (messageField25Builder_ == null) { return java.util.Collections.unmodifiableList(messageField25_); } else { return messageField25Builder_.getMessageList(); } } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public int getMessageField25Count() { if (messageField25Builder_ == null) { return messageField25_.size(); } else { return messageField25Builder_.getCount(); } } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage getMessageField25(int index) { if (messageField25Builder_ == null) { return messageField25_.get(index); } else { return messageField25Builder_.getMessage(index); } } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder setMessageField25( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageField25Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMessageField25IsMutable(); messageField25_.set(index, value); onChanged(); } else { messageField25Builder_.setMessage(index, value); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder setMessageField25( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (messageField25Builder_ == null) { ensureMessageField25IsMutable(); messageField25_.set(index, builderForValue.build()); onChanged(); } else { messageField25Builder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder addMessageField25(com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageField25Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMessageField25IsMutable(); messageField25_.add(value); onChanged(); } else { messageField25Builder_.addMessage(value); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder addMessageField25( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage value) { if (messageField25Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMessageField25IsMutable(); messageField25_.add(index, value); onChanged(); } else { messageField25Builder_.addMessage(index, value); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder addMessageField25( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (messageField25Builder_ == null) { ensureMessageField25IsMutable(); messageField25_.add(builderForValue.build()); onChanged(); } else { messageField25Builder_.addMessage(builderForValue.build()); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder addMessageField25( int index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder builderForValue) { if (messageField25Builder_ == null) { ensureMessageField25IsMutable(); messageField25_.add(index, builderForValue.build()); onChanged(); } else { messageField25Builder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder addAllMessageField25( java.lang.Iterable values) { if (messageField25Builder_ == null) { ensureMessageField25IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, messageField25_); onChanged(); } else { messageField25Builder_.addAllMessages(values); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder clearMessageField25() { if (messageField25Builder_ == null) { messageField25_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00004000); onChanged(); } else { messageField25Builder_.clear(); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public Builder removeMessageField25(int index) { if (messageField25Builder_ == null) { ensureMessageField25IsMutable(); messageField25_.remove(index); onChanged(); } else { messageField25Builder_.remove(index); } return this; } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder getMessageField25Builder( int index) { return getMessageField25FieldBuilder().getBuilder(index); } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder getMessageField25OrBuilder( int index) { if (messageField25Builder_ == null) { return messageField25_.get(index); } else { return messageField25Builder_.getMessageOrBuilder(index); } } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public java.util.List getMessageField25OrBuilderList() { if (messageField25Builder_ != null) { return messageField25Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(messageField25_); } } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder addMessageField25Builder() { return getMessageField25FieldBuilder().addBuilder( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance()); } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder addMessageField25Builder( int index) { return getMessageField25FieldBuilder().addBuilder( index, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.getDefaultInstance()); } /** *
       * NO_PROTO3
       * 
* * repeated .io_protocol_tests.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage MessageField = 25; */ public java.util.List getMessageField25BuilderList() { return getMessageField25FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder> getMessageField25FieldBuilder() { if (messageField25Builder_ == null) { messageField25Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessage.Builder, com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.ForbiddenWordsUnderscoreMessageOrBuilder>( messageField25_, ((bitField0_ & 0x00004000) != 0), getParentForChildren(), isClean()); messageField25_ = null; } return messageField25Builder_; } private int int32FieldList31_ ; /** *
       * This field conflicts with "int32_field" as they both generate
       * the method getInt32FieldList().
       * 
* * required int32 int32_field_list = 31; * @return Whether the int32FieldList field is set. */ @java.lang.Override public boolean hasInt32FieldList31() { return ((bitField0_ & 0x00008000) != 0); } /** *
       * This field conflicts with "int32_field" as they both generate
       * the method getInt32FieldList().
       * 
* * required int32 int32_field_list = 31; * @return The int32FieldList. */ @java.lang.Override public int getInt32FieldList31() { return int32FieldList31_; } /** *
       * This field conflicts with "int32_field" as they both generate
       * the method getInt32FieldList().
       * 
* * required int32 int32_field_list = 31; * @param value The int32FieldList to set. * @return This builder for chaining. */ public Builder setInt32FieldList31(int value) { int32FieldList31_ = value; bitField0_ |= 0x00008000; onChanged(); return this; } /** *
       * This field conflicts with "int32_field" as they both generate
       * the method getInt32FieldList().
       * 
* * required int32 int32_field_list = 31; * @return This builder for chaining. */ public Builder clearInt32FieldList31() { bitField0_ = (bitField0_ & ~0x00008000); int32FieldList31_ = 0; onChanged(); return this; } private java.lang.Object fieldName32_ = ""; /** *
       * These field pairs have the same Java converted name
       * 
* * optional string field_name = 32; * @return Whether the fieldName field is set. */ public boolean hasFieldName32() { return ((bitField0_ & 0x00010000) != 0); } /** *
       * These field pairs have the same Java converted name
       * 
* * optional string field_name = 32; * @return The fieldName. */ public java.lang.String getFieldName32() { java.lang.Object ref = fieldName32_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldName32_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
       * These field pairs have the same Java converted name
       * 
* * optional string field_name = 32; * @return The bytes for fieldName. */ public com.google.protobuf.ByteString getFieldName32Bytes() { java.lang.Object ref = fieldName32_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldName32_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * These field pairs have the same Java converted name
       * 
* * optional string field_name = 32; * @param value The fieldName to set. * @return This builder for chaining. */ public Builder setFieldName32( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldName32_ = value; bitField0_ |= 0x00010000; onChanged(); return this; } /** *
       * These field pairs have the same Java converted name
       * 
* * optional string field_name = 32; * @return This builder for chaining. */ public Builder clearFieldName32() { fieldName32_ = getDefaultInstance().getFieldName32(); bitField0_ = (bitField0_ & ~0x00010000); onChanged(); return this; } /** *
       * These field pairs have the same Java converted name
       * 
* * optional string field_name = 32; * @param value The bytes for fieldName to set. * @return This builder for chaining. */ public Builder setFieldName32Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldName32_ = value; bitField0_ |= 0x00010000; onChanged(); return this; } private java.lang.Object fieldName33_ = ""; /** *
       * NO_PROTO3
       * 
* * optional string field__name = 33; * @return Whether the fieldName field is set. */ public boolean hasFieldName33() { return ((bitField0_ & 0x00020000) != 0); } /** *
       * NO_PROTO3
       * 
* * optional string field__name = 33; * @return The fieldName. */ public java.lang.String getFieldName33() { java.lang.Object ref = fieldName33_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldName33_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
       * NO_PROTO3
       * 
* * optional string field__name = 33; * @return The bytes for fieldName. */ public com.google.protobuf.ByteString getFieldName33Bytes() { java.lang.Object ref = fieldName33_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldName33_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * NO_PROTO3
       * 
* * optional string field__name = 33; * @param value The fieldName to set. * @return This builder for chaining. */ public Builder setFieldName33( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldName33_ = value; bitField0_ |= 0x00020000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * optional string field__name = 33; * @return This builder for chaining. */ public Builder clearFieldName33() { fieldName33_ = getDefaultInstance().getFieldName33(); bitField0_ = (bitField0_ & ~0x00020000); onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * optional string field__name = 33; * @param value The bytes for fieldName to set. * @return This builder for chaining. */ public Builder setFieldName33Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldName33_ = value; bitField0_ |= 0x00020000; onChanged(); return this; } private int _2Conflict34_ ; /** *
       * NO_PROTO3
       * 
* * optional int32 _2conflict = 34; * @return Whether the 2conflict field is set. */ @java.lang.Override public boolean has2Conflict34() { return ((bitField0_ & 0x00040000) != 0); } /** *
       * NO_PROTO3
       * 
* * optional int32 _2conflict = 34; * @return The 2conflict. */ @java.lang.Override public int get2Conflict34() { return _2Conflict34_; } /** *
       * NO_PROTO3
       * 
* * optional int32 _2conflict = 34; * @param value The 2conflict to set. * @return This builder for chaining. */ public Builder set2Conflict34(int value) { _2Conflict34_ = value; bitField0_ |= 0x00040000; onChanged(); return this; } /** *
       * NO_PROTO3
       * 
* * optional int32 _2conflict = 34; * @return This builder for chaining. */ public Builder clear2Conflict34() { bitField0_ = (bitField0_ & ~0x00040000); _2Conflict34_ = 0; onChanged(); return this; } private int _2Conflict35_ ; /** * optional int32 __2conflict = 35; * @return Whether the 2conflict field is set. */ @java.lang.Override public boolean has2Conflict35() { return ((bitField0_ & 0x00080000) != 0); } /** * optional int32 __2conflict = 35; * @return The 2conflict. */ @java.lang.Override public int get2Conflict35() { return _2Conflict35_; } /** * optional int32 __2conflict = 35; * @param value The 2conflict to set. * @return This builder for chaining. */ public Builder set2Conflict35(int value) { _2Conflict35_ = value; bitField0_ |= 0x00080000; onChanged(); return this; } /** * optional int32 __2conflict = 35; * @return This builder for chaining. */ public Builder clear2Conflict35() { bitField0_ = (bitField0_ & ~0x00080000); _2Conflict35_ = 0; onChanged(); return this; } private com.google.protobuf.Internal.LongList int64Field_ = emptyLongList(); private void ensureInt64FieldIsMutable() { if (!int64Field_.isModifiable()) { int64Field_ = makeMutableCopy(int64Field_); } bitField0_ |= 0x00100000; } /** * repeated int64 int64_field = 41; * @return A list containing the int64Field. */ public java.util.List getInt64FieldList() { int64Field_.makeImmutable(); return int64Field_; } /** * repeated int64 int64_field = 41; * @return The count of int64Field. */ public int getInt64FieldCount() { return int64Field_.size(); } /** * repeated int64 int64_field = 41; * @param index The index of the element to return. * @return The int64Field at the given index. */ public long getInt64Field(int index) { return int64Field_.getLong(index); } /** * repeated int64 int64_field = 41; * @param index The index to set the value at. * @param value The int64Field to set. * @return This builder for chaining. */ public Builder setInt64Field( int index, long value) { ensureInt64FieldIsMutable(); int64Field_.setLong(index, value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated int64 int64_field = 41; * @param value The int64Field to add. * @return This builder for chaining. */ public Builder addInt64Field(long value) { ensureInt64FieldIsMutable(); int64Field_.addLong(value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated int64 int64_field = 41; * @param values The int64Field to add. * @return This builder for chaining. */ public Builder addAllInt64Field( java.lang.Iterable values) { ensureInt64FieldIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, int64Field_); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated int64 int64_field = 41; * @return This builder for chaining. */ public Builder clearInt64Field() { int64Field_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00100000); onChanged(); 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:io_protocol_tests.TestConflictingFieldNames) } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestConflictingFieldNames) private static final com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames(); } public static com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestConflictingFieldNames parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames getDefaultInstanceForType() { return DEFAULT_INSTANCE; } public static final int INT64_FIELD_COUNT_FIELD_NUMBER = 1001; /** *
     * We don't generate accessors for extensions so the following extension
     * fields don't conflict with the repeated field "int64_field".
     * 
* * extend .io_protocol_tests.TestConflictingFieldNames { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames, java.lang.Long> int64FieldCount = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.getDefaultInstance(), 0, java.lang.Long.class, null); public static final int INT64_FIELD_LIST_FIELD_NUMBER = 1002; /** *
     * NO_PROTO3
     * 
* * extend .io_protocol_tests.TestConflictingFieldNames { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames, java.lang.Long> int64FieldList = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( com.google.protobuf.TestBadIdentifiersProto.TestConflictingFieldNames.getDefaultInstance(), 1, java.lang.Long.class, null); } public interface TestMapFieldOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.TestMapField) com.google.protobuf.MessageOrBuilder { /** * map<int32, int32> map_field = 1; */ int getMapFieldCount(); /** * map<int32, int32> map_field = 1; */ boolean containsMapField( int key); /** * Use {@link #getMapFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getMapField(); /** * map<int32, int32> map_field = 1; */ java.util.Map getMapFieldMap(); /** * map<int32, int32> map_field = 1; */ int getMapFieldOrDefault( int key, int defaultValue); /** * map<int32, int32> map_field = 1; */ int getMapFieldOrThrow( int key); } /** * Protobuf type {@code io_protocol_tests.TestMapField} */ public static final class TestMapField extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.TestMapField) TestMapFieldOrBuilder { private static final long serialVersionUID = 0L; // Use TestMapField.newBuilder() to construct. private TestMapField(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMapField() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMapField(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.Builder.class); } public interface MapFieldOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.TestMapField.MapField) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code io_protocol_tests.TestMapField.MapField} */ public static final class MapField extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.TestMapField.MapField) MapFieldOrBuilder { private static final long serialVersionUID = 0L; // Use MapField.newBuilder() to construct. private MapField(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MapField() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MapField(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_MapField_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_MapField_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField other = (com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.TestMapField.MapField} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.TestMapField.MapField) com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapFieldOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_MapField_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_MapField_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_MapField_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField build() { com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField buildPartial() { com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField result = new com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField other) { if (other == com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:io_protocol_tests.TestMapField.MapField) } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestMapField.MapField) private static final com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField(); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MapField parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.MapField getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface PairOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.TestMapField.Pair) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code io_protocol_tests.TestMapField.Pair} */ public static final class Pair extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.TestMapField.Pair) PairOrBuilder { private static final long serialVersionUID = 0L; // Use Pair.newBuilder() to construct. private Pair(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Pair() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Pair(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Pair_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Pair_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair other = (com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.TestMapField.Pair} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.TestMapField.Pair) com.google.protobuf.TestBadIdentifiersProto.TestMapField.PairOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Pair_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Pair_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Pair_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair build() { com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair buildPartial() { com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair result = new com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair other) { if (other == com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:io_protocol_tests.TestMapField.Pair) } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestMapField.Pair) private static final com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair(); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Pair parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Pair getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MessageOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.TestMapField.Message) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code io_protocol_tests.TestMapField.Message} */ public static final class Message extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.TestMapField.Message) MessageOrBuilder { private static final long serialVersionUID = 0L; // Use Message.newBuilder() to construct. private Message(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Message() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Message(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message other = (com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.TestMapField.Message} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.TestMapField.Message) com.google.protobuf.TestBadIdentifiersProto.TestMapField.MessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_Message_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message build() { com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message buildPartial() { com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message result = new com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message other) { if (other == com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:io_protocol_tests.TestMapField.Message) } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestMapField.Message) private static final com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message(); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Message parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField.Message getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int MAP_FIELD_FIELD_NUMBER = 1; private static final class MapFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_MapFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> mapField_; private com.google.protobuf.MapField internalGetMapField() { if (mapField_ == null) { return com.google.protobuf.MapField.emptyMapField( MapFieldDefaultEntryHolder.defaultEntry); } return mapField_; } public int getMapFieldCount() { return internalGetMapField().getMap().size(); } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public boolean containsMapField( int key) { return internalGetMapField().getMap().containsKey(key); } /** * Use {@link #getMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMapField() { return getMapFieldMap(); } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public java.util.Map getMapFieldMap() { return internalGetMapField().getMap(); } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public int getMapFieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetMapField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public int getMapFieldOrThrow( int key) { java.util.Map map = internalGetMapField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetMapField(), MapFieldDefaultEntryHolder.defaultEntry, 1); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetMapField().getMap().entrySet()) { com.google.protobuf.MapEntry mapField__ = MapFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, mapField__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.TestMapField other = (com.google.protobuf.TestBadIdentifiersProto.TestMapField) obj; if (!internalGetMapField().equals( other.internalGetMapField())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetMapField().getMap().isEmpty()) { hash = (37 * hash) + MAP_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetMapField().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.TestMapField prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.TestMapField} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.TestMapField) com.google.protobuf.TestBadIdentifiersProto.TestMapFieldOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestMapField.class, com.google.protobuf.TestBadIdentifiersProto.TestMapField.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.TestMapField.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableMapField().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestMapField_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.TestMapField.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField build() { com.google.protobuf.TestBadIdentifiersProto.TestMapField result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField buildPartial() { com.google.protobuf.TestBadIdentifiersProto.TestMapField result = new com.google.protobuf.TestBadIdentifiersProto.TestMapField(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.TestMapField result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.mapField_ = internalGetMapField(); result.mapField_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.TestMapField) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.TestMapField)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.TestMapField other) { if (other == com.google.protobuf.TestBadIdentifiersProto.TestMapField.getDefaultInstance()) return this; internalGetMutableMapField().mergeFrom( other.internalGetMapField()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry mapField__ = input.readMessage( MapFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableMapField().getMutableMap().put( mapField__.getKey(), mapField__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> mapField_; private com.google.protobuf.MapField internalGetMapField() { if (mapField_ == null) { return com.google.protobuf.MapField.emptyMapField( MapFieldDefaultEntryHolder.defaultEntry); } return mapField_; } private com.google.protobuf.MapField internalGetMutableMapField() { if (mapField_ == null) { mapField_ = com.google.protobuf.MapField.newMapField( MapFieldDefaultEntryHolder.defaultEntry); } if (!mapField_.isMutable()) { mapField_ = mapField_.copy(); } bitField0_ |= 0x00000001; onChanged(); return mapField_; } public int getMapFieldCount() { return internalGetMapField().getMap().size(); } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public boolean containsMapField( int key) { return internalGetMapField().getMap().containsKey(key); } /** * Use {@link #getMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMapField() { return getMapFieldMap(); } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public java.util.Map getMapFieldMap() { return internalGetMapField().getMap(); } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public int getMapFieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetMapField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> map_field = 1; */ @java.lang.Override public int getMapFieldOrThrow( int key) { java.util.Map map = internalGetMapField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearMapField() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableMapField().getMutableMap() .clear(); return this; } /** * map<int32, int32> map_field = 1; */ public Builder removeMapField( int key) { internalGetMutableMapField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableMapField() { bitField0_ |= 0x00000001; return internalGetMutableMapField().getMutableMap(); } /** * map<int32, int32> map_field = 1; */ public Builder putMapField( int key, int value) { internalGetMutableMapField().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<int32, int32> map_field = 1; */ public Builder putAllMapField( java.util.Map values) { internalGetMutableMapField().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; 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:io_protocol_tests.TestMapField) } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestMapField) private static final com.google.protobuf.TestBadIdentifiersProto.TestMapField DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.TestMapField(); } public static com.google.protobuf.TestBadIdentifiersProto.TestMapField getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMapField parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestMapField getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestLeadingNumberFieldsOrBuilder extends // @@protoc_insertion_point(interface_extends:io_protocol_tests.TestLeadingNumberFields) com.google.protobuf.MessageOrBuilder { /** * optional int32 _30day_impressions = 1; * @return Whether the 30dayImpressions field is set. */ boolean has30DayImpressions(); /** * optional int32 _30day_impressions = 1; * @return The 30dayImpressions. */ int get30DayImpressions(); /** * repeated string _60day_impressions = 2; * @return A list containing the 60dayImpressions. */ java.util.List get60DayImpressionsList(); /** * repeated string _60day_impressions = 2; * @return The count of 60dayImpressions. */ int get60DayImpressionsCount(); /** * repeated string _60day_impressions = 2; * @param index The index of the element to return. * @return The 60dayImpressions at the given index. */ java.lang.String get60DayImpressions(int index); /** * repeated string _60day_impressions = 2; * @param index The index of the value to return. * @return The bytes of the 60dayImpressions at the given index. */ com.google.protobuf.ByteString get60DayImpressionsBytes(int index); /** * optional string __2_underscores = 3; * @return Whether the 2Underscores field is set. */ boolean has2Underscores(); /** * optional string __2_underscores = 3; * @return The 2Underscores. */ java.lang.String get2Underscores(); /** * optional string __2_underscores = 3; * @return The bytes for 2Underscores. */ com.google.protobuf.ByteString get2UnderscoresBytes(); /** * repeated string __2repeated_underscores = 4; * @return A list containing the 2repeatedUnderscores. */ java.util.List get2RepeatedUnderscoresList(); /** * repeated string __2repeated_underscores = 4; * @return The count of 2repeatedUnderscores. */ int get2RepeatedUnderscoresCount(); /** * repeated string __2repeated_underscores = 4; * @param index The index of the element to return. * @return The 2repeatedUnderscores at the given index. */ java.lang.String get2RepeatedUnderscores(int index); /** * repeated string __2repeated_underscores = 4; * @param index The index of the value to return. * @return The bytes of the 2repeatedUnderscores at the given index. */ com.google.protobuf.ByteString get2RepeatedUnderscoresBytes(int index); /** * optional int32 _32 = 32; * @return Whether the 32 field is set. */ boolean has32(); /** * optional int32 _32 = 32; * @return The 32. */ int get32(); /** * repeated int64 _64 = 64; * @return A list containing the 64. */ java.util.List get64List(); /** * repeated int64 _64 = 64; * @return The count of 64. */ int get64Count(); /** * repeated int64 _64 = 64; * @param index The index of the element to return. * @return The 64 at the given index. */ long get64(int index); } /** * Protobuf type {@code io_protocol_tests.TestLeadingNumberFields} */ public static final class TestLeadingNumberFields extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:io_protocol_tests.TestLeadingNumberFields) TestLeadingNumberFieldsOrBuilder { private static final long serialVersionUID = 0L; // Use TestLeadingNumberFields.newBuilder() to construct. private TestLeadingNumberFields(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestLeadingNumberFields() { _60DayImpressions_ = com.google.protobuf.LazyStringArrayList.emptyList(); _2Underscores_ = ""; _2RepeatedUnderscores_ = com.google.protobuf.LazyStringArrayList.emptyList(); _64_ = emptyLongList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestLeadingNumberFields(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestLeadingNumberFields_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestLeadingNumberFields_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields.class, com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields.Builder.class); } private int bitField0_; public static final int _30DAY_IMPRESSIONS_FIELD_NUMBER = 1; private int _30DayImpressions_ = 0; /** * optional int32 _30day_impressions = 1; * @return Whether the 30dayImpressions field is set. */ @java.lang.Override public boolean has30DayImpressions() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 _30day_impressions = 1; * @return The 30dayImpressions. */ @java.lang.Override public int get30DayImpressions() { return _30DayImpressions_; } public static final int _60DAY_IMPRESSIONS_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList _60DayImpressions_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string _60day_impressions = 2; * @return A list containing the 60dayImpressions. */ public com.google.protobuf.ProtocolStringList get60DayImpressionsList() { return _60DayImpressions_; } /** * repeated string _60day_impressions = 2; * @return The count of 60dayImpressions. */ public int get60DayImpressionsCount() { return _60DayImpressions_.size(); } /** * repeated string _60day_impressions = 2; * @param index The index of the element to return. * @return The 60dayImpressions at the given index. */ public java.lang.String get60DayImpressions(int index) { return _60DayImpressions_.get(index); } /** * repeated string _60day_impressions = 2; * @param index The index of the value to return. * @return The bytes of the 60dayImpressions at the given index. */ public com.google.protobuf.ByteString get60DayImpressionsBytes(int index) { return _60DayImpressions_.getByteString(index); } public static final int __2_UNDERSCORES_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object _2Underscores_ = ""; /** * optional string __2_underscores = 3; * @return Whether the 2Underscores field is set. */ @java.lang.Override public boolean has2Underscores() { return ((bitField0_ & 0x00000002) != 0); } /** * optional string __2_underscores = 3; * @return The 2Underscores. */ @java.lang.Override public java.lang.String get2Underscores() { java.lang.Object ref = _2Underscores_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { _2Underscores_ = s; } return s; } } /** * optional string __2_underscores = 3; * @return The bytes for 2Underscores. */ @java.lang.Override public com.google.protobuf.ByteString get2UnderscoresBytes() { java.lang.Object ref = _2Underscores_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); _2Underscores_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int __2REPEATED_UNDERSCORES_FIELD_NUMBER = 4; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList _2RepeatedUnderscores_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string __2repeated_underscores = 4; * @return A list containing the 2repeatedUnderscores. */ public com.google.protobuf.ProtocolStringList get2RepeatedUnderscoresList() { return _2RepeatedUnderscores_; } /** * repeated string __2repeated_underscores = 4; * @return The count of 2repeatedUnderscores. */ public int get2RepeatedUnderscoresCount() { return _2RepeatedUnderscores_.size(); } /** * repeated string __2repeated_underscores = 4; * @param index The index of the element to return. * @return The 2repeatedUnderscores at the given index. */ public java.lang.String get2RepeatedUnderscores(int index) { return _2RepeatedUnderscores_.get(index); } /** * repeated string __2repeated_underscores = 4; * @param index The index of the value to return. * @return The bytes of the 2repeatedUnderscores at the given index. */ public com.google.protobuf.ByteString get2RepeatedUnderscoresBytes(int index) { return _2RepeatedUnderscores_.getByteString(index); } public static final int _32_FIELD_NUMBER = 32; private int _32_ = 0; /** * optional int32 _32 = 32; * @return Whether the 32 field is set. */ @java.lang.Override public boolean has32() { return ((bitField0_ & 0x00000004) != 0); } /** * optional int32 _32 = 32; * @return The 32. */ @java.lang.Override public int get32() { return _32_; } public static final int _64_FIELD_NUMBER = 64; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList _64_ = emptyLongList(); /** * repeated int64 _64 = 64; * @return A list containing the 64. */ @java.lang.Override public java.util.List get64List() { return _64_; } /** * repeated int64 _64 = 64; * @return The count of 64. */ public int get64Count() { return _64_.size(); } /** * repeated int64 _64 = 64; * @param index The index of the element to return. * @return The 64 at the given index. */ public long get64(int index) { return _64_.getLong(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, _30DayImpressions_); } for (int i = 0; i < _60DayImpressions_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, _60DayImpressions_.getRaw(i)); } if (((bitField0_ & 0x00000002) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, _2Underscores_); } for (int i = 0; i < _2RepeatedUnderscores_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, _2RepeatedUnderscores_.getRaw(i)); } if (((bitField0_ & 0x00000004) != 0)) { output.writeInt32(32, _32_); } for (int i = 0; i < _64_.size(); i++) { output.writeInt64(64, _64_.getLong(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, _30DayImpressions_); } { int dataSize = 0; for (int i = 0; i < _60DayImpressions_.size(); i++) { dataSize += computeStringSizeNoTag(_60DayImpressions_.getRaw(i)); } size += dataSize; size += 1 * get60DayImpressionsList().size(); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, _2Underscores_); } { int dataSize = 0; for (int i = 0; i < _2RepeatedUnderscores_.size(); i++) { dataSize += computeStringSizeNoTag(_2RepeatedUnderscores_.getRaw(i)); } size += dataSize; size += 1 * get2RepeatedUnderscoresList().size(); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(32, _32_); } { int dataSize = 0; for (int i = 0; i < _64_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(_64_.getLong(i)); } size += dataSize; size += 2 * get64List().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields)) { return super.equals(obj); } com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields other = (com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields) obj; if (has30DayImpressions() != other.has30DayImpressions()) return false; if (has30DayImpressions()) { if (get30DayImpressions() != other.get30DayImpressions()) return false; } if (!get60DayImpressionsList() .equals(other.get60DayImpressionsList())) return false; if (has2Underscores() != other.has2Underscores()) return false; if (has2Underscores()) { if (!get2Underscores() .equals(other.get2Underscores())) return false; } if (!get2RepeatedUnderscoresList() .equals(other.get2RepeatedUnderscoresList())) return false; if (has32() != other.has32()) return false; if (has32()) { if (get32() != other.get32()) return false; } if (!get64List() .equals(other.get64List())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (has30DayImpressions()) { hash = (37 * hash) + _30DAY_IMPRESSIONS_FIELD_NUMBER; hash = (53 * hash) + get30DayImpressions(); } if (get60DayImpressionsCount() > 0) { hash = (37 * hash) + _60DAY_IMPRESSIONS_FIELD_NUMBER; hash = (53 * hash) + get60DayImpressionsList().hashCode(); } if (has2Underscores()) { hash = (37 * hash) + __2_UNDERSCORES_FIELD_NUMBER; hash = (53 * hash) + get2Underscores().hashCode(); } if (get2RepeatedUnderscoresCount() > 0) { hash = (37 * hash) + __2REPEATED_UNDERSCORES_FIELD_NUMBER; hash = (53 * hash) + get2RepeatedUnderscoresList().hashCode(); } if (has32()) { hash = (37 * hash) + _32_FIELD_NUMBER; hash = (53 * hash) + get32(); } if (get64Count() > 0) { hash = (37 * hash) + _64_FIELD_NUMBER; hash = (53 * hash) + get64List().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code io_protocol_tests.TestLeadingNumberFields} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:io_protocol_tests.TestLeadingNumberFields) com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFieldsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestLeadingNumberFields_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestLeadingNumberFields_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields.class, com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields.Builder.class); } // Construct using com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; _30DayImpressions_ = 0; _60DayImpressions_ = com.google.protobuf.LazyStringArrayList.emptyList(); _2Underscores_ = ""; _2RepeatedUnderscores_ = com.google.protobuf.LazyStringArrayList.emptyList(); _32_ = 0; _64_ = emptyLongList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.TestBadIdentifiersProto.internal_static_io_protocol_tests_TestLeadingNumberFields_descriptor; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields getDefaultInstanceForType() { return com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields build() { com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields buildPartial() { com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields result = new com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result._30DayImpressions_ = _30DayImpressions_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { _60DayImpressions_.makeImmutable(); result._60DayImpressions_ = _60DayImpressions_; } if (((from_bitField0_ & 0x00000004) != 0)) { result._2Underscores_ = _2Underscores_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000008) != 0)) { _2RepeatedUnderscores_.makeImmutable(); result._2RepeatedUnderscores_ = _2RepeatedUnderscores_; } if (((from_bitField0_ & 0x00000010) != 0)) { result._32_ = _32_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000020) != 0)) { _64_.makeImmutable(); result._64_ = _64_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields) { return mergeFrom((com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields other) { if (other == com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields.getDefaultInstance()) return this; if (other.has30DayImpressions()) { set30DayImpressions(other.get30DayImpressions()); } if (!other._60DayImpressions_.isEmpty()) { if (_60DayImpressions_.isEmpty()) { _60DayImpressions_ = other._60DayImpressions_; bitField0_ |= 0x00000002; } else { ensure60DayImpressionsIsMutable(); _60DayImpressions_.addAll(other._60DayImpressions_); } onChanged(); } if (other.has2Underscores()) { _2Underscores_ = other._2Underscores_; bitField0_ |= 0x00000004; onChanged(); } if (!other._2RepeatedUnderscores_.isEmpty()) { if (_2RepeatedUnderscores_.isEmpty()) { _2RepeatedUnderscores_ = other._2RepeatedUnderscores_; bitField0_ |= 0x00000008; } else { ensure2RepeatedUnderscoresIsMutable(); _2RepeatedUnderscores_.addAll(other._2RepeatedUnderscores_); } onChanged(); } if (other.has32()) { set32(other.get32()); } if (!other._64_.isEmpty()) { if (_64_.isEmpty()) { _64_ = other._64_; _64_.makeImmutable(); bitField0_ |= 0x00000020; } else { ensure64IsMutable(); _64_.addAll(other._64_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { _30DayImpressions_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { com.google.protobuf.ByteString bs = input.readBytes(); ensure60DayImpressionsIsMutable(); _60DayImpressions_.add(bs); break; } // case 18 case 26: { _2Underscores_ = input.readBytes(); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.ByteString bs = input.readBytes(); ensure2RepeatedUnderscoresIsMutable(); _2RepeatedUnderscores_.add(bs); break; } // case 34 case 256: { _32_ = input.readInt32(); bitField0_ |= 0x00000010; break; } // case 256 case 512: { long v = input.readInt64(); ensure64IsMutable(); _64_.addLong(v); break; } // case 512 case 514: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensure64IsMutable(); while (input.getBytesUntilLimit() > 0) { _64_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 514 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int _30DayImpressions_ ; /** * optional int32 _30day_impressions = 1; * @return Whether the 30dayImpressions field is set. */ @java.lang.Override public boolean has30DayImpressions() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 _30day_impressions = 1; * @return The 30dayImpressions. */ @java.lang.Override public int get30DayImpressions() { return _30DayImpressions_; } /** * optional int32 _30day_impressions = 1; * @param value The 30dayImpressions to set. * @return This builder for chaining. */ public Builder set30DayImpressions(int value) { _30DayImpressions_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 _30day_impressions = 1; * @return This builder for chaining. */ public Builder clear30DayImpressions() { bitField0_ = (bitField0_ & ~0x00000001); _30DayImpressions_ = 0; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList _60DayImpressions_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensure60DayImpressionsIsMutable() { if (!_60DayImpressions_.isModifiable()) { _60DayImpressions_ = new com.google.protobuf.LazyStringArrayList(_60DayImpressions_); } bitField0_ |= 0x00000002; } /** * repeated string _60day_impressions = 2; * @return A list containing the 60dayImpressions. */ public com.google.protobuf.ProtocolStringList get60DayImpressionsList() { _60DayImpressions_.makeImmutable(); return _60DayImpressions_; } /** * repeated string _60day_impressions = 2; * @return The count of 60dayImpressions. */ public int get60DayImpressionsCount() { return _60DayImpressions_.size(); } /** * repeated string _60day_impressions = 2; * @param index The index of the element to return. * @return The 60dayImpressions at the given index. */ public java.lang.String get60DayImpressions(int index) { return _60DayImpressions_.get(index); } /** * repeated string _60day_impressions = 2; * @param index The index of the value to return. * @return The bytes of the 60dayImpressions at the given index. */ public com.google.protobuf.ByteString get60DayImpressionsBytes(int index) { return _60DayImpressions_.getByteString(index); } /** * repeated string _60day_impressions = 2; * @param index The index to set the value at. * @param value The 60dayImpressions to set. * @return This builder for chaining. */ public Builder set60DayImpressions( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensure60DayImpressionsIsMutable(); _60DayImpressions_.set(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated string _60day_impressions = 2; * @param value The 60dayImpressions to add. * @return This builder for chaining. */ public Builder add60DayImpressions( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensure60DayImpressionsIsMutable(); _60DayImpressions_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated string _60day_impressions = 2; * @param values The 60dayImpressions to add. * @return This builder for chaining. */ public Builder addAll60DayImpressions( java.lang.Iterable values) { ensure60DayImpressionsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, _60DayImpressions_); bitField0_ |= 0x00000002; onChanged(); return this; } /** * repeated string _60day_impressions = 2; * @return This builder for chaining. */ public Builder clear60DayImpressions() { _60DayImpressions_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** * repeated string _60day_impressions = 2; * @param value The bytes of the 60dayImpressions to add. * @return This builder for chaining. */ public Builder add60DayImpressionsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensure60DayImpressionsIsMutable(); _60DayImpressions_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object _2Underscores_ = ""; /** * optional string __2_underscores = 3; * @return Whether the 2Underscores field is set. */ public boolean has2Underscores() { return ((bitField0_ & 0x00000004) != 0); } /** * optional string __2_underscores = 3; * @return The 2Underscores. */ public java.lang.String get2Underscores() { java.lang.Object ref = _2Underscores_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { _2Underscores_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string __2_underscores = 3; * @return The bytes for 2Underscores. */ public com.google.protobuf.ByteString get2UnderscoresBytes() { java.lang.Object ref = _2Underscores_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); _2Underscores_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string __2_underscores = 3; * @param value The 2Underscores to set. * @return This builder for chaining. */ public Builder set2Underscores( java.lang.String value) { if (value == null) { throw new NullPointerException(); } _2Underscores_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional string __2_underscores = 3; * @return This builder for chaining. */ public Builder clear2Underscores() { _2Underscores_ = getDefaultInstance().get2Underscores(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** * optional string __2_underscores = 3; * @param value The bytes for 2Underscores to set. * @return This builder for chaining. */ public Builder set2UnderscoresBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } _2Underscores_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList _2RepeatedUnderscores_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensure2RepeatedUnderscoresIsMutable() { if (!_2RepeatedUnderscores_.isModifiable()) { _2RepeatedUnderscores_ = new com.google.protobuf.LazyStringArrayList(_2RepeatedUnderscores_); } bitField0_ |= 0x00000008; } /** * repeated string __2repeated_underscores = 4; * @return A list containing the 2repeatedUnderscores. */ public com.google.protobuf.ProtocolStringList get2RepeatedUnderscoresList() { _2RepeatedUnderscores_.makeImmutable(); return _2RepeatedUnderscores_; } /** * repeated string __2repeated_underscores = 4; * @return The count of 2repeatedUnderscores. */ public int get2RepeatedUnderscoresCount() { return _2RepeatedUnderscores_.size(); } /** * repeated string __2repeated_underscores = 4; * @param index The index of the element to return. * @return The 2repeatedUnderscores at the given index. */ public java.lang.String get2RepeatedUnderscores(int index) { return _2RepeatedUnderscores_.get(index); } /** * repeated string __2repeated_underscores = 4; * @param index The index of the value to return. * @return The bytes of the 2repeatedUnderscores at the given index. */ public com.google.protobuf.ByteString get2RepeatedUnderscoresBytes(int index) { return _2RepeatedUnderscores_.getByteString(index); } /** * repeated string __2repeated_underscores = 4; * @param index The index to set the value at. * @param value The 2repeatedUnderscores to set. * @return This builder for chaining. */ public Builder set2RepeatedUnderscores( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensure2RepeatedUnderscoresIsMutable(); _2RepeatedUnderscores_.set(index, value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated string __2repeated_underscores = 4; * @param value The 2repeatedUnderscores to add. * @return This builder for chaining. */ public Builder add2RepeatedUnderscores( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensure2RepeatedUnderscoresIsMutable(); _2RepeatedUnderscores_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated string __2repeated_underscores = 4; * @param values The 2repeatedUnderscores to add. * @return This builder for chaining. */ public Builder addAll2RepeatedUnderscores( java.lang.Iterable values) { ensure2RepeatedUnderscoresIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, _2RepeatedUnderscores_); bitField0_ |= 0x00000008; onChanged(); return this; } /** * repeated string __2repeated_underscores = 4; * @return This builder for chaining. */ public Builder clear2RepeatedUnderscores() { _2RepeatedUnderscores_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000008);; onChanged(); return this; } /** * repeated string __2repeated_underscores = 4; * @param value The bytes of the 2repeatedUnderscores to add. * @return This builder for chaining. */ public Builder add2RepeatedUnderscoresBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensure2RepeatedUnderscoresIsMutable(); _2RepeatedUnderscores_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } private int _32_ ; /** * optional int32 _32 = 32; * @return Whether the 32 field is set. */ @java.lang.Override public boolean has32() { return ((bitField0_ & 0x00000010) != 0); } /** * optional int32 _32 = 32; * @return The 32. */ @java.lang.Override public int get32() { return _32_; } /** * optional int32 _32 = 32; * @param value The 32 to set. * @return This builder for chaining. */ public Builder set32(int value) { _32_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * optional int32 _32 = 32; * @return This builder for chaining. */ public Builder clear32() { bitField0_ = (bitField0_ & ~0x00000010); _32_ = 0; onChanged(); return this; } private com.google.protobuf.Internal.LongList _64_ = emptyLongList(); private void ensure64IsMutable() { if (!_64_.isModifiable()) { _64_ = makeMutableCopy(_64_); } bitField0_ |= 0x00000020; } /** * repeated int64 _64 = 64; * @return A list containing the 64. */ public java.util.List get64List() { _64_.makeImmutable(); return _64_; } /** * repeated int64 _64 = 64; * @return The count of 64. */ public int get64Count() { return _64_.size(); } /** * repeated int64 _64 = 64; * @param index The index of the element to return. * @return The 64 at the given index. */ public long get64(int index) { return _64_.getLong(index); } /** * repeated int64 _64 = 64; * @param index The index to set the value at. * @param value The 64 to set. * @return This builder for chaining. */ public Builder set64( int index, long value) { ensure64IsMutable(); _64_.setLong(index, value); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated int64 _64 = 64; * @param value The 64 to add. * @return This builder for chaining. */ public Builder add64(long value) { ensure64IsMutable(); _64_.addLong(value); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated int64 _64 = 64; * @param values The 64 to add. * @return This builder for chaining. */ public Builder addAll64( java.lang.Iterable values) { ensure64IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, _64_); bitField0_ |= 0x00000020; onChanged(); return this; } /** * repeated int64 _64 = 64; * @return This builder for chaining. */ public Builder clear64() { _64_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); 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:io_protocol_tests.TestLeadingNumberFields) } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestLeadingNumberFields) private static final com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields(); } public static com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestLeadingNumberFields parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.TestBadIdentifiersProto.TestLeadingNumberFields getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } /** * Protobuf service {@code io_protocol_tests.TestConflictingMethodNames} */ public static abstract class TestConflictingMethodNames implements com.google.protobuf.Service { protected TestConflictingMethodNames() {} public interface Interface { /** * rpc Override(.io_protocol_tests.ForbiddenWordsUnderscoreMessage) returns (.io_protocol_tests.ForbiddenWordsUnderscoreMessage); */ public abstract void override( com.google.protobuf.RpcController controller, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage request, com.google.protobuf.RpcCallback done); } public static com.google.protobuf.Service newReflectiveService( final Interface impl) { return new TestConflictingMethodNames() { @java.lang.Override public void override( com.google.protobuf.RpcController controller, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage request, com.google.protobuf.RpcCallback done) { impl.override(controller, request, done); } }; } public static com.google.protobuf.BlockingService newReflectiveBlockingService(final BlockingInterface impl) { return new com.google.protobuf.BlockingService() { public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType() { return getDescriptor(); } public final com.google.protobuf.Message callBlockingMethod( com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request) throws com.google.protobuf.ServiceException { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.callBlockingMethod() given method descriptor for " + "wrong service type."); } switch(method.getIndex()) { case 0: return impl.override(controller, (com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage)request); default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getRequestPrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getRequestPrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getResponsePrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getResponsePrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } }; } /** * rpc Override(.io_protocol_tests.ForbiddenWordsUnderscoreMessage) returns (.io_protocol_tests.ForbiddenWordsUnderscoreMessage); */ public abstract void override( com.google.protobuf.RpcController controller, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage request, com.google.protobuf.RpcCallback done); public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor() { return com.google.protobuf.TestBadIdentifiersProto.getDescriptor().getServices().get(0); } public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType() { return getDescriptor(); } public final void callMethod( com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback< com.google.protobuf.Message> done) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.callMethod() given method descriptor for wrong " + "service type."); } switch(method.getIndex()) { case 0: this.override(controller, (com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage)request, com.google.protobuf.RpcUtil.specializeCallback( done)); return; default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getRequestPrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getRequestPrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getResponsePrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getResponsePrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } public static Stub newStub( com.google.protobuf.RpcChannel channel) { return new Stub(channel); } public static final class Stub extends com.google.protobuf.TestBadIdentifiersProto.TestConflictingMethodNames implements Interface { private Stub(com.google.protobuf.RpcChannel channel) { this.channel = channel; } private final com.google.protobuf.RpcChannel channel; public com.google.protobuf.RpcChannel getChannel() { return channel; } public void override( com.google.protobuf.RpcController controller, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage request, com.google.protobuf.RpcCallback done) { channel.callMethod( getDescriptor().getMethods().get(0), controller, request, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance(), com.google.protobuf.RpcUtil.generalizeCallback( done, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.class, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance())); } } public static BlockingInterface newBlockingStub( com.google.protobuf.BlockingRpcChannel channel) { return new BlockingStub(channel); } public interface BlockingInterface { public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage override( com.google.protobuf.RpcController controller, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage request) throws com.google.protobuf.ServiceException; } private static final class BlockingStub implements BlockingInterface { private BlockingStub(com.google.protobuf.BlockingRpcChannel channel) { this.channel = channel; } private final com.google.protobuf.BlockingRpcChannel channel; public com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage override( com.google.protobuf.RpcController controller, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage request) throws com.google.protobuf.ServiceException { return (com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage) channel.callBlockingMethod( getDescriptor().getMethods().get(0), controller, request, com.google.protobuf.TestBadIdentifiersProto.ForbiddenWordsUnderscoreMessage.getDefaultInstance()); } } // @@protoc_insertion_point(class_scope:io_protocol_tests.TestConflictingMethodNames) } private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Descriptor_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Descriptor_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Descriptor_NestedDescriptor_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Descriptor_NestedDescriptor_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Parser_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Parser_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Deprecated_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Deprecated_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Override_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Override_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Object_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Object_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_String_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_String_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Integer_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Integer_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Long_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Long_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Float_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Float_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_Double_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_Double_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestConflictingFieldNames_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestConflictingFieldNames_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestMapField_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestMapField_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestMapField_MapField_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestMapField_MapField_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestMapField_Pair_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestMapField_Pair_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestMapField_Message_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestMapField_Message_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestMapField_MapFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestMapField_MapFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_io_protocol_tests_TestLeadingNumberFields_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_io_protocol_tests_TestLeadingNumberFields_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n.com/google/protobuf/test_bad_identifie" + "rs.proto\022\021io_protocol_tests\"\210\002\n\037Forbidde" + "nWordsUnderscoreMessage\022\r\n\005class\030\001 \001(\010\022!" + "\n\031default_instance_for_type\030\002 \001(\010\022\027\n\017par" + "ser_for_type\030\003 \001(\010\022\027\n\017serialized_size\030\004 " + "\001(\010\022\022\n\nall_fields\030\005 \001(\010\022\033\n\023descriptor_fo" + "r_type\030\006 \001(\010\022#\n\033initialization_error_str" + "ing\030\007 \001(\010\022\026\n\016unknown_fields\030\010 \001(\010\022\023\n\013cac" + "hed_size\030\t \001(\010\"\377\001\n&ForbiddenWordsLeading" + "UnderscoreMessage\022\016\n\006_class\030\001 \001(\010\022\"\n\032_de" + "fault_instance_for_type\030\002 \001(\010\022\030\n\020_parser" + "_for_type\030\003 \001(\010\022\030\n\020_serialized_size\030\004 \001(" + "\010\022\023\n\013_all_fields\030\005 \001(\010\022\034\n\024_descriptor_fo" + "r_type\030\006 \001(\010\022$\n\034_initialization_error_st" + "ring\030\007 \001(\010\022\024\n\014_cached_size\030\t \001(\010\"\337\001\n\032For" + "biddenWordsCamelMessage\022\r\n\005class\030\001 \001(\010\022\036" + "\n\026defaultInstanceForType\030\002 \001(\010\022\026\n\016serial" + "izedSize\030\003 \001(\010\022\025\n\rparserForType\030\004 \001(\010\022!\n" + "\031initializationErrorString\030\005 \001(\010\022\031\n\021desc" + "riptorForType\030\006 \001(\010\022\021\n\tallFields\030\007 \001(\010\022\022" + "\n\ncachedSize\030\t \001(\010\"\277\001\n\nDescriptor\022\022\n\ndes" + "criptor\030\001 \001(\t\022I\n\021nested_descriptor\030\002 \001(\013" + "2..io_protocol_tests.Descriptor.NestedDe" + "scriptor\032*\n\020NestedDescriptor\022\022\n\ndescript" + "or\030\001 \001(\t:\002\020\001\"\"\n\nNestedEnum\022\013\n\007UNKNOWN\020\000\022" + "\007\n\003FOO\020\001:\002\020\001\"e\n\006Parser\0224\n\006parser\030\001 \001(\0162$" + ".io_protocol_tests.Parser.ParserEnum\"%\n\n" + "ParserEnum\022\013\n\007UNKNOWN\020\000\022\n\n\006PARSER\020\001\"\323\001\n\n" + "Deprecated\022\022\n\006field1\030\001 \001(\005B\002\030\001\022:\n\006field2" + "\030\002 \001(\0162&.io_protocol_tests.Deprecated.Te" + "stEnumB\002\030\001\022F\n\006field3\030\003 \001(\01322.io_protocol" + "_tests.ForbiddenWordsUnderscoreMessageB\002" + "\030\001\"-\n\010TestEnum\022\013\n\007UNKNOWN\020\000\022\007\n\003FOO\020\001\022\013\n\003" + "BAR\020\002\032\002\010\001\"\034\n\010Override\022\020\n\010override\030\001 \001(\005\"" + "/\n\006Object\022\016\n\006object\030\001 \001(\005\022\025\n\rstring_obje" + "ct\030\002 \001(\t\"\030\n\006String\022\016\n\006string\030\001 \001(\t\"\032\n\007In" + "teger\022\017\n\007integer\030\001 \001(\005\"\024\n\004Long\022\014\n\004long\030\001" + " \001(\005\"\026\n\005Float\022\r\n\005float\030\001 \001(\002\"\030\n\006Double\022\016" + "\n\006double\030\001 \001(\001\"\354\010\n\031TestConflictingFieldN" + "ames\022\023\n\013int32_field\030\001 \003(\005\022I\n\nenum_field\030" + "\002 \003(\01625.io_protocol_tests.TestConflictin" + "gFieldNames.TestEnum\022\024\n\014string_field\030\003 \003" + "(\t\022\023\n\013bytes_field\030\004 \003(\014\022c\n\rmessage_field" + "\030\005 \003(\0132L.io_protocol_tests.TestConflicti" + "ngFieldNames.ForbiddenWordsUnderscoreMes" + "sage\022\031\n\021int32_field_count\030\013 \001(\005\022O\n\020enum_" + "field_count\030\014 \001(\01625.io_protocol_tests.Te" + "stConflictingFieldNames.TestEnum\022\032\n\022stri" + "ng_field_count\030\r \001(\t\022\031\n\021bytes_field_coun" + "t\030\016 \001(\014\022i\n\023message_field_count\030\017 \001(\0132L.i" + "o_protocol_tests.TestConflictingFieldNam" + "es.ForbiddenWordsUnderscoreMessage\022\022\n\nIn" + "t32Field\030\025 \003(\005\022H\n\tEnumField\030\026 \003(\01625.io_p" + "rotocol_tests.TestConflictingFieldNames." + "TestEnum\022\023\n\013StringField\030\027 \003(\t\022\022\n\nBytesFi" + "eld\030\030 \003(\014\022b\n\014MessageField\030\031 \003(\0132L.io_pro" + "tocol_tests.TestConflictingFieldNames.Fo" + "rbiddenWordsUnderscoreMessage\022\030\n\020int32_f" + "ield_list\030\037 \002(\005\022\022\n\nfield_name\030 \001(\t\022\023\n\013f" + "ield__name\030! \001(\t\022\022\n\n_2conflict\030\" \001(\005\022\023\n\013" + "__2conflict\030# \001(\005\022\023\n\013int64_field\030) \003(\003\032!" + "\n\037ForbiddenWordsUnderscoreMessage\" \n\010Tes" + "tEnum\022\013\n\007UNKNOWN\020\000\022\007\n\003FOO\020\001*\t\010\350\007\020\200\200\200\200\0022H" + "\n\021int64_field_count\022,.io_protocol_tests." + "TestConflictingFieldNames\030\351\007 \001(\0032G\n\020int6" + "4_field_list\022,.io_protocol_tests.TestCon" + "flictingFieldNames\030\352\007 \001(\003:\002X\001\"\240\001\n\014TestMa" + "pField\022@\n\tmap_field\030\001 \003(\0132-.io_protocol_" + "tests.TestMapField.MapFieldEntry\032\n\n\010MapF" + "ield\032\006\n\004Pair\032\t\n\007Message\032/\n\rMapFieldEntry" + "\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001\"\245\001\n\027Tes" + "tLeadingNumberFields\022\032\n\022_30day_impressio" + "ns\030\001 \001(\005\022\032\n\022_60day_impressions\030\002 \003(\t\022\027\n\017" + "__2_underscores\030\003 \001(\t\022\037\n\027__2repeated_und" + "erscores\030\004 \003(\t\022\013\n\003_32\030 \001(\005\022\013\n\003_64\030@ \003(\003" + "2\220\001\n\032TestConflictingMethodNames\022r\n\010Overr" + "ide\0222.io_protocol_tests.ForbiddenWordsUn" + "derscoreMessage\0322.io_protocol_tests.Forb" + "iddenWordsUnderscoreMessageB1\n\023com.googl" + "e.protobufB\027TestBadIdentifiersProto\210\001\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_ForbiddenWordsUnderscoreMessage_descriptor, new java.lang.String[] { "Class_", "DefaultInstanceForType_", "ParserForType_", "SerializedSize_", "AllFields_", "DescriptorForType_", "InitializationErrorString_", "UnknownFields_", "CachedSize_", }); internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_ForbiddenWordsLeadingUnderscoreMessage_descriptor, new java.lang.String[] { "Class_", "DefaultInstanceForType_", "ParserForType_", "SerializedSize_", "AllFields_", "DescriptorForType_", "InitializationErrorString_", "CachedSize_", }); internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_ForbiddenWordsCamelMessage_descriptor, new java.lang.String[] { "Class_", "DefaultInstanceForType_", "SerializedSize_", "ParserForType_", "InitializationErrorString_", "DescriptorForType_", "AllFields_", "CachedSize_", }); internal_static_io_protocol_tests_Descriptor_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_io_protocol_tests_Descriptor_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Descriptor_descriptor, new java.lang.String[] { "Descriptor", "NestedDescriptor", }); internal_static_io_protocol_tests_Descriptor_NestedDescriptor_descriptor = internal_static_io_protocol_tests_Descriptor_descriptor.getNestedTypes().get(0); internal_static_io_protocol_tests_Descriptor_NestedDescriptor_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Descriptor_NestedDescriptor_descriptor, new java.lang.String[] { "Descriptor", }); internal_static_io_protocol_tests_Parser_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_io_protocol_tests_Parser_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Parser_descriptor, new java.lang.String[] { "Parser", }); internal_static_io_protocol_tests_Deprecated_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_io_protocol_tests_Deprecated_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Deprecated_descriptor, new java.lang.String[] { "Field1", "Field2", "Field3", }); internal_static_io_protocol_tests_Override_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_io_protocol_tests_Override_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Override_descriptor, new java.lang.String[] { "Override", }); internal_static_io_protocol_tests_Object_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_io_protocol_tests_Object_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Object_descriptor, new java.lang.String[] { "Object", "StringObject", }); internal_static_io_protocol_tests_String_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_io_protocol_tests_String_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_String_descriptor, new java.lang.String[] { "String", }); internal_static_io_protocol_tests_Integer_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_io_protocol_tests_Integer_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Integer_descriptor, new java.lang.String[] { "Integer", }); internal_static_io_protocol_tests_Long_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_io_protocol_tests_Long_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Long_descriptor, new java.lang.String[] { "Long", }); internal_static_io_protocol_tests_Float_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_io_protocol_tests_Float_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Float_descriptor, new java.lang.String[] { "Float", }); internal_static_io_protocol_tests_Double_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_io_protocol_tests_Double_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_Double_descriptor, new java.lang.String[] { "Double", }); internal_static_io_protocol_tests_TestConflictingFieldNames_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_io_protocol_tests_TestConflictingFieldNames_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestConflictingFieldNames_descriptor, new java.lang.String[] { "Int32Field1", "EnumField2", "StringField3", "BytesField4", "MessageField5", "Int32FieldCount11", "EnumFieldCount12", "StringFieldCount13", "BytesFieldCount14", "MessageFieldCount15", "Int32Field21", "EnumField22", "StringField23", "BytesField24", "MessageField25", "Int32FieldList31", "FieldName32", "FieldName33", "2Conflict34", "2Conflict35", "Int64Field", }); internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_descriptor = internal_static_io_protocol_tests_TestConflictingFieldNames_descriptor.getNestedTypes().get(0); internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestConflictingFieldNames_ForbiddenWordsUnderscoreMessage_descriptor, new java.lang.String[] { }); internal_static_io_protocol_tests_TestMapField_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_io_protocol_tests_TestMapField_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestMapField_descriptor, new java.lang.String[] { "MapField", }); internal_static_io_protocol_tests_TestMapField_MapField_descriptor = internal_static_io_protocol_tests_TestMapField_descriptor.getNestedTypes().get(0); internal_static_io_protocol_tests_TestMapField_MapField_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestMapField_MapField_descriptor, new java.lang.String[] { }); internal_static_io_protocol_tests_TestMapField_Pair_descriptor = internal_static_io_protocol_tests_TestMapField_descriptor.getNestedTypes().get(1); internal_static_io_protocol_tests_TestMapField_Pair_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestMapField_Pair_descriptor, new java.lang.String[] { }); internal_static_io_protocol_tests_TestMapField_Message_descriptor = internal_static_io_protocol_tests_TestMapField_descriptor.getNestedTypes().get(2); internal_static_io_protocol_tests_TestMapField_Message_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestMapField_Message_descriptor, new java.lang.String[] { }); internal_static_io_protocol_tests_TestMapField_MapFieldEntry_descriptor = internal_static_io_protocol_tests_TestMapField_descriptor.getNestedTypes().get(3); internal_static_io_protocol_tests_TestMapField_MapFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestMapField_MapFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_io_protocol_tests_TestLeadingNumberFields_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_io_protocol_tests_TestLeadingNumberFields_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_io_protocol_tests_TestLeadingNumberFields_descriptor, new java.lang.String[] { "30DayImpressions", "60DayImpressions", "2Underscores", "2RepeatedUnderscores", "32", "64", }); } // @@protoc_insertion_point(outer_class_scope) } PK !Cq3q3.com/google/protobuf/testing/Proto2Testing.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/proto2_message.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf.testing; public final class Proto2Testing { private Proto2Testing() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(com.google.protobuf.testing.Proto2Testing.fieldDouble1); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFloat2); registry.add(com.google.protobuf.testing.Proto2Testing.fieldInt643); registry.add(com.google.protobuf.testing.Proto2Testing.fieldUint644); registry.add(com.google.protobuf.testing.Proto2Testing.fieldInt325); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFixed646); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFixed327); registry.add(com.google.protobuf.testing.Proto2Testing.fieldBool8); registry.add(com.google.protobuf.testing.Proto2Testing.fieldString9); registry.add(com.google.protobuf.testing.Proto2Testing.fieldMessage10); registry.add(com.google.protobuf.testing.Proto2Testing.fieldBytes11); registry.add(com.google.protobuf.testing.Proto2Testing.fieldUint3212); registry.add(com.google.protobuf.testing.Proto2Testing.fieldEnum13); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSfixed3214); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSfixed6415); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSint3216); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSint6417); registry.add(com.google.protobuf.testing.Proto2Testing.fieldDoubleList18); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFloatList19); registry.add(com.google.protobuf.testing.Proto2Testing.fieldInt64List20); registry.add(com.google.protobuf.testing.Proto2Testing.fieldUint64List21); registry.add(com.google.protobuf.testing.Proto2Testing.fieldInt32List22); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFixed64List23); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFixed32List24); registry.add(com.google.protobuf.testing.Proto2Testing.fieldBoolList25); registry.add(com.google.protobuf.testing.Proto2Testing.fieldStringList26); registry.add(com.google.protobuf.testing.Proto2Testing.fieldMessageList27); registry.add(com.google.protobuf.testing.Proto2Testing.fieldBytesList28); registry.add(com.google.protobuf.testing.Proto2Testing.fieldUint32List29); registry.add(com.google.protobuf.testing.Proto2Testing.fieldEnumList30); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSfixed32List31); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSfixed64List32); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSint32List33); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSint64List34); registry.add(com.google.protobuf.testing.Proto2Testing.fieldDoubleListPacked35); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFloatListPacked36); registry.add(com.google.protobuf.testing.Proto2Testing.fieldInt64ListPacked37); registry.add(com.google.protobuf.testing.Proto2Testing.fieldUint64ListPacked38); registry.add(com.google.protobuf.testing.Proto2Testing.fieldInt32ListPacked39); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFixed64ListPacked40); registry.add(com.google.protobuf.testing.Proto2Testing.fieldFixed32ListPacked41); registry.add(com.google.protobuf.testing.Proto2Testing.fieldBoolListPacked42); registry.add(com.google.protobuf.testing.Proto2Testing.fieldUint32ListPacked43); registry.add(com.google.protobuf.testing.Proto2Testing.fieldEnumListPacked44); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSfixed32ListPacked45); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSfixed64ListPacked46); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSint32ListPacked47); registry.add(com.google.protobuf.testing.Proto2Testing.fieldSint64ListPacked48); registry.add(com.google.protobuf.testing.Proto2Testing.fieldGroup49); registry.add(com.google.protobuf.testing.Proto2Testing.fieldGroupList51); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface Proto2SpecialFieldNameOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2SpecialFieldName) com.google.protobuf.MessageOrBuilder { /** * optional double regular_name = 1; * @return Whether the regularName field is set. */ boolean hasRegularName(); /** * optional double regular_name = 1; * @return The regularName. */ double getRegularName(); /** * optional int32 cached_size = 2; * @return Whether the cachedSize field is set. */ boolean hasCachedSize_(); /** * optional int32 cached_size = 2; * @return The cachedSize. */ int getCachedSize_(); /** * optional int64 serialized_size = 3; * @return Whether the serializedSize field is set. */ boolean hasSerializedSize_(); /** * optional int64 serialized_size = 3; * @return The serializedSize. */ long getSerializedSize_(); /** * optional string class = 4; * @return Whether the class field is set. */ boolean hasClass_(); /** * optional string class = 4; * @return The class. */ java.lang.String getClass_(); /** * optional string class = 4; * @return The bytes for class. */ com.google.protobuf.ByteString getClass_Bytes(); } /** * Protobuf type {@code protobuf.experimental.Proto2SpecialFieldName} */ public static final class Proto2SpecialFieldName extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2SpecialFieldName) Proto2SpecialFieldNameOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2SpecialFieldName.newBuilder() to construct. private Proto2SpecialFieldName(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2SpecialFieldName() { class__ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2SpecialFieldName(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2SpecialFieldName_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2SpecialFieldName_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName.class, com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName.Builder.class); } private int bitField0_; public static final int REGULAR_NAME_FIELD_NUMBER = 1; private double regularName_ = 0D; /** * optional double regular_name = 1; * @return Whether the regularName field is set. */ @java.lang.Override public boolean hasRegularName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double regular_name = 1; * @return The regularName. */ @java.lang.Override public double getRegularName() { return regularName_; } public static final int CACHED_SIZE_FIELD_NUMBER = 2; private int cachedSize__ = 0; /** * optional int32 cached_size = 2; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 cached_size = 2; * @return The cachedSize. */ @java.lang.Override public int getCachedSize_() { return cachedSize__; } public static final int SERIALIZED_SIZE_FIELD_NUMBER = 3; private long serializedSize__ = 0L; /** * optional int64 serialized_size = 3; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000004) != 0); } /** * optional int64 serialized_size = 3; * @return The serializedSize. */ @java.lang.Override public long getSerializedSize_() { return serializedSize__; } public static final int CLASS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object class__ = ""; /** * optional string class = 4; * @return Whether the class field is set. */ @java.lang.Override public boolean hasClass_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional string class = 4; * @return The class. */ @java.lang.Override public java.lang.String getClass_() { java.lang.Object ref = class__; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { class__ = s; } return s; } } /** * optional string class = 4; * @return The bytes for class. */ @java.lang.Override public com.google.protobuf.ByteString getClass_Bytes() { java.lang.Object ref = class__; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); class__ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeDouble(1, regularName_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeInt32(2, cachedSize__); } if (((bitField0_ & 0x00000004) != 0)) { output.writeInt64(3, serializedSize__); } if (((bitField0_ & 0x00000008) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, class__); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, regularName_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, cachedSize__); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, serializedSize__); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, class__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName other = (com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName) obj; if (hasRegularName() != other.hasRegularName()) return false; if (hasRegularName()) { if (java.lang.Double.doubleToLongBits(getRegularName()) != java.lang.Double.doubleToLongBits( other.getRegularName())) return false; } if (hasCachedSize_() != other.hasCachedSize_()) return false; if (hasCachedSize_()) { if (getCachedSize_() != other.getCachedSize_()) return false; } if (hasSerializedSize_() != other.hasSerializedSize_()) return false; if (hasSerializedSize_()) { if (getSerializedSize_() != other.getSerializedSize_()) return false; } if (hasClass_() != other.hasClass_()) return false; if (hasClass_()) { if (!getClass_() .equals(other.getClass_())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasRegularName()) { hash = (37 * hash) + REGULAR_NAME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getRegularName())); } if (hasCachedSize_()) { hash = (37 * hash) + CACHED_SIZE_FIELD_NUMBER; hash = (53 * hash) + getCachedSize_(); } if (hasSerializedSize_()) { hash = (37 * hash) + SERIALIZED_SIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getSerializedSize_()); } if (hasClass_()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + getClass_().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2SpecialFieldName} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2SpecialFieldName) com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldNameOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2SpecialFieldName_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2SpecialFieldName_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName.class, com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; regularName_ = 0D; cachedSize__ = 0; serializedSize__ = 0L; class__ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2SpecialFieldName_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName build() { com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName result = new com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.regularName_ = regularName_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.cachedSize__ = cachedSize__; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.serializedSize__ = serializedSize__; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = class__; to_bitField0_ |= 0x00000008; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName.getDefaultInstance()) return this; if (other.hasRegularName()) { setRegularName(other.getRegularName()); } if (other.hasCachedSize_()) { setCachedSize_(other.getCachedSize_()); } if (other.hasSerializedSize_()) { setSerializedSize_(other.getSerializedSize_()); } if (other.hasClass_()) { class__ = other.class__; bitField0_ |= 0x00000008; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 9: { regularName_ = input.readDouble(); bitField0_ |= 0x00000001; break; } // case 9 case 16: { cachedSize__ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 24: { serializedSize__ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 34: { class__ = input.readBytes(); bitField0_ |= 0x00000008; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private double regularName_ ; /** * optional double regular_name = 1; * @return Whether the regularName field is set. */ @java.lang.Override public boolean hasRegularName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double regular_name = 1; * @return The regularName. */ @java.lang.Override public double getRegularName() { return regularName_; } /** * optional double regular_name = 1; * @param value The regularName to set. * @return This builder for chaining. */ public Builder setRegularName(double value) { regularName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional double regular_name = 1; * @return This builder for chaining. */ public Builder clearRegularName() { bitField0_ = (bitField0_ & ~0x00000001); regularName_ = 0D; onChanged(); return this; } private int cachedSize__ ; /** * optional int32 cached_size = 2; * @return Whether the cachedSize field is set. */ @java.lang.Override public boolean hasCachedSize_() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 cached_size = 2; * @return The cachedSize. */ @java.lang.Override public int getCachedSize_() { return cachedSize__; } /** * optional int32 cached_size = 2; * @param value The cachedSize to set. * @return This builder for chaining. */ public Builder setCachedSize_(int value) { cachedSize__ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional int32 cached_size = 2; * @return This builder for chaining. */ public Builder clearCachedSize_() { bitField0_ = (bitField0_ & ~0x00000002); cachedSize__ = 0; onChanged(); return this; } private long serializedSize__ ; /** * optional int64 serialized_size = 3; * @return Whether the serializedSize field is set. */ @java.lang.Override public boolean hasSerializedSize_() { return ((bitField0_ & 0x00000004) != 0); } /** * optional int64 serialized_size = 3; * @return The serializedSize. */ @java.lang.Override public long getSerializedSize_() { return serializedSize__; } /** * optional int64 serialized_size = 3; * @param value The serializedSize to set. * @return This builder for chaining. */ public Builder setSerializedSize_(long value) { serializedSize__ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional int64 serialized_size = 3; * @return This builder for chaining. */ public Builder clearSerializedSize_() { bitField0_ = (bitField0_ & ~0x00000004); serializedSize__ = 0L; onChanged(); return this; } private java.lang.Object class__ = ""; /** * optional string class = 4; * @return Whether the class field is set. */ public boolean hasClass_() { return ((bitField0_ & 0x00000008) != 0); } /** * optional string class = 4; * @return The class. */ public java.lang.String getClass_() { java.lang.Object ref = class__; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { class__ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string class = 4; * @return The bytes for class. */ public com.google.protobuf.ByteString getClass_Bytes() { java.lang.Object ref = class__; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); class__ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string class = 4; * @param value The class to set. * @return This builder for chaining. */ public Builder setClass_( java.lang.String value) { if (value == null) { throw new NullPointerException(); } class__ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * optional string class = 4; * @return This builder for chaining. */ public Builder clearClass_() { class__ = getDefaultInstance().getClass_(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** * optional string class = 4; * @param value The bytes for class to set. * @return This builder for chaining. */ public Builder setClass_Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } class__ = value; bitField0_ |= 0x00000008; onChanged(); 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:protobuf.experimental.Proto2SpecialFieldName) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2SpecialFieldName) private static final com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName(); } public static com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2SpecialFieldName parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2SpecialFieldName getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2MessageOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2Message) com.google.protobuf.MessageOrBuilder { /** * optional double field_double_1 = 1; * @return Whether the fieldDouble1 field is set. */ boolean hasFieldDouble1(); /** * optional double field_double_1 = 1; * @return The fieldDouble1. */ double getFieldDouble1(); /** * optional float field_float_2 = 2; * @return Whether the fieldFloat2 field is set. */ boolean hasFieldFloat2(); /** * optional float field_float_2 = 2; * @return The fieldFloat2. */ float getFieldFloat2(); /** * optional int64 field_int64_3 = 3; * @return Whether the fieldInt643 field is set. */ boolean hasFieldInt643(); /** * optional int64 field_int64_3 = 3; * @return The fieldInt643. */ long getFieldInt643(); /** * optional uint64 field_uint64_4 = 4; * @return Whether the fieldUint644 field is set. */ boolean hasFieldUint644(); /** * optional uint64 field_uint64_4 = 4; * @return The fieldUint644. */ long getFieldUint644(); /** * optional int32 field_int32_5 = 5; * @return Whether the fieldInt325 field is set. */ boolean hasFieldInt325(); /** * optional int32 field_int32_5 = 5; * @return The fieldInt325. */ int getFieldInt325(); /** * optional fixed64 field_fixed64_6 = 6; * @return Whether the fieldFixed646 field is set. */ boolean hasFieldFixed646(); /** * optional fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ long getFieldFixed646(); /** * optional fixed32 field_fixed32_7 = 7; * @return Whether the fieldFixed327 field is set. */ boolean hasFieldFixed327(); /** * optional fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ int getFieldFixed327(); /** * optional bool field_bool_8 = 8; * @return Whether the fieldBool8 field is set. */ boolean hasFieldBool8(); /** * optional bool field_bool_8 = 8; * @return The fieldBool8. */ boolean getFieldBool8(); /** * optional string field_string_9 = 9; * @return Whether the fieldString9 field is set. */ boolean hasFieldString9(); /** * optional string field_string_9 = 9; * @return The fieldString9. */ java.lang.String getFieldString9(); /** * optional string field_string_9 = 9; * @return The bytes for fieldString9. */ com.google.protobuf.ByteString getFieldString9Bytes(); /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ boolean hasFieldMessage10(); /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; * @return The fieldMessage10. */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessage10(); /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessage10OrBuilder(); /** * optional bytes field_bytes_11 = 11; * @return Whether the fieldBytes11 field is set. */ boolean hasFieldBytes11(); /** * optional bytes field_bytes_11 = 11; * @return The fieldBytes11. */ com.google.protobuf.ByteString getFieldBytes11(); /** * optional uint32 field_uint32_12 = 12; * @return Whether the fieldUint3212 field is set. */ boolean hasFieldUint3212(); /** * optional uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ int getFieldUint3212(); /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @return Whether the fieldEnum13 field is set. */ boolean hasFieldEnum13(); /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnum13(); /** * optional sfixed32 field_sfixed32_14 = 14; * @return Whether the fieldSfixed3214 field is set. */ boolean hasFieldSfixed3214(); /** * optional sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ int getFieldSfixed3214(); /** * optional sfixed64 field_sfixed64_15 = 15; * @return Whether the fieldSfixed6415 field is set. */ boolean hasFieldSfixed6415(); /** * optional sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ long getFieldSfixed6415(); /** * optional sint32 field_sint32_16 = 16; * @return Whether the fieldSint3216 field is set. */ boolean hasFieldSint3216(); /** * optional sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ int getFieldSint3216(); /** * optional sint64 field_sint64_17 = 17; * @return Whether the fieldSint6417 field is set. */ boolean hasFieldSint6417(); /** * optional sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ long getFieldSint6417(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ java.util.List getFieldDoubleList18List(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ int getFieldDoubleList18Count(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ double getFieldDoubleList18(int index); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ java.util.List getFieldFloatList19List(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ int getFieldFloatList19Count(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ float getFieldFloatList19(int index); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ java.util.List getFieldInt64List20List(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ int getFieldInt64List20Count(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ long getFieldInt64List20(int index); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ java.util.List getFieldUint64List21List(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ int getFieldUint64List21Count(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ long getFieldUint64List21(int index); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ java.util.List getFieldInt32List22List(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ int getFieldInt32List22Count(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ int getFieldInt32List22(int index); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ java.util.List getFieldFixed64List23List(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ int getFieldFixed64List23Count(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ long getFieldFixed64List23(int index); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ java.util.List getFieldFixed32List24List(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ int getFieldFixed32List24Count(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ int getFieldFixed32List24(int index); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ java.util.List getFieldBoolList25List(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ int getFieldBoolList25Count(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ boolean getFieldBoolList25(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ java.util.List getFieldStringList26List(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ int getFieldStringList26Count(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ java.lang.String getFieldStringList26(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ com.google.protobuf.ByteString getFieldStringList26Bytes(int index); /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27List(); /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessageList27(int index); /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ int getFieldMessageList27Count(); /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27OrBuilderList(); /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessageList27OrBuilder( int index); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ java.util.List getFieldBytesList28List(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ int getFieldBytesList28Count(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ com.google.protobuf.ByteString getFieldBytesList28(int index); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ java.util.List getFieldUint32List29List(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ int getFieldUint32List29Count(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ int getFieldUint32List29(int index); /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ java.util.List getFieldEnumList30List(); /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ int getFieldEnumList30Count(); /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnumList30(int index); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ java.util.List getFieldSfixed32List31List(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ int getFieldSfixed32List31Count(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ int getFieldSfixed32List31(int index); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ java.util.List getFieldSfixed64List32List(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ int getFieldSfixed64List32Count(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ long getFieldSfixed64List32(int index); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ java.util.List getFieldSint32List33List(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ int getFieldSint32List33Count(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ int getFieldSint32List33(int index); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ java.util.List getFieldSint64List34List(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ int getFieldSint64List34Count(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ long getFieldSint64List34(int index); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ java.util.List getFieldDoubleListPacked35List(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ int getFieldDoubleListPacked35Count(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ double getFieldDoubleListPacked35(int index); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ java.util.List getFieldFloatListPacked36List(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ int getFieldFloatListPacked36Count(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ float getFieldFloatListPacked36(int index); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ java.util.List getFieldInt64ListPacked37List(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ int getFieldInt64ListPacked37Count(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ long getFieldInt64ListPacked37(int index); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ java.util.List getFieldUint64ListPacked38List(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ int getFieldUint64ListPacked38Count(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ long getFieldUint64ListPacked38(int index); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ java.util.List getFieldInt32ListPacked39List(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ int getFieldInt32ListPacked39Count(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ int getFieldInt32ListPacked39(int index); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ java.util.List getFieldFixed64ListPacked40List(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ int getFieldFixed64ListPacked40Count(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ long getFieldFixed64ListPacked40(int index); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ java.util.List getFieldFixed32ListPacked41List(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ int getFieldFixed32ListPacked41Count(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ int getFieldFixed32ListPacked41(int index); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ java.util.List getFieldBoolListPacked42List(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ int getFieldBoolListPacked42Count(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ boolean getFieldBoolListPacked42(int index); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ java.util.List getFieldUint32ListPacked43List(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ int getFieldUint32ListPacked43Count(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ int getFieldUint32ListPacked43(int index); /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ java.util.List getFieldEnumListPacked44List(); /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ int getFieldEnumListPacked44Count(); /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnumListPacked44(int index); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ java.util.List getFieldSfixed32ListPacked45List(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ int getFieldSfixed32ListPacked45Count(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ int getFieldSfixed32ListPacked45(int index); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ java.util.List getFieldSfixed64ListPacked46List(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ int getFieldSfixed64ListPacked46Count(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ long getFieldSfixed64ListPacked46(int index); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ java.util.List getFieldSint32ListPacked47List(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ int getFieldSint32ListPacked47Count(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ int getFieldSint32ListPacked47(int index); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ java.util.List getFieldSint64ListPacked48List(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ int getFieldSint64ListPacked48Count(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ long getFieldSint64ListPacked48(int index); /** * optional group FieldGroup49 = 49 { ... } * @return Whether the fieldgroup49 field is set. */ boolean hasFieldGroup49(); /** * optional group FieldGroup49 = 49 { ... } * @return The fieldgroup49. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 getFieldGroup49(); /** * optional group FieldGroup49 = 49 { ... } */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49OrBuilder getFieldGroup49OrBuilder(); /** * repeated group FieldGroupList51 = 51 { ... } */ java.util.List getFieldGroupList51List(); /** * repeated group FieldGroupList51 = 51 { ... } */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 getFieldGroupList51(int index); /** * repeated group FieldGroupList51 = 51 { ... } */ int getFieldGroupList51Count(); /** * repeated group FieldGroupList51 = 51 { ... } */ java.util.List getFieldGroupList51OrBuilderList(); /** * repeated group FieldGroupList51 = 51 { ... } */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51OrBuilder getFieldGroupList51OrBuilder( int index); /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ boolean hasFieldDouble53(); /** * double field_double_53 = 53; * @return The fieldDouble53. */ double getFieldDouble53(); /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ boolean hasFieldFloat54(); /** * float field_float_54 = 54; * @return The fieldFloat54. */ float getFieldFloat54(); /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ boolean hasFieldInt6455(); /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ long getFieldInt6455(); /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ boolean hasFieldUint6456(); /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ long getFieldUint6456(); /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ boolean hasFieldInt3257(); /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ int getFieldInt3257(); /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ boolean hasFieldFixed6458(); /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ long getFieldFixed6458(); /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ boolean hasFieldFixed3259(); /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ int getFieldFixed3259(); /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ boolean hasFieldBool60(); /** * bool field_bool_60 = 60; * @return The fieldBool60. */ boolean getFieldBool60(); /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ boolean hasFieldString61(); /** * string field_string_61 = 61; * @return The fieldString61. */ java.lang.String getFieldString61(); /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ com.google.protobuf.ByteString getFieldString61Bytes(); /** * .protobuf.experimental.Proto2Message field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ boolean hasFieldMessage62(); /** * .protobuf.experimental.Proto2Message field_message_62 = 62; * @return The fieldMessage62. */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessage62(); /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessage62OrBuilder(); /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ boolean hasFieldBytes63(); /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ com.google.protobuf.ByteString getFieldBytes63(); /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ boolean hasFieldUint3264(); /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ int getFieldUint3264(); /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ boolean hasFieldSfixed3265(); /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ int getFieldSfixed3265(); /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ boolean hasFieldSfixed6466(); /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ long getFieldSfixed6466(); /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ boolean hasFieldSint3267(); /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ int getFieldSint3267(); /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ boolean hasFieldSint6468(); /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ long getFieldSint6468(); /** * group FieldGroup69 = 69 { ... } * @return Whether the fieldgroup69 field is set. */ boolean hasFieldGroup69(); /** * group FieldGroup69 = 69 { ... } * @return The fieldgroup69. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 getFieldGroup69(); /** * group FieldGroup69 = 69 { ... } */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69OrBuilder getFieldGroup69OrBuilder(); /** * required double field_required_double_71 = 71; * @return Whether the fieldRequiredDouble71 field is set. */ boolean hasFieldRequiredDouble71(); /** * required double field_required_double_71 = 71; * @return The fieldRequiredDouble71. */ double getFieldRequiredDouble71(); /** * required float field_required_float_72 = 72; * @return Whether the fieldRequiredFloat72 field is set. */ boolean hasFieldRequiredFloat72(); /** * required float field_required_float_72 = 72; * @return The fieldRequiredFloat72. */ float getFieldRequiredFloat72(); /** * required int64 field_required_int64_73 = 73; * @return Whether the fieldRequiredInt6473 field is set. */ boolean hasFieldRequiredInt6473(); /** * required int64 field_required_int64_73 = 73; * @return The fieldRequiredInt6473. */ long getFieldRequiredInt6473(); /** * required uint64 field_required_uint64_74 = 74; * @return Whether the fieldRequiredUint6474 field is set. */ boolean hasFieldRequiredUint6474(); /** * required uint64 field_required_uint64_74 = 74; * @return The fieldRequiredUint6474. */ long getFieldRequiredUint6474(); /** * required int32 field_required_int32_75 = 75; * @return Whether the fieldRequiredInt3275 field is set. */ boolean hasFieldRequiredInt3275(); /** * required int32 field_required_int32_75 = 75; * @return The fieldRequiredInt3275. */ int getFieldRequiredInt3275(); /** * required fixed64 field_required_fixed64_76 = 76; * @return Whether the fieldRequiredFixed6476 field is set. */ boolean hasFieldRequiredFixed6476(); /** * required fixed64 field_required_fixed64_76 = 76; * @return The fieldRequiredFixed6476. */ long getFieldRequiredFixed6476(); /** * required fixed32 field_required_fixed32_77 = 77; * @return Whether the fieldRequiredFixed3277 field is set. */ boolean hasFieldRequiredFixed3277(); /** * required fixed32 field_required_fixed32_77 = 77; * @return The fieldRequiredFixed3277. */ int getFieldRequiredFixed3277(); /** * required bool field_required_bool_78 = 78; * @return Whether the fieldRequiredBool78 field is set. */ boolean hasFieldRequiredBool78(); /** * required bool field_required_bool_78 = 78; * @return The fieldRequiredBool78. */ boolean getFieldRequiredBool78(); /** * required string field_required_string_79 = 79; * @return Whether the fieldRequiredString79 field is set. */ boolean hasFieldRequiredString79(); /** * required string field_required_string_79 = 79; * @return The fieldRequiredString79. */ java.lang.String getFieldRequiredString79(); /** * required string field_required_string_79 = 79; * @return The bytes for fieldRequiredString79. */ com.google.protobuf.ByteString getFieldRequiredString79Bytes(); /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; * @return Whether the fieldRequiredMessage80 field is set. */ boolean hasFieldRequiredMessage80(); /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; * @return The fieldRequiredMessage80. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage getFieldRequiredMessage80(); /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessageOrBuilder getFieldRequiredMessage80OrBuilder(); /** * required bytes field_required_bytes_81 = 81; * @return Whether the fieldRequiredBytes81 field is set. */ boolean hasFieldRequiredBytes81(); /** * required bytes field_required_bytes_81 = 81; * @return The fieldRequiredBytes81. */ com.google.protobuf.ByteString getFieldRequiredBytes81(); /** * required uint32 field_required_uint32_82 = 82; * @return Whether the fieldRequiredUint3282 field is set. */ boolean hasFieldRequiredUint3282(); /** * required uint32 field_required_uint32_82 = 82; * @return The fieldRequiredUint3282. */ int getFieldRequiredUint3282(); /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @return Whether the fieldRequiredEnum83 field is set. */ boolean hasFieldRequiredEnum83(); /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @return The fieldRequiredEnum83. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldRequiredEnum83(); /** * required sfixed32 field_required_sfixed32_84 = 84; * @return Whether the fieldRequiredSfixed3284 field is set. */ boolean hasFieldRequiredSfixed3284(); /** * required sfixed32 field_required_sfixed32_84 = 84; * @return The fieldRequiredSfixed3284. */ int getFieldRequiredSfixed3284(); /** * required sfixed64 field_required_sfixed64_85 = 85; * @return Whether the fieldRequiredSfixed6485 field is set. */ boolean hasFieldRequiredSfixed6485(); /** * required sfixed64 field_required_sfixed64_85 = 85; * @return The fieldRequiredSfixed6485. */ long getFieldRequiredSfixed6485(); /** * required sint32 field_required_sint32_86 = 86; * @return Whether the fieldRequiredSint3286 field is set. */ boolean hasFieldRequiredSint3286(); /** * required sint32 field_required_sint32_86 = 86; * @return The fieldRequiredSint3286. */ int getFieldRequiredSint3286(); /** * required sint64 field_required_sint64_87 = 87; * @return Whether the fieldRequiredSint6487 field is set. */ boolean hasFieldRequiredSint6487(); /** * required sint64 field_required_sint64_87 = 87; * @return The fieldRequiredSint6487. */ long getFieldRequiredSint6487(); /** * required group FieldRequiredGroup88 = 88 { ... } * @return Whether the fieldrequiredgroup88 field is set. */ boolean hasFieldRequiredGroup88(); /** * required group FieldRequiredGroup88 = 88 { ... } * @return The fieldrequiredgroup88. */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 getFieldRequiredGroup88(); /** * required group FieldRequiredGroup88 = 88 { ... } */ com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88OrBuilder getFieldRequiredGroup88OrBuilder(); com.google.protobuf.testing.Proto2Testing.Proto2Message.TestOneofCase getTestOneofCase(); } /** * Protobuf type {@code protobuf.experimental.Proto2Message} */ public static final class Proto2Message extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2Message) Proto2MessageOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2Message.newBuilder() to construct. private Proto2Message(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2Message() { fieldString9_ = ""; fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldEnum13_ = 0; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); fieldMessageList27_ = java.util.Collections.emptyList(); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); fieldGroupList51_ = java.util.Collections.emptyList(); fieldRequiredString79_ = ""; fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; fieldRequiredEnum83_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2Message(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder.class); } /** * Protobuf enum {@code protobuf.experimental.Proto2Message.TestEnum} */ public enum TestEnum implements com.google.protobuf.ProtocolMessageEnum { /** * ZERO = 0; */ ZERO(0), /** * ONE = 1; */ ONE(1), /** * TWO = 2; */ TWO(2), ; /** * ZERO = 0; */ public static final int ZERO_VALUE = 0; /** * ONE = 1; */ public static final int ONE_VALUE = 1; /** * TWO = 2; */ public static final int TWO_VALUE = 2; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static TestEnum forNumber(int value) { switch (value) { case 0: return ZERO; case 1: return ONE; case 2: return TWO; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< TestEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public TestEnum findValueByNumber(int number) { return TestEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.Proto2Message.getDescriptor().getEnumTypes().get(0); } private static final TestEnum[] VALUES = values(); public static TestEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private TestEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:protobuf.experimental.Proto2Message.TestEnum) } public interface FieldGroup49OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2Message.FieldGroup49) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ boolean hasFieldInt3250(); /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ int getFieldInt3250(); } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldGroup49} */ public static final class FieldGroup49 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2Message.FieldGroup49) FieldGroup49OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroup49.newBuilder() to construct. private FieldGroup49(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroup49() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroup49(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.Builder.class); } private int bitField0_; public static final int FIELD_INT32_50_FIELD_NUMBER = 50; private int fieldInt3250_ = 0; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(50, fieldInt3250_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(50, fieldInt3250_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 other = (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49) obj; if (hasFieldInt3250() != other.hasFieldInt3250()) return false; if (hasFieldInt3250()) { if (getFieldInt3250() != other.getFieldInt3250()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3250()) { hash = (37 * hash) + FIELD_INT32_50_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3250(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldGroup49} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2Message.FieldGroup49) com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3250_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup49_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 build() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 result = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3250_ = fieldInt3250_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.getDefaultInstance()) return this; if (other.hasFieldInt3250()) { setFieldInt3250(other.getFieldInt3250()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 400: { fieldInt3250_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 400 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3250_ ; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } /** * optional int32 field_int32_50 = 50; * @param value The fieldInt3250 to set. * @return This builder for chaining. */ public Builder setFieldInt3250(int value) { fieldInt3250_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_50 = 50; * @return This builder for chaining. */ public Builder clearFieldInt3250() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3250_ = 0; onChanged(); 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:protobuf.experimental.Proto2Message.FieldGroup49) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2Message.FieldGroup49) private static final com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49(); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroup49 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroupList51OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2Message.FieldGroupList51) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ boolean hasFieldInt3252(); /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ int getFieldInt3252(); } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldGroupList51} */ public static final class FieldGroupList51 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2Message.FieldGroupList51) FieldGroupList51OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroupList51.newBuilder() to construct. private FieldGroupList51(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroupList51() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroupList51(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder.class); } private int bitField0_; public static final int FIELD_INT32_52_FIELD_NUMBER = 52; private int fieldInt3252_ = 0; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(52, fieldInt3252_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(52, fieldInt3252_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 other = (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51) obj; if (hasFieldInt3252() != other.hasFieldInt3252()) return false; if (hasFieldInt3252()) { if (getFieldInt3252() != other.getFieldInt3252()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3252()) { hash = (37 * hash) + FIELD_INT32_52_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3252(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldGroupList51} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2Message.FieldGroupList51) com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3252_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 build() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 result = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3252_ = fieldInt3252_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.getDefaultInstance()) return this; if (other.hasFieldInt3252()) { setFieldInt3252(other.getFieldInt3252()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 416: { fieldInt3252_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 416 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3252_ ; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } /** * optional int32 field_int32_52 = 52; * @param value The fieldInt3252 to set. * @return This builder for chaining. */ public Builder setFieldInt3252(int value) { fieldInt3252_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_52 = 52; * @return This builder for chaining. */ public Builder clearFieldInt3252() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3252_ = 0; onChanged(); 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:protobuf.experimental.Proto2Message.FieldGroupList51) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2Message.FieldGroupList51) private static final com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51(); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroupList51 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroup69OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2Message.FieldGroup69) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_70 = 70; * @return Whether the fieldInt3270 field is set. */ boolean hasFieldInt3270(); /** * optional int32 field_int32_70 = 70; * @return The fieldInt3270. */ int getFieldInt3270(); } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldGroup69} */ public static final class FieldGroup69 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2Message.FieldGroup69) FieldGroup69OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroup69.newBuilder() to construct. private FieldGroup69(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroup69() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroup69(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup69_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup69_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.Builder.class); } private int bitField0_; public static final int FIELD_INT32_70_FIELD_NUMBER = 70; private int fieldInt3270_ = 0; /** * optional int32 field_int32_70 = 70; * @return Whether the fieldInt3270 field is set. */ @java.lang.Override public boolean hasFieldInt3270() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_70 = 70; * @return The fieldInt3270. */ @java.lang.Override public int getFieldInt3270() { return fieldInt3270_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(70, fieldInt3270_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(70, fieldInt3270_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 other = (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) obj; if (hasFieldInt3270() != other.hasFieldInt3270()) return false; if (hasFieldInt3270()) { if (getFieldInt3270() != other.getFieldInt3270()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3270()) { hash = (37 * hash) + FIELD_INT32_70_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3270(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldGroup69} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2Message.FieldGroup69) com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup69_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup69_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3270_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldGroup69_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 build() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 result = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3270_ = fieldInt3270_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance()) return this; if (other.hasFieldInt3270()) { setFieldInt3270(other.getFieldInt3270()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 560: { fieldInt3270_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 560 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3270_ ; /** * optional int32 field_int32_70 = 70; * @return Whether the fieldInt3270 field is set. */ @java.lang.Override public boolean hasFieldInt3270() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_70 = 70; * @return The fieldInt3270. */ @java.lang.Override public int getFieldInt3270() { return fieldInt3270_; } /** * optional int32 field_int32_70 = 70; * @param value The fieldInt3270 to set. * @return This builder for chaining. */ public Builder setFieldInt3270(int value) { fieldInt3270_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_70 = 70; * @return This builder for chaining. */ public Builder clearFieldInt3270() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3270_ = 0; onChanged(); 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:protobuf.experimental.Proto2Message.FieldGroup69) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2Message.FieldGroup69) private static final com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69(); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroup69 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RequiredNestedMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2Message.RequiredNestedMessage) com.google.protobuf.MessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code protobuf.experimental.Proto2Message.RequiredNestedMessage} */ public static final class RequiredNestedMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2Message.RequiredNestedMessage) RequiredNestedMessageOrBuilder { private static final long serialVersionUID = 0L; // Use RequiredNestedMessage.newBuilder() to construct. private RequiredNestedMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RequiredNestedMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RequiredNestedMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage other = (com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2Message.RequiredNestedMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2Message.RequiredNestedMessage) com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage build() { com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage result = new com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:protobuf.experimental.Proto2Message.RequiredNestedMessage) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2Message.RequiredNestedMessage) private static final com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage(); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RequiredNestedMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldRequiredGroup88OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2Message.FieldRequiredGroup88) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_89 = 89; * @return Whether the fieldInt3289 field is set. */ boolean hasFieldInt3289(); /** * optional int32 field_int32_89 = 89; * @return The fieldInt3289. */ int getFieldInt3289(); } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldRequiredGroup88} */ public static final class FieldRequiredGroup88 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2Message.FieldRequiredGroup88) FieldRequiredGroup88OrBuilder { private static final long serialVersionUID = 0L; // Use FieldRequiredGroup88.newBuilder() to construct. private FieldRequiredGroup88(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldRequiredGroup88() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldRequiredGroup88(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.Builder.class); } private int bitField0_; public static final int FIELD_INT32_89_FIELD_NUMBER = 89; private int fieldInt3289_ = 0; /** * optional int32 field_int32_89 = 89; * @return Whether the fieldInt3289 field is set. */ @java.lang.Override public boolean hasFieldInt3289() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_89 = 89; * @return The fieldInt3289. */ @java.lang.Override public int getFieldInt3289() { return fieldInt3289_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(89, fieldInt3289_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(89, fieldInt3289_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 other = (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88) obj; if (hasFieldInt3289() != other.hasFieldInt3289()) return false; if (hasFieldInt3289()) { if (getFieldInt3289() != other.getFieldInt3289()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3289()) { hash = (37 * hash) + FIELD_INT32_89_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3289(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2Message.FieldRequiredGroup88} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2Message.FieldRequiredGroup88) com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3289_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 build() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 result = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3289_ = fieldInt3289_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.getDefaultInstance()) return this; if (other.hasFieldInt3289()) { setFieldInt3289(other.getFieldInt3289()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 712: { fieldInt3289_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 712 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3289_ ; /** * optional int32 field_int32_89 = 89; * @return Whether the fieldInt3289 field is set. */ @java.lang.Override public boolean hasFieldInt3289() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_89 = 89; * @return The fieldInt3289. */ @java.lang.Override public int getFieldInt3289() { return fieldInt3289_; } /** * optional int32 field_int32_89 = 89; * @param value The fieldInt3289 to set. * @return This builder for chaining. */ public Builder setFieldInt3289(int value) { fieldInt3289_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_89 = 89; * @return This builder for chaining. */ public Builder clearFieldInt3289() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3289_ = 0; onChanged(); 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:protobuf.experimental.Proto2Message.FieldRequiredGroup88) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2Message.FieldRequiredGroup88) private static final com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88(); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldRequiredGroup88 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; private int bitField1_; private int testOneofCase_ = 0; @SuppressWarnings("serial") private java.lang.Object testOneof_; public enum TestOneofCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { FIELD_DOUBLE_53(53), FIELD_FLOAT_54(54), FIELD_INT64_55(55), FIELD_UINT64_56(56), FIELD_INT32_57(57), FIELD_FIXED64_58(58), FIELD_FIXED32_59(59), FIELD_BOOL_60(60), FIELD_STRING_61(61), FIELD_MESSAGE_62(62), FIELD_BYTES_63(63), FIELD_UINT32_64(64), FIELD_SFIXED32_65(65), FIELD_SFIXED64_66(66), FIELD_SINT32_67(67), FIELD_SINT64_68(68), FIELDGROUP69(69), TESTONEOF_NOT_SET(0); private final int value; private TestOneofCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestOneofCase valueOf(int value) { return forNumber(value); } public static TestOneofCase forNumber(int value) { switch (value) { case 53: return FIELD_DOUBLE_53; case 54: return FIELD_FLOAT_54; case 55: return FIELD_INT64_55; case 56: return FIELD_UINT64_56; case 57: return FIELD_INT32_57; case 58: return FIELD_FIXED64_58; case 59: return FIELD_FIXED32_59; case 60: return FIELD_BOOL_60; case 61: return FIELD_STRING_61; case 62: return FIELD_MESSAGE_62; case 63: return FIELD_BYTES_63; case 64: return FIELD_UINT32_64; case 65: return FIELD_SFIXED32_65; case 66: return FIELD_SFIXED64_66; case 67: return FIELD_SINT32_67; case 68: return FIELD_SINT64_68; case 69: return FIELDGROUP69; case 0: return TESTONEOF_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public static final int FIELD_DOUBLE_1_FIELD_NUMBER = 1; private double fieldDouble1_ = 0D; /** * optional double field_double_1 = 1; * @return Whether the fieldDouble1 field is set. */ @java.lang.Override public boolean hasFieldDouble1() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } public static final int FIELD_FLOAT_2_FIELD_NUMBER = 2; private float fieldFloat2_ = 0F; /** * optional float field_float_2 = 2; * @return Whether the fieldFloat2 field is set. */ @java.lang.Override public boolean hasFieldFloat2() { return ((bitField0_ & 0x00000002) != 0); } /** * optional float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } public static final int FIELD_INT64_3_FIELD_NUMBER = 3; private long fieldInt643_ = 0L; /** * optional int64 field_int64_3 = 3; * @return Whether the fieldInt643 field is set. */ @java.lang.Override public boolean hasFieldInt643() { return ((bitField0_ & 0x00000004) != 0); } /** * optional int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } public static final int FIELD_UINT64_4_FIELD_NUMBER = 4; private long fieldUint644_ = 0L; /** * optional uint64 field_uint64_4 = 4; * @return Whether the fieldUint644 field is set. */ @java.lang.Override public boolean hasFieldUint644() { return ((bitField0_ & 0x00000008) != 0); } /** * optional uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } public static final int FIELD_INT32_5_FIELD_NUMBER = 5; private int fieldInt325_ = 0; /** * optional int32 field_int32_5 = 5; * @return Whether the fieldInt325 field is set. */ @java.lang.Override public boolean hasFieldInt325() { return ((bitField0_ & 0x00000010) != 0); } /** * optional int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } public static final int FIELD_FIXED64_6_FIELD_NUMBER = 6; private long fieldFixed646_ = 0L; /** * optional fixed64 field_fixed64_6 = 6; * @return Whether the fieldFixed646 field is set. */ @java.lang.Override public boolean hasFieldFixed646() { return ((bitField0_ & 0x00000020) != 0); } /** * optional fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } public static final int FIELD_FIXED32_7_FIELD_NUMBER = 7; private int fieldFixed327_ = 0; /** * optional fixed32 field_fixed32_7 = 7; * @return Whether the fieldFixed327 field is set. */ @java.lang.Override public boolean hasFieldFixed327() { return ((bitField0_ & 0x00000040) != 0); } /** * optional fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } public static final int FIELD_BOOL_8_FIELD_NUMBER = 8; private boolean fieldBool8_ = false; /** * optional bool field_bool_8 = 8; * @return Whether the fieldBool8 field is set. */ @java.lang.Override public boolean hasFieldBool8() { return ((bitField0_ & 0x00000080) != 0); } /** * optional bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } public static final int FIELD_STRING_9_FIELD_NUMBER = 9; @SuppressWarnings("serial") private volatile java.lang.Object fieldString9_ = ""; /** * optional string field_string_9 = 9; * @return Whether the fieldString9 field is set. */ @java.lang.Override public boolean hasFieldString9() { return ((bitField0_ & 0x00000100) != 0); } /** * optional string field_string_9 = 9; * @return The fieldString9. */ @java.lang.Override public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldString9_ = s; } return s; } } /** * optional string field_string_9 = 9; * @return The bytes for fieldString9. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_10_FIELD_NUMBER = 10; private com.google.protobuf.testing.Proto2Testing.Proto2Message fieldMessage10_; /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ @java.lang.Override public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000200) != 0); } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; * @return The fieldMessage10. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessage10() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance() : fieldMessage10_; } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessage10OrBuilder() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance() : fieldMessage10_; } public static final int FIELD_BYTES_11_FIELD_NUMBER = 11; private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes field_bytes_11 = 11; * @return Whether the fieldBytes11 field is set. */ @java.lang.Override public boolean hasFieldBytes11() { return ((bitField0_ & 0x00000400) != 0); } /** * optional bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } public static final int FIELD_UINT32_12_FIELD_NUMBER = 12; private int fieldUint3212_ = 0; /** * optional uint32 field_uint32_12 = 12; * @return Whether the fieldUint3212 field is set. */ @java.lang.Override public boolean hasFieldUint3212() { return ((bitField0_ & 0x00000800) != 0); } /** * optional uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } public static final int FIELD_ENUM_13_FIELD_NUMBER = 13; private int fieldEnum13_ = 0; /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @return Whether the fieldEnum13 field is set. */ @java.lang.Override public boolean hasFieldEnum13() { return ((bitField0_ & 0x00001000) != 0); } /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum result = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO : result; } public static final int FIELD_SFIXED32_14_FIELD_NUMBER = 14; private int fieldSfixed3214_ = 0; /** * optional sfixed32 field_sfixed32_14 = 14; * @return Whether the fieldSfixed3214 field is set. */ @java.lang.Override public boolean hasFieldSfixed3214() { return ((bitField0_ & 0x00002000) != 0); } /** * optional sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } public static final int FIELD_SFIXED64_15_FIELD_NUMBER = 15; private long fieldSfixed6415_ = 0L; /** * optional sfixed64 field_sfixed64_15 = 15; * @return Whether the fieldSfixed6415 field is set. */ @java.lang.Override public boolean hasFieldSfixed6415() { return ((bitField0_ & 0x00004000) != 0); } /** * optional sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } public static final int FIELD_SINT32_16_FIELD_NUMBER = 16; private int fieldSint3216_ = 0; /** * optional sint32 field_sint32_16 = 16; * @return Whether the fieldSint3216 field is set. */ @java.lang.Override public boolean hasFieldSint3216() { return ((bitField0_ & 0x00008000) != 0); } /** * optional sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } public static final int FIELD_SINT64_17_FIELD_NUMBER = 17; private long fieldSint6417_ = 0L; /** * optional sint64 field_sint64_17 = 17; * @return Whether the fieldSint6417 field is set. */ @java.lang.Override public boolean hasFieldSint6417() { return ((bitField0_ & 0x00010000) != 0); } /** * optional sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } public static final int FIELD_DOUBLE_LIST_18_FIELD_NUMBER = 18; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ @java.lang.Override public java.util.List getFieldDoubleList18List() { return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } public static final int FIELD_FLOAT_LIST_19_FIELD_NUMBER = 19; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ @java.lang.Override public java.util.List getFieldFloatList19List() { return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } public static final int FIELD_INT64_LIST_20_FIELD_NUMBER = 20; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ @java.lang.Override public java.util.List getFieldInt64List20List() { return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } public static final int FIELD_UINT64_LIST_21_FIELD_NUMBER = 21; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ @java.lang.Override public java.util.List getFieldUint64List21List() { return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } public static final int FIELD_INT32_LIST_22_FIELD_NUMBER = 22; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ @java.lang.Override public java.util.List getFieldInt32List22List() { return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } public static final int FIELD_FIXED64_LIST_23_FIELD_NUMBER = 23; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ @java.lang.Override public java.util.List getFieldFixed64List23List() { return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } public static final int FIELD_FIXED32_LIST_24_FIELD_NUMBER = 24; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ @java.lang.Override public java.util.List getFieldFixed32List24List() { return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } public static final int FIELD_BOOL_LIST_25_FIELD_NUMBER = 25; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ @java.lang.Override public java.util.List getFieldBoolList25List() { return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } public static final int FIELD_STRING_LIST_26_FIELD_NUMBER = 26; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } public static final int FIELD_MESSAGE_LIST_27_FIELD_NUMBER = 27; @SuppressWarnings("serial") private java.util.List fieldMessageList27_; /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27List() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27OrBuilderList() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public int getFieldMessageList27Count() { return fieldMessageList27_.size(); } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessageList27(int index) { return fieldMessageList27_.get(index); } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessageList27OrBuilder( int index) { return fieldMessageList27_.get(index); } public static final int FIELD_BYTES_LIST_28_FIELD_NUMBER = 28; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ @java.lang.Override public java.util.List getFieldBytesList28List() { return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } public static final int FIELD_UINT32_LIST_29_FIELD_NUMBER = 29; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ @java.lang.Override public java.util.List getFieldUint32List29List() { return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } public static final int FIELD_ENUM_LIST_30_FIELD_NUMBER = 30; @SuppressWarnings("serial") private java.util.List fieldEnumList30_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldEnumList30_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum>() { public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum result = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO : result; } }; /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ @java.lang.Override public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ @java.lang.Override public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } public static final int FIELD_SFIXED32_LIST_31_FIELD_NUMBER = 31; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ @java.lang.Override public java.util.List getFieldSfixed32List31List() { return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } public static final int FIELD_SFIXED64_LIST_32_FIELD_NUMBER = 32; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ @java.lang.Override public java.util.List getFieldSfixed64List32List() { return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } public static final int FIELD_SINT32_LIST_33_FIELD_NUMBER = 33; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ @java.lang.Override public java.util.List getFieldSint32List33List() { return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } public static final int FIELD_SINT64_LIST_34_FIELD_NUMBER = 34; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ @java.lang.Override public java.util.List getFieldSint64List34List() { return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } public static final int FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER = 35; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ @java.lang.Override public java.util.List getFieldDoubleListPacked35List() { return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } private int fieldDoubleListPacked35MemoizedSerializedSize = -1; public static final int FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER = 36; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ @java.lang.Override public java.util.List getFieldFloatListPacked36List() { return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } private int fieldFloatListPacked36MemoizedSerializedSize = -1; public static final int FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER = 37; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ @java.lang.Override public java.util.List getFieldInt64ListPacked37List() { return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } private int fieldInt64ListPacked37MemoizedSerializedSize = -1; public static final int FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER = 38; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ @java.lang.Override public java.util.List getFieldUint64ListPacked38List() { return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } private int fieldUint64ListPacked38MemoizedSerializedSize = -1; public static final int FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER = 39; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ @java.lang.Override public java.util.List getFieldInt32ListPacked39List() { return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } private int fieldInt32ListPacked39MemoizedSerializedSize = -1; public static final int FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER = 40; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ @java.lang.Override public java.util.List getFieldFixed64ListPacked40List() { return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } private int fieldFixed64ListPacked40MemoizedSerializedSize = -1; public static final int FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER = 41; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ @java.lang.Override public java.util.List getFieldFixed32ListPacked41List() { return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } private int fieldFixed32ListPacked41MemoizedSerializedSize = -1; public static final int FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER = 42; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ @java.lang.Override public java.util.List getFieldBoolListPacked42List() { return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } private int fieldBoolListPacked42MemoizedSerializedSize = -1; public static final int FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER = 43; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ @java.lang.Override public java.util.List getFieldUint32ListPacked43List() { return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } private int fieldUint32ListPacked43MemoizedSerializedSize = -1; public static final int FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER = 44; @SuppressWarnings("serial") private java.util.List fieldEnumListPacked44_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldEnumListPacked44_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum>() { public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum result = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO : result; } }; /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ @java.lang.Override public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ @java.lang.Override public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } private int fieldEnumListPacked44MemoizedSerializedSize; public static final int FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER = 45; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ @java.lang.Override public java.util.List getFieldSfixed32ListPacked45List() { return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } private int fieldSfixed32ListPacked45MemoizedSerializedSize = -1; public static final int FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER = 46; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ @java.lang.Override public java.util.List getFieldSfixed64ListPacked46List() { return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } private int fieldSfixed64ListPacked46MemoizedSerializedSize = -1; public static final int FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER = 47; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ @java.lang.Override public java.util.List getFieldSint32ListPacked47List() { return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } private int fieldSint32ListPacked47MemoizedSerializedSize = -1; public static final int FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER = 48; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ @java.lang.Override public java.util.List getFieldSint64ListPacked48List() { return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } private int fieldSint64ListPacked48MemoizedSerializedSize = -1; public static final int FIELDGROUP49_FIELD_NUMBER = 49; private com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 fieldGroup49_; /** * optional group FieldGroup49 = 49 { ... } * @return Whether the fieldgroup49 field is set. */ @java.lang.Override public boolean hasFieldGroup49() { return ((bitField0_ & 0x00020000) != 0); } /** * optional group FieldGroup49 = 49 { ... } * @return The fieldgroup49. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 getFieldGroup49() { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.getDefaultInstance() : fieldGroup49_; } /** * optional group FieldGroup49 = 49 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49OrBuilder getFieldGroup49OrBuilder() { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.getDefaultInstance() : fieldGroup49_; } public static final int FIELDGROUPLIST51_FIELD_NUMBER = 51; @SuppressWarnings("serial") private java.util.List fieldGroupList51_; /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public java.util.List getFieldGroupList51List() { return fieldGroupList51_; } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public java.util.List getFieldGroupList51OrBuilderList() { return fieldGroupList51_; } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public int getFieldGroupList51Count() { return fieldGroupList51_.size(); } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 getFieldGroupList51(int index) { return fieldGroupList51_.get(index); } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51OrBuilder getFieldGroupList51OrBuilder( int index) { return fieldGroupList51_.get(index); } public static final int FIELD_DOUBLE_53_FIELD_NUMBER = 53; /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ @java.lang.Override public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ @java.lang.Override public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } public static final int FIELD_FLOAT_54_FIELD_NUMBER = 54; /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ @java.lang.Override public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ @java.lang.Override public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } public static final int FIELD_INT64_55_FIELD_NUMBER = 55; /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ @java.lang.Override public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ @java.lang.Override public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_UINT64_56_FIELD_NUMBER = 56; /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ @java.lang.Override public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ @java.lang.Override public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_INT32_57_FIELD_NUMBER = 57; /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ @java.lang.Override public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ @java.lang.Override public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_FIXED64_58_FIELD_NUMBER = 58; /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ @java.lang.Override public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ @java.lang.Override public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_FIXED32_59_FIELD_NUMBER = 59; /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ @java.lang.Override public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ @java.lang.Override public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_BOOL_60_FIELD_NUMBER = 60; /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ @java.lang.Override public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ @java.lang.Override public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } public static final int FIELD_STRING_61_FIELD_NUMBER = 61; /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8() && (testOneofCase_ == 61)) { testOneof_ = s; } return s; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_62_FIELD_NUMBER = 62; /** * .protobuf.experimental.Proto2Message field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessage62() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance(); } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessage62OrBuilder() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance(); } public static final int FIELD_BYTES_63_FIELD_NUMBER = 63; /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ @java.lang.Override public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } public static final int FIELD_UINT32_64_FIELD_NUMBER = 64; /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ @java.lang.Override public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ @java.lang.Override public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED32_65_FIELD_NUMBER = 65; /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ @java.lang.Override public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ @java.lang.Override public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED64_66_FIELD_NUMBER = 66; /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ @java.lang.Override public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ @java.lang.Override public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_SINT32_67_FIELD_NUMBER = 67; /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ @java.lang.Override public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ @java.lang.Override public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SINT64_68_FIELD_NUMBER = 68; /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ @java.lang.Override public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ @java.lang.Override public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELDGROUP69_FIELD_NUMBER = 69; /** * group FieldGroup69 = 69 { ... } * @return Whether the fieldgroup69 field is set. */ @java.lang.Override public boolean hasFieldGroup69() { return testOneofCase_ == 69; } /** * group FieldGroup69 = 69 { ... } * @return The fieldgroup69. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 getFieldGroup69() { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance(); } /** * group FieldGroup69 = 69 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69OrBuilder getFieldGroup69OrBuilder() { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance(); } public static final int FIELD_REQUIRED_DOUBLE_71_FIELD_NUMBER = 71; private double fieldRequiredDouble71_ = 0D; /** * required double field_required_double_71 = 71; * @return Whether the fieldRequiredDouble71 field is set. */ @java.lang.Override public boolean hasFieldRequiredDouble71() { return ((bitField0_ & 0x00040000) != 0); } /** * required double field_required_double_71 = 71; * @return The fieldRequiredDouble71. */ @java.lang.Override public double getFieldRequiredDouble71() { return fieldRequiredDouble71_; } public static final int FIELD_REQUIRED_FLOAT_72_FIELD_NUMBER = 72; private float fieldRequiredFloat72_ = 0F; /** * required float field_required_float_72 = 72; * @return Whether the fieldRequiredFloat72 field is set. */ @java.lang.Override public boolean hasFieldRequiredFloat72() { return ((bitField0_ & 0x00080000) != 0); } /** * required float field_required_float_72 = 72; * @return The fieldRequiredFloat72. */ @java.lang.Override public float getFieldRequiredFloat72() { return fieldRequiredFloat72_; } public static final int FIELD_REQUIRED_INT64_73_FIELD_NUMBER = 73; private long fieldRequiredInt6473_ = 0L; /** * required int64 field_required_int64_73 = 73; * @return Whether the fieldRequiredInt6473 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt6473() { return ((bitField0_ & 0x00100000) != 0); } /** * required int64 field_required_int64_73 = 73; * @return The fieldRequiredInt6473. */ @java.lang.Override public long getFieldRequiredInt6473() { return fieldRequiredInt6473_; } public static final int FIELD_REQUIRED_UINT64_74_FIELD_NUMBER = 74; private long fieldRequiredUint6474_ = 0L; /** * required uint64 field_required_uint64_74 = 74; * @return Whether the fieldRequiredUint6474 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint6474() { return ((bitField0_ & 0x00200000) != 0); } /** * required uint64 field_required_uint64_74 = 74; * @return The fieldRequiredUint6474. */ @java.lang.Override public long getFieldRequiredUint6474() { return fieldRequiredUint6474_; } public static final int FIELD_REQUIRED_INT32_75_FIELD_NUMBER = 75; private int fieldRequiredInt3275_ = 0; /** * required int32 field_required_int32_75 = 75; * @return Whether the fieldRequiredInt3275 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt3275() { return ((bitField0_ & 0x00400000) != 0); } /** * required int32 field_required_int32_75 = 75; * @return The fieldRequiredInt3275. */ @java.lang.Override public int getFieldRequiredInt3275() { return fieldRequiredInt3275_; } public static final int FIELD_REQUIRED_FIXED64_76_FIELD_NUMBER = 76; private long fieldRequiredFixed6476_ = 0L; /** * required fixed64 field_required_fixed64_76 = 76; * @return Whether the fieldRequiredFixed6476 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed6476() { return ((bitField0_ & 0x00800000) != 0); } /** * required fixed64 field_required_fixed64_76 = 76; * @return The fieldRequiredFixed6476. */ @java.lang.Override public long getFieldRequiredFixed6476() { return fieldRequiredFixed6476_; } public static final int FIELD_REQUIRED_FIXED32_77_FIELD_NUMBER = 77; private int fieldRequiredFixed3277_ = 0; /** * required fixed32 field_required_fixed32_77 = 77; * @return Whether the fieldRequiredFixed3277 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed3277() { return ((bitField0_ & 0x01000000) != 0); } /** * required fixed32 field_required_fixed32_77 = 77; * @return The fieldRequiredFixed3277. */ @java.lang.Override public int getFieldRequiredFixed3277() { return fieldRequiredFixed3277_; } public static final int FIELD_REQUIRED_BOOL_78_FIELD_NUMBER = 78; private boolean fieldRequiredBool78_ = false; /** * required bool field_required_bool_78 = 78; * @return Whether the fieldRequiredBool78 field is set. */ @java.lang.Override public boolean hasFieldRequiredBool78() { return ((bitField0_ & 0x02000000) != 0); } /** * required bool field_required_bool_78 = 78; * @return The fieldRequiredBool78. */ @java.lang.Override public boolean getFieldRequiredBool78() { return fieldRequiredBool78_; } public static final int FIELD_REQUIRED_STRING_79_FIELD_NUMBER = 79; @SuppressWarnings("serial") private volatile java.lang.Object fieldRequiredString79_ = ""; /** * required string field_required_string_79 = 79; * @return Whether the fieldRequiredString79 field is set. */ @java.lang.Override public boolean hasFieldRequiredString79() { return ((bitField0_ & 0x04000000) != 0); } /** * required string field_required_string_79 = 79; * @return The fieldRequiredString79. */ @java.lang.Override public java.lang.String getFieldRequiredString79() { java.lang.Object ref = fieldRequiredString79_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldRequiredString79_ = s; } return s; } } /** * required string field_required_string_79 = 79; * @return The bytes for fieldRequiredString79. */ @java.lang.Override public com.google.protobuf.ByteString getFieldRequiredString79Bytes() { java.lang.Object ref = fieldRequiredString79_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldRequiredString79_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_REQUIRED_MESSAGE_80_FIELD_NUMBER = 80; private com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage fieldRequiredMessage80_; /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; * @return Whether the fieldRequiredMessage80 field is set. */ @java.lang.Override public boolean hasFieldRequiredMessage80() { return ((bitField0_ & 0x08000000) != 0); } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; * @return The fieldRequiredMessage80. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage getFieldRequiredMessage80() { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessageOrBuilder getFieldRequiredMessage80OrBuilder() { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } public static final int FIELD_REQUIRED_BYTES_81_FIELD_NUMBER = 81; private com.google.protobuf.ByteString fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes field_required_bytes_81 = 81; * @return Whether the fieldRequiredBytes81 field is set. */ @java.lang.Override public boolean hasFieldRequiredBytes81() { return ((bitField0_ & 0x10000000) != 0); } /** * required bytes field_required_bytes_81 = 81; * @return The fieldRequiredBytes81. */ @java.lang.Override public com.google.protobuf.ByteString getFieldRequiredBytes81() { return fieldRequiredBytes81_; } public static final int FIELD_REQUIRED_UINT32_82_FIELD_NUMBER = 82; private int fieldRequiredUint3282_ = 0; /** * required uint32 field_required_uint32_82 = 82; * @return Whether the fieldRequiredUint3282 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint3282() { return ((bitField0_ & 0x20000000) != 0); } /** * required uint32 field_required_uint32_82 = 82; * @return The fieldRequiredUint3282. */ @java.lang.Override public int getFieldRequiredUint3282() { return fieldRequiredUint3282_; } public static final int FIELD_REQUIRED_ENUM_83_FIELD_NUMBER = 83; private int fieldRequiredEnum83_ = 0; /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @return Whether the fieldRequiredEnum83 field is set. */ @java.lang.Override public boolean hasFieldRequiredEnum83() { return ((bitField0_ & 0x40000000) != 0); } /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @return The fieldRequiredEnum83. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldRequiredEnum83() { com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum result = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldRequiredEnum83_); return result == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO : result; } public static final int FIELD_REQUIRED_SFIXED32_84_FIELD_NUMBER = 84; private int fieldRequiredSfixed3284_ = 0; /** * required sfixed32 field_required_sfixed32_84 = 84; * @return Whether the fieldRequiredSfixed3284 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed3284() { return ((bitField0_ & 0x80000000) != 0); } /** * required sfixed32 field_required_sfixed32_84 = 84; * @return The fieldRequiredSfixed3284. */ @java.lang.Override public int getFieldRequiredSfixed3284() { return fieldRequiredSfixed3284_; } public static final int FIELD_REQUIRED_SFIXED64_85_FIELD_NUMBER = 85; private long fieldRequiredSfixed6485_ = 0L; /** * required sfixed64 field_required_sfixed64_85 = 85; * @return Whether the fieldRequiredSfixed6485 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed6485() { return ((bitField1_ & 0x00000001) != 0); } /** * required sfixed64 field_required_sfixed64_85 = 85; * @return The fieldRequiredSfixed6485. */ @java.lang.Override public long getFieldRequiredSfixed6485() { return fieldRequiredSfixed6485_; } public static final int FIELD_REQUIRED_SINT32_86_FIELD_NUMBER = 86; private int fieldRequiredSint3286_ = 0; /** * required sint32 field_required_sint32_86 = 86; * @return Whether the fieldRequiredSint3286 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint3286() { return ((bitField1_ & 0x00000002) != 0); } /** * required sint32 field_required_sint32_86 = 86; * @return The fieldRequiredSint3286. */ @java.lang.Override public int getFieldRequiredSint3286() { return fieldRequiredSint3286_; } public static final int FIELD_REQUIRED_SINT64_87_FIELD_NUMBER = 87; private long fieldRequiredSint6487_ = 0L; /** * required sint64 field_required_sint64_87 = 87; * @return Whether the fieldRequiredSint6487 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint6487() { return ((bitField1_ & 0x00000004) != 0); } /** * required sint64 field_required_sint64_87 = 87; * @return The fieldRequiredSint6487. */ @java.lang.Override public long getFieldRequiredSint6487() { return fieldRequiredSint6487_; } public static final int FIELDREQUIREDGROUP88_FIELD_NUMBER = 88; private com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 fieldRequiredGroup88_; /** * required group FieldRequiredGroup88 = 88 { ... } * @return Whether the fieldrequiredgroup88 field is set. */ @java.lang.Override public boolean hasFieldRequiredGroup88() { return ((bitField1_ & 0x00000008) != 0); } /** * required group FieldRequiredGroup88 = 88 { ... } * @return The fieldrequiredgroup88. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 getFieldRequiredGroup88() { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } /** * required group FieldRequiredGroup88 = 88 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88OrBuilder getFieldRequiredGroup88OrBuilder() { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasFieldRequiredDouble71()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredFloat72()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredInt6473()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredUint6474()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredInt3275()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredFixed6476()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredFixed3277()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredBool78()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredString79()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredMessage80()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredBytes81()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredUint3282()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredEnum83()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSfixed3284()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSfixed6485()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSint3286()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSint6487()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredGroup88()) { memoizedIsInitialized = 0; return false; } if (hasFieldMessage10()) { if (!getFieldMessage10().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getFieldMessageList27Count(); i++) { if (!getFieldMessageList27(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasFieldMessage62()) { if (!getFieldMessage62().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) != 0)) { output.writeDouble(1, fieldDouble1_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeFloat(2, fieldFloat2_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeInt64(3, fieldInt643_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeUInt64(4, fieldUint644_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeInt32(5, fieldInt325_); } if (((bitField0_ & 0x00000020) != 0)) { output.writeFixed64(6, fieldFixed646_); } if (((bitField0_ & 0x00000040) != 0)) { output.writeFixed32(7, fieldFixed327_); } if (((bitField0_ & 0x00000080) != 0)) { output.writeBool(8, fieldBool8_); } if (((bitField0_ & 0x00000100) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, fieldString9_); } if (((bitField0_ & 0x00000200) != 0)) { output.writeMessage(10, getFieldMessage10()); } if (((bitField0_ & 0x00000400) != 0)) { output.writeBytes(11, fieldBytes11_); } if (((bitField0_ & 0x00000800) != 0)) { output.writeUInt32(12, fieldUint3212_); } if (((bitField0_ & 0x00001000) != 0)) { output.writeEnum(13, fieldEnum13_); } if (((bitField0_ & 0x00002000) != 0)) { output.writeSFixed32(14, fieldSfixed3214_); } if (((bitField0_ & 0x00004000) != 0)) { output.writeSFixed64(15, fieldSfixed6415_); } if (((bitField0_ & 0x00008000) != 0)) { output.writeSInt32(16, fieldSint3216_); } if (((bitField0_ & 0x00010000) != 0)) { output.writeSInt64(17, fieldSint6417_); } for (int i = 0; i < fieldDoubleList18_.size(); i++) { output.writeDouble(18, fieldDoubleList18_.getDouble(i)); } for (int i = 0; i < fieldFloatList19_.size(); i++) { output.writeFloat(19, fieldFloatList19_.getFloat(i)); } for (int i = 0; i < fieldInt64List20_.size(); i++) { output.writeInt64(20, fieldInt64List20_.getLong(i)); } for (int i = 0; i < fieldUint64List21_.size(); i++) { output.writeUInt64(21, fieldUint64List21_.getLong(i)); } for (int i = 0; i < fieldInt32List22_.size(); i++) { output.writeInt32(22, fieldInt32List22_.getInt(i)); } for (int i = 0; i < fieldFixed64List23_.size(); i++) { output.writeFixed64(23, fieldFixed64List23_.getLong(i)); } for (int i = 0; i < fieldFixed32List24_.size(); i++) { output.writeFixed32(24, fieldFixed32List24_.getInt(i)); } for (int i = 0; i < fieldBoolList25_.size(); i++) { output.writeBool(25, fieldBoolList25_.getBoolean(i)); } for (int i = 0; i < fieldStringList26_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 26, fieldStringList26_.getRaw(i)); } for (int i = 0; i < fieldMessageList27_.size(); i++) { output.writeMessage(27, fieldMessageList27_.get(i)); } for (int i = 0; i < fieldBytesList28_.size(); i++) { output.writeBytes(28, fieldBytesList28_.get(i)); } for (int i = 0; i < fieldUint32List29_.size(); i++) { output.writeUInt32(29, fieldUint32List29_.getInt(i)); } for (int i = 0; i < fieldEnumList30_.size(); i++) { output.writeEnum(30, fieldEnumList30_.get(i)); } for (int i = 0; i < fieldSfixed32List31_.size(); i++) { output.writeSFixed32(31, fieldSfixed32List31_.getInt(i)); } for (int i = 0; i < fieldSfixed64List32_.size(); i++) { output.writeSFixed64(32, fieldSfixed64List32_.getLong(i)); } for (int i = 0; i < fieldSint32List33_.size(); i++) { output.writeSInt32(33, fieldSint32List33_.getInt(i)); } for (int i = 0; i < fieldSint64List34_.size(); i++) { output.writeSInt64(34, fieldSint64List34_.getLong(i)); } if (getFieldDoubleListPacked35List().size() > 0) { output.writeUInt32NoTag(282); output.writeUInt32NoTag(fieldDoubleListPacked35MemoizedSerializedSize); } for (int i = 0; i < fieldDoubleListPacked35_.size(); i++) { output.writeDoubleNoTag(fieldDoubleListPacked35_.getDouble(i)); } if (getFieldFloatListPacked36List().size() > 0) { output.writeUInt32NoTag(290); output.writeUInt32NoTag(fieldFloatListPacked36MemoizedSerializedSize); } for (int i = 0; i < fieldFloatListPacked36_.size(); i++) { output.writeFloatNoTag(fieldFloatListPacked36_.getFloat(i)); } if (getFieldInt64ListPacked37List().size() > 0) { output.writeUInt32NoTag(298); output.writeUInt32NoTag(fieldInt64ListPacked37MemoizedSerializedSize); } for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { output.writeInt64NoTag(fieldInt64ListPacked37_.getLong(i)); } if (getFieldUint64ListPacked38List().size() > 0) { output.writeUInt32NoTag(306); output.writeUInt32NoTag(fieldUint64ListPacked38MemoizedSerializedSize); } for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { output.writeUInt64NoTag(fieldUint64ListPacked38_.getLong(i)); } if (getFieldInt32ListPacked39List().size() > 0) { output.writeUInt32NoTag(314); output.writeUInt32NoTag(fieldInt32ListPacked39MemoizedSerializedSize); } for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { output.writeInt32NoTag(fieldInt32ListPacked39_.getInt(i)); } if (getFieldFixed64ListPacked40List().size() > 0) { output.writeUInt32NoTag(322); output.writeUInt32NoTag(fieldFixed64ListPacked40MemoizedSerializedSize); } for (int i = 0; i < fieldFixed64ListPacked40_.size(); i++) { output.writeFixed64NoTag(fieldFixed64ListPacked40_.getLong(i)); } if (getFieldFixed32ListPacked41List().size() > 0) { output.writeUInt32NoTag(330); output.writeUInt32NoTag(fieldFixed32ListPacked41MemoizedSerializedSize); } for (int i = 0; i < fieldFixed32ListPacked41_.size(); i++) { output.writeFixed32NoTag(fieldFixed32ListPacked41_.getInt(i)); } if (getFieldBoolListPacked42List().size() > 0) { output.writeUInt32NoTag(338); output.writeUInt32NoTag(fieldBoolListPacked42MemoizedSerializedSize); } for (int i = 0; i < fieldBoolListPacked42_.size(); i++) { output.writeBoolNoTag(fieldBoolListPacked42_.getBoolean(i)); } if (getFieldUint32ListPacked43List().size() > 0) { output.writeUInt32NoTag(346); output.writeUInt32NoTag(fieldUint32ListPacked43MemoizedSerializedSize); } for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { output.writeUInt32NoTag(fieldUint32ListPacked43_.getInt(i)); } if (getFieldEnumListPacked44List().size() > 0) { output.writeUInt32NoTag(354); output.writeUInt32NoTag(fieldEnumListPacked44MemoizedSerializedSize); } for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { output.writeEnumNoTag(fieldEnumListPacked44_.get(i)); } if (getFieldSfixed32ListPacked45List().size() > 0) { output.writeUInt32NoTag(362); output.writeUInt32NoTag(fieldSfixed32ListPacked45MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed32ListPacked45_.size(); i++) { output.writeSFixed32NoTag(fieldSfixed32ListPacked45_.getInt(i)); } if (getFieldSfixed64ListPacked46List().size() > 0) { output.writeUInt32NoTag(370); output.writeUInt32NoTag(fieldSfixed64ListPacked46MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed64ListPacked46_.size(); i++) { output.writeSFixed64NoTag(fieldSfixed64ListPacked46_.getLong(i)); } if (getFieldSint32ListPacked47List().size() > 0) { output.writeUInt32NoTag(378); output.writeUInt32NoTag(fieldSint32ListPacked47MemoizedSerializedSize); } for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { output.writeSInt32NoTag(fieldSint32ListPacked47_.getInt(i)); } if (getFieldSint64ListPacked48List().size() > 0) { output.writeUInt32NoTag(386); output.writeUInt32NoTag(fieldSint64ListPacked48MemoizedSerializedSize); } for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { output.writeSInt64NoTag(fieldSint64ListPacked48_.getLong(i)); } if (((bitField0_ & 0x00020000) != 0)) { output.writeGroup(49, getFieldGroup49()); } for (int i = 0; i < fieldGroupList51_.size(); i++) { output.writeGroup(51, fieldGroupList51_.get(i)); } if (testOneofCase_ == 53) { output.writeDouble( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { output.writeFloat( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { output.writeInt64( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { output.writeUInt64( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { output.writeInt32( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { output.writeFixed64( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { output.writeFixed32( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { output.writeBool( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { com.google.protobuf.GeneratedMessageV3.writeString(output, 61, testOneof_); } if (testOneofCase_ == 62) { output.writeMessage(62, (com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_); } if (testOneofCase_ == 63) { output.writeBytes( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { output.writeUInt32( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { output.writeSFixed32( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { output.writeSFixed64( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { output.writeSInt32( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { output.writeSInt64( 68, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 69) { output.writeGroup(69, (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_); } if (((bitField0_ & 0x00040000) != 0)) { output.writeDouble(71, fieldRequiredDouble71_); } if (((bitField0_ & 0x00080000) != 0)) { output.writeFloat(72, fieldRequiredFloat72_); } if (((bitField0_ & 0x00100000) != 0)) { output.writeInt64(73, fieldRequiredInt6473_); } if (((bitField0_ & 0x00200000) != 0)) { output.writeUInt64(74, fieldRequiredUint6474_); } if (((bitField0_ & 0x00400000) != 0)) { output.writeInt32(75, fieldRequiredInt3275_); } if (((bitField0_ & 0x00800000) != 0)) { output.writeFixed64(76, fieldRequiredFixed6476_); } if (((bitField0_ & 0x01000000) != 0)) { output.writeFixed32(77, fieldRequiredFixed3277_); } if (((bitField0_ & 0x02000000) != 0)) { output.writeBool(78, fieldRequiredBool78_); } if (((bitField0_ & 0x04000000) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 79, fieldRequiredString79_); } if (((bitField0_ & 0x08000000) != 0)) { output.writeMessage(80, getFieldRequiredMessage80()); } if (((bitField0_ & 0x10000000) != 0)) { output.writeBytes(81, fieldRequiredBytes81_); } if (((bitField0_ & 0x20000000) != 0)) { output.writeUInt32(82, fieldRequiredUint3282_); } if (((bitField0_ & 0x40000000) != 0)) { output.writeEnum(83, fieldRequiredEnum83_); } if (((bitField0_ & 0x80000000) != 0)) { output.writeSFixed32(84, fieldRequiredSfixed3284_); } if (((bitField1_ & 0x00000001) != 0)) { output.writeSFixed64(85, fieldRequiredSfixed6485_); } if (((bitField1_ & 0x00000002) != 0)) { output.writeSInt32(86, fieldRequiredSint3286_); } if (((bitField1_ & 0x00000004) != 0)) { output.writeSInt64(87, fieldRequiredSint6487_); } if (((bitField1_ & 0x00000008) != 0)) { output.writeGroup(88, getFieldRequiredGroup88()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, fieldDouble1_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(2, fieldFloat2_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, fieldInt643_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(4, fieldUint644_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, fieldInt325_); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(6, fieldFixed646_); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(7, fieldFixed327_); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, fieldBool8_); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, fieldString9_); } if (((bitField0_ & 0x00000200) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getFieldMessage10()); } if (((bitField0_ & 0x00000400) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(11, fieldBytes11_); } if (((bitField0_ & 0x00000800) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, fieldUint3212_); } if (((bitField0_ & 0x00001000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(13, fieldEnum13_); } if (((bitField0_ & 0x00002000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size(14, fieldSfixed3214_); } if (((bitField0_ & 0x00004000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size(15, fieldSfixed6415_); } if (((bitField0_ & 0x00008000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(16, fieldSint3216_); } if (((bitField0_ & 0x00010000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(17, fieldSint6417_); } { int dataSize = 0; dataSize = 8 * getFieldDoubleList18List().size(); size += dataSize; size += 2 * getFieldDoubleList18List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFloatList19List().size(); size += dataSize; size += 2 * getFieldFloatList19List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt64List20_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64List20_.getLong(i)); } size += dataSize; size += 2 * getFieldInt64List20List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint64List21_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64List21_.getLong(i)); } size += dataSize; size += 2 * getFieldUint64List21List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt32List22_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32List22_.getInt(i)); } size += dataSize; size += 2 * getFieldInt32List22List().size(); } { int dataSize = 0; dataSize = 8 * getFieldFixed64List23List().size(); size += dataSize; size += 2 * getFieldFixed64List23List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFixed32List24List().size(); size += dataSize; size += 2 * getFieldFixed32List24List().size(); } { int dataSize = 0; dataSize = 1 * getFieldBoolList25List().size(); size += dataSize; size += 2 * getFieldBoolList25List().size(); } { int dataSize = 0; for (int i = 0; i < fieldStringList26_.size(); i++) { dataSize += computeStringSizeNoTag(fieldStringList26_.getRaw(i)); } size += dataSize; size += 2 * getFieldStringList26List().size(); } for (int i = 0; i < fieldMessageList27_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMessageList27_.get(i)); } { int dataSize = 0; for (int i = 0; i < fieldBytesList28_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(fieldBytesList28_.get(i)); } size += dataSize; size += 2 * getFieldBytesList28List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint32List29_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32List29_.getInt(i)); } size += dataSize; size += 2 * getFieldUint32List29List().size(); } { int dataSize = 0; for (int i = 0; i < fieldEnumList30_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumList30_.get(i)); } size += dataSize; size += 2 * fieldEnumList30_.size(); } { int dataSize = 0; dataSize = 4 * getFieldSfixed32List31List().size(); size += dataSize; size += 2 * getFieldSfixed32List31List().size(); } { int dataSize = 0; dataSize = 8 * getFieldSfixed64List32List().size(); size += dataSize; size += 2 * getFieldSfixed64List32List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint32List33_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32List33_.getInt(i)); } size += dataSize; size += 2 * getFieldSint32List33List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint64List34_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64List34_.getLong(i)); } size += dataSize; size += 2 * getFieldSint64List34List().size(); } { int dataSize = 0; dataSize = 8 * getFieldDoubleListPacked35List().size(); size += dataSize; if (!getFieldDoubleListPacked35List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldDoubleListPacked35MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFloatListPacked36List().size(); size += dataSize; if (!getFieldFloatListPacked36List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFloatListPacked36MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64ListPacked37_.getLong(i)); } size += dataSize; if (!getFieldInt64ListPacked37List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt64ListPacked37MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64ListPacked38_.getLong(i)); } size += dataSize; if (!getFieldUint64ListPacked38List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint64ListPacked38MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32ListPacked39_.getInt(i)); } size += dataSize; if (!getFieldInt32ListPacked39List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt32ListPacked39MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldFixed64ListPacked40List().size(); size += dataSize; if (!getFieldFixed64ListPacked40List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed64ListPacked40MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFixed32ListPacked41List().size(); size += dataSize; if (!getFieldFixed32ListPacked41List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed32ListPacked41MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 1 * getFieldBoolListPacked42List().size(); size += dataSize; if (!getFieldBoolListPacked42List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldBoolListPacked42MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32ListPacked43_.getInt(i)); } size += dataSize; if (!getFieldUint32ListPacked43List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint32ListPacked43MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumListPacked44_.get(i)); } size += dataSize; if (!getFieldEnumListPacked44List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }fieldEnumListPacked44MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldSfixed32ListPacked45List().size(); size += dataSize; if (!getFieldSfixed32ListPacked45List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed32ListPacked45MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldSfixed64ListPacked46List().size(); size += dataSize; if (!getFieldSfixed64ListPacked46List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed64ListPacked46MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32ListPacked47_.getInt(i)); } size += dataSize; if (!getFieldSint32ListPacked47List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint32ListPacked47MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64ListPacked48_.getLong(i)); } size += dataSize; if (!getFieldSint64ListPacked48List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint64ListPacked48MemoizedSerializedSize = dataSize; } if (((bitField0_ & 0x00020000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(49, getFieldGroup49()); } for (int i = 0; i < fieldGroupList51_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(51, fieldGroupList51_.get(i)); } if (testOneofCase_ == 53) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { size += com.google.protobuf.CodedOutputStream .computeFloatSize( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { size += com.google.protobuf.CodedOutputStream .computeInt64Size( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { size += com.google.protobuf.CodedOutputStream .computeInt32Size( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { size += com.google.protobuf.CodedOutputStream .computeBoolSize( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(61, testOneof_); } if (testOneofCase_ == 62) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, (com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_); } if (testOneofCase_ == 63) { size += com.google.protobuf.CodedOutputStream .computeBytesSize( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size( 68, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 69) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(69, (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_); } if (((bitField0_ & 0x00040000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(71, fieldRequiredDouble71_); } if (((bitField0_ & 0x00080000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(72, fieldRequiredFloat72_); } if (((bitField0_ & 0x00100000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(73, fieldRequiredInt6473_); } if (((bitField0_ & 0x00200000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(74, fieldRequiredUint6474_); } if (((bitField0_ & 0x00400000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(75, fieldRequiredInt3275_); } if (((bitField0_ & 0x00800000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(76, fieldRequiredFixed6476_); } if (((bitField0_ & 0x01000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(77, fieldRequiredFixed3277_); } if (((bitField0_ & 0x02000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(78, fieldRequiredBool78_); } if (((bitField0_ & 0x04000000) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(79, fieldRequiredString79_); } if (((bitField0_ & 0x08000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(80, getFieldRequiredMessage80()); } if (((bitField0_ & 0x10000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(81, fieldRequiredBytes81_); } if (((bitField0_ & 0x20000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(82, fieldRequiredUint3282_); } if (((bitField0_ & 0x40000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(83, fieldRequiredEnum83_); } if (((bitField0_ & 0x80000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size(84, fieldRequiredSfixed3284_); } if (((bitField1_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size(85, fieldRequiredSfixed6485_); } if (((bitField1_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(86, fieldRequiredSint3286_); } if (((bitField1_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(87, fieldRequiredSint6487_); } if (((bitField1_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(88, getFieldRequiredGroup88()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2Message other = (com.google.protobuf.testing.Proto2Testing.Proto2Message) obj; if (hasFieldDouble1() != other.hasFieldDouble1()) return false; if (hasFieldDouble1()) { if (java.lang.Double.doubleToLongBits(getFieldDouble1()) != java.lang.Double.doubleToLongBits( other.getFieldDouble1())) return false; } if (hasFieldFloat2() != other.hasFieldFloat2()) return false; if (hasFieldFloat2()) { if (java.lang.Float.floatToIntBits(getFieldFloat2()) != java.lang.Float.floatToIntBits( other.getFieldFloat2())) return false; } if (hasFieldInt643() != other.hasFieldInt643()) return false; if (hasFieldInt643()) { if (getFieldInt643() != other.getFieldInt643()) return false; } if (hasFieldUint644() != other.hasFieldUint644()) return false; if (hasFieldUint644()) { if (getFieldUint644() != other.getFieldUint644()) return false; } if (hasFieldInt325() != other.hasFieldInt325()) return false; if (hasFieldInt325()) { if (getFieldInt325() != other.getFieldInt325()) return false; } if (hasFieldFixed646() != other.hasFieldFixed646()) return false; if (hasFieldFixed646()) { if (getFieldFixed646() != other.getFieldFixed646()) return false; } if (hasFieldFixed327() != other.hasFieldFixed327()) return false; if (hasFieldFixed327()) { if (getFieldFixed327() != other.getFieldFixed327()) return false; } if (hasFieldBool8() != other.hasFieldBool8()) return false; if (hasFieldBool8()) { if (getFieldBool8() != other.getFieldBool8()) return false; } if (hasFieldString9() != other.hasFieldString9()) return false; if (hasFieldString9()) { if (!getFieldString9() .equals(other.getFieldString9())) return false; } if (hasFieldMessage10() != other.hasFieldMessage10()) return false; if (hasFieldMessage10()) { if (!getFieldMessage10() .equals(other.getFieldMessage10())) return false; } if (hasFieldBytes11() != other.hasFieldBytes11()) return false; if (hasFieldBytes11()) { if (!getFieldBytes11() .equals(other.getFieldBytes11())) return false; } if (hasFieldUint3212() != other.hasFieldUint3212()) return false; if (hasFieldUint3212()) { if (getFieldUint3212() != other.getFieldUint3212()) return false; } if (hasFieldEnum13() != other.hasFieldEnum13()) return false; if (hasFieldEnum13()) { if (fieldEnum13_ != other.fieldEnum13_) return false; } if (hasFieldSfixed3214() != other.hasFieldSfixed3214()) return false; if (hasFieldSfixed3214()) { if (getFieldSfixed3214() != other.getFieldSfixed3214()) return false; } if (hasFieldSfixed6415() != other.hasFieldSfixed6415()) return false; if (hasFieldSfixed6415()) { if (getFieldSfixed6415() != other.getFieldSfixed6415()) return false; } if (hasFieldSint3216() != other.hasFieldSint3216()) return false; if (hasFieldSint3216()) { if (getFieldSint3216() != other.getFieldSint3216()) return false; } if (hasFieldSint6417() != other.hasFieldSint6417()) return false; if (hasFieldSint6417()) { if (getFieldSint6417() != other.getFieldSint6417()) return false; } if (!getFieldDoubleList18List() .equals(other.getFieldDoubleList18List())) return false; if (!getFieldFloatList19List() .equals(other.getFieldFloatList19List())) return false; if (!getFieldInt64List20List() .equals(other.getFieldInt64List20List())) return false; if (!getFieldUint64List21List() .equals(other.getFieldUint64List21List())) return false; if (!getFieldInt32List22List() .equals(other.getFieldInt32List22List())) return false; if (!getFieldFixed64List23List() .equals(other.getFieldFixed64List23List())) return false; if (!getFieldFixed32List24List() .equals(other.getFieldFixed32List24List())) return false; if (!getFieldBoolList25List() .equals(other.getFieldBoolList25List())) return false; if (!getFieldStringList26List() .equals(other.getFieldStringList26List())) return false; if (!getFieldMessageList27List() .equals(other.getFieldMessageList27List())) return false; if (!getFieldBytesList28List() .equals(other.getFieldBytesList28List())) return false; if (!getFieldUint32List29List() .equals(other.getFieldUint32List29List())) return false; if (!fieldEnumList30_.equals(other.fieldEnumList30_)) return false; if (!getFieldSfixed32List31List() .equals(other.getFieldSfixed32List31List())) return false; if (!getFieldSfixed64List32List() .equals(other.getFieldSfixed64List32List())) return false; if (!getFieldSint32List33List() .equals(other.getFieldSint32List33List())) return false; if (!getFieldSint64List34List() .equals(other.getFieldSint64List34List())) return false; if (!getFieldDoubleListPacked35List() .equals(other.getFieldDoubleListPacked35List())) return false; if (!getFieldFloatListPacked36List() .equals(other.getFieldFloatListPacked36List())) return false; if (!getFieldInt64ListPacked37List() .equals(other.getFieldInt64ListPacked37List())) return false; if (!getFieldUint64ListPacked38List() .equals(other.getFieldUint64ListPacked38List())) return false; if (!getFieldInt32ListPacked39List() .equals(other.getFieldInt32ListPacked39List())) return false; if (!getFieldFixed64ListPacked40List() .equals(other.getFieldFixed64ListPacked40List())) return false; if (!getFieldFixed32ListPacked41List() .equals(other.getFieldFixed32ListPacked41List())) return false; if (!getFieldBoolListPacked42List() .equals(other.getFieldBoolListPacked42List())) return false; if (!getFieldUint32ListPacked43List() .equals(other.getFieldUint32ListPacked43List())) return false; if (!fieldEnumListPacked44_.equals(other.fieldEnumListPacked44_)) return false; if (!getFieldSfixed32ListPacked45List() .equals(other.getFieldSfixed32ListPacked45List())) return false; if (!getFieldSfixed64ListPacked46List() .equals(other.getFieldSfixed64ListPacked46List())) return false; if (!getFieldSint32ListPacked47List() .equals(other.getFieldSint32ListPacked47List())) return false; if (!getFieldSint64ListPacked48List() .equals(other.getFieldSint64ListPacked48List())) return false; if (hasFieldGroup49() != other.hasFieldGroup49()) return false; if (hasFieldGroup49()) { if (!getFieldGroup49() .equals(other.getFieldGroup49())) return false; } if (!getFieldGroupList51List() .equals(other.getFieldGroupList51List())) return false; if (hasFieldRequiredDouble71() != other.hasFieldRequiredDouble71()) return false; if (hasFieldRequiredDouble71()) { if (java.lang.Double.doubleToLongBits(getFieldRequiredDouble71()) != java.lang.Double.doubleToLongBits( other.getFieldRequiredDouble71())) return false; } if (hasFieldRequiredFloat72() != other.hasFieldRequiredFloat72()) return false; if (hasFieldRequiredFloat72()) { if (java.lang.Float.floatToIntBits(getFieldRequiredFloat72()) != java.lang.Float.floatToIntBits( other.getFieldRequiredFloat72())) return false; } if (hasFieldRequiredInt6473() != other.hasFieldRequiredInt6473()) return false; if (hasFieldRequiredInt6473()) { if (getFieldRequiredInt6473() != other.getFieldRequiredInt6473()) return false; } if (hasFieldRequiredUint6474() != other.hasFieldRequiredUint6474()) return false; if (hasFieldRequiredUint6474()) { if (getFieldRequiredUint6474() != other.getFieldRequiredUint6474()) return false; } if (hasFieldRequiredInt3275() != other.hasFieldRequiredInt3275()) return false; if (hasFieldRequiredInt3275()) { if (getFieldRequiredInt3275() != other.getFieldRequiredInt3275()) return false; } if (hasFieldRequiredFixed6476() != other.hasFieldRequiredFixed6476()) return false; if (hasFieldRequiredFixed6476()) { if (getFieldRequiredFixed6476() != other.getFieldRequiredFixed6476()) return false; } if (hasFieldRequiredFixed3277() != other.hasFieldRequiredFixed3277()) return false; if (hasFieldRequiredFixed3277()) { if (getFieldRequiredFixed3277() != other.getFieldRequiredFixed3277()) return false; } if (hasFieldRequiredBool78() != other.hasFieldRequiredBool78()) return false; if (hasFieldRequiredBool78()) { if (getFieldRequiredBool78() != other.getFieldRequiredBool78()) return false; } if (hasFieldRequiredString79() != other.hasFieldRequiredString79()) return false; if (hasFieldRequiredString79()) { if (!getFieldRequiredString79() .equals(other.getFieldRequiredString79())) return false; } if (hasFieldRequiredMessage80() != other.hasFieldRequiredMessage80()) return false; if (hasFieldRequiredMessage80()) { if (!getFieldRequiredMessage80() .equals(other.getFieldRequiredMessage80())) return false; } if (hasFieldRequiredBytes81() != other.hasFieldRequiredBytes81()) return false; if (hasFieldRequiredBytes81()) { if (!getFieldRequiredBytes81() .equals(other.getFieldRequiredBytes81())) return false; } if (hasFieldRequiredUint3282() != other.hasFieldRequiredUint3282()) return false; if (hasFieldRequiredUint3282()) { if (getFieldRequiredUint3282() != other.getFieldRequiredUint3282()) return false; } if (hasFieldRequiredEnum83() != other.hasFieldRequiredEnum83()) return false; if (hasFieldRequiredEnum83()) { if (fieldRequiredEnum83_ != other.fieldRequiredEnum83_) return false; } if (hasFieldRequiredSfixed3284() != other.hasFieldRequiredSfixed3284()) return false; if (hasFieldRequiredSfixed3284()) { if (getFieldRequiredSfixed3284() != other.getFieldRequiredSfixed3284()) return false; } if (hasFieldRequiredSfixed6485() != other.hasFieldRequiredSfixed6485()) return false; if (hasFieldRequiredSfixed6485()) { if (getFieldRequiredSfixed6485() != other.getFieldRequiredSfixed6485()) return false; } if (hasFieldRequiredSint3286() != other.hasFieldRequiredSint3286()) return false; if (hasFieldRequiredSint3286()) { if (getFieldRequiredSint3286() != other.getFieldRequiredSint3286()) return false; } if (hasFieldRequiredSint6487() != other.hasFieldRequiredSint6487()) return false; if (hasFieldRequiredSint6487()) { if (getFieldRequiredSint6487() != other.getFieldRequiredSint6487()) return false; } if (hasFieldRequiredGroup88() != other.hasFieldRequiredGroup88()) return false; if (hasFieldRequiredGroup88()) { if (!getFieldRequiredGroup88() .equals(other.getFieldRequiredGroup88())) return false; } if (!getTestOneofCase().equals(other.getTestOneofCase())) return false; switch (testOneofCase_) { case 53: if (java.lang.Double.doubleToLongBits(getFieldDouble53()) != java.lang.Double.doubleToLongBits( other.getFieldDouble53())) return false; break; case 54: if (java.lang.Float.floatToIntBits(getFieldFloat54()) != java.lang.Float.floatToIntBits( other.getFieldFloat54())) return false; break; case 55: if (getFieldInt6455() != other.getFieldInt6455()) return false; break; case 56: if (getFieldUint6456() != other.getFieldUint6456()) return false; break; case 57: if (getFieldInt3257() != other.getFieldInt3257()) return false; break; case 58: if (getFieldFixed6458() != other.getFieldFixed6458()) return false; break; case 59: if (getFieldFixed3259() != other.getFieldFixed3259()) return false; break; case 60: if (getFieldBool60() != other.getFieldBool60()) return false; break; case 61: if (!getFieldString61() .equals(other.getFieldString61())) return false; break; case 62: if (!getFieldMessage62() .equals(other.getFieldMessage62())) return false; break; case 63: if (!getFieldBytes63() .equals(other.getFieldBytes63())) return false; break; case 64: if (getFieldUint3264() != other.getFieldUint3264()) return false; break; case 65: if (getFieldSfixed3265() != other.getFieldSfixed3265()) return false; break; case 66: if (getFieldSfixed6466() != other.getFieldSfixed6466()) return false; break; case 67: if (getFieldSint3267() != other.getFieldSint3267()) return false; break; case 68: if (getFieldSint6468() != other.getFieldSint6468()) return false; break; case 69: if (!getFieldGroup69() .equals(other.getFieldGroup69())) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldDouble1()) { hash = (37 * hash) + FIELD_DOUBLE_1_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble1())); } if (hasFieldFloat2()) { hash = (37 * hash) + FIELD_FLOAT_2_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat2()); } if (hasFieldInt643()) { hash = (37 * hash) + FIELD_INT64_3_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt643()); } if (hasFieldUint644()) { hash = (37 * hash) + FIELD_UINT64_4_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint644()); } if (hasFieldInt325()) { hash = (37 * hash) + FIELD_INT32_5_FIELD_NUMBER; hash = (53 * hash) + getFieldInt325(); } if (hasFieldFixed646()) { hash = (37 * hash) + FIELD_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed646()); } if (hasFieldFixed327()) { hash = (37 * hash) + FIELD_FIXED32_7_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed327(); } if (hasFieldBool8()) { hash = (37 * hash) + FIELD_BOOL_8_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool8()); } if (hasFieldString9()) { hash = (37 * hash) + FIELD_STRING_9_FIELD_NUMBER; hash = (53 * hash) + getFieldString9().hashCode(); } if (hasFieldMessage10()) { hash = (37 * hash) + FIELD_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage10().hashCode(); } if (hasFieldBytes11()) { hash = (37 * hash) + FIELD_BYTES_11_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes11().hashCode(); } if (hasFieldUint3212()) { hash = (37 * hash) + FIELD_UINT32_12_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3212(); } if (hasFieldEnum13()) { hash = (37 * hash) + FIELD_ENUM_13_FIELD_NUMBER; hash = (53 * hash) + fieldEnum13_; } if (hasFieldSfixed3214()) { hash = (37 * hash) + FIELD_SFIXED32_14_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3214(); } if (hasFieldSfixed6415()) { hash = (37 * hash) + FIELD_SFIXED64_15_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6415()); } if (hasFieldSint3216()) { hash = (37 * hash) + FIELD_SINT32_16_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3216(); } if (hasFieldSint6417()) { hash = (37 * hash) + FIELD_SINT64_17_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6417()); } if (getFieldDoubleList18Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_18_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleList18List().hashCode(); } if (getFieldFloatList19Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_19_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatList19List().hashCode(); } if (getFieldInt64List20Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_20_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64List20List().hashCode(); } if (getFieldUint64List21Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_21_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64List21List().hashCode(); } if (getFieldInt32List22Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_22_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32List22List().hashCode(); } if (getFieldFixed64List23Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_23_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64List23List().hashCode(); } if (getFieldFixed32List24Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_24_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32List24List().hashCode(); } if (getFieldBoolList25Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_25_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolList25List().hashCode(); } if (getFieldStringList26Count() > 0) { hash = (37 * hash) + FIELD_STRING_LIST_26_FIELD_NUMBER; hash = (53 * hash) + getFieldStringList26List().hashCode(); } if (getFieldMessageList27Count() > 0) { hash = (37 * hash) + FIELD_MESSAGE_LIST_27_FIELD_NUMBER; hash = (53 * hash) + getFieldMessageList27List().hashCode(); } if (getFieldBytesList28Count() > 0) { hash = (37 * hash) + FIELD_BYTES_LIST_28_FIELD_NUMBER; hash = (53 * hash) + getFieldBytesList28List().hashCode(); } if (getFieldUint32List29Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_29_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32List29List().hashCode(); } if (getFieldEnumList30Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_30_FIELD_NUMBER; hash = (53 * hash) + fieldEnumList30_.hashCode(); } if (getFieldSfixed32List31Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_31_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32List31List().hashCode(); } if (getFieldSfixed64List32Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_32_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64List32List().hashCode(); } if (getFieldSint32List33Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_33_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32List33List().hashCode(); } if (getFieldSint64List34Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_34_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64List34List().hashCode(); } if (getFieldDoubleListPacked35Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleListPacked35List().hashCode(); } if (getFieldFloatListPacked36Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatListPacked36List().hashCode(); } if (getFieldInt64ListPacked37Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64ListPacked37List().hashCode(); } if (getFieldUint64ListPacked38Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64ListPacked38List().hashCode(); } if (getFieldInt32ListPacked39Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32ListPacked39List().hashCode(); } if (getFieldFixed64ListPacked40Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64ListPacked40List().hashCode(); } if (getFieldFixed32ListPacked41Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32ListPacked41List().hashCode(); } if (getFieldBoolListPacked42Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolListPacked42List().hashCode(); } if (getFieldUint32ListPacked43Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32ListPacked43List().hashCode(); } if (getFieldEnumListPacked44Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER; hash = (53 * hash) + fieldEnumListPacked44_.hashCode(); } if (getFieldSfixed32ListPacked45Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32ListPacked45List().hashCode(); } if (getFieldSfixed64ListPacked46Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64ListPacked46List().hashCode(); } if (getFieldSint32ListPacked47Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32ListPacked47List().hashCode(); } if (getFieldSint64ListPacked48Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64ListPacked48List().hashCode(); } if (hasFieldGroup49()) { hash = (37 * hash) + FIELDGROUP49_FIELD_NUMBER; hash = (53 * hash) + getFieldGroup49().hashCode(); } if (getFieldGroupList51Count() > 0) { hash = (37 * hash) + FIELDGROUPLIST51_FIELD_NUMBER; hash = (53 * hash) + getFieldGroupList51List().hashCode(); } if (hasFieldRequiredDouble71()) { hash = (37 * hash) + FIELD_REQUIRED_DOUBLE_71_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldRequiredDouble71())); } if (hasFieldRequiredFloat72()) { hash = (37 * hash) + FIELD_REQUIRED_FLOAT_72_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldRequiredFloat72()); } if (hasFieldRequiredInt6473()) { hash = (37 * hash) + FIELD_REQUIRED_INT64_73_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredInt6473()); } if (hasFieldRequiredUint6474()) { hash = (37 * hash) + FIELD_REQUIRED_UINT64_74_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredUint6474()); } if (hasFieldRequiredInt3275()) { hash = (37 * hash) + FIELD_REQUIRED_INT32_75_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredInt3275(); } if (hasFieldRequiredFixed6476()) { hash = (37 * hash) + FIELD_REQUIRED_FIXED64_76_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredFixed6476()); } if (hasFieldRequiredFixed3277()) { hash = (37 * hash) + FIELD_REQUIRED_FIXED32_77_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredFixed3277(); } if (hasFieldRequiredBool78()) { hash = (37 * hash) + FIELD_REQUIRED_BOOL_78_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldRequiredBool78()); } if (hasFieldRequiredString79()) { hash = (37 * hash) + FIELD_REQUIRED_STRING_79_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredString79().hashCode(); } if (hasFieldRequiredMessage80()) { hash = (37 * hash) + FIELD_REQUIRED_MESSAGE_80_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredMessage80().hashCode(); } if (hasFieldRequiredBytes81()) { hash = (37 * hash) + FIELD_REQUIRED_BYTES_81_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredBytes81().hashCode(); } if (hasFieldRequiredUint3282()) { hash = (37 * hash) + FIELD_REQUIRED_UINT32_82_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredUint3282(); } if (hasFieldRequiredEnum83()) { hash = (37 * hash) + FIELD_REQUIRED_ENUM_83_FIELD_NUMBER; hash = (53 * hash) + fieldRequiredEnum83_; } if (hasFieldRequiredSfixed3284()) { hash = (37 * hash) + FIELD_REQUIRED_SFIXED32_84_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredSfixed3284(); } if (hasFieldRequiredSfixed6485()) { hash = (37 * hash) + FIELD_REQUIRED_SFIXED64_85_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredSfixed6485()); } if (hasFieldRequiredSint3286()) { hash = (37 * hash) + FIELD_REQUIRED_SINT32_86_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredSint3286(); } if (hasFieldRequiredSint6487()) { hash = (37 * hash) + FIELD_REQUIRED_SINT64_87_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredSint6487()); } if (hasFieldRequiredGroup88()) { hash = (37 * hash) + FIELDREQUIREDGROUP88_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredGroup88().hashCode(); } switch (testOneofCase_) { case 53: hash = (37 * hash) + FIELD_DOUBLE_53_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble53())); break; case 54: hash = (37 * hash) + FIELD_FLOAT_54_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat54()); break; case 55: hash = (37 * hash) + FIELD_INT64_55_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt6455()); break; case 56: hash = (37 * hash) + FIELD_UINT64_56_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint6456()); break; case 57: hash = (37 * hash) + FIELD_INT32_57_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3257(); break; case 58: hash = (37 * hash) + FIELD_FIXED64_58_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed6458()); break; case 59: hash = (37 * hash) + FIELD_FIXED32_59_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed3259(); break; case 60: hash = (37 * hash) + FIELD_BOOL_60_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool60()); break; case 61: hash = (37 * hash) + FIELD_STRING_61_FIELD_NUMBER; hash = (53 * hash) + getFieldString61().hashCode(); break; case 62: hash = (37 * hash) + FIELD_MESSAGE_62_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage62().hashCode(); break; case 63: hash = (37 * hash) + FIELD_BYTES_63_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes63().hashCode(); break; case 64: hash = (37 * hash) + FIELD_UINT32_64_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3264(); break; case 65: hash = (37 * hash) + FIELD_SFIXED32_65_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3265(); break; case 66: hash = (37 * hash) + FIELD_SFIXED64_66_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6466()); break; case 67: hash = (37 * hash) + FIELD_SINT32_67_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3267(); break; case 68: hash = (37 * hash) + FIELD_SINT64_68_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6468()); break; case 69: hash = (37 * hash) + FIELDGROUP69_FIELD_NUMBER; hash = (53 * hash) + getFieldGroup69().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2Message prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2Message} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2Message) com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Message.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFieldMessage10FieldBuilder(); getFieldMessageList27FieldBuilder(); getFieldGroup49FieldBuilder(); getFieldGroupList51FieldBuilder(); getFieldRequiredMessage80FieldBuilder(); getFieldRequiredGroup88FieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; bitField2_ = 0; fieldDouble1_ = 0D; fieldFloat2_ = 0F; fieldInt643_ = 0L; fieldUint644_ = 0L; fieldInt325_ = 0; fieldFixed646_ = 0L; fieldFixed327_ = 0; fieldBool8_ = false; fieldString9_ = ""; fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldUint3212_ = 0; fieldEnum13_ = 0; fieldSfixed3214_ = 0; fieldSfixed6415_ = 0L; fieldSint3216_ = 0; fieldSint6417_ = 0L; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); } else { fieldMessageList27_ = null; fieldMessageList27Builder_.clear(); } bitField0_ = (bitField0_ & ~0x04000000); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); fieldGroup49_ = null; if (fieldGroup49Builder_ != null) { fieldGroup49Builder_.dispose(); fieldGroup49Builder_ = null; } if (fieldGroupList51Builder_ == null) { fieldGroupList51_ = java.util.Collections.emptyList(); } else { fieldGroupList51_ = null; fieldGroupList51Builder_.clear(); } bitField1_ = (bitField1_ & ~0x00020000); if (fieldMessage62Builder_ != null) { fieldMessage62Builder_.clear(); } if (fieldGroup69Builder_ != null) { fieldGroup69Builder_.clear(); } fieldRequiredDouble71_ = 0D; fieldRequiredFloat72_ = 0F; fieldRequiredInt6473_ = 0L; fieldRequiredUint6474_ = 0L; fieldRequiredInt3275_ = 0; fieldRequiredFixed6476_ = 0L; fieldRequiredFixed3277_ = 0; fieldRequiredBool78_ = false; fieldRequiredString79_ = ""; fieldRequiredMessage80_ = null; if (fieldRequiredMessage80Builder_ != null) { fieldRequiredMessage80Builder_.dispose(); fieldRequiredMessage80Builder_ = null; } fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; fieldRequiredUint3282_ = 0; fieldRequiredEnum83_ = 0; fieldRequiredSfixed3284_ = 0; fieldRequiredSfixed6485_ = 0L; fieldRequiredSint3286_ = 0; fieldRequiredSint6487_ = 0L; fieldRequiredGroup88_ = null; if (fieldRequiredGroup88Builder_ != null) { fieldRequiredGroup88Builder_.dispose(); fieldRequiredGroup88Builder_ = null; } testOneofCase_ = 0; testOneof_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Message_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build() { com.google.protobuf.testing.Proto2Testing.Proto2Message result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2Message result = new com.google.protobuf.testing.Proto2Testing.Proto2Message(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } if (bitField2_ != 0) { buildPartial2(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.testing.Proto2Testing.Proto2Message result) { if (fieldMessageList27Builder_ == null) { if (((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = java.util.Collections.unmodifiableList(fieldMessageList27_); bitField0_ = (bitField0_ & ~0x04000000); } result.fieldMessageList27_ = fieldMessageList27_; } else { result.fieldMessageList27_ = fieldMessageList27Builder_.build(); } if (((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = java.util.Collections.unmodifiableList(fieldEnumList30_); bitField0_ = (bitField0_ & ~0x20000000); } result.fieldEnumList30_ = fieldEnumList30_; if (((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = java.util.Collections.unmodifiableList(fieldEnumListPacked44_); bitField1_ = (bitField1_ & ~0x00000800); } result.fieldEnumListPacked44_ = fieldEnumListPacked44_; if (fieldGroupList51Builder_ == null) { if (((bitField1_ & 0x00020000) != 0)) { fieldGroupList51_ = java.util.Collections.unmodifiableList(fieldGroupList51_); bitField1_ = (bitField1_ & ~0x00020000); } result.fieldGroupList51_ = fieldGroupList51_; } else { result.fieldGroupList51_ = fieldGroupList51Builder_.build(); } } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2Message result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldDouble1_ = fieldDouble1_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldFloat2_ = fieldFloat2_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldInt643_ = fieldInt643_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldUint644_ = fieldUint644_; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldInt325_ = fieldInt325_; to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldFixed646_ = fieldFixed646_; to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldFixed327_ = fieldFixed327_; to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldBool8_ = fieldBool8_; to_bitField0_ |= 0x00000080; } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldString9_ = fieldString9_; to_bitField0_ |= 0x00000100; } if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMessage10_ = fieldMessage10Builder_ == null ? fieldMessage10_ : fieldMessage10Builder_.build(); to_bitField0_ |= 0x00000200; } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldBytes11_ = fieldBytes11_; to_bitField0_ |= 0x00000400; } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldUint3212_ = fieldUint3212_; to_bitField0_ |= 0x00000800; } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldEnum13_ = fieldEnum13_; to_bitField0_ |= 0x00001000; } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldSfixed3214_ = fieldSfixed3214_; to_bitField0_ |= 0x00002000; } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldSfixed6415_ = fieldSfixed6415_; to_bitField0_ |= 0x00004000; } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldSint3216_ = fieldSint3216_; to_bitField0_ |= 0x00008000; } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldSint6417_ = fieldSint6417_; to_bitField0_ |= 0x00010000; } if (((from_bitField0_ & 0x00020000) != 0)) { fieldDoubleList18_.makeImmutable(); result.fieldDoubleList18_ = fieldDoubleList18_; } if (((from_bitField0_ & 0x00040000) != 0)) { fieldFloatList19_.makeImmutable(); result.fieldFloatList19_ = fieldFloatList19_; } if (((from_bitField0_ & 0x00080000) != 0)) { fieldInt64List20_.makeImmutable(); result.fieldInt64List20_ = fieldInt64List20_; } if (((from_bitField0_ & 0x00100000) != 0)) { fieldUint64List21_.makeImmutable(); result.fieldUint64List21_ = fieldUint64List21_; } if (((from_bitField0_ & 0x00200000) != 0)) { fieldInt32List22_.makeImmutable(); result.fieldInt32List22_ = fieldInt32List22_; } if (((from_bitField0_ & 0x00400000) != 0)) { fieldFixed64List23_.makeImmutable(); result.fieldFixed64List23_ = fieldFixed64List23_; } if (((from_bitField0_ & 0x00800000) != 0)) { fieldFixed32List24_.makeImmutable(); result.fieldFixed32List24_ = fieldFixed32List24_; } if (((from_bitField0_ & 0x01000000) != 0)) { fieldBoolList25_.makeImmutable(); result.fieldBoolList25_ = fieldBoolList25_; } if (((from_bitField0_ & 0x02000000) != 0)) { fieldStringList26_.makeImmutable(); result.fieldStringList26_ = fieldStringList26_; } if (((from_bitField0_ & 0x08000000) != 0)) { fieldBytesList28_.makeImmutable(); result.fieldBytesList28_ = fieldBytesList28_; } if (((from_bitField0_ & 0x10000000) != 0)) { fieldUint32List29_.makeImmutable(); result.fieldUint32List29_ = fieldUint32List29_; } if (((from_bitField0_ & 0x40000000) != 0)) { fieldSfixed32List31_.makeImmutable(); result.fieldSfixed32List31_ = fieldSfixed32List31_; } if (((from_bitField0_ & 0x80000000) != 0)) { fieldSfixed64List32_.makeImmutable(); result.fieldSfixed64List32_ = fieldSfixed64List32_; } result.bitField0_ |= to_bitField0_; } private void buildPartial1(com.google.protobuf.testing.Proto2Testing.Proto2Message result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { fieldSint32List33_.makeImmutable(); result.fieldSint32List33_ = fieldSint32List33_; } if (((from_bitField1_ & 0x00000002) != 0)) { fieldSint64List34_.makeImmutable(); result.fieldSint64List34_ = fieldSint64List34_; } if (((from_bitField1_ & 0x00000004) != 0)) { fieldDoubleListPacked35_.makeImmutable(); result.fieldDoubleListPacked35_ = fieldDoubleListPacked35_; } if (((from_bitField1_ & 0x00000008) != 0)) { fieldFloatListPacked36_.makeImmutable(); result.fieldFloatListPacked36_ = fieldFloatListPacked36_; } if (((from_bitField1_ & 0x00000010) != 0)) { fieldInt64ListPacked37_.makeImmutable(); result.fieldInt64ListPacked37_ = fieldInt64ListPacked37_; } if (((from_bitField1_ & 0x00000020) != 0)) { fieldUint64ListPacked38_.makeImmutable(); result.fieldUint64ListPacked38_ = fieldUint64ListPacked38_; } if (((from_bitField1_ & 0x00000040) != 0)) { fieldInt32ListPacked39_.makeImmutable(); result.fieldInt32ListPacked39_ = fieldInt32ListPacked39_; } if (((from_bitField1_ & 0x00000080) != 0)) { fieldFixed64ListPacked40_.makeImmutable(); result.fieldFixed64ListPacked40_ = fieldFixed64ListPacked40_; } if (((from_bitField1_ & 0x00000100) != 0)) { fieldFixed32ListPacked41_.makeImmutable(); result.fieldFixed32ListPacked41_ = fieldFixed32ListPacked41_; } if (((from_bitField1_ & 0x00000200) != 0)) { fieldBoolListPacked42_.makeImmutable(); result.fieldBoolListPacked42_ = fieldBoolListPacked42_; } if (((from_bitField1_ & 0x00000400) != 0)) { fieldUint32ListPacked43_.makeImmutable(); result.fieldUint32ListPacked43_ = fieldUint32ListPacked43_; } if (((from_bitField1_ & 0x00001000) != 0)) { fieldSfixed32ListPacked45_.makeImmutable(); result.fieldSfixed32ListPacked45_ = fieldSfixed32ListPacked45_; } if (((from_bitField1_ & 0x00002000) != 0)) { fieldSfixed64ListPacked46_.makeImmutable(); result.fieldSfixed64ListPacked46_ = fieldSfixed64ListPacked46_; } if (((from_bitField1_ & 0x00004000) != 0)) { fieldSint32ListPacked47_.makeImmutable(); result.fieldSint32ListPacked47_ = fieldSint32ListPacked47_; } if (((from_bitField1_ & 0x00008000) != 0)) { fieldSint64ListPacked48_.makeImmutable(); result.fieldSint64ListPacked48_ = fieldSint64ListPacked48_; } int to_bitField0_ = 0; if (((from_bitField1_ & 0x00010000) != 0)) { result.fieldGroup49_ = fieldGroup49Builder_ == null ? fieldGroup49_ : fieldGroup49Builder_.build(); to_bitField0_ |= 0x00020000; } result.bitField0_ |= to_bitField0_; } private void buildPartial2(com.google.protobuf.testing.Proto2Testing.Proto2Message result) { int from_bitField2_ = bitField2_; int to_bitField0_ = 0; if (((from_bitField2_ & 0x00000008) != 0)) { result.fieldRequiredDouble71_ = fieldRequiredDouble71_; to_bitField0_ |= 0x00040000; } if (((from_bitField2_ & 0x00000010) != 0)) { result.fieldRequiredFloat72_ = fieldRequiredFloat72_; to_bitField0_ |= 0x00080000; } if (((from_bitField2_ & 0x00000020) != 0)) { result.fieldRequiredInt6473_ = fieldRequiredInt6473_; to_bitField0_ |= 0x00100000; } if (((from_bitField2_ & 0x00000040) != 0)) { result.fieldRequiredUint6474_ = fieldRequiredUint6474_; to_bitField0_ |= 0x00200000; } if (((from_bitField2_ & 0x00000080) != 0)) { result.fieldRequiredInt3275_ = fieldRequiredInt3275_; to_bitField0_ |= 0x00400000; } if (((from_bitField2_ & 0x00000100) != 0)) { result.fieldRequiredFixed6476_ = fieldRequiredFixed6476_; to_bitField0_ |= 0x00800000; } if (((from_bitField2_ & 0x00000200) != 0)) { result.fieldRequiredFixed3277_ = fieldRequiredFixed3277_; to_bitField0_ |= 0x01000000; } if (((from_bitField2_ & 0x00000400) != 0)) { result.fieldRequiredBool78_ = fieldRequiredBool78_; to_bitField0_ |= 0x02000000; } if (((from_bitField2_ & 0x00000800) != 0)) { result.fieldRequiredString79_ = fieldRequiredString79_; to_bitField0_ |= 0x04000000; } if (((from_bitField2_ & 0x00001000) != 0)) { result.fieldRequiredMessage80_ = fieldRequiredMessage80Builder_ == null ? fieldRequiredMessage80_ : fieldRequiredMessage80Builder_.build(); to_bitField0_ |= 0x08000000; } if (((from_bitField2_ & 0x00002000) != 0)) { result.fieldRequiredBytes81_ = fieldRequiredBytes81_; to_bitField0_ |= 0x10000000; } if (((from_bitField2_ & 0x00004000) != 0)) { result.fieldRequiredUint3282_ = fieldRequiredUint3282_; to_bitField0_ |= 0x20000000; } if (((from_bitField2_ & 0x00008000) != 0)) { result.fieldRequiredEnum83_ = fieldRequiredEnum83_; to_bitField0_ |= 0x40000000; } if (((from_bitField2_ & 0x00010000) != 0)) { result.fieldRequiredSfixed3284_ = fieldRequiredSfixed3284_; to_bitField0_ |= 0x80000000; } int to_bitField1_ = 0; if (((from_bitField2_ & 0x00020000) != 0)) { result.fieldRequiredSfixed6485_ = fieldRequiredSfixed6485_; to_bitField1_ |= 0x00000001; } if (((from_bitField2_ & 0x00040000) != 0)) { result.fieldRequiredSint3286_ = fieldRequiredSint3286_; to_bitField1_ |= 0x00000002; } if (((from_bitField2_ & 0x00080000) != 0)) { result.fieldRequiredSint6487_ = fieldRequiredSint6487_; to_bitField1_ |= 0x00000004; } if (((from_bitField2_ & 0x00100000) != 0)) { result.fieldRequiredGroup88_ = fieldRequiredGroup88Builder_ == null ? fieldRequiredGroup88_ : fieldRequiredGroup88Builder_.build(); to_bitField1_ |= 0x00000008; } result.bitField0_ |= to_bitField0_; result.bitField1_ |= to_bitField1_; } private void buildPartialOneofs(com.google.protobuf.testing.Proto2Testing.Proto2Message result) { result.testOneofCase_ = testOneofCase_; result.testOneof_ = this.testOneof_; if (testOneofCase_ == 62 && fieldMessage62Builder_ != null) { result.testOneof_ = fieldMessage62Builder_.build(); } if (testOneofCase_ == 69 && fieldGroup69Builder_ != null) { result.testOneof_ = fieldGroup69Builder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2Message)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2Message other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()) return this; if (other.hasFieldDouble1()) { setFieldDouble1(other.getFieldDouble1()); } if (other.hasFieldFloat2()) { setFieldFloat2(other.getFieldFloat2()); } if (other.hasFieldInt643()) { setFieldInt643(other.getFieldInt643()); } if (other.hasFieldUint644()) { setFieldUint644(other.getFieldUint644()); } if (other.hasFieldInt325()) { setFieldInt325(other.getFieldInt325()); } if (other.hasFieldFixed646()) { setFieldFixed646(other.getFieldFixed646()); } if (other.hasFieldFixed327()) { setFieldFixed327(other.getFieldFixed327()); } if (other.hasFieldBool8()) { setFieldBool8(other.getFieldBool8()); } if (other.hasFieldString9()) { fieldString9_ = other.fieldString9_; bitField0_ |= 0x00000100; onChanged(); } if (other.hasFieldMessage10()) { mergeFieldMessage10(other.getFieldMessage10()); } if (other.hasFieldBytes11()) { setFieldBytes11(other.getFieldBytes11()); } if (other.hasFieldUint3212()) { setFieldUint3212(other.getFieldUint3212()); } if (other.hasFieldEnum13()) { setFieldEnum13(other.getFieldEnum13()); } if (other.hasFieldSfixed3214()) { setFieldSfixed3214(other.getFieldSfixed3214()); } if (other.hasFieldSfixed6415()) { setFieldSfixed6415(other.getFieldSfixed6415()); } if (other.hasFieldSint3216()) { setFieldSint3216(other.getFieldSint3216()); } if (other.hasFieldSint6417()) { setFieldSint6417(other.getFieldSint6417()); } if (!other.fieldDoubleList18_.isEmpty()) { if (fieldDoubleList18_.isEmpty()) { fieldDoubleList18_ = other.fieldDoubleList18_; fieldDoubleList18_.makeImmutable(); bitField0_ |= 0x00020000; } else { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addAll(other.fieldDoubleList18_); } onChanged(); } if (!other.fieldFloatList19_.isEmpty()) { if (fieldFloatList19_.isEmpty()) { fieldFloatList19_ = other.fieldFloatList19_; fieldFloatList19_.makeImmutable(); bitField0_ |= 0x00040000; } else { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addAll(other.fieldFloatList19_); } onChanged(); } if (!other.fieldInt64List20_.isEmpty()) { if (fieldInt64List20_.isEmpty()) { fieldInt64List20_ = other.fieldInt64List20_; fieldInt64List20_.makeImmutable(); bitField0_ |= 0x00080000; } else { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addAll(other.fieldInt64List20_); } onChanged(); } if (!other.fieldUint64List21_.isEmpty()) { if (fieldUint64List21_.isEmpty()) { fieldUint64List21_ = other.fieldUint64List21_; fieldUint64List21_.makeImmutable(); bitField0_ |= 0x00100000; } else { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addAll(other.fieldUint64List21_); } onChanged(); } if (!other.fieldInt32List22_.isEmpty()) { if (fieldInt32List22_.isEmpty()) { fieldInt32List22_ = other.fieldInt32List22_; fieldInt32List22_.makeImmutable(); bitField0_ |= 0x00200000; } else { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addAll(other.fieldInt32List22_); } onChanged(); } if (!other.fieldFixed64List23_.isEmpty()) { if (fieldFixed64List23_.isEmpty()) { fieldFixed64List23_ = other.fieldFixed64List23_; fieldFixed64List23_.makeImmutable(); bitField0_ |= 0x00400000; } else { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addAll(other.fieldFixed64List23_); } onChanged(); } if (!other.fieldFixed32List24_.isEmpty()) { if (fieldFixed32List24_.isEmpty()) { fieldFixed32List24_ = other.fieldFixed32List24_; fieldFixed32List24_.makeImmutable(); bitField0_ |= 0x00800000; } else { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addAll(other.fieldFixed32List24_); } onChanged(); } if (!other.fieldBoolList25_.isEmpty()) { if (fieldBoolList25_.isEmpty()) { fieldBoolList25_ = other.fieldBoolList25_; fieldBoolList25_.makeImmutable(); bitField0_ |= 0x01000000; } else { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addAll(other.fieldBoolList25_); } onChanged(); } if (!other.fieldStringList26_.isEmpty()) { if (fieldStringList26_.isEmpty()) { fieldStringList26_ = other.fieldStringList26_; bitField0_ |= 0x02000000; } else { ensureFieldStringList26IsMutable(); fieldStringList26_.addAll(other.fieldStringList26_); } onChanged(); } if (fieldMessageList27Builder_ == null) { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27_.isEmpty()) { fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); } else { ensureFieldMessageList27IsMutable(); fieldMessageList27_.addAll(other.fieldMessageList27_); } onChanged(); } } else { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27Builder_.isEmpty()) { fieldMessageList27Builder_.dispose(); fieldMessageList27Builder_ = null; fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); fieldMessageList27Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFieldMessageList27FieldBuilder() : null; } else { fieldMessageList27Builder_.addAllMessages(other.fieldMessageList27_); } } } if (!other.fieldBytesList28_.isEmpty()) { if (fieldBytesList28_.isEmpty()) { fieldBytesList28_ = other.fieldBytesList28_; fieldBytesList28_.makeImmutable(); bitField0_ |= 0x08000000; } else { ensureFieldBytesList28IsMutable(); fieldBytesList28_.addAll(other.fieldBytesList28_); } onChanged(); } if (!other.fieldUint32List29_.isEmpty()) { if (fieldUint32List29_.isEmpty()) { fieldUint32List29_ = other.fieldUint32List29_; fieldUint32List29_.makeImmutable(); bitField0_ |= 0x10000000; } else { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addAll(other.fieldUint32List29_); } onChanged(); } if (!other.fieldEnumList30_.isEmpty()) { if (fieldEnumList30_.isEmpty()) { fieldEnumList30_ = other.fieldEnumList30_; bitField0_ = (bitField0_ & ~0x20000000); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.addAll(other.fieldEnumList30_); } onChanged(); } if (!other.fieldSfixed32List31_.isEmpty()) { if (fieldSfixed32List31_.isEmpty()) { fieldSfixed32List31_ = other.fieldSfixed32List31_; fieldSfixed32List31_.makeImmutable(); bitField0_ |= 0x40000000; } else { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addAll(other.fieldSfixed32List31_); } onChanged(); } if (!other.fieldSfixed64List32_.isEmpty()) { if (fieldSfixed64List32_.isEmpty()) { fieldSfixed64List32_ = other.fieldSfixed64List32_; fieldSfixed64List32_.makeImmutable(); bitField0_ |= 0x80000000; } else { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addAll(other.fieldSfixed64List32_); } onChanged(); } if (!other.fieldSint32List33_.isEmpty()) { if (fieldSint32List33_.isEmpty()) { fieldSint32List33_ = other.fieldSint32List33_; fieldSint32List33_.makeImmutable(); bitField1_ |= 0x00000001; } else { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addAll(other.fieldSint32List33_); } onChanged(); } if (!other.fieldSint64List34_.isEmpty()) { if (fieldSint64List34_.isEmpty()) { fieldSint64List34_ = other.fieldSint64List34_; fieldSint64List34_.makeImmutable(); bitField1_ |= 0x00000002; } else { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addAll(other.fieldSint64List34_); } onChanged(); } if (!other.fieldDoubleListPacked35_.isEmpty()) { if (fieldDoubleListPacked35_.isEmpty()) { fieldDoubleListPacked35_ = other.fieldDoubleListPacked35_; fieldDoubleListPacked35_.makeImmutable(); bitField1_ |= 0x00000004; } else { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addAll(other.fieldDoubleListPacked35_); } onChanged(); } if (!other.fieldFloatListPacked36_.isEmpty()) { if (fieldFloatListPacked36_.isEmpty()) { fieldFloatListPacked36_ = other.fieldFloatListPacked36_; fieldFloatListPacked36_.makeImmutable(); bitField1_ |= 0x00000008; } else { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addAll(other.fieldFloatListPacked36_); } onChanged(); } if (!other.fieldInt64ListPacked37_.isEmpty()) { if (fieldInt64ListPacked37_.isEmpty()) { fieldInt64ListPacked37_ = other.fieldInt64ListPacked37_; fieldInt64ListPacked37_.makeImmutable(); bitField1_ |= 0x00000010; } else { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addAll(other.fieldInt64ListPacked37_); } onChanged(); } if (!other.fieldUint64ListPacked38_.isEmpty()) { if (fieldUint64ListPacked38_.isEmpty()) { fieldUint64ListPacked38_ = other.fieldUint64ListPacked38_; fieldUint64ListPacked38_.makeImmutable(); bitField1_ |= 0x00000020; } else { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addAll(other.fieldUint64ListPacked38_); } onChanged(); } if (!other.fieldInt32ListPacked39_.isEmpty()) { if (fieldInt32ListPacked39_.isEmpty()) { fieldInt32ListPacked39_ = other.fieldInt32ListPacked39_; fieldInt32ListPacked39_.makeImmutable(); bitField1_ |= 0x00000040; } else { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addAll(other.fieldInt32ListPacked39_); } onChanged(); } if (!other.fieldFixed64ListPacked40_.isEmpty()) { if (fieldFixed64ListPacked40_.isEmpty()) { fieldFixed64ListPacked40_ = other.fieldFixed64ListPacked40_; fieldFixed64ListPacked40_.makeImmutable(); bitField1_ |= 0x00000080; } else { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addAll(other.fieldFixed64ListPacked40_); } onChanged(); } if (!other.fieldFixed32ListPacked41_.isEmpty()) { if (fieldFixed32ListPacked41_.isEmpty()) { fieldFixed32ListPacked41_ = other.fieldFixed32ListPacked41_; fieldFixed32ListPacked41_.makeImmutable(); bitField1_ |= 0x00000100; } else { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addAll(other.fieldFixed32ListPacked41_); } onChanged(); } if (!other.fieldBoolListPacked42_.isEmpty()) { if (fieldBoolListPacked42_.isEmpty()) { fieldBoolListPacked42_ = other.fieldBoolListPacked42_; fieldBoolListPacked42_.makeImmutable(); bitField1_ |= 0x00000200; } else { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addAll(other.fieldBoolListPacked42_); } onChanged(); } if (!other.fieldUint32ListPacked43_.isEmpty()) { if (fieldUint32ListPacked43_.isEmpty()) { fieldUint32ListPacked43_ = other.fieldUint32ListPacked43_; fieldUint32ListPacked43_.makeImmutable(); bitField1_ |= 0x00000400; } else { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addAll(other.fieldUint32ListPacked43_); } onChanged(); } if (!other.fieldEnumListPacked44_.isEmpty()) { if (fieldEnumListPacked44_.isEmpty()) { fieldEnumListPacked44_ = other.fieldEnumListPacked44_; bitField1_ = (bitField1_ & ~0x00000800); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.addAll(other.fieldEnumListPacked44_); } onChanged(); } if (!other.fieldSfixed32ListPacked45_.isEmpty()) { if (fieldSfixed32ListPacked45_.isEmpty()) { fieldSfixed32ListPacked45_ = other.fieldSfixed32ListPacked45_; fieldSfixed32ListPacked45_.makeImmutable(); bitField1_ |= 0x00001000; } else { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addAll(other.fieldSfixed32ListPacked45_); } onChanged(); } if (!other.fieldSfixed64ListPacked46_.isEmpty()) { if (fieldSfixed64ListPacked46_.isEmpty()) { fieldSfixed64ListPacked46_ = other.fieldSfixed64ListPacked46_; fieldSfixed64ListPacked46_.makeImmutable(); bitField1_ |= 0x00002000; } else { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addAll(other.fieldSfixed64ListPacked46_); } onChanged(); } if (!other.fieldSint32ListPacked47_.isEmpty()) { if (fieldSint32ListPacked47_.isEmpty()) { fieldSint32ListPacked47_ = other.fieldSint32ListPacked47_; fieldSint32ListPacked47_.makeImmutable(); bitField1_ |= 0x00004000; } else { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addAll(other.fieldSint32ListPacked47_); } onChanged(); } if (!other.fieldSint64ListPacked48_.isEmpty()) { if (fieldSint64ListPacked48_.isEmpty()) { fieldSint64ListPacked48_ = other.fieldSint64ListPacked48_; fieldSint64ListPacked48_.makeImmutable(); bitField1_ |= 0x00008000; } else { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addAll(other.fieldSint64ListPacked48_); } onChanged(); } if (other.hasFieldGroup49()) { mergeFieldGroup49(other.getFieldGroup49()); } if (fieldGroupList51Builder_ == null) { if (!other.fieldGroupList51_.isEmpty()) { if (fieldGroupList51_.isEmpty()) { fieldGroupList51_ = other.fieldGroupList51_; bitField1_ = (bitField1_ & ~0x00020000); } else { ensureFieldGroupList51IsMutable(); fieldGroupList51_.addAll(other.fieldGroupList51_); } onChanged(); } } else { if (!other.fieldGroupList51_.isEmpty()) { if (fieldGroupList51Builder_.isEmpty()) { fieldGroupList51Builder_.dispose(); fieldGroupList51Builder_ = null; fieldGroupList51_ = other.fieldGroupList51_; bitField1_ = (bitField1_ & ~0x00020000); fieldGroupList51Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFieldGroupList51FieldBuilder() : null; } else { fieldGroupList51Builder_.addAllMessages(other.fieldGroupList51_); } } } if (other.hasFieldRequiredDouble71()) { setFieldRequiredDouble71(other.getFieldRequiredDouble71()); } if (other.hasFieldRequiredFloat72()) { setFieldRequiredFloat72(other.getFieldRequiredFloat72()); } if (other.hasFieldRequiredInt6473()) { setFieldRequiredInt6473(other.getFieldRequiredInt6473()); } if (other.hasFieldRequiredUint6474()) { setFieldRequiredUint6474(other.getFieldRequiredUint6474()); } if (other.hasFieldRequiredInt3275()) { setFieldRequiredInt3275(other.getFieldRequiredInt3275()); } if (other.hasFieldRequiredFixed6476()) { setFieldRequiredFixed6476(other.getFieldRequiredFixed6476()); } if (other.hasFieldRequiredFixed3277()) { setFieldRequiredFixed3277(other.getFieldRequiredFixed3277()); } if (other.hasFieldRequiredBool78()) { setFieldRequiredBool78(other.getFieldRequiredBool78()); } if (other.hasFieldRequiredString79()) { fieldRequiredString79_ = other.fieldRequiredString79_; bitField2_ |= 0x00000800; onChanged(); } if (other.hasFieldRequiredMessage80()) { mergeFieldRequiredMessage80(other.getFieldRequiredMessage80()); } if (other.hasFieldRequiredBytes81()) { setFieldRequiredBytes81(other.getFieldRequiredBytes81()); } if (other.hasFieldRequiredUint3282()) { setFieldRequiredUint3282(other.getFieldRequiredUint3282()); } if (other.hasFieldRequiredEnum83()) { setFieldRequiredEnum83(other.getFieldRequiredEnum83()); } if (other.hasFieldRequiredSfixed3284()) { setFieldRequiredSfixed3284(other.getFieldRequiredSfixed3284()); } if (other.hasFieldRequiredSfixed6485()) { setFieldRequiredSfixed6485(other.getFieldRequiredSfixed6485()); } if (other.hasFieldRequiredSint3286()) { setFieldRequiredSint3286(other.getFieldRequiredSint3286()); } if (other.hasFieldRequiredSint6487()) { setFieldRequiredSint6487(other.getFieldRequiredSint6487()); } if (other.hasFieldRequiredGroup88()) { mergeFieldRequiredGroup88(other.getFieldRequiredGroup88()); } switch (other.getTestOneofCase()) { case FIELD_DOUBLE_53: { setFieldDouble53(other.getFieldDouble53()); break; } case FIELD_FLOAT_54: { setFieldFloat54(other.getFieldFloat54()); break; } case FIELD_INT64_55: { setFieldInt6455(other.getFieldInt6455()); break; } case FIELD_UINT64_56: { setFieldUint6456(other.getFieldUint6456()); break; } case FIELD_INT32_57: { setFieldInt3257(other.getFieldInt3257()); break; } case FIELD_FIXED64_58: { setFieldFixed6458(other.getFieldFixed6458()); break; } case FIELD_FIXED32_59: { setFieldFixed3259(other.getFieldFixed3259()); break; } case FIELD_BOOL_60: { setFieldBool60(other.getFieldBool60()); break; } case FIELD_STRING_61: { testOneofCase_ = 61; testOneof_ = other.testOneof_; onChanged(); break; } case FIELD_MESSAGE_62: { mergeFieldMessage62(other.getFieldMessage62()); break; } case FIELD_BYTES_63: { setFieldBytes63(other.getFieldBytes63()); break; } case FIELD_UINT32_64: { setFieldUint3264(other.getFieldUint3264()); break; } case FIELD_SFIXED32_65: { setFieldSfixed3265(other.getFieldSfixed3265()); break; } case FIELD_SFIXED64_66: { setFieldSfixed6466(other.getFieldSfixed6466()); break; } case FIELD_SINT32_67: { setFieldSint3267(other.getFieldSint3267()); break; } case FIELD_SINT64_68: { setFieldSint6468(other.getFieldSint6468()); break; } case FIELDGROUP69: { mergeFieldGroup69(other.getFieldGroup69()); break; } case TESTONEOF_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!hasFieldRequiredDouble71()) { return false; } if (!hasFieldRequiredFloat72()) { return false; } if (!hasFieldRequiredInt6473()) { return false; } if (!hasFieldRequiredUint6474()) { return false; } if (!hasFieldRequiredInt3275()) { return false; } if (!hasFieldRequiredFixed6476()) { return false; } if (!hasFieldRequiredFixed3277()) { return false; } if (!hasFieldRequiredBool78()) { return false; } if (!hasFieldRequiredString79()) { return false; } if (!hasFieldRequiredMessage80()) { return false; } if (!hasFieldRequiredBytes81()) { return false; } if (!hasFieldRequiredUint3282()) { return false; } if (!hasFieldRequiredEnum83()) { return false; } if (!hasFieldRequiredSfixed3284()) { return false; } if (!hasFieldRequiredSfixed6485()) { return false; } if (!hasFieldRequiredSint3286()) { return false; } if (!hasFieldRequiredSint6487()) { return false; } if (!hasFieldRequiredGroup88()) { return false; } if (hasFieldMessage10()) { if (!getFieldMessage10().isInitialized()) { return false; } } for (int i = 0; i < getFieldMessageList27Count(); i++) { if (!getFieldMessageList27(i).isInitialized()) { return false; } } if (hasFieldMessage62()) { if (!getFieldMessage62().isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 9: { fieldDouble1_ = input.readDouble(); bitField0_ |= 0x00000001; break; } // case 9 case 21: { fieldFloat2_ = input.readFloat(); bitField0_ |= 0x00000002; break; } // case 21 case 24: { fieldInt643_ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { fieldUint644_ = input.readUInt64(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { fieldInt325_ = input.readInt32(); bitField0_ |= 0x00000010; break; } // case 40 case 49: { fieldFixed646_ = input.readFixed64(); bitField0_ |= 0x00000020; break; } // case 49 case 61: { fieldFixed327_ = input.readFixed32(); bitField0_ |= 0x00000040; break; } // case 61 case 64: { fieldBool8_ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 64 case 74: { fieldString9_ = input.readBytes(); bitField0_ |= 0x00000100; break; } // case 74 case 82: { input.readMessage( getFieldMessage10FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 82 case 90: { fieldBytes11_ = input.readBytes(); bitField0_ |= 0x00000400; break; } // case 90 case 96: { fieldUint3212_ = input.readUInt32(); bitField0_ |= 0x00000800; break; } // case 96 case 104: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum tmpValue = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(13, tmpRaw); } else { fieldEnum13_ = tmpRaw; bitField0_ |= 0x00001000; } break; } // case 104 case 117: { fieldSfixed3214_ = input.readSFixed32(); bitField0_ |= 0x00002000; break; } // case 117 case 121: { fieldSfixed6415_ = input.readSFixed64(); bitField0_ |= 0x00004000; break; } // case 121 case 128: { fieldSint3216_ = input.readSInt32(); bitField0_ |= 0x00008000; break; } // case 128 case 136: { fieldSint6417_ = input.readSInt64(); bitField0_ |= 0x00010000; break; } // case 136 case 145: { double v = input.readDouble(); ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(v); break; } // case 145 case 146: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleList18IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleList18_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 146 case 157: { float v = input.readFloat(); ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(v); break; } // case 157 case 154: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatList19IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatList19_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 154 case 160: { long v = input.readInt64(); ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(v); break; } // case 160 case 162: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64List20IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64List20_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 162 case 168: { long v = input.readUInt64(); ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(v); break; } // case 168 case 170: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64List21IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64List21_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 170 case 176: { int v = input.readInt32(); ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(v); break; } // case 176 case 178: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32List22IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32List22_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 178 case 185: { long v = input.readFixed64(); ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(v); break; } // case 185 case 186: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64List23IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64List23_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 186 case 197: { int v = input.readFixed32(); ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(v); break; } // case 197 case 194: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32List24IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32List24_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 194 case 200: { boolean v = input.readBool(); ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(v); break; } // case 200 case 202: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolList25IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolList25_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 202 case 210: { com.google.protobuf.ByteString bs = input.readBytes(); ensureFieldStringList26IsMutable(); fieldStringList26_.add(bs); break; } // case 210 case 218: { com.google.protobuf.testing.Proto2Testing.Proto2Message m = input.readMessage( com.google.protobuf.testing.Proto2Testing.Proto2Message.PARSER, extensionRegistry); if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(m); } else { fieldMessageList27Builder_.addMessage(m); } break; } // case 218 case 226: { com.google.protobuf.ByteString v = input.readBytes(); ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(v); break; } // case 226 case 232: { int v = input.readUInt32(); ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(v); break; } // case 232 case 234: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32List29IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32List29_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 234 case 240: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum tmpValue = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(30, tmpRaw); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); } break; } // case 240 case 242: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum tmpValue = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(30, tmpRaw); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 242 case 253: { int v = input.readSFixed32(); ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(v); break; } // case 253 case 250: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32List31IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32List31_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 250 case 257: { long v = input.readSFixed64(); ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(v); break; } // case 257 case 258: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64List32IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64List32_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 258 case 264: { int v = input.readSInt32(); ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(v); break; } // case 264 case 266: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32List33IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32List33_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 266 case 272: { long v = input.readSInt64(); ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(v); break; } // case 272 case 274: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64List34IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64List34_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 274 case 281: { double v = input.readDouble(); ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(v); break; } // case 281 case 282: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleListPacked35IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleListPacked35_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 282 case 293: { float v = input.readFloat(); ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(v); break; } // case 293 case 290: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatListPacked36IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatListPacked36_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 290 case 296: { long v = input.readInt64(); ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(v); break; } // case 296 case 298: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64ListPacked37IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64ListPacked37_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 298 case 304: { long v = input.readUInt64(); ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(v); break; } // case 304 case 306: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64ListPacked38IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64ListPacked38_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 306 case 312: { int v = input.readInt32(); ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(v); break; } // case 312 case 314: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32ListPacked39IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32ListPacked39_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 314 case 321: { long v = input.readFixed64(); ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(v); break; } // case 321 case 322: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64ListPacked40IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64ListPacked40_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 322 case 333: { int v = input.readFixed32(); ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(v); break; } // case 333 case 330: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32ListPacked41IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32ListPacked41_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 330 case 336: { boolean v = input.readBool(); ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(v); break; } // case 336 case 338: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolListPacked42IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolListPacked42_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 338 case 344: { int v = input.readUInt32(); ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(v); break; } // case 344 case 346: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32ListPacked43IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32ListPacked43_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 346 case 352: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum tmpValue = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(44, tmpRaw); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); } break; } // case 352 case 354: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum tmpValue = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(44, tmpRaw); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 354 case 365: { int v = input.readSFixed32(); ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(v); break; } // case 365 case 362: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32ListPacked45IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32ListPacked45_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 362 case 369: { long v = input.readSFixed64(); ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(v); break; } // case 369 case 370: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64ListPacked46IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64ListPacked46_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 370 case 376: { int v = input.readSInt32(); ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(v); break; } // case 376 case 378: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32ListPacked47IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32ListPacked47_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 378 case 384: { long v = input.readSInt64(); ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(v); break; } // case 384 case 386: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64ListPacked48IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64ListPacked48_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 386 case 395: { input.readGroup(49, getFieldGroup49FieldBuilder().getBuilder(), extensionRegistry); bitField1_ |= 0x00010000; break; } // case 395 case 411: { com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 m = input.readGroup(51, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.PARSER, extensionRegistry); if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(m); } else { fieldGroupList51Builder_.addMessage(m); } break; } // case 411 case 425: { testOneof_ = input.readDouble(); testOneofCase_ = 53; break; } // case 425 case 437: { testOneof_ = input.readFloat(); testOneofCase_ = 54; break; } // case 437 case 440: { testOneof_ = input.readInt64(); testOneofCase_ = 55; break; } // case 440 case 448: { testOneof_ = input.readUInt64(); testOneofCase_ = 56; break; } // case 448 case 456: { testOneof_ = input.readInt32(); testOneofCase_ = 57; break; } // case 456 case 465: { testOneof_ = input.readFixed64(); testOneofCase_ = 58; break; } // case 465 case 477: { testOneof_ = input.readFixed32(); testOneofCase_ = 59; break; } // case 477 case 480: { testOneof_ = input.readBool(); testOneofCase_ = 60; break; } // case 480 case 490: { com.google.protobuf.ByteString bs = input.readBytes(); testOneofCase_ = 61; testOneof_ = bs; break; } // case 490 case 498: { input.readMessage( getFieldMessage62FieldBuilder().getBuilder(), extensionRegistry); testOneofCase_ = 62; break; } // case 498 case 506: { testOneof_ = input.readBytes(); testOneofCase_ = 63; break; } // case 506 case 512: { testOneof_ = input.readUInt32(); testOneofCase_ = 64; break; } // case 512 case 525: { testOneof_ = input.readSFixed32(); testOneofCase_ = 65; break; } // case 525 case 529: { testOneof_ = input.readSFixed64(); testOneofCase_ = 66; break; } // case 529 case 536: { testOneof_ = input.readSInt32(); testOneofCase_ = 67; break; } // case 536 case 544: { testOneof_ = input.readSInt64(); testOneofCase_ = 68; break; } // case 544 case 555: { input.readGroup(69, getFieldGroup69FieldBuilder().getBuilder(), extensionRegistry); testOneofCase_ = 69; break; } // case 555 case 569: { fieldRequiredDouble71_ = input.readDouble(); bitField2_ |= 0x00000008; break; } // case 569 case 581: { fieldRequiredFloat72_ = input.readFloat(); bitField2_ |= 0x00000010; break; } // case 581 case 584: { fieldRequiredInt6473_ = input.readInt64(); bitField2_ |= 0x00000020; break; } // case 584 case 592: { fieldRequiredUint6474_ = input.readUInt64(); bitField2_ |= 0x00000040; break; } // case 592 case 600: { fieldRequiredInt3275_ = input.readInt32(); bitField2_ |= 0x00000080; break; } // case 600 case 609: { fieldRequiredFixed6476_ = input.readFixed64(); bitField2_ |= 0x00000100; break; } // case 609 case 621: { fieldRequiredFixed3277_ = input.readFixed32(); bitField2_ |= 0x00000200; break; } // case 621 case 624: { fieldRequiredBool78_ = input.readBool(); bitField2_ |= 0x00000400; break; } // case 624 case 634: { fieldRequiredString79_ = input.readBytes(); bitField2_ |= 0x00000800; break; } // case 634 case 642: { input.readMessage( getFieldRequiredMessage80FieldBuilder().getBuilder(), extensionRegistry); bitField2_ |= 0x00001000; break; } // case 642 case 650: { fieldRequiredBytes81_ = input.readBytes(); bitField2_ |= 0x00002000; break; } // case 650 case 656: { fieldRequiredUint3282_ = input.readUInt32(); bitField2_ |= 0x00004000; break; } // case 656 case 664: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum tmpValue = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(83, tmpRaw); } else { fieldRequiredEnum83_ = tmpRaw; bitField2_ |= 0x00008000; } break; } // case 664 case 677: { fieldRequiredSfixed3284_ = input.readSFixed32(); bitField2_ |= 0x00010000; break; } // case 677 case 681: { fieldRequiredSfixed6485_ = input.readSFixed64(); bitField2_ |= 0x00020000; break; } // case 681 case 688: { fieldRequiredSint3286_ = input.readSInt32(); bitField2_ |= 0x00040000; break; } // case 688 case 696: { fieldRequiredSint6487_ = input.readSInt64(); bitField2_ |= 0x00080000; break; } // case 696 case 707: { input.readGroup(88, getFieldRequiredGroup88FieldBuilder().getBuilder(), extensionRegistry); bitField2_ |= 0x00100000; break; } // case 707 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int testOneofCase_ = 0; private java.lang.Object testOneof_; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public Builder clearTestOneof() { testOneofCase_ = 0; testOneof_ = null; onChanged(); return this; } private int bitField0_; private int bitField1_; private int bitField2_; private double fieldDouble1_ ; /** * optional double field_double_1 = 1; * @return Whether the fieldDouble1 field is set. */ @java.lang.Override public boolean hasFieldDouble1() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } /** * optional double field_double_1 = 1; * @param value The fieldDouble1 to set. * @return This builder for chaining. */ public Builder setFieldDouble1(double value) { fieldDouble1_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional double field_double_1 = 1; * @return This builder for chaining. */ public Builder clearFieldDouble1() { bitField0_ = (bitField0_ & ~0x00000001); fieldDouble1_ = 0D; onChanged(); return this; } private float fieldFloat2_ ; /** * optional float field_float_2 = 2; * @return Whether the fieldFloat2 field is set. */ @java.lang.Override public boolean hasFieldFloat2() { return ((bitField0_ & 0x00000002) != 0); } /** * optional float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } /** * optional float field_float_2 = 2; * @param value The fieldFloat2 to set. * @return This builder for chaining. */ public Builder setFieldFloat2(float value) { fieldFloat2_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional float field_float_2 = 2; * @return This builder for chaining. */ public Builder clearFieldFloat2() { bitField0_ = (bitField0_ & ~0x00000002); fieldFloat2_ = 0F; onChanged(); return this; } private long fieldInt643_ ; /** * optional int64 field_int64_3 = 3; * @return Whether the fieldInt643 field is set. */ @java.lang.Override public boolean hasFieldInt643() { return ((bitField0_ & 0x00000004) != 0); } /** * optional int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } /** * optional int64 field_int64_3 = 3; * @param value The fieldInt643 to set. * @return This builder for chaining. */ public Builder setFieldInt643(long value) { fieldInt643_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional int64 field_int64_3 = 3; * @return This builder for chaining. */ public Builder clearFieldInt643() { bitField0_ = (bitField0_ & ~0x00000004); fieldInt643_ = 0L; onChanged(); return this; } private long fieldUint644_ ; /** * optional uint64 field_uint64_4 = 4; * @return Whether the fieldUint644 field is set. */ @java.lang.Override public boolean hasFieldUint644() { return ((bitField0_ & 0x00000008) != 0); } /** * optional uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } /** * optional uint64 field_uint64_4 = 4; * @param value The fieldUint644 to set. * @return This builder for chaining. */ public Builder setFieldUint644(long value) { fieldUint644_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * optional uint64 field_uint64_4 = 4; * @return This builder for chaining. */ public Builder clearFieldUint644() { bitField0_ = (bitField0_ & ~0x00000008); fieldUint644_ = 0L; onChanged(); return this; } private int fieldInt325_ ; /** * optional int32 field_int32_5 = 5; * @return Whether the fieldInt325 field is set. */ @java.lang.Override public boolean hasFieldInt325() { return ((bitField0_ & 0x00000010) != 0); } /** * optional int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } /** * optional int32 field_int32_5 = 5; * @param value The fieldInt325 to set. * @return This builder for chaining. */ public Builder setFieldInt325(int value) { fieldInt325_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * optional int32 field_int32_5 = 5; * @return This builder for chaining. */ public Builder clearFieldInt325() { bitField0_ = (bitField0_ & ~0x00000010); fieldInt325_ = 0; onChanged(); return this; } private long fieldFixed646_ ; /** * optional fixed64 field_fixed64_6 = 6; * @return Whether the fieldFixed646 field is set. */ @java.lang.Override public boolean hasFieldFixed646() { return ((bitField0_ & 0x00000020) != 0); } /** * optional fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } /** * optional fixed64 field_fixed64_6 = 6; * @param value The fieldFixed646 to set. * @return This builder for chaining. */ public Builder setFieldFixed646(long value) { fieldFixed646_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * optional fixed64 field_fixed64_6 = 6; * @return This builder for chaining. */ public Builder clearFieldFixed646() { bitField0_ = (bitField0_ & ~0x00000020); fieldFixed646_ = 0L; onChanged(); return this; } private int fieldFixed327_ ; /** * optional fixed32 field_fixed32_7 = 7; * @return Whether the fieldFixed327 field is set. */ @java.lang.Override public boolean hasFieldFixed327() { return ((bitField0_ & 0x00000040) != 0); } /** * optional fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } /** * optional fixed32 field_fixed32_7 = 7; * @param value The fieldFixed327 to set. * @return This builder for chaining. */ public Builder setFieldFixed327(int value) { fieldFixed327_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** * optional fixed32 field_fixed32_7 = 7; * @return This builder for chaining. */ public Builder clearFieldFixed327() { bitField0_ = (bitField0_ & ~0x00000040); fieldFixed327_ = 0; onChanged(); return this; } private boolean fieldBool8_ ; /** * optional bool field_bool_8 = 8; * @return Whether the fieldBool8 field is set. */ @java.lang.Override public boolean hasFieldBool8() { return ((bitField0_ & 0x00000080) != 0); } /** * optional bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } /** * optional bool field_bool_8 = 8; * @param value The fieldBool8 to set. * @return This builder for chaining. */ public Builder setFieldBool8(boolean value) { fieldBool8_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** * optional bool field_bool_8 = 8; * @return This builder for chaining. */ public Builder clearFieldBool8() { bitField0_ = (bitField0_ & ~0x00000080); fieldBool8_ = false; onChanged(); return this; } private java.lang.Object fieldString9_ = ""; /** * optional string field_string_9 = 9; * @return Whether the fieldString9 field is set. */ public boolean hasFieldString9() { return ((bitField0_ & 0x00000100) != 0); } /** * optional string field_string_9 = 9; * @return The fieldString9. */ public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldString9_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string field_string_9 = 9; * @return The bytes for fieldString9. */ public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string field_string_9 = 9; * @param value The fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } /** * optional string field_string_9 = 9; * @return This builder for chaining. */ public Builder clearFieldString9() { fieldString9_ = getDefaultInstance().getFieldString9(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } /** * optional string field_string_9 = 9; * @param value The bytes for fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } private com.google.protobuf.testing.Proto2Testing.Proto2Message fieldMessage10_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder> fieldMessage10Builder_; /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000200) != 0); } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; * @return The fieldMessage10. */ public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessage10() { if (fieldMessage10Builder_ == null) { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance() : fieldMessage10_; } else { return fieldMessage10Builder_.getMessage(); } } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ public Builder setFieldMessage10(com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (fieldMessage10Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldMessage10_ = value; } else { fieldMessage10Builder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ public Builder setFieldMessage10( com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder builderForValue) { if (fieldMessage10Builder_ == null) { fieldMessage10_ = builderForValue.build(); } else { fieldMessage10Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ public Builder mergeFieldMessage10(com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (fieldMessage10Builder_ == null) { if (((bitField0_ & 0x00000200) != 0) && fieldMessage10_ != null && fieldMessage10_ != com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()) { getFieldMessage10Builder().mergeFrom(value); } else { fieldMessage10_ = value; } } else { fieldMessage10Builder_.mergeFrom(value); } if (fieldMessage10_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ public Builder clearFieldMessage10() { bitField0_ = (bitField0_ & ~0x00000200); fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } onChanged(); return this; } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder getFieldMessage10Builder() { bitField0_ |= 0x00000200; onChanged(); return getFieldMessage10FieldBuilder().getBuilder(); } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ public com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessage10OrBuilder() { if (fieldMessage10Builder_ != null) { return fieldMessage10Builder_.getMessageOrBuilder(); } else { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance() : fieldMessage10_; } } /** * optional .protobuf.experimental.Proto2Message field_message_10 = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder> getFieldMessage10FieldBuilder() { if (fieldMessage10Builder_ == null) { fieldMessage10Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder>( getFieldMessage10(), getParentForChildren(), isClean()); fieldMessage10_ = null; } return fieldMessage10Builder_; } private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes field_bytes_11 = 11; * @return Whether the fieldBytes11 field is set. */ @java.lang.Override public boolean hasFieldBytes11() { return ((bitField0_ & 0x00000400) != 0); } /** * optional bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } /** * optional bytes field_bytes_11 = 11; * @param value The fieldBytes11 to set. * @return This builder for chaining. */ public Builder setFieldBytes11(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldBytes11_ = value; bitField0_ |= 0x00000400; onChanged(); return this; } /** * optional bytes field_bytes_11 = 11; * @return This builder for chaining. */ public Builder clearFieldBytes11() { bitField0_ = (bitField0_ & ~0x00000400); fieldBytes11_ = getDefaultInstance().getFieldBytes11(); onChanged(); return this; } private int fieldUint3212_ ; /** * optional uint32 field_uint32_12 = 12; * @return Whether the fieldUint3212 field is set. */ @java.lang.Override public boolean hasFieldUint3212() { return ((bitField0_ & 0x00000800) != 0); } /** * optional uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } /** * optional uint32 field_uint32_12 = 12; * @param value The fieldUint3212 to set. * @return This builder for chaining. */ public Builder setFieldUint3212(int value) { fieldUint3212_ = value; bitField0_ |= 0x00000800; onChanged(); return this; } /** * optional uint32 field_uint32_12 = 12; * @return This builder for chaining. */ public Builder clearFieldUint3212() { bitField0_ = (bitField0_ & ~0x00000800); fieldUint3212_ = 0; onChanged(); return this; } private int fieldEnum13_ = 0; /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @return Whether the fieldEnum13 field is set. */ @java.lang.Override public boolean hasFieldEnum13() { return ((bitField0_ & 0x00001000) != 0); } /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum result = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO : result; } /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @param value The fieldEnum13 to set. * @return This builder for chaining. */ public Builder setFieldEnum13(com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00001000; fieldEnum13_ = value.getNumber(); onChanged(); return this; } /** * optional .protobuf.experimental.Proto2Message.TestEnum field_enum_13 = 13; * @return This builder for chaining. */ public Builder clearFieldEnum13() { bitField0_ = (bitField0_ & ~0x00001000); fieldEnum13_ = 0; onChanged(); return this; } private int fieldSfixed3214_ ; /** * optional sfixed32 field_sfixed32_14 = 14; * @return Whether the fieldSfixed3214 field is set. */ @java.lang.Override public boolean hasFieldSfixed3214() { return ((bitField0_ & 0x00002000) != 0); } /** * optional sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } /** * optional sfixed32 field_sfixed32_14 = 14; * @param value The fieldSfixed3214 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3214(int value) { fieldSfixed3214_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } /** * optional sfixed32 field_sfixed32_14 = 14; * @return This builder for chaining. */ public Builder clearFieldSfixed3214() { bitField0_ = (bitField0_ & ~0x00002000); fieldSfixed3214_ = 0; onChanged(); return this; } private long fieldSfixed6415_ ; /** * optional sfixed64 field_sfixed64_15 = 15; * @return Whether the fieldSfixed6415 field is set. */ @java.lang.Override public boolean hasFieldSfixed6415() { return ((bitField0_ & 0x00004000) != 0); } /** * optional sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } /** * optional sfixed64 field_sfixed64_15 = 15; * @param value The fieldSfixed6415 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6415(long value) { fieldSfixed6415_ = value; bitField0_ |= 0x00004000; onChanged(); return this; } /** * optional sfixed64 field_sfixed64_15 = 15; * @return This builder for chaining. */ public Builder clearFieldSfixed6415() { bitField0_ = (bitField0_ & ~0x00004000); fieldSfixed6415_ = 0L; onChanged(); return this; } private int fieldSint3216_ ; /** * optional sint32 field_sint32_16 = 16; * @return Whether the fieldSint3216 field is set. */ @java.lang.Override public boolean hasFieldSint3216() { return ((bitField0_ & 0x00008000) != 0); } /** * optional sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } /** * optional sint32 field_sint32_16 = 16; * @param value The fieldSint3216 to set. * @return This builder for chaining. */ public Builder setFieldSint3216(int value) { fieldSint3216_ = value; bitField0_ |= 0x00008000; onChanged(); return this; } /** * optional sint32 field_sint32_16 = 16; * @return This builder for chaining. */ public Builder clearFieldSint3216() { bitField0_ = (bitField0_ & ~0x00008000); fieldSint3216_ = 0; onChanged(); return this; } private long fieldSint6417_ ; /** * optional sint64 field_sint64_17 = 17; * @return Whether the fieldSint6417 field is set. */ @java.lang.Override public boolean hasFieldSint6417() { return ((bitField0_ & 0x00010000) != 0); } /** * optional sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } /** * optional sint64 field_sint64_17 = 17; * @param value The fieldSint6417 to set. * @return This builder for chaining. */ public Builder setFieldSint6417(long value) { fieldSint6417_ = value; bitField0_ |= 0x00010000; onChanged(); return this; } /** * optional sint64 field_sint64_17 = 17; * @return This builder for chaining. */ public Builder clearFieldSint6417() { bitField0_ = (bitField0_ & ~0x00010000); fieldSint6417_ = 0L; onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); private void ensureFieldDoubleList18IsMutable() { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_); } bitField0_ |= 0x00020000; } private void ensureFieldDoubleList18IsMutable(int capacity) { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_, capacity); } bitField0_ |= 0x00020000; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ public java.util.List getFieldDoubleList18List() { fieldDoubleList18_.makeImmutable(); return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index to set the value at. * @param value The fieldDoubleList18 to set. * @return This builder for chaining. */ public Builder setFieldDoubleList18( int index, double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.setDouble(index, value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param value The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addFieldDoubleList18(double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param values The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleList18( java.lang.Iterable values) { ensureFieldDoubleList18IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleList18_); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldDoubleList18() { fieldDoubleList18_ = emptyDoubleList(); bitField0_ = (bitField0_ & ~0x00020000); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); private void ensureFieldFloatList19IsMutable() { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_); } bitField0_ |= 0x00040000; } private void ensureFieldFloatList19IsMutable(int capacity) { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_, capacity); } bitField0_ |= 0x00040000; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ public java.util.List getFieldFloatList19List() { fieldFloatList19_.makeImmutable(); return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index to set the value at. * @param value The fieldFloatList19 to set. * @return This builder for chaining. */ public Builder setFieldFloatList19( int index, float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.setFloat(index, value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param value The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addFieldFloatList19(float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param values The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatList19( java.lang.Iterable values) { ensureFieldFloatList19IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatList19_); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFloatList19() { fieldFloatList19_ = emptyFloatList(); bitField0_ = (bitField0_ & ~0x00040000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); private void ensureFieldInt64List20IsMutable() { if (!fieldInt64List20_.isModifiable()) { fieldInt64List20_ = makeMutableCopy(fieldInt64List20_); } bitField0_ |= 0x00080000; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ public java.util.List getFieldInt64List20List() { fieldInt64List20_.makeImmutable(); return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt64List20 to set. * @return This builder for chaining. */ public Builder setFieldInt64List20( int index, long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.setLong(index, value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param value The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addFieldInt64List20(long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param values The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64List20( java.lang.Iterable values) { ensureFieldInt64List20IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64List20_); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt64List20() { fieldInt64List20_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00080000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); private void ensureFieldUint64List21IsMutable() { if (!fieldUint64List21_.isModifiable()) { fieldUint64List21_ = makeMutableCopy(fieldUint64List21_); } bitField0_ |= 0x00100000; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ public java.util.List getFieldUint64List21List() { fieldUint64List21_.makeImmutable(); return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint64List21 to set. * @return This builder for chaining. */ public Builder setFieldUint64List21( int index, long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.setLong(index, value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param value The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addFieldUint64List21(long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param values The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64List21( java.lang.Iterable values) { ensureFieldUint64List21IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64List21_); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint64List21() { fieldUint64List21_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00100000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); private void ensureFieldInt32List22IsMutable() { if (!fieldInt32List22_.isModifiable()) { fieldInt32List22_ = makeMutableCopy(fieldInt32List22_); } bitField0_ |= 0x00200000; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ public java.util.List getFieldInt32List22List() { fieldInt32List22_.makeImmutable(); return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt32List22 to set. * @return This builder for chaining. */ public Builder setFieldInt32List22( int index, int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.setInt(index, value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param value The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addFieldInt32List22(int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param values The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32List22( java.lang.Iterable values) { ensureFieldInt32List22IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32List22_); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt32List22() { fieldInt32List22_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00200000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); private void ensureFieldFixed64List23IsMutable() { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_); } bitField0_ |= 0x00400000; } private void ensureFieldFixed64List23IsMutable(int capacity) { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_, capacity); } bitField0_ |= 0x00400000; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ public java.util.List getFieldFixed64List23List() { fieldFixed64List23_.makeImmutable(); return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed64List23 to set. * @return This builder for chaining. */ public Builder setFieldFixed64List23( int index, long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.setLong(index, value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param value The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addFieldFixed64List23(long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param values The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64List23( java.lang.Iterable values) { ensureFieldFixed64List23IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64List23_); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed64List23() { fieldFixed64List23_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00400000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); private void ensureFieldFixed32List24IsMutable() { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_); } bitField0_ |= 0x00800000; } private void ensureFieldFixed32List24IsMutable(int capacity) { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_, capacity); } bitField0_ |= 0x00800000; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ public java.util.List getFieldFixed32List24List() { fieldFixed32List24_.makeImmutable(); return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed32List24 to set. * @return This builder for chaining. */ public Builder setFieldFixed32List24( int index, int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.setInt(index, value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param value The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addFieldFixed32List24(int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param values The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32List24( java.lang.Iterable values) { ensureFieldFixed32List24IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32List24_); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed32List24() { fieldFixed32List24_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00800000); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); private void ensureFieldBoolList25IsMutable() { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_); } bitField0_ |= 0x01000000; } private void ensureFieldBoolList25IsMutable(int capacity) { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_, capacity); } bitField0_ |= 0x01000000; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ public java.util.List getFieldBoolList25List() { fieldBoolList25_.makeImmutable(); return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index to set the value at. * @param value The fieldBoolList25 to set. * @return This builder for chaining. */ public Builder setFieldBoolList25( int index, boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.setBoolean(index, value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param value The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addFieldBoolList25(boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param values The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolList25( java.lang.Iterable values) { ensureFieldBoolList25IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolList25_); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBoolList25() { fieldBoolList25_ = emptyBooleanList(); bitField0_ = (bitField0_ & ~0x01000000); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureFieldStringList26IsMutable() { if (!fieldStringList26_.isModifiable()) { fieldStringList26_ = new com.google.protobuf.LazyStringArrayList(fieldStringList26_); } bitField0_ |= 0x02000000; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { fieldStringList26_.makeImmutable(); return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index to set the value at. * @param value The fieldStringList26 to set. * @return This builder for chaining. */ public Builder setFieldStringList26( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.set(index, value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param values The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addAllFieldStringList26( java.lang.Iterable values) { ensureFieldStringList26IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldStringList26_); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldStringList26() { fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x02000000);; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The bytes of the fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } private java.util.List fieldMessageList27_ = java.util.Collections.emptyList(); private void ensureFieldMessageList27IsMutable() { if (!((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = new java.util.ArrayList(fieldMessageList27_); bitField0_ |= 0x04000000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder> fieldMessageList27Builder_; /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27List() { if (fieldMessageList27Builder_ == null) { return java.util.Collections.unmodifiableList(fieldMessageList27_); } else { return fieldMessageList27Builder_.getMessageList(); } } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public int getFieldMessageList27Count() { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.size(); } else { return fieldMessageList27Builder_.getCount(); } } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessage(index); } } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, value); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, value); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27(com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(value); onChanged(); } else { fieldMessageList27Builder_.addMessage(value); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, value); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, value); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder addAllFieldMessageList27( java.lang.Iterable values) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldMessageList27_); onChanged(); } else { fieldMessageList27Builder_.addAllMessages(values); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder clearFieldMessageList27() { if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x04000000); onChanged(); } else { fieldMessageList27Builder_.clear(); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public Builder removeFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.remove(index); onChanged(); } else { fieldMessageList27Builder_.remove(index); } return this; } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder getFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().getBuilder(index); } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessageList27OrBuilder( int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessageOrBuilder(index); } } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27OrBuilderList() { if (fieldMessageList27Builder_ != null) { return fieldMessageList27Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(fieldMessageList27_); } } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder addFieldMessageList27Builder() { return getFieldMessageList27FieldBuilder().addBuilder( com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder addFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().addBuilder( index, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } /** * repeated .protobuf.experimental.Proto2Message field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27BuilderList() { return getFieldMessageList27FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder> getFieldMessageList27FieldBuilder() { if (fieldMessageList27Builder_ == null) { fieldMessageList27Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder>( fieldMessageList27_, ((bitField0_ & 0x04000000) != 0), getParentForChildren(), isClean()); fieldMessageList27_ = null; } return fieldMessageList27Builder_; } private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); private void ensureFieldBytesList28IsMutable() { if (!fieldBytesList28_.isModifiable()) { fieldBytesList28_ = makeMutableCopy(fieldBytesList28_); } bitField0_ |= 0x08000000; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ public java.util.List getFieldBytesList28List() { fieldBytesList28_.makeImmutable(); return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index to set the value at. * @param value The fieldBytesList28 to set. * @return This builder for chaining. */ public Builder setFieldBytesList28( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.set(index, value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param value The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addFieldBytesList28(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param values The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addAllFieldBytesList28( java.lang.Iterable values) { ensureFieldBytesList28IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBytesList28_); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBytesList28() { fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x08000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); private void ensureFieldUint32List29IsMutable() { if (!fieldUint32List29_.isModifiable()) { fieldUint32List29_ = makeMutableCopy(fieldUint32List29_); } bitField0_ |= 0x10000000; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ public java.util.List getFieldUint32List29List() { fieldUint32List29_.makeImmutable(); return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint32List29 to set. * @return This builder for chaining. */ public Builder setFieldUint32List29( int index, int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.setInt(index, value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param value The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addFieldUint32List29(int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param values The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32List29( java.lang.Iterable values) { ensureFieldUint32List29IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32List29_); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint32List29() { fieldUint32List29_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x10000000); onChanged(); return this; } private java.util.List fieldEnumList30_ = java.util.Collections.emptyList(); private void ensureFieldEnumList30IsMutable() { if (!((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = new java.util.ArrayList(fieldEnumList30_); bitField0_ |= 0x20000000; } } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index to set the value at. * @param value The fieldEnumList30 to set. * @return This builder for chaining. */ public Builder setFieldEnumList30( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param value The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addFieldEnumList30(com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param values The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumList30( java.lang.Iterable values) { ensureFieldEnumList30IsMutable(); for (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value : values) { fieldEnumList30_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldEnumList30() { fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); private void ensureFieldSfixed32List31IsMutable() { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_); } bitField0_ |= 0x40000000; } private void ensureFieldSfixed32List31IsMutable(int capacity) { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_, capacity); } bitField0_ |= 0x40000000; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ public java.util.List getFieldSfixed32List31List() { fieldSfixed32List31_.makeImmutable(); return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed32List31 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32List31( int index, int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.setInt(index, value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param value The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32List31(int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param values The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32List31( java.lang.Iterable values) { ensureFieldSfixed32List31IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32List31_); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed32List31() { fieldSfixed32List31_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x40000000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); private void ensureFieldSfixed64List32IsMutable() { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_); } bitField0_ |= 0x80000000; } private void ensureFieldSfixed64List32IsMutable(int capacity) { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_, capacity); } bitField0_ |= 0x80000000; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ public java.util.List getFieldSfixed64List32List() { fieldSfixed64List32_.makeImmutable(); return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed64List32 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64List32( int index, long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.setLong(index, value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param value The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64List32(long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param values The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64List32( java.lang.Iterable values) { ensureFieldSfixed64List32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64List32_); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed64List32() { fieldSfixed64List32_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x80000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); private void ensureFieldSint32List33IsMutable() { if (!fieldSint32List33_.isModifiable()) { fieldSint32List33_ = makeMutableCopy(fieldSint32List33_); } bitField1_ |= 0x00000001; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ public java.util.List getFieldSint32List33List() { fieldSint32List33_.makeImmutable(); return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint32List33 to set. * @return This builder for chaining. */ public Builder setFieldSint32List33( int index, int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.setInt(index, value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param value The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addFieldSint32List33(int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param values The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32List33( java.lang.Iterable values) { ensureFieldSint32List33IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32List33_); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint32List33() { fieldSint32List33_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); private void ensureFieldSint64List34IsMutable() { if (!fieldSint64List34_.isModifiable()) { fieldSint64List34_ = makeMutableCopy(fieldSint64List34_); } bitField1_ |= 0x00000002; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ public java.util.List getFieldSint64List34List() { fieldSint64List34_.makeImmutable(); return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint64List34 to set. * @return This builder for chaining. */ public Builder setFieldSint64List34( int index, long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.setLong(index, value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param value The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addFieldSint64List34(long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param values The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64List34( java.lang.Iterable values) { ensureFieldSint64List34IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64List34_); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint64List34() { fieldSint64List34_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); private void ensureFieldDoubleListPacked35IsMutable() { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_); } bitField1_ |= 0x00000004; } private void ensureFieldDoubleListPacked35IsMutable(int capacity) { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_, capacity); } bitField1_ |= 0x00000004; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ public java.util.List getFieldDoubleListPacked35List() { fieldDoubleListPacked35_.makeImmutable(); return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index to set the value at. * @param value The fieldDoubleListPacked35 to set. * @return This builder for chaining. */ public Builder setFieldDoubleListPacked35( int index, double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.setDouble(index, value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param value The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addFieldDoubleListPacked35(double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param values The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleListPacked35( java.lang.Iterable values) { ensureFieldDoubleListPacked35IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleListPacked35_); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldDoubleListPacked35() { fieldDoubleListPacked35_ = emptyDoubleList(); bitField1_ = (bitField1_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); private void ensureFieldFloatListPacked36IsMutable() { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_); } bitField1_ |= 0x00000008; } private void ensureFieldFloatListPacked36IsMutable(int capacity) { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_, capacity); } bitField1_ |= 0x00000008; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ public java.util.List getFieldFloatListPacked36List() { fieldFloatListPacked36_.makeImmutable(); return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index to set the value at. * @param value The fieldFloatListPacked36 to set. * @return This builder for chaining. */ public Builder setFieldFloatListPacked36( int index, float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.setFloat(index, value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param value The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addFieldFloatListPacked36(float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param values The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatListPacked36( java.lang.Iterable values) { ensureFieldFloatListPacked36IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatListPacked36_); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFloatListPacked36() { fieldFloatListPacked36_ = emptyFloatList(); bitField1_ = (bitField1_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); private void ensureFieldInt64ListPacked37IsMutable() { if (!fieldInt64ListPacked37_.isModifiable()) { fieldInt64ListPacked37_ = makeMutableCopy(fieldInt64ListPacked37_); } bitField1_ |= 0x00000010; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ public java.util.List getFieldInt64ListPacked37List() { fieldInt64ListPacked37_.makeImmutable(); return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt64ListPacked37 to set. * @return This builder for chaining. */ public Builder setFieldInt64ListPacked37( int index, long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.setLong(index, value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param value The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addFieldInt64ListPacked37(long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param values The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64ListPacked37( java.lang.Iterable values) { ensureFieldInt64ListPacked37IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64ListPacked37_); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt64ListPacked37() { fieldInt64ListPacked37_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000010); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); private void ensureFieldUint64ListPacked38IsMutable() { if (!fieldUint64ListPacked38_.isModifiable()) { fieldUint64ListPacked38_ = makeMutableCopy(fieldUint64ListPacked38_); } bitField1_ |= 0x00000020; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ public java.util.List getFieldUint64ListPacked38List() { fieldUint64ListPacked38_.makeImmutable(); return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint64ListPacked38 to set. * @return This builder for chaining. */ public Builder setFieldUint64ListPacked38( int index, long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.setLong(index, value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param value The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addFieldUint64ListPacked38(long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param values The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64ListPacked38( java.lang.Iterable values) { ensureFieldUint64ListPacked38IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64ListPacked38_); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint64ListPacked38() { fieldUint64ListPacked38_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000020); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); private void ensureFieldInt32ListPacked39IsMutable() { if (!fieldInt32ListPacked39_.isModifiable()) { fieldInt32ListPacked39_ = makeMutableCopy(fieldInt32ListPacked39_); } bitField1_ |= 0x00000040; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ public java.util.List getFieldInt32ListPacked39List() { fieldInt32ListPacked39_.makeImmutable(); return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt32ListPacked39 to set. * @return This builder for chaining. */ public Builder setFieldInt32ListPacked39( int index, int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.setInt(index, value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param value The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addFieldInt32ListPacked39(int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param values The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32ListPacked39( java.lang.Iterable values) { ensureFieldInt32ListPacked39IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32ListPacked39_); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt32ListPacked39() { fieldInt32ListPacked39_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000040); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); private void ensureFieldFixed64ListPacked40IsMutable() { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_); } bitField1_ |= 0x00000080; } private void ensureFieldFixed64ListPacked40IsMutable(int capacity) { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_, capacity); } bitField1_ |= 0x00000080; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ public java.util.List getFieldFixed64ListPacked40List() { fieldFixed64ListPacked40_.makeImmutable(); return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed64ListPacked40 to set. * @return This builder for chaining. */ public Builder setFieldFixed64ListPacked40( int index, long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.setLong(index, value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param value The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addFieldFixed64ListPacked40(long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param values The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64ListPacked40( java.lang.Iterable values) { ensureFieldFixed64ListPacked40IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64ListPacked40_); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed64ListPacked40() { fieldFixed64ListPacked40_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000080); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); private void ensureFieldFixed32ListPacked41IsMutable() { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_); } bitField1_ |= 0x00000100; } private void ensureFieldFixed32ListPacked41IsMutable(int capacity) { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_, capacity); } bitField1_ |= 0x00000100; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ public java.util.List getFieldFixed32ListPacked41List() { fieldFixed32ListPacked41_.makeImmutable(); return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed32ListPacked41 to set. * @return This builder for chaining. */ public Builder setFieldFixed32ListPacked41( int index, int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.setInt(index, value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param value The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addFieldFixed32ListPacked41(int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param values The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32ListPacked41( java.lang.Iterable values) { ensureFieldFixed32ListPacked41IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32ListPacked41_); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed32ListPacked41() { fieldFixed32ListPacked41_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000100); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); private void ensureFieldBoolListPacked42IsMutable() { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_); } bitField1_ |= 0x00000200; } private void ensureFieldBoolListPacked42IsMutable(int capacity) { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_, capacity); } bitField1_ |= 0x00000200; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ public java.util.List getFieldBoolListPacked42List() { fieldBoolListPacked42_.makeImmutable(); return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index to set the value at. * @param value The fieldBoolListPacked42 to set. * @return This builder for chaining. */ public Builder setFieldBoolListPacked42( int index, boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.setBoolean(index, value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param value The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addFieldBoolListPacked42(boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param values The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolListPacked42( java.lang.Iterable values) { ensureFieldBoolListPacked42IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolListPacked42_); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldBoolListPacked42() { fieldBoolListPacked42_ = emptyBooleanList(); bitField1_ = (bitField1_ & ~0x00000200); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); private void ensureFieldUint32ListPacked43IsMutable() { if (!fieldUint32ListPacked43_.isModifiable()) { fieldUint32ListPacked43_ = makeMutableCopy(fieldUint32ListPacked43_); } bitField1_ |= 0x00000400; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ public java.util.List getFieldUint32ListPacked43List() { fieldUint32ListPacked43_.makeImmutable(); return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint32ListPacked43 to set. * @return This builder for chaining. */ public Builder setFieldUint32ListPacked43( int index, int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.setInt(index, value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param value The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addFieldUint32ListPacked43(int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param values The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32ListPacked43( java.lang.Iterable values) { ensureFieldUint32ListPacked43IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32ListPacked43_); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint32ListPacked43() { fieldUint32ListPacked43_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000400); onChanged(); return this; } private java.util.List fieldEnumListPacked44_ = java.util.Collections.emptyList(); private void ensureFieldEnumListPacked44IsMutable() { if (!((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = new java.util.ArrayList(fieldEnumListPacked44_); bitField1_ |= 0x00000800; } } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index to set the value at. * @param value The fieldEnumListPacked44 to set. * @return This builder for chaining. */ public Builder setFieldEnumListPacked44( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param value The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addFieldEnumListPacked44(com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param values The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumListPacked44( java.lang.Iterable values) { ensureFieldEnumListPacked44IsMutable(); for (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value : values) { fieldEnumListPacked44_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.Proto2Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldEnumListPacked44() { fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); private void ensureFieldSfixed32ListPacked45IsMutable() { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_); } bitField1_ |= 0x00001000; } private void ensureFieldSfixed32ListPacked45IsMutable(int capacity) { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_, capacity); } bitField1_ |= 0x00001000; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ public java.util.List getFieldSfixed32ListPacked45List() { fieldSfixed32ListPacked45_.makeImmutable(); return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed32ListPacked45 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32ListPacked45( int index, int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.setInt(index, value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param value The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32ListPacked45(int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param values The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32ListPacked45( java.lang.Iterable values) { ensureFieldSfixed32ListPacked45IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32ListPacked45_); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed32ListPacked45() { fieldSfixed32ListPacked45_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00001000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); private void ensureFieldSfixed64ListPacked46IsMutable() { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_); } bitField1_ |= 0x00002000; } private void ensureFieldSfixed64ListPacked46IsMutable(int capacity) { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_, capacity); } bitField1_ |= 0x00002000; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ public java.util.List getFieldSfixed64ListPacked46List() { fieldSfixed64ListPacked46_.makeImmutable(); return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed64ListPacked46 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64ListPacked46( int index, long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.setLong(index, value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param value The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64ListPacked46(long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param values The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64ListPacked46( java.lang.Iterable values) { ensureFieldSfixed64ListPacked46IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64ListPacked46_); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed64ListPacked46() { fieldSfixed64ListPacked46_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00002000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); private void ensureFieldSint32ListPacked47IsMutable() { if (!fieldSint32ListPacked47_.isModifiable()) { fieldSint32ListPacked47_ = makeMutableCopy(fieldSint32ListPacked47_); } bitField1_ |= 0x00004000; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ public java.util.List getFieldSint32ListPacked47List() { fieldSint32ListPacked47_.makeImmutable(); return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint32ListPacked47 to set. * @return This builder for chaining. */ public Builder setFieldSint32ListPacked47( int index, int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.setInt(index, value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param value The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addFieldSint32ListPacked47(int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param values The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32ListPacked47( java.lang.Iterable values) { ensureFieldSint32ListPacked47IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32ListPacked47_); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint32ListPacked47() { fieldSint32ListPacked47_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00004000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); private void ensureFieldSint64ListPacked48IsMutable() { if (!fieldSint64ListPacked48_.isModifiable()) { fieldSint64ListPacked48_ = makeMutableCopy(fieldSint64ListPacked48_); } bitField1_ |= 0x00008000; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ public java.util.List getFieldSint64ListPacked48List() { fieldSint64ListPacked48_.makeImmutable(); return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint64ListPacked48 to set. * @return This builder for chaining. */ public Builder setFieldSint64ListPacked48( int index, long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.setLong(index, value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param value The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addFieldSint64ListPacked48(long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param values The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64ListPacked48( java.lang.Iterable values) { ensureFieldSint64ListPacked48IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64ListPacked48_); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint64ListPacked48() { fieldSint64ListPacked48_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00008000); onChanged(); return this; } private com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 fieldGroup49_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49OrBuilder> fieldGroup49Builder_; /** * optional group FieldGroup49 = 49 { ... } * @return Whether the fieldgroup49 field is set. */ public boolean hasFieldGroup49() { return ((bitField1_ & 0x00010000) != 0); } /** * optional group FieldGroup49 = 49 { ... } * @return The fieldgroup49. */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 getFieldGroup49() { if (fieldGroup49Builder_ == null) { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.getDefaultInstance() : fieldGroup49_; } else { return fieldGroup49Builder_.getMessage(); } } /** * optional group FieldGroup49 = 49 { ... } */ public Builder setFieldGroup49(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 value) { if (fieldGroup49Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldGroup49_ = value; } else { fieldGroup49Builder_.setMessage(value); } bitField1_ |= 0x00010000; onChanged(); return this; } /** * optional group FieldGroup49 = 49 { ... } */ public Builder setFieldGroup49( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.Builder builderForValue) { if (fieldGroup49Builder_ == null) { fieldGroup49_ = builderForValue.build(); } else { fieldGroup49Builder_.setMessage(builderForValue.build()); } bitField1_ |= 0x00010000; onChanged(); return this; } /** * optional group FieldGroup49 = 49 { ... } */ public Builder mergeFieldGroup49(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49 value) { if (fieldGroup49Builder_ == null) { if (((bitField1_ & 0x00010000) != 0) && fieldGroup49_ != null && fieldGroup49_ != com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.getDefaultInstance()) { getFieldGroup49Builder().mergeFrom(value); } else { fieldGroup49_ = value; } } else { fieldGroup49Builder_.mergeFrom(value); } if (fieldGroup49_ != null) { bitField1_ |= 0x00010000; onChanged(); } return this; } /** * optional group FieldGroup49 = 49 { ... } */ public Builder clearFieldGroup49() { bitField1_ = (bitField1_ & ~0x00010000); fieldGroup49_ = null; if (fieldGroup49Builder_ != null) { fieldGroup49Builder_.dispose(); fieldGroup49Builder_ = null; } onChanged(); return this; } /** * optional group FieldGroup49 = 49 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.Builder getFieldGroup49Builder() { bitField1_ |= 0x00010000; onChanged(); return getFieldGroup49FieldBuilder().getBuilder(); } /** * optional group FieldGroup49 = 49 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49OrBuilder getFieldGroup49OrBuilder() { if (fieldGroup49Builder_ != null) { return fieldGroup49Builder_.getMessageOrBuilder(); } else { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.getDefaultInstance() : fieldGroup49_; } } /** * optional group FieldGroup49 = 49 { ... } */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49OrBuilder> getFieldGroup49FieldBuilder() { if (fieldGroup49Builder_ == null) { fieldGroup49Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup49OrBuilder>( getFieldGroup49(), getParentForChildren(), isClean()); fieldGroup49_ = null; } return fieldGroup49Builder_; } private java.util.List fieldGroupList51_ = java.util.Collections.emptyList(); private void ensureFieldGroupList51IsMutable() { if (!((bitField1_ & 0x00020000) != 0)) { fieldGroupList51_ = new java.util.ArrayList(fieldGroupList51_); bitField1_ |= 0x00020000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51OrBuilder> fieldGroupList51Builder_; /** * repeated group FieldGroupList51 = 51 { ... } */ public java.util.List getFieldGroupList51List() { if (fieldGroupList51Builder_ == null) { return java.util.Collections.unmodifiableList(fieldGroupList51_); } else { return fieldGroupList51Builder_.getMessageList(); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public int getFieldGroupList51Count() { if (fieldGroupList51Builder_ == null) { return fieldGroupList51_.size(); } else { return fieldGroupList51Builder_.getCount(); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 getFieldGroupList51(int index) { if (fieldGroupList51Builder_ == null) { return fieldGroupList51_.get(index); } else { return fieldGroupList51Builder_.getMessage(index); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder setFieldGroupList51( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 value) { if (fieldGroupList51Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldGroupList51IsMutable(); fieldGroupList51_.set(index, value); onChanged(); } else { fieldGroupList51Builder_.setMessage(index, value); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder setFieldGroupList51( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder builderForValue) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.set(index, builderForValue.build()); onChanged(); } else { fieldGroupList51Builder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 value) { if (fieldGroupList51Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(value); onChanged(); } else { fieldGroupList51Builder_.addMessage(value); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51 value) { if (fieldGroupList51Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(index, value); onChanged(); } else { fieldGroupList51Builder_.addMessage(index, value); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder builderForValue) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(builderForValue.build()); onChanged(); } else { fieldGroupList51Builder_.addMessage(builderForValue.build()); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51( int index, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder builderForValue) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(index, builderForValue.build()); onChanged(); } else { fieldGroupList51Builder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addAllFieldGroupList51( java.lang.Iterable values) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldGroupList51_); onChanged(); } else { fieldGroupList51Builder_.addAllMessages(values); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder clearFieldGroupList51() { if (fieldGroupList51Builder_ == null) { fieldGroupList51_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00020000); onChanged(); } else { fieldGroupList51Builder_.clear(); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder removeFieldGroupList51(int index) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.remove(index); onChanged(); } else { fieldGroupList51Builder_.remove(index); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder getFieldGroupList51Builder( int index) { return getFieldGroupList51FieldBuilder().getBuilder(index); } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51OrBuilder getFieldGroupList51OrBuilder( int index) { if (fieldGroupList51Builder_ == null) { return fieldGroupList51_.get(index); } else { return fieldGroupList51Builder_.getMessageOrBuilder(index); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public java.util.List getFieldGroupList51OrBuilderList() { if (fieldGroupList51Builder_ != null) { return fieldGroupList51Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(fieldGroupList51_); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder addFieldGroupList51Builder() { return getFieldGroupList51FieldBuilder().addBuilder( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.getDefaultInstance()); } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder addFieldGroupList51Builder( int index) { return getFieldGroupList51FieldBuilder().addBuilder( index, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.getDefaultInstance()); } /** * repeated group FieldGroupList51 = 51 { ... } */ public java.util.List getFieldGroupList51BuilderList() { return getFieldGroupList51FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51OrBuilder> getFieldGroupList51FieldBuilder() { if (fieldGroupList51Builder_ == null) { fieldGroupList51Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroupList51OrBuilder>( fieldGroupList51_, ((bitField1_ & 0x00020000) != 0), getParentForChildren(), isClean()); fieldGroupList51_ = null; } return fieldGroupList51Builder_; } /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } /** * double field_double_53 = 53; * @param value The fieldDouble53 to set. * @return This builder for chaining. */ public Builder setFieldDouble53(double value) { testOneofCase_ = 53; testOneof_ = value; onChanged(); return this; } /** * double field_double_53 = 53; * @return This builder for chaining. */ public Builder clearFieldDouble53() { if (testOneofCase_ == 53) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } /** * float field_float_54 = 54; * @param value The fieldFloat54 to set. * @return This builder for chaining. */ public Builder setFieldFloat54(float value) { testOneofCase_ = 54; testOneof_ = value; onChanged(); return this; } /** * float field_float_54 = 54; * @return This builder for chaining. */ public Builder clearFieldFloat54() { if (testOneofCase_ == 54) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } /** * int64 field_int64_55 = 55; * @param value The fieldInt6455 to set. * @return This builder for chaining. */ public Builder setFieldInt6455(long value) { testOneofCase_ = 55; testOneof_ = value; onChanged(); return this; } /** * int64 field_int64_55 = 55; * @return This builder for chaining. */ public Builder clearFieldInt6455() { if (testOneofCase_ == 55) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } /** * uint64 field_uint64_56 = 56; * @param value The fieldUint6456 to set. * @return This builder for chaining. */ public Builder setFieldUint6456(long value) { testOneofCase_ = 56; testOneof_ = value; onChanged(); return this; } /** * uint64 field_uint64_56 = 56; * @return This builder for chaining. */ public Builder clearFieldUint6456() { if (testOneofCase_ == 56) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } /** * int32 field_int32_57 = 57; * @param value The fieldInt3257 to set. * @return This builder for chaining. */ public Builder setFieldInt3257(int value) { testOneofCase_ = 57; testOneof_ = value; onChanged(); return this; } /** * int32 field_int32_57 = 57; * @return This builder for chaining. */ public Builder clearFieldInt3257() { if (testOneofCase_ == 57) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } /** * fixed64 field_fixed64_58 = 58; * @param value The fieldFixed6458 to set. * @return This builder for chaining. */ public Builder setFieldFixed6458(long value) { testOneofCase_ = 58; testOneof_ = value; onChanged(); return this; } /** * fixed64 field_fixed64_58 = 58; * @return This builder for chaining. */ public Builder clearFieldFixed6458() { if (testOneofCase_ == 58) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } /** * fixed32 field_fixed32_59 = 59; * @param value The fieldFixed3259 to set. * @return This builder for chaining. */ public Builder setFieldFixed3259(int value) { testOneofCase_ = 59; testOneof_ = value; onChanged(); return this; } /** * fixed32 field_fixed32_59 = 59; * @return This builder for chaining. */ public Builder clearFieldFixed3259() { if (testOneofCase_ == 59) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } /** * bool field_bool_60 = 60; * @param value The fieldBool60 to set. * @return This builder for chaining. */ public Builder setFieldBool60(boolean value) { testOneofCase_ = 60; testOneof_ = value; onChanged(); return this; } /** * bool field_bool_60 = 60; * @return This builder for chaining. */ public Builder clearFieldBool60() { if (testOneofCase_ == 60) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ @java.lang.Override public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ @java.lang.Override public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (testOneofCase_ == 61) { if (bs.isValidUtf8()) { testOneof_ = s; } } return s; } else { return (java.lang.String) ref; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string field_string_61 = 61; * @param value The fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61( java.lang.String value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } /** * string field_string_61 = 61; * @return This builder for chaining. */ public Builder clearFieldString61() { if (testOneofCase_ == 61) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @param value The bytes for fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder> fieldMessage62Builder_; /** * .protobuf.experimental.Proto2Message field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance(); } else { if (testOneofCase_ == 62) { return fieldMessage62Builder_.getMessage(); } return com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance(); } } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ public Builder setFieldMessage62(com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (fieldMessage62Builder_ == null) { if (value == null) { throw new NullPointerException(); } testOneof_ = value; onChanged(); } else { fieldMessage62Builder_.setMessage(value); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ public Builder setFieldMessage62( com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder builderForValue) { if (fieldMessage62Builder_ == null) { testOneof_ = builderForValue.build(); onChanged(); } else { fieldMessage62Builder_.setMessage(builderForValue.build()); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ public Builder mergeFieldMessage62(com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62 && testOneof_ != com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()) { testOneof_ = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder((com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_) .mergeFrom(value).buildPartial(); } else { testOneof_ = value; } onChanged(); } else { if (testOneofCase_ == 62) { fieldMessage62Builder_.mergeFrom(value); } else { fieldMessage62Builder_.setMessage(value); } } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ public Builder clearFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } } else { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; } fieldMessage62Builder_.clear(); } return this; } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder getFieldMessage62Builder() { return getFieldMessage62FieldBuilder().getBuilder(); } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder getFieldMessage62OrBuilder() { if ((testOneofCase_ == 62) && (fieldMessage62Builder_ != null)) { return fieldMessage62Builder_.getMessageOrBuilder(); } else { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance(); } } /** * .protobuf.experimental.Proto2Message field_message_62 = 62; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder> getFieldMessage62FieldBuilder() { if (fieldMessage62Builder_ == null) { if (!(testOneofCase_ == 62)) { testOneof_ = com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance(); } fieldMessage62Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder>( (com.google.protobuf.testing.Proto2Testing.Proto2Message) testOneof_, getParentForChildren(), isClean()); testOneof_ = null; } testOneofCase_ = 62; onChanged(); return fieldMessage62Builder_; } /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } /** * bytes field_bytes_63 = 63; * @param value The fieldBytes63 to set. * @return This builder for chaining. */ public Builder setFieldBytes63(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 63; testOneof_ = value; onChanged(); return this; } /** * bytes field_bytes_63 = 63; * @return This builder for chaining. */ public Builder clearFieldBytes63() { if (testOneofCase_ == 63) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } /** * uint32 field_uint32_64 = 64; * @param value The fieldUint3264 to set. * @return This builder for chaining. */ public Builder setFieldUint3264(int value) { testOneofCase_ = 64; testOneof_ = value; onChanged(); return this; } /** * uint32 field_uint32_64 = 64; * @return This builder for chaining. */ public Builder clearFieldUint3264() { if (testOneofCase_ == 64) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } /** * sfixed32 field_sfixed32_65 = 65; * @param value The fieldSfixed3265 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3265(int value) { testOneofCase_ = 65; testOneof_ = value; onChanged(); return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return This builder for chaining. */ public Builder clearFieldSfixed3265() { if (testOneofCase_ == 65) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } /** * sfixed64 field_sfixed64_66 = 66; * @param value The fieldSfixed6466 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6466(long value) { testOneofCase_ = 66; testOneof_ = value; onChanged(); return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return This builder for chaining. */ public Builder clearFieldSfixed6466() { if (testOneofCase_ == 66) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } /** * sint32 field_sint32_67 = 67; * @param value The fieldSint3267 to set. * @return This builder for chaining. */ public Builder setFieldSint3267(int value) { testOneofCase_ = 67; testOneof_ = value; onChanged(); return this; } /** * sint32 field_sint32_67 = 67; * @return This builder for chaining. */ public Builder clearFieldSint3267() { if (testOneofCase_ == 67) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } /** * sint64 field_sint64_68 = 68; * @param value The fieldSint6468 to set. * @return This builder for chaining. */ public Builder setFieldSint6468(long value) { testOneofCase_ = 68; testOneof_ = value; onChanged(); return this; } /** * sint64 field_sint64_68 = 68; * @return This builder for chaining. */ public Builder clearFieldSint6468() { if (testOneofCase_ == 68) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69OrBuilder> fieldGroup69Builder_; /** * group FieldGroup69 = 69 { ... } * @return Whether the fieldgroup69 field is set. */ @java.lang.Override public boolean hasFieldGroup69() { return testOneofCase_ == 69; } /** * group FieldGroup69 = 69 { ... } * @return The fieldgroup69. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 getFieldGroup69() { if (fieldGroup69Builder_ == null) { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance(); } else { if (testOneofCase_ == 69) { return fieldGroup69Builder_.getMessage(); } return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance(); } } /** * group FieldGroup69 = 69 { ... } */ public Builder setFieldGroup69(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 value) { if (fieldGroup69Builder_ == null) { if (value == null) { throw new NullPointerException(); } testOneof_ = value; onChanged(); } else { fieldGroup69Builder_.setMessage(value); } testOneofCase_ = 69; return this; } /** * group FieldGroup69 = 69 { ... } */ public Builder setFieldGroup69( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.Builder builderForValue) { if (fieldGroup69Builder_ == null) { testOneof_ = builderForValue.build(); onChanged(); } else { fieldGroup69Builder_.setMessage(builderForValue.build()); } testOneofCase_ = 69; return this; } /** * group FieldGroup69 = 69 { ... } */ public Builder mergeFieldGroup69(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69 value) { if (fieldGroup69Builder_ == null) { if (testOneofCase_ == 69 && testOneof_ != com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance()) { testOneof_ = com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.newBuilder((com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_) .mergeFrom(value).buildPartial(); } else { testOneof_ = value; } onChanged(); } else { if (testOneofCase_ == 69) { fieldGroup69Builder_.mergeFrom(value); } else { fieldGroup69Builder_.setMessage(value); } } testOneofCase_ = 69; return this; } /** * group FieldGroup69 = 69 { ... } */ public Builder clearFieldGroup69() { if (fieldGroup69Builder_ == null) { if (testOneofCase_ == 69) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } } else { if (testOneofCase_ == 69) { testOneofCase_ = 0; testOneof_ = null; } fieldGroup69Builder_.clear(); } return this; } /** * group FieldGroup69 = 69 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.Builder getFieldGroup69Builder() { return getFieldGroup69FieldBuilder().getBuilder(); } /** * group FieldGroup69 = 69 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69OrBuilder getFieldGroup69OrBuilder() { if ((testOneofCase_ == 69) && (fieldGroup69Builder_ != null)) { return fieldGroup69Builder_.getMessageOrBuilder(); } else { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance(); } } /** * group FieldGroup69 = 69 { ... } */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69OrBuilder> getFieldGroup69FieldBuilder() { if (fieldGroup69Builder_ == null) { if (!(testOneofCase_ == 69)) { testOneof_ = com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.getDefaultInstance(); } fieldGroup69Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69OrBuilder>( (com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldGroup69) testOneof_, getParentForChildren(), isClean()); testOneof_ = null; } testOneofCase_ = 69; onChanged(); return fieldGroup69Builder_; } private double fieldRequiredDouble71_ ; /** * required double field_required_double_71 = 71; * @return Whether the fieldRequiredDouble71 field is set. */ @java.lang.Override public boolean hasFieldRequiredDouble71() { return ((bitField2_ & 0x00000008) != 0); } /** * required double field_required_double_71 = 71; * @return The fieldRequiredDouble71. */ @java.lang.Override public double getFieldRequiredDouble71() { return fieldRequiredDouble71_; } /** * required double field_required_double_71 = 71; * @param value The fieldRequiredDouble71 to set. * @return This builder for chaining. */ public Builder setFieldRequiredDouble71(double value) { fieldRequiredDouble71_ = value; bitField2_ |= 0x00000008; onChanged(); return this; } /** * required double field_required_double_71 = 71; * @return This builder for chaining. */ public Builder clearFieldRequiredDouble71() { bitField2_ = (bitField2_ & ~0x00000008); fieldRequiredDouble71_ = 0D; onChanged(); return this; } private float fieldRequiredFloat72_ ; /** * required float field_required_float_72 = 72; * @return Whether the fieldRequiredFloat72 field is set. */ @java.lang.Override public boolean hasFieldRequiredFloat72() { return ((bitField2_ & 0x00000010) != 0); } /** * required float field_required_float_72 = 72; * @return The fieldRequiredFloat72. */ @java.lang.Override public float getFieldRequiredFloat72() { return fieldRequiredFloat72_; } /** * required float field_required_float_72 = 72; * @param value The fieldRequiredFloat72 to set. * @return This builder for chaining. */ public Builder setFieldRequiredFloat72(float value) { fieldRequiredFloat72_ = value; bitField2_ |= 0x00000010; onChanged(); return this; } /** * required float field_required_float_72 = 72; * @return This builder for chaining. */ public Builder clearFieldRequiredFloat72() { bitField2_ = (bitField2_ & ~0x00000010); fieldRequiredFloat72_ = 0F; onChanged(); return this; } private long fieldRequiredInt6473_ ; /** * required int64 field_required_int64_73 = 73; * @return Whether the fieldRequiredInt6473 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt6473() { return ((bitField2_ & 0x00000020) != 0); } /** * required int64 field_required_int64_73 = 73; * @return The fieldRequiredInt6473. */ @java.lang.Override public long getFieldRequiredInt6473() { return fieldRequiredInt6473_; } /** * required int64 field_required_int64_73 = 73; * @param value The fieldRequiredInt6473 to set. * @return This builder for chaining. */ public Builder setFieldRequiredInt6473(long value) { fieldRequiredInt6473_ = value; bitField2_ |= 0x00000020; onChanged(); return this; } /** * required int64 field_required_int64_73 = 73; * @return This builder for chaining. */ public Builder clearFieldRequiredInt6473() { bitField2_ = (bitField2_ & ~0x00000020); fieldRequiredInt6473_ = 0L; onChanged(); return this; } private long fieldRequiredUint6474_ ; /** * required uint64 field_required_uint64_74 = 74; * @return Whether the fieldRequiredUint6474 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint6474() { return ((bitField2_ & 0x00000040) != 0); } /** * required uint64 field_required_uint64_74 = 74; * @return The fieldRequiredUint6474. */ @java.lang.Override public long getFieldRequiredUint6474() { return fieldRequiredUint6474_; } /** * required uint64 field_required_uint64_74 = 74; * @param value The fieldRequiredUint6474 to set. * @return This builder for chaining. */ public Builder setFieldRequiredUint6474(long value) { fieldRequiredUint6474_ = value; bitField2_ |= 0x00000040; onChanged(); return this; } /** * required uint64 field_required_uint64_74 = 74; * @return This builder for chaining. */ public Builder clearFieldRequiredUint6474() { bitField2_ = (bitField2_ & ~0x00000040); fieldRequiredUint6474_ = 0L; onChanged(); return this; } private int fieldRequiredInt3275_ ; /** * required int32 field_required_int32_75 = 75; * @return Whether the fieldRequiredInt3275 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt3275() { return ((bitField2_ & 0x00000080) != 0); } /** * required int32 field_required_int32_75 = 75; * @return The fieldRequiredInt3275. */ @java.lang.Override public int getFieldRequiredInt3275() { return fieldRequiredInt3275_; } /** * required int32 field_required_int32_75 = 75; * @param value The fieldRequiredInt3275 to set. * @return This builder for chaining. */ public Builder setFieldRequiredInt3275(int value) { fieldRequiredInt3275_ = value; bitField2_ |= 0x00000080; onChanged(); return this; } /** * required int32 field_required_int32_75 = 75; * @return This builder for chaining. */ public Builder clearFieldRequiredInt3275() { bitField2_ = (bitField2_ & ~0x00000080); fieldRequiredInt3275_ = 0; onChanged(); return this; } private long fieldRequiredFixed6476_ ; /** * required fixed64 field_required_fixed64_76 = 76; * @return Whether the fieldRequiredFixed6476 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed6476() { return ((bitField2_ & 0x00000100) != 0); } /** * required fixed64 field_required_fixed64_76 = 76; * @return The fieldRequiredFixed6476. */ @java.lang.Override public long getFieldRequiredFixed6476() { return fieldRequiredFixed6476_; } /** * required fixed64 field_required_fixed64_76 = 76; * @param value The fieldRequiredFixed6476 to set. * @return This builder for chaining. */ public Builder setFieldRequiredFixed6476(long value) { fieldRequiredFixed6476_ = value; bitField2_ |= 0x00000100; onChanged(); return this; } /** * required fixed64 field_required_fixed64_76 = 76; * @return This builder for chaining. */ public Builder clearFieldRequiredFixed6476() { bitField2_ = (bitField2_ & ~0x00000100); fieldRequiredFixed6476_ = 0L; onChanged(); return this; } private int fieldRequiredFixed3277_ ; /** * required fixed32 field_required_fixed32_77 = 77; * @return Whether the fieldRequiredFixed3277 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed3277() { return ((bitField2_ & 0x00000200) != 0); } /** * required fixed32 field_required_fixed32_77 = 77; * @return The fieldRequiredFixed3277. */ @java.lang.Override public int getFieldRequiredFixed3277() { return fieldRequiredFixed3277_; } /** * required fixed32 field_required_fixed32_77 = 77; * @param value The fieldRequiredFixed3277 to set. * @return This builder for chaining. */ public Builder setFieldRequiredFixed3277(int value) { fieldRequiredFixed3277_ = value; bitField2_ |= 0x00000200; onChanged(); return this; } /** * required fixed32 field_required_fixed32_77 = 77; * @return This builder for chaining. */ public Builder clearFieldRequiredFixed3277() { bitField2_ = (bitField2_ & ~0x00000200); fieldRequiredFixed3277_ = 0; onChanged(); return this; } private boolean fieldRequiredBool78_ ; /** * required bool field_required_bool_78 = 78; * @return Whether the fieldRequiredBool78 field is set. */ @java.lang.Override public boolean hasFieldRequiredBool78() { return ((bitField2_ & 0x00000400) != 0); } /** * required bool field_required_bool_78 = 78; * @return The fieldRequiredBool78. */ @java.lang.Override public boolean getFieldRequiredBool78() { return fieldRequiredBool78_; } /** * required bool field_required_bool_78 = 78; * @param value The fieldRequiredBool78 to set. * @return This builder for chaining. */ public Builder setFieldRequiredBool78(boolean value) { fieldRequiredBool78_ = value; bitField2_ |= 0x00000400; onChanged(); return this; } /** * required bool field_required_bool_78 = 78; * @return This builder for chaining. */ public Builder clearFieldRequiredBool78() { bitField2_ = (bitField2_ & ~0x00000400); fieldRequiredBool78_ = false; onChanged(); return this; } private java.lang.Object fieldRequiredString79_ = ""; /** * required string field_required_string_79 = 79; * @return Whether the fieldRequiredString79 field is set. */ public boolean hasFieldRequiredString79() { return ((bitField2_ & 0x00000800) != 0); } /** * required string field_required_string_79 = 79; * @return The fieldRequiredString79. */ public java.lang.String getFieldRequiredString79() { java.lang.Object ref = fieldRequiredString79_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldRequiredString79_ = s; } return s; } else { return (java.lang.String) ref; } } /** * required string field_required_string_79 = 79; * @return The bytes for fieldRequiredString79. */ public com.google.protobuf.ByteString getFieldRequiredString79Bytes() { java.lang.Object ref = fieldRequiredString79_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldRequiredString79_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * required string field_required_string_79 = 79; * @param value The fieldRequiredString79 to set. * @return This builder for chaining. */ public Builder setFieldRequiredString79( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldRequiredString79_ = value; bitField2_ |= 0x00000800; onChanged(); return this; } /** * required string field_required_string_79 = 79; * @return This builder for chaining. */ public Builder clearFieldRequiredString79() { fieldRequiredString79_ = getDefaultInstance().getFieldRequiredString79(); bitField2_ = (bitField2_ & ~0x00000800); onChanged(); return this; } /** * required string field_required_string_79 = 79; * @param value The bytes for fieldRequiredString79 to set. * @return This builder for chaining. */ public Builder setFieldRequiredString79Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldRequiredString79_ = value; bitField2_ |= 0x00000800; onChanged(); return this; } private com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage fieldRequiredMessage80_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessageOrBuilder> fieldRequiredMessage80Builder_; /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; * @return Whether the fieldRequiredMessage80 field is set. */ public boolean hasFieldRequiredMessage80() { return ((bitField2_ & 0x00001000) != 0); } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; * @return The fieldRequiredMessage80. */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage getFieldRequiredMessage80() { if (fieldRequiredMessage80Builder_ == null) { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } else { return fieldRequiredMessage80Builder_.getMessage(); } } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ public Builder setFieldRequiredMessage80(com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage value) { if (fieldRequiredMessage80Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldRequiredMessage80_ = value; } else { fieldRequiredMessage80Builder_.setMessage(value); } bitField2_ |= 0x00001000; onChanged(); return this; } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ public Builder setFieldRequiredMessage80( com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.Builder builderForValue) { if (fieldRequiredMessage80Builder_ == null) { fieldRequiredMessage80_ = builderForValue.build(); } else { fieldRequiredMessage80Builder_.setMessage(builderForValue.build()); } bitField2_ |= 0x00001000; onChanged(); return this; } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ public Builder mergeFieldRequiredMessage80(com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage value) { if (fieldRequiredMessage80Builder_ == null) { if (((bitField2_ & 0x00001000) != 0) && fieldRequiredMessage80_ != null && fieldRequiredMessage80_ != com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.getDefaultInstance()) { getFieldRequiredMessage80Builder().mergeFrom(value); } else { fieldRequiredMessage80_ = value; } } else { fieldRequiredMessage80Builder_.mergeFrom(value); } if (fieldRequiredMessage80_ != null) { bitField2_ |= 0x00001000; onChanged(); } return this; } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ public Builder clearFieldRequiredMessage80() { bitField2_ = (bitField2_ & ~0x00001000); fieldRequiredMessage80_ = null; if (fieldRequiredMessage80Builder_ != null) { fieldRequiredMessage80Builder_.dispose(); fieldRequiredMessage80Builder_ = null; } onChanged(); return this; } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.Builder getFieldRequiredMessage80Builder() { bitField2_ |= 0x00001000; onChanged(); return getFieldRequiredMessage80FieldBuilder().getBuilder(); } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessageOrBuilder getFieldRequiredMessage80OrBuilder() { if (fieldRequiredMessage80Builder_ != null) { return fieldRequiredMessage80Builder_.getMessageOrBuilder(); } else { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } } /** * required .protobuf.experimental.Proto2Message.RequiredNestedMessage field_required_message_80 = 80; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessageOrBuilder> getFieldRequiredMessage80FieldBuilder() { if (fieldRequiredMessage80Builder_ == null) { fieldRequiredMessage80Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessage.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.RequiredNestedMessageOrBuilder>( getFieldRequiredMessage80(), getParentForChildren(), isClean()); fieldRequiredMessage80_ = null; } return fieldRequiredMessage80Builder_; } private com.google.protobuf.ByteString fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes field_required_bytes_81 = 81; * @return Whether the fieldRequiredBytes81 field is set. */ @java.lang.Override public boolean hasFieldRequiredBytes81() { return ((bitField2_ & 0x00002000) != 0); } /** * required bytes field_required_bytes_81 = 81; * @return The fieldRequiredBytes81. */ @java.lang.Override public com.google.protobuf.ByteString getFieldRequiredBytes81() { return fieldRequiredBytes81_; } /** * required bytes field_required_bytes_81 = 81; * @param value The fieldRequiredBytes81 to set. * @return This builder for chaining. */ public Builder setFieldRequiredBytes81(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldRequiredBytes81_ = value; bitField2_ |= 0x00002000; onChanged(); return this; } /** * required bytes field_required_bytes_81 = 81; * @return This builder for chaining. */ public Builder clearFieldRequiredBytes81() { bitField2_ = (bitField2_ & ~0x00002000); fieldRequiredBytes81_ = getDefaultInstance().getFieldRequiredBytes81(); onChanged(); return this; } private int fieldRequiredUint3282_ ; /** * required uint32 field_required_uint32_82 = 82; * @return Whether the fieldRequiredUint3282 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint3282() { return ((bitField2_ & 0x00004000) != 0); } /** * required uint32 field_required_uint32_82 = 82; * @return The fieldRequiredUint3282. */ @java.lang.Override public int getFieldRequiredUint3282() { return fieldRequiredUint3282_; } /** * required uint32 field_required_uint32_82 = 82; * @param value The fieldRequiredUint3282 to set. * @return This builder for chaining. */ public Builder setFieldRequiredUint3282(int value) { fieldRequiredUint3282_ = value; bitField2_ |= 0x00004000; onChanged(); return this; } /** * required uint32 field_required_uint32_82 = 82; * @return This builder for chaining. */ public Builder clearFieldRequiredUint3282() { bitField2_ = (bitField2_ & ~0x00004000); fieldRequiredUint3282_ = 0; onChanged(); return this; } private int fieldRequiredEnum83_ = 0; /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @return Whether the fieldRequiredEnum83 field is set. */ @java.lang.Override public boolean hasFieldRequiredEnum83() { return ((bitField2_ & 0x00008000) != 0); } /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @return The fieldRequiredEnum83. */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldRequiredEnum83() { com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum result = com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldRequiredEnum83_); return result == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO : result; } /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @param value The fieldRequiredEnum83 to set. * @return This builder for chaining. */ public Builder setFieldRequiredEnum83(com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField2_ |= 0x00008000; fieldRequiredEnum83_ = value.getNumber(); onChanged(); return this; } /** * required .protobuf.experimental.Proto2Message.TestEnum field_required_enum_83 = 83; * @return This builder for chaining. */ public Builder clearFieldRequiredEnum83() { bitField2_ = (bitField2_ & ~0x00008000); fieldRequiredEnum83_ = 0; onChanged(); return this; } private int fieldRequiredSfixed3284_ ; /** * required sfixed32 field_required_sfixed32_84 = 84; * @return Whether the fieldRequiredSfixed3284 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed3284() { return ((bitField2_ & 0x00010000) != 0); } /** * required sfixed32 field_required_sfixed32_84 = 84; * @return The fieldRequiredSfixed3284. */ @java.lang.Override public int getFieldRequiredSfixed3284() { return fieldRequiredSfixed3284_; } /** * required sfixed32 field_required_sfixed32_84 = 84; * @param value The fieldRequiredSfixed3284 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSfixed3284(int value) { fieldRequiredSfixed3284_ = value; bitField2_ |= 0x00010000; onChanged(); return this; } /** * required sfixed32 field_required_sfixed32_84 = 84; * @return This builder for chaining. */ public Builder clearFieldRequiredSfixed3284() { bitField2_ = (bitField2_ & ~0x00010000); fieldRequiredSfixed3284_ = 0; onChanged(); return this; } private long fieldRequiredSfixed6485_ ; /** * required sfixed64 field_required_sfixed64_85 = 85; * @return Whether the fieldRequiredSfixed6485 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed6485() { return ((bitField2_ & 0x00020000) != 0); } /** * required sfixed64 field_required_sfixed64_85 = 85; * @return The fieldRequiredSfixed6485. */ @java.lang.Override public long getFieldRequiredSfixed6485() { return fieldRequiredSfixed6485_; } /** * required sfixed64 field_required_sfixed64_85 = 85; * @param value The fieldRequiredSfixed6485 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSfixed6485(long value) { fieldRequiredSfixed6485_ = value; bitField2_ |= 0x00020000; onChanged(); return this; } /** * required sfixed64 field_required_sfixed64_85 = 85; * @return This builder for chaining. */ public Builder clearFieldRequiredSfixed6485() { bitField2_ = (bitField2_ & ~0x00020000); fieldRequiredSfixed6485_ = 0L; onChanged(); return this; } private int fieldRequiredSint3286_ ; /** * required sint32 field_required_sint32_86 = 86; * @return Whether the fieldRequiredSint3286 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint3286() { return ((bitField2_ & 0x00040000) != 0); } /** * required sint32 field_required_sint32_86 = 86; * @return The fieldRequiredSint3286. */ @java.lang.Override public int getFieldRequiredSint3286() { return fieldRequiredSint3286_; } /** * required sint32 field_required_sint32_86 = 86; * @param value The fieldRequiredSint3286 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSint3286(int value) { fieldRequiredSint3286_ = value; bitField2_ |= 0x00040000; onChanged(); return this; } /** * required sint32 field_required_sint32_86 = 86; * @return This builder for chaining. */ public Builder clearFieldRequiredSint3286() { bitField2_ = (bitField2_ & ~0x00040000); fieldRequiredSint3286_ = 0; onChanged(); return this; } private long fieldRequiredSint6487_ ; /** * required sint64 field_required_sint64_87 = 87; * @return Whether the fieldRequiredSint6487 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint6487() { return ((bitField2_ & 0x00080000) != 0); } /** * required sint64 field_required_sint64_87 = 87; * @return The fieldRequiredSint6487. */ @java.lang.Override public long getFieldRequiredSint6487() { return fieldRequiredSint6487_; } /** * required sint64 field_required_sint64_87 = 87; * @param value The fieldRequiredSint6487 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSint6487(long value) { fieldRequiredSint6487_ = value; bitField2_ |= 0x00080000; onChanged(); return this; } /** * required sint64 field_required_sint64_87 = 87; * @return This builder for chaining. */ public Builder clearFieldRequiredSint6487() { bitField2_ = (bitField2_ & ~0x00080000); fieldRequiredSint6487_ = 0L; onChanged(); return this; } private com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 fieldRequiredGroup88_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88OrBuilder> fieldRequiredGroup88Builder_; /** * required group FieldRequiredGroup88 = 88 { ... } * @return Whether the fieldrequiredgroup88 field is set. */ public boolean hasFieldRequiredGroup88() { return ((bitField2_ & 0x00100000) != 0); } /** * required group FieldRequiredGroup88 = 88 { ... } * @return The fieldrequiredgroup88. */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 getFieldRequiredGroup88() { if (fieldRequiredGroup88Builder_ == null) { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } else { return fieldRequiredGroup88Builder_.getMessage(); } } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder setFieldRequiredGroup88(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 value) { if (fieldRequiredGroup88Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldRequiredGroup88_ = value; } else { fieldRequiredGroup88Builder_.setMessage(value); } bitField2_ |= 0x00100000; onChanged(); return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder setFieldRequiredGroup88( com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.Builder builderForValue) { if (fieldRequiredGroup88Builder_ == null) { fieldRequiredGroup88_ = builderForValue.build(); } else { fieldRequiredGroup88Builder_.setMessage(builderForValue.build()); } bitField2_ |= 0x00100000; onChanged(); return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder mergeFieldRequiredGroup88(com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88 value) { if (fieldRequiredGroup88Builder_ == null) { if (((bitField2_ & 0x00100000) != 0) && fieldRequiredGroup88_ != null && fieldRequiredGroup88_ != com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.getDefaultInstance()) { getFieldRequiredGroup88Builder().mergeFrom(value); } else { fieldRequiredGroup88_ = value; } } else { fieldRequiredGroup88Builder_.mergeFrom(value); } if (fieldRequiredGroup88_ != null) { bitField2_ |= 0x00100000; onChanged(); } return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder clearFieldRequiredGroup88() { bitField2_ = (bitField2_ & ~0x00100000); fieldRequiredGroup88_ = null; if (fieldRequiredGroup88Builder_ != null) { fieldRequiredGroup88Builder_.dispose(); fieldRequiredGroup88Builder_ = null; } onChanged(); return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.Builder getFieldRequiredGroup88Builder() { bitField2_ |= 0x00100000; onChanged(); return getFieldRequiredGroup88FieldBuilder().getBuilder(); } /** * required group FieldRequiredGroup88 = 88 { ... } */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88OrBuilder getFieldRequiredGroup88OrBuilder() { if (fieldRequiredGroup88Builder_ != null) { return fieldRequiredGroup88Builder_.getMessageOrBuilder(); } else { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } } /** * required group FieldRequiredGroup88 = 88 { ... } */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88OrBuilder> getFieldRequiredGroup88FieldBuilder() { if (fieldRequiredGroup88Builder_ == null) { fieldRequiredGroup88Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88.Builder, com.google.protobuf.testing.Proto2Testing.Proto2Message.FieldRequiredGroup88OrBuilder>( getFieldRequiredGroup88(), getParentForChildren(), isClean()); fieldRequiredGroup88_ = null; } return fieldRequiredGroup88Builder_; } @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:protobuf.experimental.Proto2Message) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2Message) private static final com.google.protobuf.testing.Proto2Testing.Proto2Message DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2Message(); } public static com.google.protobuf.testing.Proto2Testing.Proto2Message getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2Message parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2EmptyOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2Empty) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code protobuf.experimental.Proto2Empty} */ public static final class Proto2Empty extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2Empty) Proto2EmptyOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2Empty.newBuilder() to construct. private Proto2Empty(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2Empty() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2Empty(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Empty.class, com.google.protobuf.testing.Proto2Testing.Proto2Empty.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2Empty)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2Empty other = (com.google.protobuf.testing.Proto2Testing.Proto2Empty) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2Empty prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2Empty} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2Empty) com.google.protobuf.testing.Proto2Testing.Proto2EmptyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2Empty.class, com.google.protobuf.testing.Proto2Testing.Proto2Empty.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2Empty.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2Empty_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Empty getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2Empty.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Empty build() { com.google.protobuf.testing.Proto2Testing.Proto2Empty result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Empty buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2Empty result = new com.google.protobuf.testing.Proto2Testing.Proto2Empty(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2Empty) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2Empty)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2Empty other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2Empty.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:protobuf.experimental.Proto2Empty) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2Empty) private static final com.google.protobuf.testing.Proto2Testing.Proto2Empty DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2Empty(); } public static com.google.protobuf.testing.Proto2Testing.Proto2Empty getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2Empty parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Empty getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2MessageWithExtensionsOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2MessageWithExtensions) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { } /** * Protobuf type {@code protobuf.experimental.Proto2MessageWithExtensions} */ public static final class Proto2MessageWithExtensions extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< Proto2MessageWithExtensions> implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2MessageWithExtensions) Proto2MessageWithExtensionsOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2MessageWithExtensions.newBuilder() to construct. private Proto2MessageWithExtensions(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private Proto2MessageWithExtensions() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2MessageWithExtensions(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithExtensions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithExtensions_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions.class, com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); extensionWriter.writeUntil(10001, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions other = (com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2MessageWithExtensions} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, Builder> implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2MessageWithExtensions) com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensionsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithExtensions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithExtensions_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions.class, com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithExtensions_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions build() { com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions result = new com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions.getDefaultInstance()) return this; this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:protobuf.experimental.Proto2MessageWithExtensions) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2MessageWithExtensions) private static final com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions(); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2MessageWithExtensions parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroup49OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.FieldGroup49) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ boolean hasFieldInt3250(); /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ int getFieldInt3250(); } /** * Protobuf type {@code protobuf.experimental.FieldGroup49} */ public static final class FieldGroup49 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.FieldGroup49) FieldGroup49OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroup49.newBuilder() to construct. private FieldGroup49(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroup49() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroup49(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.FieldGroup49.class, com.google.protobuf.testing.Proto2Testing.FieldGroup49.Builder.class); } private int bitField0_; public static final int FIELD_INT32_50_FIELD_NUMBER = 50; private int fieldInt3250_ = 0; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(50, fieldInt3250_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(50, fieldInt3250_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.FieldGroup49)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.FieldGroup49 other = (com.google.protobuf.testing.Proto2Testing.FieldGroup49) obj; if (hasFieldInt3250() != other.hasFieldInt3250()) return false; if (hasFieldInt3250()) { if (getFieldInt3250() != other.getFieldInt3250()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3250()) { hash = (37 * hash) + FIELD_INT32_50_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3250(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.FieldGroup49 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.FieldGroup49} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.FieldGroup49) com.google.protobuf.testing.Proto2Testing.FieldGroup49OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.FieldGroup49.class, com.google.protobuf.testing.Proto2Testing.FieldGroup49.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.FieldGroup49.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3250_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroup49_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroup49 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.FieldGroup49.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroup49 build() { com.google.protobuf.testing.Proto2Testing.FieldGroup49 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroup49 buildPartial() { com.google.protobuf.testing.Proto2Testing.FieldGroup49 result = new com.google.protobuf.testing.Proto2Testing.FieldGroup49(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.FieldGroup49 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3250_ = fieldInt3250_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.FieldGroup49) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.FieldGroup49)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.FieldGroup49 other) { if (other == com.google.protobuf.testing.Proto2Testing.FieldGroup49.getDefaultInstance()) return this; if (other.hasFieldInt3250()) { setFieldInt3250(other.getFieldInt3250()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 400: { fieldInt3250_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 400 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3250_ ; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } /** * optional int32 field_int32_50 = 50; * @param value The fieldInt3250 to set. * @return This builder for chaining. */ public Builder setFieldInt3250(int value) { fieldInt3250_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_50 = 50; * @return This builder for chaining. */ public Builder clearFieldInt3250() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3250_ = 0; onChanged(); 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:protobuf.experimental.FieldGroup49) } // @@protoc_insertion_point(class_scope:protobuf.experimental.FieldGroup49) private static final com.google.protobuf.testing.Proto2Testing.FieldGroup49 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.FieldGroup49(); } public static com.google.protobuf.testing.Proto2Testing.FieldGroup49 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroup49 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroup49 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroupList51OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.FieldGroupList51) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ boolean hasFieldInt3252(); /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ int getFieldInt3252(); } /** * Protobuf type {@code protobuf.experimental.FieldGroupList51} */ public static final class FieldGroupList51 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.FieldGroupList51) FieldGroupList51OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroupList51.newBuilder() to construct. private FieldGroupList51(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroupList51() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroupList51(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.FieldGroupList51.class, com.google.protobuf.testing.Proto2Testing.FieldGroupList51.Builder.class); } private int bitField0_; public static final int FIELD_INT32_52_FIELD_NUMBER = 52; private int fieldInt3252_ = 0; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(52, fieldInt3252_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(52, fieldInt3252_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.FieldGroupList51)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.FieldGroupList51 other = (com.google.protobuf.testing.Proto2Testing.FieldGroupList51) obj; if (hasFieldInt3252() != other.hasFieldInt3252()) return false; if (hasFieldInt3252()) { if (getFieldInt3252() != other.getFieldInt3252()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3252()) { hash = (37 * hash) + FIELD_INT32_52_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3252(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.FieldGroupList51 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.FieldGroupList51} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.FieldGroupList51) com.google.protobuf.testing.Proto2Testing.FieldGroupList51OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.FieldGroupList51.class, com.google.protobuf.testing.Proto2Testing.FieldGroupList51.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.FieldGroupList51.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3252_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_FieldGroupList51_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroupList51 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.FieldGroupList51.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroupList51 build() { com.google.protobuf.testing.Proto2Testing.FieldGroupList51 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroupList51 buildPartial() { com.google.protobuf.testing.Proto2Testing.FieldGroupList51 result = new com.google.protobuf.testing.Proto2Testing.FieldGroupList51(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.FieldGroupList51 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3252_ = fieldInt3252_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.FieldGroupList51) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.FieldGroupList51)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.FieldGroupList51 other) { if (other == com.google.protobuf.testing.Proto2Testing.FieldGroupList51.getDefaultInstance()) return this; if (other.hasFieldInt3252()) { setFieldInt3252(other.getFieldInt3252()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 416: { fieldInt3252_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 416 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3252_ ; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } /** * optional int32 field_int32_52 = 52; * @param value The fieldInt3252 to set. * @return This builder for chaining. */ public Builder setFieldInt3252(int value) { fieldInt3252_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_52 = 52; * @return This builder for chaining. */ public Builder clearFieldInt3252() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3252_ = 0; onChanged(); 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:protobuf.experimental.FieldGroupList51) } // @@protoc_insertion_point(class_scope:protobuf.experimental.FieldGroupList51) private static final com.google.protobuf.testing.Proto2Testing.FieldGroupList51 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.FieldGroupList51(); } public static com.google.protobuf.testing.Proto2Testing.FieldGroupList51 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroupList51 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.FieldGroupList51 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2MessageWithMapsOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto2MessageWithMaps) com.google.protobuf.MessageOrBuilder { /** * map<bool, bool> field_map_bool_bool_1 = 1; */ int getFieldMapBoolBool1Count(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean containsFieldMapBoolBool1( boolean key); /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBool1(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ java.util.Map getFieldMapBoolBool1Map(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrThrow( boolean key); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ int getFieldMapBoolBytes2Count(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ boolean containsFieldMapBoolBytes2( boolean key); /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBytes2(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ java.util.Map getFieldMapBoolBytes2Map(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key); /** * map<bool, double> field_map_bool_double_3 = 3; */ int getFieldMapBoolDouble3Count(); /** * map<bool, double> field_map_bool_double_3 = 3; */ boolean containsFieldMapBoolDouble3( boolean key); /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolDouble3(); /** * map<bool, double> field_map_bool_double_3 = 3; */ java.util.Map getFieldMapBoolDouble3Map(); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrThrow( boolean key); /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4Count(); /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ boolean containsFieldMapBoolEnum4( boolean key); /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolEnum4(); /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ java.util.Map getFieldMapBoolEnum4Map(); /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapBoolEnum4OrThrow( boolean key); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325Count(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ boolean containsFieldMapBoolFixed325( boolean key); /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed325(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ java.util.Map getFieldMapBoolFixed325Map(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrThrow( boolean key); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ int getFieldMapBoolFixed646Count(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ boolean containsFieldMapBoolFixed646( boolean key); /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed646(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ java.util.Map getFieldMapBoolFixed646Map(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrThrow( boolean key); /** * map<bool, float> field_map_bool_float_7 = 7; */ int getFieldMapBoolFloat7Count(); /** * map<bool, float> field_map_bool_float_7 = 7; */ boolean containsFieldMapBoolFloat7( boolean key); /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFloat7(); /** * map<bool, float> field_map_bool_float_7 = 7; */ java.util.Map getFieldMapBoolFloat7Map(); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrThrow( boolean key); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328Count(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ boolean containsFieldMapBoolInt328( boolean key); /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt328(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ java.util.Map getFieldMapBoolInt328Map(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrThrow( boolean key); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ int getFieldMapBoolInt649Count(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ boolean containsFieldMapBoolInt649( boolean key); /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt649(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ java.util.Map getFieldMapBoolInt649Map(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrThrow( boolean key); /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ int getFieldMapBoolMessage10Count(); /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ boolean containsFieldMapBoolMessage10( boolean key); /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolMessage10(); /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ java.util.Map getFieldMapBoolMessage10Map(); /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapBoolMessage10OrThrow( boolean key); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211Count(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ boolean containsFieldMapBoolSfixed3211( boolean key); /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed3211(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ java.util.Map getFieldMapBoolSfixed3211Map(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrThrow( boolean key); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ int getFieldMapBoolSfixed6412Count(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ boolean containsFieldMapBoolSfixed6412( boolean key); /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed6412(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ java.util.Map getFieldMapBoolSfixed6412Map(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrThrow( boolean key); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213Count(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ boolean containsFieldMapBoolSint3213( boolean key); /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint3213(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ java.util.Map getFieldMapBoolSint3213Map(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrThrow( boolean key); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ int getFieldMapBoolSint6414Count(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ boolean containsFieldMapBoolSint6414( boolean key); /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint6414(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ java.util.Map getFieldMapBoolSint6414Map(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrThrow( boolean key); /** * map<bool, string> field_map_bool_string_15 = 15; */ int getFieldMapBoolString15Count(); /** * map<bool, string> field_map_bool_string_15 = 15; */ boolean containsFieldMapBoolString15( boolean key); /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolString15(); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.util.Map getFieldMapBoolString15Map(); /** * map<bool, string> field_map_bool_string_15 = 15; */ /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.lang.String getFieldMapBoolString15OrThrow( boolean key); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216Count(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ boolean containsFieldMapBoolUint3216( boolean key); /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint3216(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ java.util.Map getFieldMapBoolUint3216Map(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrThrow( boolean key); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ int getFieldMapBoolUint6417Count(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ boolean containsFieldMapBoolUint6417( boolean key); /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint6417(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ java.util.Map getFieldMapBoolUint6417Map(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrThrow( boolean key); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ int getFieldMapFixed32Bool18Count(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean containsFieldMapFixed32Bool18( int key); /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bool18(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ java.util.Map getFieldMapFixed32Bool18Map(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrThrow( int key); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ int getFieldMapFixed32Bytes19Count(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ boolean containsFieldMapFixed32Bytes19( int key); /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bytes19(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ java.util.Map getFieldMapFixed32Bytes19Map(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ int getFieldMapFixed32Double20Count(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ boolean containsFieldMapFixed32Double20( int key); /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Double20(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ java.util.Map getFieldMapFixed32Double20Map(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrDefault( int key, double defaultValue); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrThrow( int key); /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21Count(); /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ boolean containsFieldMapFixed32Enum21( int key); /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Enum21(); /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ java.util.Map getFieldMapFixed32Enum21Map(); /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed32Enum21OrThrow( int key); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222Count(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ boolean containsFieldMapFixed32Fixed3222( int key); /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed3222(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ java.util.Map getFieldMapFixed32Fixed3222Map(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrThrow( int key); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ int getFieldMapFixed32Fixed6423Count(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ boolean containsFieldMapFixed32Fixed6423( int key); /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed6423(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ java.util.Map getFieldMapFixed32Fixed6423Map(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrThrow( int key); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ int getFieldMapFixed32Float24Count(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ boolean containsFieldMapFixed32Float24( int key); /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Float24(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ java.util.Map getFieldMapFixed32Float24Map(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrDefault( int key, float defaultValue); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrThrow( int key); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225Count(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ boolean containsFieldMapFixed32Int3225( int key); /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int3225(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ java.util.Map getFieldMapFixed32Int3225Map(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrThrow( int key); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ int getFieldMapFixed32Int6426Count(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ boolean containsFieldMapFixed32Int6426( int key); /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int6426(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ java.util.Map getFieldMapFixed32Int6426Map(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrThrow( int key); /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ int getFieldMapFixed32Message27Count(); /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ boolean containsFieldMapFixed32Message27( int key); /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Message27(); /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ java.util.Map getFieldMapFixed32Message27Map(); /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed32Message27OrThrow( int key); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228Count(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ boolean containsFieldMapFixed32Sfixed3228( int key); /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed3228(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ java.util.Map getFieldMapFixed32Sfixed3228Map(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrThrow( int key); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ int getFieldMapFixed32Sfixed6429Count(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ boolean containsFieldMapFixed32Sfixed6429( int key); /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed6429(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ java.util.Map getFieldMapFixed32Sfixed6429Map(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrThrow( int key); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230Count(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ boolean containsFieldMapFixed32Sint3230( int key); /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint3230(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ java.util.Map getFieldMapFixed32Sint3230Map(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrThrow( int key); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ int getFieldMapFixed32Sint6431Count(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ boolean containsFieldMapFixed32Sint6431( int key); /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint6431(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ java.util.Map getFieldMapFixed32Sint6431Map(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrThrow( int key); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ int getFieldMapFixed32String32Count(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ boolean containsFieldMapFixed32String32( int key); /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32String32(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.util.Map getFieldMapFixed32String32Map(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.lang.String getFieldMapFixed32String32OrThrow( int key); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233Count(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ boolean containsFieldMapFixed32Uint3233( int key); /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint3233(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ java.util.Map getFieldMapFixed32Uint3233Map(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrThrow( int key); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ int getFieldMapFixed32Uint6434Count(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ boolean containsFieldMapFixed32Uint6434( int key); /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint6434(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ java.util.Map getFieldMapFixed32Uint6434Map(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrThrow( int key); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ int getFieldMapFixed64Bool35Count(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean containsFieldMapFixed64Bool35( long key); /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bool35(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ java.util.Map getFieldMapFixed64Bool35Map(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrThrow( long key); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ int getFieldMapFixed64Bytes36Count(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ boolean containsFieldMapFixed64Bytes36( long key); /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bytes36(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ java.util.Map getFieldMapFixed64Bytes36Map(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ int getFieldMapFixed64Double37Count(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ boolean containsFieldMapFixed64Double37( long key); /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Double37(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ java.util.Map getFieldMapFixed64Double37Map(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrDefault( long key, double defaultValue); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrThrow( long key); /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38Count(); /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ boolean containsFieldMapFixed64Enum38( long key); /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Enum38(); /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ java.util.Map getFieldMapFixed64Enum38Map(); /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed64Enum38OrThrow( long key); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239Count(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ boolean containsFieldMapFixed64Fixed3239( long key); /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed3239(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ java.util.Map getFieldMapFixed64Fixed3239Map(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrThrow( long key); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ int getFieldMapFixed64Fixed6440Count(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ boolean containsFieldMapFixed64Fixed6440( long key); /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed6440(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ java.util.Map getFieldMapFixed64Fixed6440Map(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrThrow( long key); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ int getFieldMapFixed64Float41Count(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ boolean containsFieldMapFixed64Float41( long key); /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Float41(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ java.util.Map getFieldMapFixed64Float41Map(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrDefault( long key, float defaultValue); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrThrow( long key); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242Count(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ boolean containsFieldMapFixed64Int3242( long key); /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int3242(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ java.util.Map getFieldMapFixed64Int3242Map(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrThrow( long key); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ int getFieldMapFixed64Int6443Count(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ boolean containsFieldMapFixed64Int6443( long key); /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int6443(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ java.util.Map getFieldMapFixed64Int6443Map(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrThrow( long key); /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ int getFieldMapFixed64Message44Count(); /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ boolean containsFieldMapFixed64Message44( long key); /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Message44(); /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ java.util.Map getFieldMapFixed64Message44Map(); /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed64Message44OrThrow( long key); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245Count(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ boolean containsFieldMapFixed64Sfixed3245( long key); /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed3245(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ java.util.Map getFieldMapFixed64Sfixed3245Map(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrThrow( long key); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ int getFieldMapFixed64Sfixed6446Count(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ boolean containsFieldMapFixed64Sfixed6446( long key); /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed6446(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ java.util.Map getFieldMapFixed64Sfixed6446Map(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrThrow( long key); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247Count(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ boolean containsFieldMapFixed64Sint3247( long key); /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint3247(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ java.util.Map getFieldMapFixed64Sint3247Map(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrThrow( long key); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ int getFieldMapFixed64Sint6448Count(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ boolean containsFieldMapFixed64Sint6448( long key); /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint6448(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ java.util.Map getFieldMapFixed64Sint6448Map(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrThrow( long key); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ int getFieldMapFixed64String49Count(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ boolean containsFieldMapFixed64String49( long key); /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64String49(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.util.Map getFieldMapFixed64String49Map(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.lang.String getFieldMapFixed64String49OrThrow( long key); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250Count(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ boolean containsFieldMapFixed64Uint3250( long key); /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint3250(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ java.util.Map getFieldMapFixed64Uint3250Map(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrThrow( long key); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ int getFieldMapFixed64Uint6451Count(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ boolean containsFieldMapFixed64Uint6451( long key); /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint6451(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ java.util.Map getFieldMapFixed64Uint6451Map(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrThrow( long key); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ int getFieldMapInt32Bool52Count(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean containsFieldMapInt32Bool52( int key); /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bool52(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ java.util.Map getFieldMapInt32Bool52Map(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrThrow( int key); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ int getFieldMapInt32Bytes53Count(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ boolean containsFieldMapInt32Bytes53( int key); /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bytes53(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ java.util.Map getFieldMapInt32Bytes53Map(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key); /** * map<int32, double> field_map_int32_double_54 = 54; */ int getFieldMapInt32Double54Count(); /** * map<int32, double> field_map_int32_double_54 = 54; */ boolean containsFieldMapInt32Double54( int key); /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Double54(); /** * map<int32, double> field_map_int32_double_54 = 54; */ java.util.Map getFieldMapInt32Double54Map(); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrDefault( int key, double defaultValue); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrThrow( int key); /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55Count(); /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ boolean containsFieldMapInt32Enum55( int key); /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Enum55(); /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ java.util.Map getFieldMapInt32Enum55Map(); /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt32Enum55OrThrow( int key); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256Count(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ boolean containsFieldMapInt32Fixed3256( int key); /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed3256(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ java.util.Map getFieldMapInt32Fixed3256Map(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrThrow( int key); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ int getFieldMapInt32Fixed6457Count(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ boolean containsFieldMapInt32Fixed6457( int key); /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed6457(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ java.util.Map getFieldMapInt32Fixed6457Map(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrThrow( int key); /** * map<int32, float> field_map_int32_float_58 = 58; */ int getFieldMapInt32Float58Count(); /** * map<int32, float> field_map_int32_float_58 = 58; */ boolean containsFieldMapInt32Float58( int key); /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Float58(); /** * map<int32, float> field_map_int32_float_58 = 58; */ java.util.Map getFieldMapInt32Float58Map(); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrDefault( int key, float defaultValue); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrThrow( int key); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259Count(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ boolean containsFieldMapInt32Int3259( int key); /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int3259(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ java.util.Map getFieldMapInt32Int3259Map(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrDefault( int key, int defaultValue); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrThrow( int key); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ int getFieldMapInt32Int6460Count(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ boolean containsFieldMapInt32Int6460( int key); /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int6460(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ java.util.Map getFieldMapInt32Int6460Map(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrDefault( int key, long defaultValue); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrThrow( int key); /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ int getFieldMapInt32Message61Count(); /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ boolean containsFieldMapInt32Message61( int key); /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Message61(); /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ java.util.Map getFieldMapInt32Message61Map(); /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt32Message61OrThrow( int key); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262Count(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ boolean containsFieldMapInt32Sfixed3262( int key); /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed3262(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ java.util.Map getFieldMapInt32Sfixed3262Map(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrThrow( int key); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ int getFieldMapInt32Sfixed6463Count(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ boolean containsFieldMapInt32Sfixed6463( int key); /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed6463(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ java.util.Map getFieldMapInt32Sfixed6463Map(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrThrow( int key); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264Count(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ boolean containsFieldMapInt32Sint3264( int key); /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint3264(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ java.util.Map getFieldMapInt32Sint3264Map(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrThrow( int key); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ int getFieldMapInt32Sint6465Count(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ boolean containsFieldMapInt32Sint6465( int key); /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint6465(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ java.util.Map getFieldMapInt32Sint6465Map(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrThrow( int key); /** * map<int32, string> field_map_int32_string_66 = 66; */ int getFieldMapInt32String66Count(); /** * map<int32, string> field_map_int32_string_66 = 66; */ boolean containsFieldMapInt32String66( int key); /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32String66(); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.util.Map getFieldMapInt32String66Map(); /** * map<int32, string> field_map_int32_string_66 = 66; */ /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.lang.String getFieldMapInt32String66OrThrow( int key); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267Count(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ boolean containsFieldMapInt32Uint3267( int key); /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint3267(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ java.util.Map getFieldMapInt32Uint3267Map(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrThrow( int key); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ int getFieldMapInt32Uint6468Count(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ boolean containsFieldMapInt32Uint6468( int key); /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint6468(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ java.util.Map getFieldMapInt32Uint6468Map(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrThrow( int key); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ int getFieldMapInt64Bool69Count(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean containsFieldMapInt64Bool69( long key); /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bool69(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ java.util.Map getFieldMapInt64Bool69Map(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrThrow( long key); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ int getFieldMapInt64Bytes70Count(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ boolean containsFieldMapInt64Bytes70( long key); /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bytes70(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ java.util.Map getFieldMapInt64Bytes70Map(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key); /** * map<int64, double> field_map_int64_double_71 = 71; */ int getFieldMapInt64Double71Count(); /** * map<int64, double> field_map_int64_double_71 = 71; */ boolean containsFieldMapInt64Double71( long key); /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Double71(); /** * map<int64, double> field_map_int64_double_71 = 71; */ java.util.Map getFieldMapInt64Double71Map(); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrDefault( long key, double defaultValue); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrThrow( long key); /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72Count(); /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ boolean containsFieldMapInt64Enum72( long key); /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Enum72(); /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ java.util.Map getFieldMapInt64Enum72Map(); /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt64Enum72OrThrow( long key); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273Count(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ boolean containsFieldMapInt64Fixed3273( long key); /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed3273(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ java.util.Map getFieldMapInt64Fixed3273Map(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrThrow( long key); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ int getFieldMapInt64Fixed6474Count(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ boolean containsFieldMapInt64Fixed6474( long key); /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed6474(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ java.util.Map getFieldMapInt64Fixed6474Map(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrThrow( long key); /** * map<int64, float> field_map_int64_float_75 = 75; */ int getFieldMapInt64Float75Count(); /** * map<int64, float> field_map_int64_float_75 = 75; */ boolean containsFieldMapInt64Float75( long key); /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Float75(); /** * map<int64, float> field_map_int64_float_75 = 75; */ java.util.Map getFieldMapInt64Float75Map(); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrDefault( long key, float defaultValue); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrThrow( long key); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276Count(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ boolean containsFieldMapInt64Int3276( long key); /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int3276(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ java.util.Map getFieldMapInt64Int3276Map(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrDefault( long key, int defaultValue); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrThrow( long key); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ int getFieldMapInt64Int6477Count(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ boolean containsFieldMapInt64Int6477( long key); /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int6477(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ java.util.Map getFieldMapInt64Int6477Map(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrDefault( long key, long defaultValue); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrThrow( long key); /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ int getFieldMapInt64Message78Count(); /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ boolean containsFieldMapInt64Message78( long key); /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Message78(); /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ java.util.Map getFieldMapInt64Message78Map(); /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt64Message78OrThrow( long key); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279Count(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ boolean containsFieldMapInt64Sfixed3279( long key); /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed3279(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ java.util.Map getFieldMapInt64Sfixed3279Map(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrThrow( long key); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ int getFieldMapInt64Sfixed6480Count(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ boolean containsFieldMapInt64Sfixed6480( long key); /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed6480(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ java.util.Map getFieldMapInt64Sfixed6480Map(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrThrow( long key); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281Count(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ boolean containsFieldMapInt64Sint3281( long key); /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint3281(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ java.util.Map getFieldMapInt64Sint3281Map(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrThrow( long key); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ int getFieldMapInt64Sint6482Count(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ boolean containsFieldMapInt64Sint6482( long key); /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint6482(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ java.util.Map getFieldMapInt64Sint6482Map(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrThrow( long key); /** * map<int64, string> field_map_int64_string_83 = 83; */ int getFieldMapInt64String83Count(); /** * map<int64, string> field_map_int64_string_83 = 83; */ boolean containsFieldMapInt64String83( long key); /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64String83(); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.util.Map getFieldMapInt64String83Map(); /** * map<int64, string> field_map_int64_string_83 = 83; */ /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.lang.String getFieldMapInt64String83OrThrow( long key); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284Count(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ boolean containsFieldMapInt64Uint3284( long key); /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint3284(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ java.util.Map getFieldMapInt64Uint3284Map(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrThrow( long key); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ int getFieldMapInt64Uint6485Count(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ boolean containsFieldMapInt64Uint6485( long key); /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint6485(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ java.util.Map getFieldMapInt64Uint6485Map(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrThrow( long key); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ int getFieldMapSfixed32Bool86Count(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean containsFieldMapSfixed32Bool86( int key); /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bool86(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ java.util.Map getFieldMapSfixed32Bool86Map(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrThrow( int key); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ int getFieldMapSfixed32Bytes87Count(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ boolean containsFieldMapSfixed32Bytes87( int key); /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bytes87(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ java.util.Map getFieldMapSfixed32Bytes87Map(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ int getFieldMapSfixed32Double88Count(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ boolean containsFieldMapSfixed32Double88( int key); /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Double88(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ java.util.Map getFieldMapSfixed32Double88Map(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89Count(); /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ boolean containsFieldMapSfixed32Enum89( int key); /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Enum89(); /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ java.util.Map getFieldMapSfixed32Enum89Map(); /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed32Enum89OrThrow( int key); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290Count(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ boolean containsFieldMapSfixed32Fixed3290( int key); /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed3290(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ java.util.Map getFieldMapSfixed32Fixed3290Map(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrThrow( int key); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ int getFieldMapSfixed32Fixed6491Count(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ boolean containsFieldMapSfixed32Fixed6491( int key); /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed6491(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ java.util.Map getFieldMapSfixed32Fixed6491Map(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrThrow( int key); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ int getFieldMapSfixed32Float92Count(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ boolean containsFieldMapSfixed32Float92( int key); /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Float92(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ java.util.Map getFieldMapSfixed32Float92Map(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrThrow( int key); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293Count(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ boolean containsFieldMapSfixed32Int3293( int key); /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int3293(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ java.util.Map getFieldMapSfixed32Int3293Map(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrThrow( int key); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ int getFieldMapSfixed32Int6494Count(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ boolean containsFieldMapSfixed32Int6494( int key); /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int6494(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ java.util.Map getFieldMapSfixed32Int6494Map(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ int getFieldMapSfixed32Message95Count(); /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ boolean containsFieldMapSfixed32Message95( int key); /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Message95(); /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ java.util.Map getFieldMapSfixed32Message95Map(); /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed32Message95OrThrow( int key); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296Count(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ boolean containsFieldMapSfixed32Sfixed3296( int key); /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed3296(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ java.util.Map getFieldMapSfixed32Sfixed3296Map(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrThrow( int key); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ int getFieldMapSfixed32Sfixed6497Count(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ boolean containsFieldMapSfixed32Sfixed6497( int key); /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed6497(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ java.util.Map getFieldMapSfixed32Sfixed6497Map(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrThrow( int key); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298Count(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ boolean containsFieldMapSfixed32Sint3298( int key); /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint3298(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ java.util.Map getFieldMapSfixed32Sint3298Map(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrThrow( int key); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ int getFieldMapSfixed32Sint6499Count(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ boolean containsFieldMapSfixed32Sint6499( int key); /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint6499(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ java.util.Map getFieldMapSfixed32Sint6499Map(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrThrow( int key); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ int getFieldMapSfixed32String100Count(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ boolean containsFieldMapSfixed32String100( int key); /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32String100(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.util.Map getFieldMapSfixed32String100Map(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.lang.String getFieldMapSfixed32String100OrThrow( int key); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101Count(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ boolean containsFieldMapSfixed32Uint32101( int key); /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint32101(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ java.util.Map getFieldMapSfixed32Uint32101Map(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrThrow( int key); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ int getFieldMapSfixed32Uint64102Count(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ boolean containsFieldMapSfixed32Uint64102( int key); /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint64102(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ java.util.Map getFieldMapSfixed32Uint64102Map(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrThrow( int key); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ int getFieldMapSfixed64Bool103Count(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean containsFieldMapSfixed64Bool103( long key); /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bool103(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ java.util.Map getFieldMapSfixed64Bool103Map(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrThrow( long key); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ int getFieldMapSfixed64Bytes104Count(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ boolean containsFieldMapSfixed64Bytes104( long key); /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bytes104(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ java.util.Map getFieldMapSfixed64Bytes104Map(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ int getFieldMapSfixed64Double105Count(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ boolean containsFieldMapSfixed64Double105( long key); /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Double105(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ java.util.Map getFieldMapSfixed64Double105Map(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106Count(); /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ boolean containsFieldMapSfixed64Enum106( long key); /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Enum106(); /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ java.util.Map getFieldMapSfixed64Enum106Map(); /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed64Enum106OrThrow( long key); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107Count(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ boolean containsFieldMapSfixed64Fixed32107( long key); /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed32107(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ java.util.Map getFieldMapSfixed64Fixed32107Map(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrThrow( long key); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ int getFieldMapSfixed64Fixed64108Count(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ boolean containsFieldMapSfixed64Fixed64108( long key); /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed64108(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ java.util.Map getFieldMapSfixed64Fixed64108Map(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrThrow( long key); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ int getFieldMapSfixed64Float109Count(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ boolean containsFieldMapSfixed64Float109( long key); /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Float109(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ java.util.Map getFieldMapSfixed64Float109Map(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrThrow( long key); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110Count(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ boolean containsFieldMapSfixed64Int32110( long key); /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int32110(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ java.util.Map getFieldMapSfixed64Int32110Map(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrThrow( long key); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ int getFieldMapSfixed64Int64111Count(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ boolean containsFieldMapSfixed64Int64111( long key); /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int64111(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ java.util.Map getFieldMapSfixed64Int64111Map(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ int getFieldMapSfixed64Message112Count(); /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ boolean containsFieldMapSfixed64Message112( long key); /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Message112(); /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ java.util.Map getFieldMapSfixed64Message112Map(); /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed64Message112OrThrow( long key); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113Count(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ boolean containsFieldMapSfixed64Sfixed32113( long key); /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed32113(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ java.util.Map getFieldMapSfixed64Sfixed32113Map(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrThrow( long key); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ int getFieldMapSfixed64Sfixed64114Count(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ boolean containsFieldMapSfixed64Sfixed64114( long key); /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed64114(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ java.util.Map getFieldMapSfixed64Sfixed64114Map(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrThrow( long key); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115Count(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ boolean containsFieldMapSfixed64Sint32115( long key); /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint32115(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ java.util.Map getFieldMapSfixed64Sint32115Map(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrThrow( long key); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ int getFieldMapSfixed64Sint64116Count(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ boolean containsFieldMapSfixed64Sint64116( long key); /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint64116(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ java.util.Map getFieldMapSfixed64Sint64116Map(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrThrow( long key); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ int getFieldMapSfixed64String117Count(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ boolean containsFieldMapSfixed64String117( long key); /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64String117(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.util.Map getFieldMapSfixed64String117Map(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.lang.String getFieldMapSfixed64String117OrThrow( long key); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118Count(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ boolean containsFieldMapSfixed64Uint32118( long key); /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint32118(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ java.util.Map getFieldMapSfixed64Uint32118Map(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrThrow( long key); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ int getFieldMapSfixed64Uint64119Count(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ boolean containsFieldMapSfixed64Uint64119( long key); /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint64119(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ java.util.Map getFieldMapSfixed64Uint64119Map(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrThrow( long key); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ int getFieldMapSint32Bool120Count(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean containsFieldMapSint32Bool120( int key); /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bool120(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ java.util.Map getFieldMapSint32Bool120Map(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrThrow( int key); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ int getFieldMapSint32Bytes121Count(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ boolean containsFieldMapSint32Bytes121( int key); /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bytes121(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ java.util.Map getFieldMapSint32Bytes121Map(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ int getFieldMapSint32Double122Count(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ boolean containsFieldMapSint32Double122( int key); /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Double122(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ java.util.Map getFieldMapSint32Double122Map(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrDefault( int key, double defaultValue); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrThrow( int key); /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123Count(); /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ boolean containsFieldMapSint32Enum123( int key); /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Enum123(); /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ java.util.Map getFieldMapSint32Enum123Map(); /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint32Enum123OrThrow( int key); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124Count(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ boolean containsFieldMapSint32Fixed32124( int key); /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed32124(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ java.util.Map getFieldMapSint32Fixed32124Map(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrThrow( int key); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ int getFieldMapSint32Fixed64125Count(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ boolean containsFieldMapSint32Fixed64125( int key); /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed64125(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ java.util.Map getFieldMapSint32Fixed64125Map(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrThrow( int key); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ int getFieldMapSint32Float126Count(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ boolean containsFieldMapSint32Float126( int key); /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Float126(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ java.util.Map getFieldMapSint32Float126Map(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrDefault( int key, float defaultValue); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrThrow( int key); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127Count(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ boolean containsFieldMapSint32Int32127( int key); /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int32127(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ java.util.Map getFieldMapSint32Int32127Map(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrDefault( int key, int defaultValue); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrThrow( int key); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ int getFieldMapSint32Int64128Count(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ boolean containsFieldMapSint32Int64128( int key); /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int64128(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ java.util.Map getFieldMapSint32Int64128Map(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrDefault( int key, long defaultValue); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrThrow( int key); /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ int getFieldMapSint32Message129Count(); /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ boolean containsFieldMapSint32Message129( int key); /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Message129(); /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ java.util.Map getFieldMapSint32Message129Map(); /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint32Message129OrThrow( int key); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130Count(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ boolean containsFieldMapSint32Sfixed32130( int key); /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed32130(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ java.util.Map getFieldMapSint32Sfixed32130Map(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrThrow( int key); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ int getFieldMapSint32Sfixed64131Count(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ boolean containsFieldMapSint32Sfixed64131( int key); /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed64131(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ java.util.Map getFieldMapSint32Sfixed64131Map(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrThrow( int key); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132Count(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ boolean containsFieldMapSint32Sint32132( int key); /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint32132(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ java.util.Map getFieldMapSint32Sint32132Map(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrThrow( int key); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ int getFieldMapSint32Sint64133Count(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ boolean containsFieldMapSint32Sint64133( int key); /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint64133(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ java.util.Map getFieldMapSint32Sint64133Map(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrThrow( int key); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ int getFieldMapSint32String134Count(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ boolean containsFieldMapSint32String134( int key); /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32String134(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.util.Map getFieldMapSint32String134Map(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.lang.String getFieldMapSint32String134OrThrow( int key); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135Count(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ boolean containsFieldMapSint32Uint32135( int key); /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint32135(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ java.util.Map getFieldMapSint32Uint32135Map(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrThrow( int key); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ int getFieldMapSint32Uint64136Count(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ boolean containsFieldMapSint32Uint64136( int key); /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint64136(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ java.util.Map getFieldMapSint32Uint64136Map(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrThrow( int key); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ int getFieldMapSint64Bool137Count(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean containsFieldMapSint64Bool137( long key); /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bool137(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ java.util.Map getFieldMapSint64Bool137Map(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrThrow( long key); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ int getFieldMapSint64Bytes138Count(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ boolean containsFieldMapSint64Bytes138( long key); /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bytes138(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ java.util.Map getFieldMapSint64Bytes138Map(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ int getFieldMapSint64Double139Count(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ boolean containsFieldMapSint64Double139( long key); /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Double139(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ java.util.Map getFieldMapSint64Double139Map(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrDefault( long key, double defaultValue); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrThrow( long key); /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140Count(); /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ boolean containsFieldMapSint64Enum140( long key); /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Enum140(); /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ java.util.Map getFieldMapSint64Enum140Map(); /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint64Enum140OrThrow( long key); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141Count(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ boolean containsFieldMapSint64Fixed32141( long key); /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed32141(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ java.util.Map getFieldMapSint64Fixed32141Map(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrThrow( long key); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ int getFieldMapSint64Fixed64142Count(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ boolean containsFieldMapSint64Fixed64142( long key); /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed64142(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ java.util.Map getFieldMapSint64Fixed64142Map(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrThrow( long key); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ int getFieldMapSint64Float143Count(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ boolean containsFieldMapSint64Float143( long key); /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Float143(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ java.util.Map getFieldMapSint64Float143Map(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrDefault( long key, float defaultValue); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrThrow( long key); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144Count(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ boolean containsFieldMapSint64Int32144( long key); /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int32144(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ java.util.Map getFieldMapSint64Int32144Map(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrDefault( long key, int defaultValue); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrThrow( long key); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ int getFieldMapSint64Int64145Count(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ boolean containsFieldMapSint64Int64145( long key); /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int64145(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ java.util.Map getFieldMapSint64Int64145Map(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrDefault( long key, long defaultValue); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrThrow( long key); /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ int getFieldMapSint64Message146Count(); /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ boolean containsFieldMapSint64Message146( long key); /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Message146(); /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ java.util.Map getFieldMapSint64Message146Map(); /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint64Message146OrThrow( long key); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147Count(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ boolean containsFieldMapSint64Sfixed32147( long key); /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed32147(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ java.util.Map getFieldMapSint64Sfixed32147Map(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrThrow( long key); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ int getFieldMapSint64Sfixed64148Count(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ boolean containsFieldMapSint64Sfixed64148( long key); /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed64148(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ java.util.Map getFieldMapSint64Sfixed64148Map(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrThrow( long key); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149Count(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ boolean containsFieldMapSint64Sint32149( long key); /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint32149(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ java.util.Map getFieldMapSint64Sint32149Map(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrThrow( long key); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ int getFieldMapSint64Sint64150Count(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ boolean containsFieldMapSint64Sint64150( long key); /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint64150(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ java.util.Map getFieldMapSint64Sint64150Map(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrThrow( long key); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ int getFieldMapSint64String151Count(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ boolean containsFieldMapSint64String151( long key); /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64String151(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.util.Map getFieldMapSint64String151Map(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.lang.String getFieldMapSint64String151OrThrow( long key); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152Count(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ boolean containsFieldMapSint64Uint32152( long key); /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint32152(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ java.util.Map getFieldMapSint64Uint32152Map(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrThrow( long key); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ int getFieldMapSint64Uint64153Count(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ boolean containsFieldMapSint64Uint64153( long key); /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint64153(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ java.util.Map getFieldMapSint64Uint64153Map(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrThrow( long key); /** * map<string, bool> field_map_string_bool_154 = 154; */ int getFieldMapStringBool154Count(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean containsFieldMapStringBool154( java.lang.String key); /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBool154(); /** * map<string, bool> field_map_string_bool_154 = 154; */ java.util.Map getFieldMapStringBool154Map(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrThrow( java.lang.String key); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ int getFieldMapStringBytes155Count(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ boolean containsFieldMapStringBytes155( java.lang.String key); /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBytes155(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ java.util.Map getFieldMapStringBytes155Map(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key); /** * map<string, double> field_map_string_double_156 = 156; */ int getFieldMapStringDouble156Count(); /** * map<string, double> field_map_string_double_156 = 156; */ boolean containsFieldMapStringDouble156( java.lang.String key); /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringDouble156(); /** * map<string, double> field_map_string_double_156 = 156; */ java.util.Map getFieldMapStringDouble156Map(); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157Count(); /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ boolean containsFieldMapStringEnum157( java.lang.String key); /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringEnum157(); /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ java.util.Map getFieldMapStringEnum157Map(); /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158Count(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ boolean containsFieldMapStringFixed32158( java.lang.String key); /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed32158(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ java.util.Map getFieldMapStringFixed32158Map(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrThrow( java.lang.String key); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ int getFieldMapStringFixed64159Count(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ boolean containsFieldMapStringFixed64159( java.lang.String key); /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed64159(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ java.util.Map getFieldMapStringFixed64159Map(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrThrow( java.lang.String key); /** * map<string, float> field_map_string_float_160 = 160; */ int getFieldMapStringFloat160Count(); /** * map<string, float> field_map_string_float_160 = 160; */ boolean containsFieldMapStringFloat160( java.lang.String key); /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFloat160(); /** * map<string, float> field_map_string_float_160 = 160; */ java.util.Map getFieldMapStringFloat160Map(); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrThrow( java.lang.String key); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161Count(); /** * map<string, int32> field_map_string_int32_161 = 161; */ boolean containsFieldMapStringInt32161( java.lang.String key); /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt32161(); /** * map<string, int32> field_map_string_int32_161 = 161; */ java.util.Map getFieldMapStringInt32161Map(); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrThrow( java.lang.String key); /** * map<string, int64> field_map_string_int64_162 = 162; */ int getFieldMapStringInt64162Count(); /** * map<string, int64> field_map_string_int64_162 = 162; */ boolean containsFieldMapStringInt64162( java.lang.String key); /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt64162(); /** * map<string, int64> field_map_string_int64_162 = 162; */ java.util.Map getFieldMapStringInt64162Map(); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ int getFieldMapStringMessage163Count(); /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ boolean containsFieldMapStringMessage163( java.lang.String key); /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringMessage163(); /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ java.util.Map getFieldMapStringMessage163Map(); /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapStringMessage163OrThrow( java.lang.String key); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164Count(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ boolean containsFieldMapStringSfixed32164( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed32164(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ java.util.Map getFieldMapStringSfixed32164Map(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrThrow( java.lang.String key); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ int getFieldMapStringSfixed64165Count(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ boolean containsFieldMapStringSfixed64165( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed64165(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ java.util.Map getFieldMapStringSfixed64165Map(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrThrow( java.lang.String key); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166Count(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ boolean containsFieldMapStringSint32166( java.lang.String key); /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint32166(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ java.util.Map getFieldMapStringSint32166Map(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrThrow( java.lang.String key); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ int getFieldMapStringSint64167Count(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ boolean containsFieldMapStringSint64167( java.lang.String key); /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint64167(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ java.util.Map getFieldMapStringSint64167Map(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrThrow( java.lang.String key); /** * map<string, string> field_map_string_string_168 = 168; */ int getFieldMapStringString168Count(); /** * map<string, string> field_map_string_string_168 = 168; */ boolean containsFieldMapStringString168( java.lang.String key); /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringString168(); /** * map<string, string> field_map_string_string_168 = 168; */ java.util.Map getFieldMapStringString168Map(); /** * map<string, string> field_map_string_string_168 = 168; */ /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> field_map_string_string_168 = 168; */ java.lang.String getFieldMapStringString168OrThrow( java.lang.String key); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169Count(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ boolean containsFieldMapStringUint32169( java.lang.String key); /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint32169(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ java.util.Map getFieldMapStringUint32169Map(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrThrow( java.lang.String key); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ int getFieldMapStringUint64170Count(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ boolean containsFieldMapStringUint64170( java.lang.String key); /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint64170(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ java.util.Map getFieldMapStringUint64170Map(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrThrow( java.lang.String key); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ int getFieldMapUint32Bool171Count(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean containsFieldMapUint32Bool171( int key); /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bool171(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ java.util.Map getFieldMapUint32Bool171Map(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrThrow( int key); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ int getFieldMapUint32Bytes172Count(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ boolean containsFieldMapUint32Bytes172( int key); /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bytes172(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ java.util.Map getFieldMapUint32Bytes172Map(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ int getFieldMapUint32Double173Count(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ boolean containsFieldMapUint32Double173( int key); /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Double173(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ java.util.Map getFieldMapUint32Double173Map(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrDefault( int key, double defaultValue); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrThrow( int key); /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174Count(); /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ boolean containsFieldMapUint32Enum174( int key); /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Enum174(); /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ java.util.Map getFieldMapUint32Enum174Map(); /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint32Enum174OrThrow( int key); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175Count(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ boolean containsFieldMapUint32Fixed32175( int key); /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed32175(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ java.util.Map getFieldMapUint32Fixed32175Map(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrThrow( int key); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ int getFieldMapUint32Fixed64176Count(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ boolean containsFieldMapUint32Fixed64176( int key); /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed64176(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ java.util.Map getFieldMapUint32Fixed64176Map(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrThrow( int key); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ int getFieldMapUint32Float177Count(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ boolean containsFieldMapUint32Float177( int key); /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Float177(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ java.util.Map getFieldMapUint32Float177Map(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrDefault( int key, float defaultValue); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrThrow( int key); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178Count(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ boolean containsFieldMapUint32Int32178( int key); /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int32178(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ java.util.Map getFieldMapUint32Int32178Map(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrDefault( int key, int defaultValue); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrThrow( int key); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ int getFieldMapUint32Int64179Count(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ boolean containsFieldMapUint32Int64179( int key); /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int64179(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ java.util.Map getFieldMapUint32Int64179Map(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrDefault( int key, long defaultValue); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrThrow( int key); /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ int getFieldMapUint32Message180Count(); /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ boolean containsFieldMapUint32Message180( int key); /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Message180(); /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ java.util.Map getFieldMapUint32Message180Map(); /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint32Message180OrThrow( int key); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181Count(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ boolean containsFieldMapUint32Sfixed32181( int key); /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed32181(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ java.util.Map getFieldMapUint32Sfixed32181Map(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrThrow( int key); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ int getFieldMapUint32Sfixed64182Count(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ boolean containsFieldMapUint32Sfixed64182( int key); /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed64182(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ java.util.Map getFieldMapUint32Sfixed64182Map(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrThrow( int key); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183Count(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ boolean containsFieldMapUint32Sint32183( int key); /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint32183(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ java.util.Map getFieldMapUint32Sint32183Map(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrThrow( int key); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ int getFieldMapUint32Sint64184Count(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ boolean containsFieldMapUint32Sint64184( int key); /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint64184(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ java.util.Map getFieldMapUint32Sint64184Map(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrThrow( int key); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ int getFieldMapUint32String185Count(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ boolean containsFieldMapUint32String185( int key); /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32String185(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.util.Map getFieldMapUint32String185Map(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.lang.String getFieldMapUint32String185OrThrow( int key); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186Count(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ boolean containsFieldMapUint32Uint32186( int key); /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint32186(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ java.util.Map getFieldMapUint32Uint32186Map(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrThrow( int key); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ int getFieldMapUint32Uint64187Count(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ boolean containsFieldMapUint32Uint64187( int key); /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint64187(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ java.util.Map getFieldMapUint32Uint64187Map(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrThrow( int key); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ int getFieldMapUint64Bool188Count(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean containsFieldMapUint64Bool188( long key); /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bool188(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ java.util.Map getFieldMapUint64Bool188Map(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrThrow( long key); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ int getFieldMapUint64Bytes189Count(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ boolean containsFieldMapUint64Bytes189( long key); /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bytes189(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ java.util.Map getFieldMapUint64Bytes189Map(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ int getFieldMapUint64Double190Count(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ boolean containsFieldMapUint64Double190( long key); /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Double190(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ java.util.Map getFieldMapUint64Double190Map(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrDefault( long key, double defaultValue); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrThrow( long key); /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191Count(); /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ boolean containsFieldMapUint64Enum191( long key); /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Enum191(); /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ java.util.Map getFieldMapUint64Enum191Map(); /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue); /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint64Enum191OrThrow( long key); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192Count(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ boolean containsFieldMapUint64Fixed32192( long key); /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed32192(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ java.util.Map getFieldMapUint64Fixed32192Map(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrThrow( long key); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ int getFieldMapUint64Fixed64193Count(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ boolean containsFieldMapUint64Fixed64193( long key); /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed64193(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ java.util.Map getFieldMapUint64Fixed64193Map(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrThrow( long key); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ int getFieldMapUint64Float194Count(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ boolean containsFieldMapUint64Float194( long key); /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Float194(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ java.util.Map getFieldMapUint64Float194Map(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrDefault( long key, float defaultValue); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrThrow( long key); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195Count(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ boolean containsFieldMapUint64Int32195( long key); /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int32195(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ java.util.Map getFieldMapUint64Int32195Map(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrDefault( long key, int defaultValue); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrThrow( long key); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ int getFieldMapUint64Int64196Count(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ boolean containsFieldMapUint64Int64196( long key); /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int64196(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ java.util.Map getFieldMapUint64Int64196Map(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrDefault( long key, long defaultValue); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrThrow( long key); /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ int getFieldMapUint64Message197Count(); /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ boolean containsFieldMapUint64Message197( long key); /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Message197(); /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ java.util.Map getFieldMapUint64Message197Map(); /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue); /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint64Message197OrThrow( long key); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198Count(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ boolean containsFieldMapUint64Sfixed32198( long key); /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed32198(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ java.util.Map getFieldMapUint64Sfixed32198Map(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrThrow( long key); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ int getFieldMapUint64Sfixed64199Count(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ boolean containsFieldMapUint64Sfixed64199( long key); /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed64199(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ java.util.Map getFieldMapUint64Sfixed64199Map(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrThrow( long key); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200Count(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ boolean containsFieldMapUint64Sint32200( long key); /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint32200(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ java.util.Map getFieldMapUint64Sint32200Map(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrThrow( long key); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ int getFieldMapUint64Sint64201Count(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ boolean containsFieldMapUint64Sint64201( long key); /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint64201(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ java.util.Map getFieldMapUint64Sint64201Map(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrThrow( long key); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ int getFieldMapUint64String202Count(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ boolean containsFieldMapUint64String202( long key); /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64String202(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.util.Map getFieldMapUint64String202Map(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.lang.String getFieldMapUint64String202OrThrow( long key); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203Count(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ boolean containsFieldMapUint64Uint32203( long key); /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint32203(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ java.util.Map getFieldMapUint64Uint32203Map(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrThrow( long key); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ int getFieldMapUint64Uint64204Count(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ boolean containsFieldMapUint64Uint64204( long key); /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint64204(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ java.util.Map getFieldMapUint64Uint64204Map(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrThrow( long key); } /** * Protobuf type {@code protobuf.experimental.Proto2MessageWithMaps} */ public static final class Proto2MessageWithMaps extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto2MessageWithMaps) Proto2MessageWithMapsOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2MessageWithMaps.newBuilder() to construct. private Proto2MessageWithMaps(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2MessageWithMaps() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2MessageWithMaps(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps.class, com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps.Builder.class); } public static final int FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER = 1; private static final class FieldMapBoolBool1DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBool1Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER = 2; private static final class FieldMapBoolBytes2DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBytes2Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER = 3; private static final class FieldMapBoolDouble3DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolDouble3Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER = 4; private static final class FieldMapBoolEnum4DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolEnum4Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapBoolEnum4ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapBoolEnum4Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Boolean, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapBoolEnum4ValueConverter); } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER = 5; private static final class FieldMapBoolFixed325DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed325Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER = 6; private static final class FieldMapBoolFixed646DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed646Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER = 7; private static final class FieldMapBoolFloat7DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFloat7Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER = 8; private static final class FieldMapBoolInt328DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt328Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER = 9; private static final class FieldMapBoolInt649DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt649Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER = 10; private static final class FieldMapBoolMessage10DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolMessage10Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapBoolMessage10_; private com.google.protobuf.MapField internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getMap(); } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER = 11; private static final class FieldMapBoolSfixed3211DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER = 12; private static final class FieldMapBoolSfixed6412DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER = 13; private static final class FieldMapBoolSint3213DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint3213Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER = 14; private static final class FieldMapBoolSint6414DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint6414Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER = 15; private static final class FieldMapBoolString15DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolString15Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER = 16; private static final class FieldMapBoolUint3216DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint3216Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER = 17; private static final class FieldMapBoolUint6417DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint6417Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER = 18; private static final class FieldMapFixed32Bool18DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER = 19; private static final class FieldMapFixed32Bytes19DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER = 20; private static final class FieldMapFixed32Double20DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Double20Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER = 21; private static final class FieldMapFixed32Enum21DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapFixed32Enum21ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapFixed32Enum21Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapFixed32Enum21ValueConverter); } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER = 22; private static final class FieldMapFixed32Fixed3222DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER = 23; private static final class FieldMapFixed32Fixed6423DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER = 24; private static final class FieldMapFixed32Float24DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Float24Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER = 25; private static final class FieldMapFixed32Int3225DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER = 26; private static final class FieldMapFixed32Int6426DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER = 27; private static final class FieldMapFixed32Message27DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Message27Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapFixed32Message27_; private com.google.protobuf.MapField internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getMap(); } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER = 28; private static final class FieldMapFixed32Sfixed3228DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER = 29; private static final class FieldMapFixed32Sfixed6429DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER = 30; private static final class FieldMapFixed32Sint3230DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER = 31; private static final class FieldMapFixed32Sint6431DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER = 32; private static final class FieldMapFixed32String32DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32String32Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER = 33; private static final class FieldMapFixed32Uint3233DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER = 34; private static final class FieldMapFixed32Uint6434DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER = 35; private static final class FieldMapFixed64Bool35DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER = 36; private static final class FieldMapFixed64Bytes36DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER = 37; private static final class FieldMapFixed64Double37DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Double37Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER = 38; private static final class FieldMapFixed64Enum38DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapFixed64Enum38ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapFixed64Enum38Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapFixed64Enum38ValueConverter); } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER = 39; private static final class FieldMapFixed64Fixed3239DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER = 40; private static final class FieldMapFixed64Fixed6440DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER = 41; private static final class FieldMapFixed64Float41DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Float41Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER = 42; private static final class FieldMapFixed64Int3242DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER = 43; private static final class FieldMapFixed64Int6443DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER = 44; private static final class FieldMapFixed64Message44DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Message44Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapFixed64Message44_; private com.google.protobuf.MapField internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getMap(); } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER = 45; private static final class FieldMapFixed64Sfixed3245DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER = 46; private static final class FieldMapFixed64Sfixed6446DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER = 47; private static final class FieldMapFixed64Sint3247DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER = 48; private static final class FieldMapFixed64Sint6448DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER = 49; private static final class FieldMapFixed64String49DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64String49Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER = 50; private static final class FieldMapFixed64Uint3250DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER = 51; private static final class FieldMapFixed64Uint6451DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER = 52; private static final class FieldMapInt32Bool52DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bool52Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER = 53; private static final class FieldMapInt32Bytes53DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER = 54; private static final class FieldMapInt32Double54DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Double54Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER = 55; private static final class FieldMapInt32Enum55DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Enum55Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapInt32Enum55ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapInt32Enum55Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapInt32Enum55ValueConverter); } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER = 56; private static final class FieldMapInt32Fixed3256DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER = 57; private static final class FieldMapInt32Fixed6457DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER = 58; private static final class FieldMapInt32Float58DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Float58Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT32_59_FIELD_NUMBER = 59; private static final class FieldMapInt32Int3259DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int3259Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT64_60_FIELD_NUMBER = 60; private static final class FieldMapInt32Int6460DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int6460Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER = 61; private static final class FieldMapInt32Message61DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Message61Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapInt32Message61_; private com.google.protobuf.MapField internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getMap(); } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER = 62; private static final class FieldMapInt32Sfixed3262DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER = 63; private static final class FieldMapInt32Sfixed6463DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER = 64; private static final class FieldMapInt32Sint3264DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER = 65; private static final class FieldMapInt32Sint6465DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_STRING_66_FIELD_NUMBER = 66; private static final class FieldMapInt32String66DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32String66Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER = 67; private static final class FieldMapInt32Uint3267DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER = 68; private static final class FieldMapInt32Uint6468DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER = 69; private static final class FieldMapInt64Bool69DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bool69Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER = 70; private static final class FieldMapInt64Bytes70DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER = 71; private static final class FieldMapInt64Double71DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Double71Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER = 72; private static final class FieldMapInt64Enum72DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Enum72Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapInt64Enum72ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapInt64Enum72Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapInt64Enum72ValueConverter); } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER = 73; private static final class FieldMapInt64Fixed3273DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER = 74; private static final class FieldMapInt64Fixed6474DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER = 75; private static final class FieldMapInt64Float75DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Float75Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT32_76_FIELD_NUMBER = 76; private static final class FieldMapInt64Int3276DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int3276Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT64_77_FIELD_NUMBER = 77; private static final class FieldMapInt64Int6477DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int6477Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER = 78; private static final class FieldMapInt64Message78DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Message78Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapInt64Message78_; private com.google.protobuf.MapField internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getMap(); } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER = 79; private static final class FieldMapInt64Sfixed3279DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER = 80; private static final class FieldMapInt64Sfixed6480DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER = 81; private static final class FieldMapInt64Sint3281DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER = 82; private static final class FieldMapInt64Sint6482DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_STRING_83_FIELD_NUMBER = 83; private static final class FieldMapInt64String83DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64String83Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER = 84; private static final class FieldMapInt64Uint3284DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER = 85; private static final class FieldMapInt64Uint6485DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER = 86; private static final class FieldMapSfixed32Bool86DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER = 87; private static final class FieldMapSfixed32Bytes87DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER = 88; private static final class FieldMapSfixed32Double88DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER = 89; private static final class FieldMapSfixed32Enum89DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapSfixed32Enum89ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSfixed32Enum89Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapSfixed32Enum89ValueConverter); } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER = 90; private static final class FieldMapSfixed32Fixed3290DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER = 91; private static final class FieldMapSfixed32Fixed6491DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER = 92; private static final class FieldMapSfixed32Float92DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER = 93; private static final class FieldMapSfixed32Int3293DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER = 94; private static final class FieldMapSfixed32Int6494DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER = 95; private static final class FieldMapSfixed32Message95DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapSfixed32Message95_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getMap(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER = 96; private static final class FieldMapSfixed32Sfixed3296DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER = 97; private static final class FieldMapSfixed32Sfixed6497DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER = 98; private static final class FieldMapSfixed32Sint3298DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER = 99; private static final class FieldMapSfixed32Sint6499DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER = 100; private static final class FieldMapSfixed32String100DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32String100Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER = 101; private static final class FieldMapSfixed32Uint32101DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER = 102; private static final class FieldMapSfixed32Uint64102DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER = 103; private static final class FieldMapSfixed64Bool103DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER = 104; private static final class FieldMapSfixed64Bytes104DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER = 105; private static final class FieldMapSfixed64Double105DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER = 106; private static final class FieldMapSfixed64Enum106DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapSfixed64Enum106ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSfixed64Enum106Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapSfixed64Enum106ValueConverter); } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER = 107; private static final class FieldMapSfixed64Fixed32107DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER = 108; private static final class FieldMapSfixed64Fixed64108DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER = 109; private static final class FieldMapSfixed64Float109DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER = 110; private static final class FieldMapSfixed64Int32110DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER = 111; private static final class FieldMapSfixed64Int64111DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER = 112; private static final class FieldMapSfixed64Message112DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapSfixed64Message112_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getMap(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER = 113; private static final class FieldMapSfixed64Sfixed32113DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER = 114; private static final class FieldMapSfixed64Sfixed64114DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER = 115; private static final class FieldMapSfixed64Sint32115DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER = 116; private static final class FieldMapSfixed64Sint64116DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER = 117; private static final class FieldMapSfixed64String117DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64String117Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER = 118; private static final class FieldMapSfixed64Uint32118DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER = 119; private static final class FieldMapSfixed64Uint64119DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER = 120; private static final class FieldMapSint32Bool120DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bool120Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER = 121; private static final class FieldMapSint32Bytes121DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER = 122; private static final class FieldMapSint32Double122DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Double122Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER = 123; private static final class FieldMapSint32Enum123DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Enum123Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapSint32Enum123ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSint32Enum123Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapSint32Enum123ValueConverter); } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER = 124; private static final class FieldMapSint32Fixed32124DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER = 125; private static final class FieldMapSint32Fixed64125DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER = 126; private static final class FieldMapSint32Float126DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Float126Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER = 127; private static final class FieldMapSint32Int32127DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int32127Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER = 128; private static final class FieldMapSint32Int64128DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int64128Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER = 129; private static final class FieldMapSint32Message129DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Message129Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapSint32Message129_; private com.google.protobuf.MapField internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getMap(); } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER = 130; private static final class FieldMapSint32Sfixed32130DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER = 131; private static final class FieldMapSint32Sfixed64131DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER = 132; private static final class FieldMapSint32Sint32132DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER = 133; private static final class FieldMapSint32Sint64133DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER = 134; private static final class FieldMapSint32String134DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32String134Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER = 135; private static final class FieldMapSint32Uint32135DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER = 136; private static final class FieldMapSint32Uint64136DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER = 137; private static final class FieldMapSint64Bool137DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bool137Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER = 138; private static final class FieldMapSint64Bytes138DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER = 139; private static final class FieldMapSint64Double139DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Double139Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER = 140; private static final class FieldMapSint64Enum140DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Enum140Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapSint64Enum140ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSint64Enum140Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapSint64Enum140ValueConverter); } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER = 141; private static final class FieldMapSint64Fixed32141DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER = 142; private static final class FieldMapSint64Fixed64142DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER = 143; private static final class FieldMapSint64Float143DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Float143Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER = 144; private static final class FieldMapSint64Int32144DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int32144Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER = 145; private static final class FieldMapSint64Int64145DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int64145Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER = 146; private static final class FieldMapSint64Message146DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Message146Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapSint64Message146_; private com.google.protobuf.MapField internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getMap(); } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER = 147; private static final class FieldMapSint64Sfixed32147DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER = 148; private static final class FieldMapSint64Sfixed64148DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER = 149; private static final class FieldMapSint64Sint32149DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER = 150; private static final class FieldMapSint64Sint64150DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER = 151; private static final class FieldMapSint64String151DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64String151Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER = 152; private static final class FieldMapSint64Uint32152DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER = 153; private static final class FieldMapSint64Uint64153DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER = 154; private static final class FieldMapStringBool154DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBool154Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER = 155; private static final class FieldMapStringBytes155DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBytes155Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER = 156; private static final class FieldMapStringDouble156DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringDouble156Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER = 157; private static final class FieldMapStringEnum157DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringEnum157Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapStringEnum157ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapStringEnum157Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapStringEnum157ValueConverter); } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER = 158; private static final class FieldMapStringFixed32158DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed32158Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER = 159; private static final class FieldMapStringFixed64159DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed64159Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER = 160; private static final class FieldMapStringFloat160DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFloat160Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT32_161_FIELD_NUMBER = 161; private static final class FieldMapStringInt32161DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt32161Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT64_162_FIELD_NUMBER = 162; private static final class FieldMapStringInt64162DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt64162Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER = 163; private static final class FieldMapStringMessage163DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringMessage163Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapStringMessage163_; private com.google.protobuf.MapField internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().getMap().size(); } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getMap(); } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER = 164; private static final class FieldMapStringSfixed32164DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER = 165; private static final class FieldMapStringSfixed64165DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER = 166; private static final class FieldMapStringSint32166DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint32166Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER = 167; private static final class FieldMapStringSint64167DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint64167Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_STRING_168_FIELD_NUMBER = 168; private static final class FieldMapStringString168DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringString168Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER = 169; private static final class FieldMapStringUint32169DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint32169Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER = 170; private static final class FieldMapStringUint64170DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint64170Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER = 171; private static final class FieldMapUint32Bool171DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bool171Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER = 172; private static final class FieldMapUint32Bytes172DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER = 173; private static final class FieldMapUint32Double173DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Double173Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER = 174; private static final class FieldMapUint32Enum174DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Enum174Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapUint32Enum174ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapUint32Enum174Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapUint32Enum174ValueConverter); } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER = 175; private static final class FieldMapUint32Fixed32175DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER = 176; private static final class FieldMapUint32Fixed64176DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER = 177; private static final class FieldMapUint32Float177DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Float177Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER = 178; private static final class FieldMapUint32Int32178DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int32178Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER = 179; private static final class FieldMapUint32Int64179DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int64179Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER = 180; private static final class FieldMapUint32Message180DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Message180Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapUint32Message180_; private com.google.protobuf.MapField internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getMap(); } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER = 181; private static final class FieldMapUint32Sfixed32181DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER = 182; private static final class FieldMapUint32Sfixed64182DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER = 183; private static final class FieldMapUint32Sint32183DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER = 184; private static final class FieldMapUint32Sint64184DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER = 185; private static final class FieldMapUint32String185DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32String185Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER = 186; private static final class FieldMapUint32Uint32186DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER = 187; private static final class FieldMapUint32Uint64187DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER = 188; private static final class FieldMapUint64Bool188DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bool188Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER = 189; private static final class FieldMapUint64Bytes189DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER = 190; private static final class FieldMapUint64Double190DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Double190Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER = 191; private static final class FieldMapUint64Enum191DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Enum191Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldMapUint64Enum191ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapUint64Enum191Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum, java.lang.Integer>( map, fieldMapUint64Enum191ValueConverter); } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER = 192; private static final class FieldMapUint64Fixed32192DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER = 193; private static final class FieldMapUint64Fixed64193DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER = 194; private static final class FieldMapUint64Float194DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Float194Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER = 195; private static final class FieldMapUint64Int32195DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int32195Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER = 196; private static final class FieldMapUint64Int64196DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int64196Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER = 197; private static final class FieldMapUint64Message197DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Message197Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMapUint64Message197_; private com.google.protobuf.MapField internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getMap(); } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER = 198; private static final class FieldMapUint64Sfixed32198DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER = 199; private static final class FieldMapUint64Sfixed64199DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER = 200; private static final class FieldMapUint64Sint32200DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER = 201; private static final class FieldMapUint64Sint64201DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER = 202; private static final class FieldMapUint64String202DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64String202Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER = 203; private static final class FieldMapUint64Uint32203DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER = 204; private static final class FieldMapUint64Uint64204DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapBoolMessage10Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapFixed32Message27Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapFixed64Message44Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapInt32Message61Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapInt64Message78Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSfixed32Message95Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSfixed64Message112Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSint32Message129Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSint64Message146Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapStringMessage163Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapUint32Message180Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapUint64Message197Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBool1(), FieldMapBoolBool1DefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBytes2(), FieldMapBoolBytes2DefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolDouble3(), FieldMapBoolDouble3DefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolEnum4(), FieldMapBoolEnum4DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed325(), FieldMapBoolFixed325DefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed646(), FieldMapBoolFixed646DefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFloat7(), FieldMapBoolFloat7DefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt328(), FieldMapBoolInt328DefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt649(), FieldMapBoolInt649DefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolMessage10(), FieldMapBoolMessage10DefaultEntryHolder.defaultEntry, 10); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed3211(), FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry, 11); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed6412(), FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry, 12); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint3213(), FieldMapBoolSint3213DefaultEntryHolder.defaultEntry, 13); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint6414(), FieldMapBoolSint6414DefaultEntryHolder.defaultEntry, 14); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolString15(), FieldMapBoolString15DefaultEntryHolder.defaultEntry, 15); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint3216(), FieldMapBoolUint3216DefaultEntryHolder.defaultEntry, 16); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint6417(), FieldMapBoolUint6417DefaultEntryHolder.defaultEntry, 17); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bool18(), FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry, 18); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bytes19(), FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry, 19); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Double20(), FieldMapFixed32Double20DefaultEntryHolder.defaultEntry, 20); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Enum21(), FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry, 21); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed3222(), FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry, 22); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed6423(), FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry, 23); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Float24(), FieldMapFixed32Float24DefaultEntryHolder.defaultEntry, 24); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int3225(), FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry, 25); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int6426(), FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry, 26); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Message27(), FieldMapFixed32Message27DefaultEntryHolder.defaultEntry, 27); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed3228(), FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry, 28); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed6429(), FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry, 29); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint3230(), FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry, 30); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint6431(), FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry, 31); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32String32(), FieldMapFixed32String32DefaultEntryHolder.defaultEntry, 32); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint3233(), FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry, 33); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint6434(), FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry, 34); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bool35(), FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry, 35); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bytes36(), FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry, 36); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Double37(), FieldMapFixed64Double37DefaultEntryHolder.defaultEntry, 37); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Enum38(), FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry, 38); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed3239(), FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry, 39); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed6440(), FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry, 40); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Float41(), FieldMapFixed64Float41DefaultEntryHolder.defaultEntry, 41); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int3242(), FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry, 42); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int6443(), FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry, 43); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Message44(), FieldMapFixed64Message44DefaultEntryHolder.defaultEntry, 44); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed3245(), FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry, 45); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed6446(), FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry, 46); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint3247(), FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry, 47); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint6448(), FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry, 48); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64String49(), FieldMapFixed64String49DefaultEntryHolder.defaultEntry, 49); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint3250(), FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry, 50); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint6451(), FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry, 51); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bool52(), FieldMapInt32Bool52DefaultEntryHolder.defaultEntry, 52); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bytes53(), FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry, 53); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Double54(), FieldMapInt32Double54DefaultEntryHolder.defaultEntry, 54); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Enum55(), FieldMapInt32Enum55DefaultEntryHolder.defaultEntry, 55); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed3256(), FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry, 56); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed6457(), FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry, 57); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Float58(), FieldMapInt32Float58DefaultEntryHolder.defaultEntry, 58); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int3259(), FieldMapInt32Int3259DefaultEntryHolder.defaultEntry, 59); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int6460(), FieldMapInt32Int6460DefaultEntryHolder.defaultEntry, 60); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Message61(), FieldMapInt32Message61DefaultEntryHolder.defaultEntry, 61); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed3262(), FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry, 62); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed6463(), FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry, 63); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint3264(), FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry, 64); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint6465(), FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry, 65); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32String66(), FieldMapInt32String66DefaultEntryHolder.defaultEntry, 66); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint3267(), FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry, 67); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint6468(), FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry, 68); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bool69(), FieldMapInt64Bool69DefaultEntryHolder.defaultEntry, 69); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bytes70(), FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry, 70); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Double71(), FieldMapInt64Double71DefaultEntryHolder.defaultEntry, 71); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Enum72(), FieldMapInt64Enum72DefaultEntryHolder.defaultEntry, 72); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed3273(), FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry, 73); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed6474(), FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry, 74); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Float75(), FieldMapInt64Float75DefaultEntryHolder.defaultEntry, 75); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int3276(), FieldMapInt64Int3276DefaultEntryHolder.defaultEntry, 76); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int6477(), FieldMapInt64Int6477DefaultEntryHolder.defaultEntry, 77); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Message78(), FieldMapInt64Message78DefaultEntryHolder.defaultEntry, 78); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed3279(), FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry, 79); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed6480(), FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry, 80); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint3281(), FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry, 81); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint6482(), FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry, 82); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64String83(), FieldMapInt64String83DefaultEntryHolder.defaultEntry, 83); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint3284(), FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry, 84); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint6485(), FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry, 85); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bool86(), FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry, 86); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bytes87(), FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry, 87); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Double88(), FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry, 88); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Enum89(), FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry, 89); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed3290(), FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry, 90); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed6491(), FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry, 91); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Float92(), FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry, 92); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int3293(), FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry, 93); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int6494(), FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry, 94); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Message95(), FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry, 95); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed3296(), FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry, 96); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed6497(), FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry, 97); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint3298(), FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry, 98); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint6499(), FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry, 99); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32String100(), FieldMapSfixed32String100DefaultEntryHolder.defaultEntry, 100); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint32101(), FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry, 101); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint64102(), FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry, 102); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bool103(), FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry, 103); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bytes104(), FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry, 104); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Double105(), FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry, 105); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Enum106(), FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry, 106); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed32107(), FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry, 107); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed64108(), FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry, 108); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Float109(), FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry, 109); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int32110(), FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry, 110); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int64111(), FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry, 111); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Message112(), FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry, 112); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed32113(), FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry, 113); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed64114(), FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry, 114); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint32115(), FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry, 115); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint64116(), FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry, 116); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64String117(), FieldMapSfixed64String117DefaultEntryHolder.defaultEntry, 117); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint32118(), FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry, 118); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint64119(), FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry, 119); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bool120(), FieldMapSint32Bool120DefaultEntryHolder.defaultEntry, 120); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bytes121(), FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry, 121); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Double122(), FieldMapSint32Double122DefaultEntryHolder.defaultEntry, 122); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Enum123(), FieldMapSint32Enum123DefaultEntryHolder.defaultEntry, 123); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed32124(), FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry, 124); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed64125(), FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry, 125); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Float126(), FieldMapSint32Float126DefaultEntryHolder.defaultEntry, 126); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int32127(), FieldMapSint32Int32127DefaultEntryHolder.defaultEntry, 127); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int64128(), FieldMapSint32Int64128DefaultEntryHolder.defaultEntry, 128); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Message129(), FieldMapSint32Message129DefaultEntryHolder.defaultEntry, 129); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed32130(), FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry, 130); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed64131(), FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry, 131); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint32132(), FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry, 132); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint64133(), FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry, 133); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32String134(), FieldMapSint32String134DefaultEntryHolder.defaultEntry, 134); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint32135(), FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry, 135); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint64136(), FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry, 136); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bool137(), FieldMapSint64Bool137DefaultEntryHolder.defaultEntry, 137); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bytes138(), FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry, 138); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Double139(), FieldMapSint64Double139DefaultEntryHolder.defaultEntry, 139); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Enum140(), FieldMapSint64Enum140DefaultEntryHolder.defaultEntry, 140); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed32141(), FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry, 141); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed64142(), FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry, 142); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Float143(), FieldMapSint64Float143DefaultEntryHolder.defaultEntry, 143); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int32144(), FieldMapSint64Int32144DefaultEntryHolder.defaultEntry, 144); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int64145(), FieldMapSint64Int64145DefaultEntryHolder.defaultEntry, 145); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Message146(), FieldMapSint64Message146DefaultEntryHolder.defaultEntry, 146); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed32147(), FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry, 147); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed64148(), FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry, 148); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint32149(), FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry, 149); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint64150(), FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry, 150); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64String151(), FieldMapSint64String151DefaultEntryHolder.defaultEntry, 151); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint32152(), FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry, 152); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint64153(), FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry, 153); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBool154(), FieldMapStringBool154DefaultEntryHolder.defaultEntry, 154); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBytes155(), FieldMapStringBytes155DefaultEntryHolder.defaultEntry, 155); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringDouble156(), FieldMapStringDouble156DefaultEntryHolder.defaultEntry, 156); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringEnum157(), FieldMapStringEnum157DefaultEntryHolder.defaultEntry, 157); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed32158(), FieldMapStringFixed32158DefaultEntryHolder.defaultEntry, 158); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed64159(), FieldMapStringFixed64159DefaultEntryHolder.defaultEntry, 159); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFloat160(), FieldMapStringFloat160DefaultEntryHolder.defaultEntry, 160); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt32161(), FieldMapStringInt32161DefaultEntryHolder.defaultEntry, 161); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt64162(), FieldMapStringInt64162DefaultEntryHolder.defaultEntry, 162); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringMessage163(), FieldMapStringMessage163DefaultEntryHolder.defaultEntry, 163); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed32164(), FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry, 164); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed64165(), FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry, 165); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint32166(), FieldMapStringSint32166DefaultEntryHolder.defaultEntry, 166); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint64167(), FieldMapStringSint64167DefaultEntryHolder.defaultEntry, 167); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringString168(), FieldMapStringString168DefaultEntryHolder.defaultEntry, 168); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint32169(), FieldMapStringUint32169DefaultEntryHolder.defaultEntry, 169); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint64170(), FieldMapStringUint64170DefaultEntryHolder.defaultEntry, 170); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bool171(), FieldMapUint32Bool171DefaultEntryHolder.defaultEntry, 171); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bytes172(), FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry, 172); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Double173(), FieldMapUint32Double173DefaultEntryHolder.defaultEntry, 173); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Enum174(), FieldMapUint32Enum174DefaultEntryHolder.defaultEntry, 174); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed32175(), FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry, 175); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed64176(), FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry, 176); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Float177(), FieldMapUint32Float177DefaultEntryHolder.defaultEntry, 177); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int32178(), FieldMapUint32Int32178DefaultEntryHolder.defaultEntry, 178); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int64179(), FieldMapUint32Int64179DefaultEntryHolder.defaultEntry, 179); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Message180(), FieldMapUint32Message180DefaultEntryHolder.defaultEntry, 180); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed32181(), FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry, 181); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed64182(), FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry, 182); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint32183(), FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry, 183); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint64184(), FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry, 184); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32String185(), FieldMapUint32String185DefaultEntryHolder.defaultEntry, 185); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint32186(), FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry, 186); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint64187(), FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry, 187); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bool188(), FieldMapUint64Bool188DefaultEntryHolder.defaultEntry, 188); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bytes189(), FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry, 189); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Double190(), FieldMapUint64Double190DefaultEntryHolder.defaultEntry, 190); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Enum191(), FieldMapUint64Enum191DefaultEntryHolder.defaultEntry, 191); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed32192(), FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry, 192); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed64193(), FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry, 193); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Float194(), FieldMapUint64Float194DefaultEntryHolder.defaultEntry, 194); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int32195(), FieldMapUint64Int32195DefaultEntryHolder.defaultEntry, 195); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int64196(), FieldMapUint64Int64196DefaultEntryHolder.defaultEntry, 196); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Message197(), FieldMapUint64Message197DefaultEntryHolder.defaultEntry, 197); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed32198(), FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry, 198); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed64199(), FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry, 199); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint32200(), FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry, 200); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint64201(), FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry, 201); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64String202(), FieldMapUint64String202DefaultEntryHolder.defaultEntry, 202); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint32203(), FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry, 203); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint64204(), FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry, 204); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetFieldMapBoolBool1().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBool1__ = FieldMapBoolBool1DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, fieldMapBoolBool1__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolBytes2().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, fieldMapBoolBytes2__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolDouble3().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, fieldMapBoolDouble3__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolEnum4().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolEnum4__ = FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, fieldMapBoolEnum4__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed325().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, fieldMapBoolFixed325__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed646().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, fieldMapBoolFixed646__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFloat7().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, fieldMapBoolFloat7__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt328().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt328__ = FieldMapBoolInt328DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, fieldMapBoolInt328__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt649().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt649__ = FieldMapBoolInt649DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, fieldMapBoolInt649__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolMessage10().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, fieldMapBoolMessage10__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed3211().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, fieldMapBoolSfixed3211__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed6412().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, fieldMapBoolSfixed6412__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint3213().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, fieldMapBoolSint3213__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint6414().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, fieldMapBoolSint6414__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolString15().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolString15__ = FieldMapBoolString15DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, fieldMapBoolString15__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint3216().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, fieldMapBoolUint3216__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint6417().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, fieldMapBoolUint6417__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bool18().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, fieldMapFixed32Bool18__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bytes19().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, fieldMapFixed32Bytes19__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Double20().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, fieldMapFixed32Double20__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Enum21().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(21, fieldMapFixed32Enum21__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed3222().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, fieldMapFixed32Fixed3222__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed6423().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(23, fieldMapFixed32Fixed6423__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Float24().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(24, fieldMapFixed32Float24__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int3225().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, fieldMapFixed32Int3225__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int6426().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, fieldMapFixed32Int6426__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Message27().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMapFixed32Message27__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed3228().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(28, fieldMapFixed32Sfixed3228__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed6429().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(29, fieldMapFixed32Sfixed6429__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint3230().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, fieldMapFixed32Sint3230__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint6431().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, fieldMapFixed32Sint6431__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32String32().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32String32__ = FieldMapFixed32String32DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(32, fieldMapFixed32String32__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint3233().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(33, fieldMapFixed32Uint3233__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint6434().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(34, fieldMapFixed32Uint6434__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bool35().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(35, fieldMapFixed64Bool35__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bytes36().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(36, fieldMapFixed64Bytes36__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Double37().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(37, fieldMapFixed64Double37__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Enum38().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(38, fieldMapFixed64Enum38__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed3239().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(39, fieldMapFixed64Fixed3239__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed6440().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(40, fieldMapFixed64Fixed6440__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Float41().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(41, fieldMapFixed64Float41__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int3242().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(42, fieldMapFixed64Int3242__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int6443().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(43, fieldMapFixed64Int6443__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Message44().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(44, fieldMapFixed64Message44__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed3245().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(45, fieldMapFixed64Sfixed3245__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed6446().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(46, fieldMapFixed64Sfixed6446__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint3247().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(47, fieldMapFixed64Sint3247__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint6448().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(48, fieldMapFixed64Sint6448__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64String49().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64String49__ = FieldMapFixed64String49DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(49, fieldMapFixed64String49__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint3250().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(50, fieldMapFixed64Uint3250__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint6451().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(51, fieldMapFixed64Uint6451__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bool52().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(52, fieldMapInt32Bool52__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bytes53().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(53, fieldMapInt32Bytes53__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Double54().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Double54__ = FieldMapInt32Double54DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(54, fieldMapInt32Double54__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Enum55().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Enum55__ = FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(55, fieldMapInt32Enum55__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed3256().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(56, fieldMapInt32Fixed3256__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed6457().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(57, fieldMapInt32Fixed6457__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Float58().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Float58__ = FieldMapInt32Float58DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(58, fieldMapInt32Float58__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int3259().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(59, fieldMapInt32Int3259__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int6460().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(60, fieldMapInt32Int6460__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Message61().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Message61__ = FieldMapInt32Message61DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(61, fieldMapInt32Message61__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed3262().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, fieldMapInt32Sfixed3262__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed6463().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(63, fieldMapInt32Sfixed6463__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint3264().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(64, fieldMapInt32Sint3264__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint6465().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(65, fieldMapInt32Sint6465__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32String66().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32String66__ = FieldMapInt32String66DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(66, fieldMapInt32String66__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint3267().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(67, fieldMapInt32Uint3267__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint6468().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(68, fieldMapInt32Uint6468__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bool69().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(69, fieldMapInt64Bool69__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bytes70().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(70, fieldMapInt64Bytes70__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Double71().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Double71__ = FieldMapInt64Double71DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(71, fieldMapInt64Double71__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Enum72().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Enum72__ = FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(72, fieldMapInt64Enum72__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed3273().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(73, fieldMapInt64Fixed3273__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed6474().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(74, fieldMapInt64Fixed6474__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Float75().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Float75__ = FieldMapInt64Float75DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(75, fieldMapInt64Float75__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int3276().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(76, fieldMapInt64Int3276__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int6477().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(77, fieldMapInt64Int6477__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Message78().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Message78__ = FieldMapInt64Message78DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(78, fieldMapInt64Message78__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed3279().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(79, fieldMapInt64Sfixed3279__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed6480().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(80, fieldMapInt64Sfixed6480__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint3281().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(81, fieldMapInt64Sint3281__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint6482().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(82, fieldMapInt64Sint6482__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64String83().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64String83__ = FieldMapInt64String83DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(83, fieldMapInt64String83__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint3284().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(84, fieldMapInt64Uint3284__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint6485().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(85, fieldMapInt64Uint6485__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bool86().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(86, fieldMapSfixed32Bool86__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bytes87().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(87, fieldMapSfixed32Bytes87__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Double88().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(88, fieldMapSfixed32Double88__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Enum89().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(89, fieldMapSfixed32Enum89__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed3290().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(90, fieldMapSfixed32Fixed3290__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed6491().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(91, fieldMapSfixed32Fixed6491__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Float92().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(92, fieldMapSfixed32Float92__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int3293().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(93, fieldMapSfixed32Int3293__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int6494().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(94, fieldMapSfixed32Int6494__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Message95().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(95, fieldMapSfixed32Message95__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed3296().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(96, fieldMapSfixed32Sfixed3296__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed6497().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(97, fieldMapSfixed32Sfixed6497__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint3298().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(98, fieldMapSfixed32Sint3298__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint6499().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(99, fieldMapSfixed32Sint6499__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32String100().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(100, fieldMapSfixed32String100__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint32101().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(101, fieldMapSfixed32Uint32101__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint64102().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(102, fieldMapSfixed32Uint64102__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bool103().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(103, fieldMapSfixed64Bool103__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bytes104().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(104, fieldMapSfixed64Bytes104__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Double105().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(105, fieldMapSfixed64Double105__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Enum106().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(106, fieldMapSfixed64Enum106__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed32107().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(107, fieldMapSfixed64Fixed32107__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed64108().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(108, fieldMapSfixed64Fixed64108__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Float109().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(109, fieldMapSfixed64Float109__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int32110().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(110, fieldMapSfixed64Int32110__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int64111().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(111, fieldMapSfixed64Int64111__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Message112().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(112, fieldMapSfixed64Message112__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed32113().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(113, fieldMapSfixed64Sfixed32113__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed64114().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(114, fieldMapSfixed64Sfixed64114__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint32115().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(115, fieldMapSfixed64Sint32115__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint64116().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(116, fieldMapSfixed64Sint64116__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64String117().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(117, fieldMapSfixed64String117__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint32118().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(118, fieldMapSfixed64Uint32118__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint64119().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(119, fieldMapSfixed64Uint64119__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bool120().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(120, fieldMapSint32Bool120__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bytes121().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(121, fieldMapSint32Bytes121__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Double122().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Double122__ = FieldMapSint32Double122DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(122, fieldMapSint32Double122__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Enum123().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Enum123__ = FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(123, fieldMapSint32Enum123__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed32124().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(124, fieldMapSint32Fixed32124__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed64125().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(125, fieldMapSint32Fixed64125__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Float126().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Float126__ = FieldMapSint32Float126DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(126, fieldMapSint32Float126__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int32127().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(127, fieldMapSint32Int32127__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int64128().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(128, fieldMapSint32Int64128__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Message129().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Message129__ = FieldMapSint32Message129DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(129, fieldMapSint32Message129__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed32130().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(130, fieldMapSint32Sfixed32130__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed64131().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(131, fieldMapSint32Sfixed64131__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint32132().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(132, fieldMapSint32Sint32132__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint64133().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(133, fieldMapSint32Sint64133__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32String134().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32String134__ = FieldMapSint32String134DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(134, fieldMapSint32String134__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint32135().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(135, fieldMapSint32Uint32135__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint64136().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(136, fieldMapSint32Uint64136__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bool137().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(137, fieldMapSint64Bool137__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bytes138().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(138, fieldMapSint64Bytes138__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Double139().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Double139__ = FieldMapSint64Double139DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(139, fieldMapSint64Double139__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Enum140().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Enum140__ = FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(140, fieldMapSint64Enum140__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed32141().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(141, fieldMapSint64Fixed32141__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed64142().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(142, fieldMapSint64Fixed64142__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Float143().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Float143__ = FieldMapSint64Float143DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(143, fieldMapSint64Float143__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int32144().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(144, fieldMapSint64Int32144__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int64145().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(145, fieldMapSint64Int64145__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Message146().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Message146__ = FieldMapSint64Message146DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(146, fieldMapSint64Message146__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed32147().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(147, fieldMapSint64Sfixed32147__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed64148().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(148, fieldMapSint64Sfixed64148__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint32149().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(149, fieldMapSint64Sint32149__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint64150().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(150, fieldMapSint64Sint64150__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64String151().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64String151__ = FieldMapSint64String151DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(151, fieldMapSint64String151__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint32152().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(152, fieldMapSint64Uint32152__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint64153().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(153, fieldMapSint64Uint64153__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBool154().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBool154__ = FieldMapStringBool154DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(154, fieldMapStringBool154__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBytes155().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBytes155__ = FieldMapStringBytes155DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(155, fieldMapStringBytes155__); } for (java.util.Map.Entry entry : internalGetFieldMapStringDouble156().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringDouble156__ = FieldMapStringDouble156DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(156, fieldMapStringDouble156__); } for (java.util.Map.Entry entry : internalGetFieldMapStringEnum157().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringEnum157__ = FieldMapStringEnum157DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(157, fieldMapStringEnum157__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed32158().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(158, fieldMapStringFixed32158__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed64159().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(159, fieldMapStringFixed64159__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFloat160().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFloat160__ = FieldMapStringFloat160DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(160, fieldMapStringFloat160__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt32161().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt32161__ = FieldMapStringInt32161DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(161, fieldMapStringInt32161__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt64162().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt64162__ = FieldMapStringInt64162DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(162, fieldMapStringInt64162__); } for (java.util.Map.Entry entry : internalGetFieldMapStringMessage163().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringMessage163__ = FieldMapStringMessage163DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(163, fieldMapStringMessage163__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed32164().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(164, fieldMapStringSfixed32164__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed64165().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(165, fieldMapStringSfixed64165__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint32166().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint32166__ = FieldMapStringSint32166DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(166, fieldMapStringSint32166__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint64167().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint64167__ = FieldMapStringSint64167DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(167, fieldMapStringSint64167__); } for (java.util.Map.Entry entry : internalGetFieldMapStringString168().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringString168__ = FieldMapStringString168DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(168, fieldMapStringString168__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint32169().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint32169__ = FieldMapStringUint32169DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(169, fieldMapStringUint32169__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint64170().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint64170__ = FieldMapStringUint64170DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(170, fieldMapStringUint64170__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bool171().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(171, fieldMapUint32Bool171__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bytes172().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(172, fieldMapUint32Bytes172__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Double173().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Double173__ = FieldMapUint32Double173DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(173, fieldMapUint32Double173__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Enum174().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Enum174__ = FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(174, fieldMapUint32Enum174__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed32175().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(175, fieldMapUint32Fixed32175__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed64176().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(176, fieldMapUint32Fixed64176__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Float177().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Float177__ = FieldMapUint32Float177DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(177, fieldMapUint32Float177__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int32178().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(178, fieldMapUint32Int32178__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int64179().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(179, fieldMapUint32Int64179__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Message180().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Message180__ = FieldMapUint32Message180DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(180, fieldMapUint32Message180__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed32181().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(181, fieldMapUint32Sfixed32181__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed64182().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(182, fieldMapUint32Sfixed64182__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint32183().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(183, fieldMapUint32Sint32183__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint64184().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(184, fieldMapUint32Sint64184__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32String185().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32String185__ = FieldMapUint32String185DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(185, fieldMapUint32String185__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint32186().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(186, fieldMapUint32Uint32186__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint64187().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(187, fieldMapUint32Uint64187__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bool188().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(188, fieldMapUint64Bool188__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bytes189().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(189, fieldMapUint64Bytes189__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Double190().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Double190__ = FieldMapUint64Double190DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(190, fieldMapUint64Double190__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Enum191().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Enum191__ = FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(191, fieldMapUint64Enum191__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed32192().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(192, fieldMapUint64Fixed32192__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed64193().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(193, fieldMapUint64Fixed64193__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Float194().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Float194__ = FieldMapUint64Float194DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(194, fieldMapUint64Float194__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int32195().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(195, fieldMapUint64Int32195__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int64196().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(196, fieldMapUint64Int64196__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Message197().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Message197__ = FieldMapUint64Message197DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(197, fieldMapUint64Message197__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed32198().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(198, fieldMapUint64Sfixed32198__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed64199().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(199, fieldMapUint64Sfixed64199__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint32200().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(200, fieldMapUint64Sint32200__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint64201().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(201, fieldMapUint64Sint64201__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64String202().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64String202__ = FieldMapUint64String202DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(202, fieldMapUint64String202__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint32203().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(203, fieldMapUint64Uint32203__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint64204().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(204, fieldMapUint64Uint64204__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps)) { return super.equals(obj); } com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps other = (com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps) obj; if (!internalGetFieldMapBoolBool1().equals( other.internalGetFieldMapBoolBool1())) return false; if (!internalGetFieldMapBoolBytes2().equals( other.internalGetFieldMapBoolBytes2())) return false; if (!internalGetFieldMapBoolDouble3().equals( other.internalGetFieldMapBoolDouble3())) return false; if (!internalGetFieldMapBoolEnum4().equals( other.internalGetFieldMapBoolEnum4())) return false; if (!internalGetFieldMapBoolFixed325().equals( other.internalGetFieldMapBoolFixed325())) return false; if (!internalGetFieldMapBoolFixed646().equals( other.internalGetFieldMapBoolFixed646())) return false; if (!internalGetFieldMapBoolFloat7().equals( other.internalGetFieldMapBoolFloat7())) return false; if (!internalGetFieldMapBoolInt328().equals( other.internalGetFieldMapBoolInt328())) return false; if (!internalGetFieldMapBoolInt649().equals( other.internalGetFieldMapBoolInt649())) return false; if (!internalGetFieldMapBoolMessage10().equals( other.internalGetFieldMapBoolMessage10())) return false; if (!internalGetFieldMapBoolSfixed3211().equals( other.internalGetFieldMapBoolSfixed3211())) return false; if (!internalGetFieldMapBoolSfixed6412().equals( other.internalGetFieldMapBoolSfixed6412())) return false; if (!internalGetFieldMapBoolSint3213().equals( other.internalGetFieldMapBoolSint3213())) return false; if (!internalGetFieldMapBoolSint6414().equals( other.internalGetFieldMapBoolSint6414())) return false; if (!internalGetFieldMapBoolString15().equals( other.internalGetFieldMapBoolString15())) return false; if (!internalGetFieldMapBoolUint3216().equals( other.internalGetFieldMapBoolUint3216())) return false; if (!internalGetFieldMapBoolUint6417().equals( other.internalGetFieldMapBoolUint6417())) return false; if (!internalGetFieldMapFixed32Bool18().equals( other.internalGetFieldMapFixed32Bool18())) return false; if (!internalGetFieldMapFixed32Bytes19().equals( other.internalGetFieldMapFixed32Bytes19())) return false; if (!internalGetFieldMapFixed32Double20().equals( other.internalGetFieldMapFixed32Double20())) return false; if (!internalGetFieldMapFixed32Enum21().equals( other.internalGetFieldMapFixed32Enum21())) return false; if (!internalGetFieldMapFixed32Fixed3222().equals( other.internalGetFieldMapFixed32Fixed3222())) return false; if (!internalGetFieldMapFixed32Fixed6423().equals( other.internalGetFieldMapFixed32Fixed6423())) return false; if (!internalGetFieldMapFixed32Float24().equals( other.internalGetFieldMapFixed32Float24())) return false; if (!internalGetFieldMapFixed32Int3225().equals( other.internalGetFieldMapFixed32Int3225())) return false; if (!internalGetFieldMapFixed32Int6426().equals( other.internalGetFieldMapFixed32Int6426())) return false; if (!internalGetFieldMapFixed32Message27().equals( other.internalGetFieldMapFixed32Message27())) return false; if (!internalGetFieldMapFixed32Sfixed3228().equals( other.internalGetFieldMapFixed32Sfixed3228())) return false; if (!internalGetFieldMapFixed32Sfixed6429().equals( other.internalGetFieldMapFixed32Sfixed6429())) return false; if (!internalGetFieldMapFixed32Sint3230().equals( other.internalGetFieldMapFixed32Sint3230())) return false; if (!internalGetFieldMapFixed32Sint6431().equals( other.internalGetFieldMapFixed32Sint6431())) return false; if (!internalGetFieldMapFixed32String32().equals( other.internalGetFieldMapFixed32String32())) return false; if (!internalGetFieldMapFixed32Uint3233().equals( other.internalGetFieldMapFixed32Uint3233())) return false; if (!internalGetFieldMapFixed32Uint6434().equals( other.internalGetFieldMapFixed32Uint6434())) return false; if (!internalGetFieldMapFixed64Bool35().equals( other.internalGetFieldMapFixed64Bool35())) return false; if (!internalGetFieldMapFixed64Bytes36().equals( other.internalGetFieldMapFixed64Bytes36())) return false; if (!internalGetFieldMapFixed64Double37().equals( other.internalGetFieldMapFixed64Double37())) return false; if (!internalGetFieldMapFixed64Enum38().equals( other.internalGetFieldMapFixed64Enum38())) return false; if (!internalGetFieldMapFixed64Fixed3239().equals( other.internalGetFieldMapFixed64Fixed3239())) return false; if (!internalGetFieldMapFixed64Fixed6440().equals( other.internalGetFieldMapFixed64Fixed6440())) return false; if (!internalGetFieldMapFixed64Float41().equals( other.internalGetFieldMapFixed64Float41())) return false; if (!internalGetFieldMapFixed64Int3242().equals( other.internalGetFieldMapFixed64Int3242())) return false; if (!internalGetFieldMapFixed64Int6443().equals( other.internalGetFieldMapFixed64Int6443())) return false; if (!internalGetFieldMapFixed64Message44().equals( other.internalGetFieldMapFixed64Message44())) return false; if (!internalGetFieldMapFixed64Sfixed3245().equals( other.internalGetFieldMapFixed64Sfixed3245())) return false; if (!internalGetFieldMapFixed64Sfixed6446().equals( other.internalGetFieldMapFixed64Sfixed6446())) return false; if (!internalGetFieldMapFixed64Sint3247().equals( other.internalGetFieldMapFixed64Sint3247())) return false; if (!internalGetFieldMapFixed64Sint6448().equals( other.internalGetFieldMapFixed64Sint6448())) return false; if (!internalGetFieldMapFixed64String49().equals( other.internalGetFieldMapFixed64String49())) return false; if (!internalGetFieldMapFixed64Uint3250().equals( other.internalGetFieldMapFixed64Uint3250())) return false; if (!internalGetFieldMapFixed64Uint6451().equals( other.internalGetFieldMapFixed64Uint6451())) return false; if (!internalGetFieldMapInt32Bool52().equals( other.internalGetFieldMapInt32Bool52())) return false; if (!internalGetFieldMapInt32Bytes53().equals( other.internalGetFieldMapInt32Bytes53())) return false; if (!internalGetFieldMapInt32Double54().equals( other.internalGetFieldMapInt32Double54())) return false; if (!internalGetFieldMapInt32Enum55().equals( other.internalGetFieldMapInt32Enum55())) return false; if (!internalGetFieldMapInt32Fixed3256().equals( other.internalGetFieldMapInt32Fixed3256())) return false; if (!internalGetFieldMapInt32Fixed6457().equals( other.internalGetFieldMapInt32Fixed6457())) return false; if (!internalGetFieldMapInt32Float58().equals( other.internalGetFieldMapInt32Float58())) return false; if (!internalGetFieldMapInt32Int3259().equals( other.internalGetFieldMapInt32Int3259())) return false; if (!internalGetFieldMapInt32Int6460().equals( other.internalGetFieldMapInt32Int6460())) return false; if (!internalGetFieldMapInt32Message61().equals( other.internalGetFieldMapInt32Message61())) return false; if (!internalGetFieldMapInt32Sfixed3262().equals( other.internalGetFieldMapInt32Sfixed3262())) return false; if (!internalGetFieldMapInt32Sfixed6463().equals( other.internalGetFieldMapInt32Sfixed6463())) return false; if (!internalGetFieldMapInt32Sint3264().equals( other.internalGetFieldMapInt32Sint3264())) return false; if (!internalGetFieldMapInt32Sint6465().equals( other.internalGetFieldMapInt32Sint6465())) return false; if (!internalGetFieldMapInt32String66().equals( other.internalGetFieldMapInt32String66())) return false; if (!internalGetFieldMapInt32Uint3267().equals( other.internalGetFieldMapInt32Uint3267())) return false; if (!internalGetFieldMapInt32Uint6468().equals( other.internalGetFieldMapInt32Uint6468())) return false; if (!internalGetFieldMapInt64Bool69().equals( other.internalGetFieldMapInt64Bool69())) return false; if (!internalGetFieldMapInt64Bytes70().equals( other.internalGetFieldMapInt64Bytes70())) return false; if (!internalGetFieldMapInt64Double71().equals( other.internalGetFieldMapInt64Double71())) return false; if (!internalGetFieldMapInt64Enum72().equals( other.internalGetFieldMapInt64Enum72())) return false; if (!internalGetFieldMapInt64Fixed3273().equals( other.internalGetFieldMapInt64Fixed3273())) return false; if (!internalGetFieldMapInt64Fixed6474().equals( other.internalGetFieldMapInt64Fixed6474())) return false; if (!internalGetFieldMapInt64Float75().equals( other.internalGetFieldMapInt64Float75())) return false; if (!internalGetFieldMapInt64Int3276().equals( other.internalGetFieldMapInt64Int3276())) return false; if (!internalGetFieldMapInt64Int6477().equals( other.internalGetFieldMapInt64Int6477())) return false; if (!internalGetFieldMapInt64Message78().equals( other.internalGetFieldMapInt64Message78())) return false; if (!internalGetFieldMapInt64Sfixed3279().equals( other.internalGetFieldMapInt64Sfixed3279())) return false; if (!internalGetFieldMapInt64Sfixed6480().equals( other.internalGetFieldMapInt64Sfixed6480())) return false; if (!internalGetFieldMapInt64Sint3281().equals( other.internalGetFieldMapInt64Sint3281())) return false; if (!internalGetFieldMapInt64Sint6482().equals( other.internalGetFieldMapInt64Sint6482())) return false; if (!internalGetFieldMapInt64String83().equals( other.internalGetFieldMapInt64String83())) return false; if (!internalGetFieldMapInt64Uint3284().equals( other.internalGetFieldMapInt64Uint3284())) return false; if (!internalGetFieldMapInt64Uint6485().equals( other.internalGetFieldMapInt64Uint6485())) return false; if (!internalGetFieldMapSfixed32Bool86().equals( other.internalGetFieldMapSfixed32Bool86())) return false; if (!internalGetFieldMapSfixed32Bytes87().equals( other.internalGetFieldMapSfixed32Bytes87())) return false; if (!internalGetFieldMapSfixed32Double88().equals( other.internalGetFieldMapSfixed32Double88())) return false; if (!internalGetFieldMapSfixed32Enum89().equals( other.internalGetFieldMapSfixed32Enum89())) return false; if (!internalGetFieldMapSfixed32Fixed3290().equals( other.internalGetFieldMapSfixed32Fixed3290())) return false; if (!internalGetFieldMapSfixed32Fixed6491().equals( other.internalGetFieldMapSfixed32Fixed6491())) return false; if (!internalGetFieldMapSfixed32Float92().equals( other.internalGetFieldMapSfixed32Float92())) return false; if (!internalGetFieldMapSfixed32Int3293().equals( other.internalGetFieldMapSfixed32Int3293())) return false; if (!internalGetFieldMapSfixed32Int6494().equals( other.internalGetFieldMapSfixed32Int6494())) return false; if (!internalGetFieldMapSfixed32Message95().equals( other.internalGetFieldMapSfixed32Message95())) return false; if (!internalGetFieldMapSfixed32Sfixed3296().equals( other.internalGetFieldMapSfixed32Sfixed3296())) return false; if (!internalGetFieldMapSfixed32Sfixed6497().equals( other.internalGetFieldMapSfixed32Sfixed6497())) return false; if (!internalGetFieldMapSfixed32Sint3298().equals( other.internalGetFieldMapSfixed32Sint3298())) return false; if (!internalGetFieldMapSfixed32Sint6499().equals( other.internalGetFieldMapSfixed32Sint6499())) return false; if (!internalGetFieldMapSfixed32String100().equals( other.internalGetFieldMapSfixed32String100())) return false; if (!internalGetFieldMapSfixed32Uint32101().equals( other.internalGetFieldMapSfixed32Uint32101())) return false; if (!internalGetFieldMapSfixed32Uint64102().equals( other.internalGetFieldMapSfixed32Uint64102())) return false; if (!internalGetFieldMapSfixed64Bool103().equals( other.internalGetFieldMapSfixed64Bool103())) return false; if (!internalGetFieldMapSfixed64Bytes104().equals( other.internalGetFieldMapSfixed64Bytes104())) return false; if (!internalGetFieldMapSfixed64Double105().equals( other.internalGetFieldMapSfixed64Double105())) return false; if (!internalGetFieldMapSfixed64Enum106().equals( other.internalGetFieldMapSfixed64Enum106())) return false; if (!internalGetFieldMapSfixed64Fixed32107().equals( other.internalGetFieldMapSfixed64Fixed32107())) return false; if (!internalGetFieldMapSfixed64Fixed64108().equals( other.internalGetFieldMapSfixed64Fixed64108())) return false; if (!internalGetFieldMapSfixed64Float109().equals( other.internalGetFieldMapSfixed64Float109())) return false; if (!internalGetFieldMapSfixed64Int32110().equals( other.internalGetFieldMapSfixed64Int32110())) return false; if (!internalGetFieldMapSfixed64Int64111().equals( other.internalGetFieldMapSfixed64Int64111())) return false; if (!internalGetFieldMapSfixed64Message112().equals( other.internalGetFieldMapSfixed64Message112())) return false; if (!internalGetFieldMapSfixed64Sfixed32113().equals( other.internalGetFieldMapSfixed64Sfixed32113())) return false; if (!internalGetFieldMapSfixed64Sfixed64114().equals( other.internalGetFieldMapSfixed64Sfixed64114())) return false; if (!internalGetFieldMapSfixed64Sint32115().equals( other.internalGetFieldMapSfixed64Sint32115())) return false; if (!internalGetFieldMapSfixed64Sint64116().equals( other.internalGetFieldMapSfixed64Sint64116())) return false; if (!internalGetFieldMapSfixed64String117().equals( other.internalGetFieldMapSfixed64String117())) return false; if (!internalGetFieldMapSfixed64Uint32118().equals( other.internalGetFieldMapSfixed64Uint32118())) return false; if (!internalGetFieldMapSfixed64Uint64119().equals( other.internalGetFieldMapSfixed64Uint64119())) return false; if (!internalGetFieldMapSint32Bool120().equals( other.internalGetFieldMapSint32Bool120())) return false; if (!internalGetFieldMapSint32Bytes121().equals( other.internalGetFieldMapSint32Bytes121())) return false; if (!internalGetFieldMapSint32Double122().equals( other.internalGetFieldMapSint32Double122())) return false; if (!internalGetFieldMapSint32Enum123().equals( other.internalGetFieldMapSint32Enum123())) return false; if (!internalGetFieldMapSint32Fixed32124().equals( other.internalGetFieldMapSint32Fixed32124())) return false; if (!internalGetFieldMapSint32Fixed64125().equals( other.internalGetFieldMapSint32Fixed64125())) return false; if (!internalGetFieldMapSint32Float126().equals( other.internalGetFieldMapSint32Float126())) return false; if (!internalGetFieldMapSint32Int32127().equals( other.internalGetFieldMapSint32Int32127())) return false; if (!internalGetFieldMapSint32Int64128().equals( other.internalGetFieldMapSint32Int64128())) return false; if (!internalGetFieldMapSint32Message129().equals( other.internalGetFieldMapSint32Message129())) return false; if (!internalGetFieldMapSint32Sfixed32130().equals( other.internalGetFieldMapSint32Sfixed32130())) return false; if (!internalGetFieldMapSint32Sfixed64131().equals( other.internalGetFieldMapSint32Sfixed64131())) return false; if (!internalGetFieldMapSint32Sint32132().equals( other.internalGetFieldMapSint32Sint32132())) return false; if (!internalGetFieldMapSint32Sint64133().equals( other.internalGetFieldMapSint32Sint64133())) return false; if (!internalGetFieldMapSint32String134().equals( other.internalGetFieldMapSint32String134())) return false; if (!internalGetFieldMapSint32Uint32135().equals( other.internalGetFieldMapSint32Uint32135())) return false; if (!internalGetFieldMapSint32Uint64136().equals( other.internalGetFieldMapSint32Uint64136())) return false; if (!internalGetFieldMapSint64Bool137().equals( other.internalGetFieldMapSint64Bool137())) return false; if (!internalGetFieldMapSint64Bytes138().equals( other.internalGetFieldMapSint64Bytes138())) return false; if (!internalGetFieldMapSint64Double139().equals( other.internalGetFieldMapSint64Double139())) return false; if (!internalGetFieldMapSint64Enum140().equals( other.internalGetFieldMapSint64Enum140())) return false; if (!internalGetFieldMapSint64Fixed32141().equals( other.internalGetFieldMapSint64Fixed32141())) return false; if (!internalGetFieldMapSint64Fixed64142().equals( other.internalGetFieldMapSint64Fixed64142())) return false; if (!internalGetFieldMapSint64Float143().equals( other.internalGetFieldMapSint64Float143())) return false; if (!internalGetFieldMapSint64Int32144().equals( other.internalGetFieldMapSint64Int32144())) return false; if (!internalGetFieldMapSint64Int64145().equals( other.internalGetFieldMapSint64Int64145())) return false; if (!internalGetFieldMapSint64Message146().equals( other.internalGetFieldMapSint64Message146())) return false; if (!internalGetFieldMapSint64Sfixed32147().equals( other.internalGetFieldMapSint64Sfixed32147())) return false; if (!internalGetFieldMapSint64Sfixed64148().equals( other.internalGetFieldMapSint64Sfixed64148())) return false; if (!internalGetFieldMapSint64Sint32149().equals( other.internalGetFieldMapSint64Sint32149())) return false; if (!internalGetFieldMapSint64Sint64150().equals( other.internalGetFieldMapSint64Sint64150())) return false; if (!internalGetFieldMapSint64String151().equals( other.internalGetFieldMapSint64String151())) return false; if (!internalGetFieldMapSint64Uint32152().equals( other.internalGetFieldMapSint64Uint32152())) return false; if (!internalGetFieldMapSint64Uint64153().equals( other.internalGetFieldMapSint64Uint64153())) return false; if (!internalGetFieldMapStringBool154().equals( other.internalGetFieldMapStringBool154())) return false; if (!internalGetFieldMapStringBytes155().equals( other.internalGetFieldMapStringBytes155())) return false; if (!internalGetFieldMapStringDouble156().equals( other.internalGetFieldMapStringDouble156())) return false; if (!internalGetFieldMapStringEnum157().equals( other.internalGetFieldMapStringEnum157())) return false; if (!internalGetFieldMapStringFixed32158().equals( other.internalGetFieldMapStringFixed32158())) return false; if (!internalGetFieldMapStringFixed64159().equals( other.internalGetFieldMapStringFixed64159())) return false; if (!internalGetFieldMapStringFloat160().equals( other.internalGetFieldMapStringFloat160())) return false; if (!internalGetFieldMapStringInt32161().equals( other.internalGetFieldMapStringInt32161())) return false; if (!internalGetFieldMapStringInt64162().equals( other.internalGetFieldMapStringInt64162())) return false; if (!internalGetFieldMapStringMessage163().equals( other.internalGetFieldMapStringMessage163())) return false; if (!internalGetFieldMapStringSfixed32164().equals( other.internalGetFieldMapStringSfixed32164())) return false; if (!internalGetFieldMapStringSfixed64165().equals( other.internalGetFieldMapStringSfixed64165())) return false; if (!internalGetFieldMapStringSint32166().equals( other.internalGetFieldMapStringSint32166())) return false; if (!internalGetFieldMapStringSint64167().equals( other.internalGetFieldMapStringSint64167())) return false; if (!internalGetFieldMapStringString168().equals( other.internalGetFieldMapStringString168())) return false; if (!internalGetFieldMapStringUint32169().equals( other.internalGetFieldMapStringUint32169())) return false; if (!internalGetFieldMapStringUint64170().equals( other.internalGetFieldMapStringUint64170())) return false; if (!internalGetFieldMapUint32Bool171().equals( other.internalGetFieldMapUint32Bool171())) return false; if (!internalGetFieldMapUint32Bytes172().equals( other.internalGetFieldMapUint32Bytes172())) return false; if (!internalGetFieldMapUint32Double173().equals( other.internalGetFieldMapUint32Double173())) return false; if (!internalGetFieldMapUint32Enum174().equals( other.internalGetFieldMapUint32Enum174())) return false; if (!internalGetFieldMapUint32Fixed32175().equals( other.internalGetFieldMapUint32Fixed32175())) return false; if (!internalGetFieldMapUint32Fixed64176().equals( other.internalGetFieldMapUint32Fixed64176())) return false; if (!internalGetFieldMapUint32Float177().equals( other.internalGetFieldMapUint32Float177())) return false; if (!internalGetFieldMapUint32Int32178().equals( other.internalGetFieldMapUint32Int32178())) return false; if (!internalGetFieldMapUint32Int64179().equals( other.internalGetFieldMapUint32Int64179())) return false; if (!internalGetFieldMapUint32Message180().equals( other.internalGetFieldMapUint32Message180())) return false; if (!internalGetFieldMapUint32Sfixed32181().equals( other.internalGetFieldMapUint32Sfixed32181())) return false; if (!internalGetFieldMapUint32Sfixed64182().equals( other.internalGetFieldMapUint32Sfixed64182())) return false; if (!internalGetFieldMapUint32Sint32183().equals( other.internalGetFieldMapUint32Sint32183())) return false; if (!internalGetFieldMapUint32Sint64184().equals( other.internalGetFieldMapUint32Sint64184())) return false; if (!internalGetFieldMapUint32String185().equals( other.internalGetFieldMapUint32String185())) return false; if (!internalGetFieldMapUint32Uint32186().equals( other.internalGetFieldMapUint32Uint32186())) return false; if (!internalGetFieldMapUint32Uint64187().equals( other.internalGetFieldMapUint32Uint64187())) return false; if (!internalGetFieldMapUint64Bool188().equals( other.internalGetFieldMapUint64Bool188())) return false; if (!internalGetFieldMapUint64Bytes189().equals( other.internalGetFieldMapUint64Bytes189())) return false; if (!internalGetFieldMapUint64Double190().equals( other.internalGetFieldMapUint64Double190())) return false; if (!internalGetFieldMapUint64Enum191().equals( other.internalGetFieldMapUint64Enum191())) return false; if (!internalGetFieldMapUint64Fixed32192().equals( other.internalGetFieldMapUint64Fixed32192())) return false; if (!internalGetFieldMapUint64Fixed64193().equals( other.internalGetFieldMapUint64Fixed64193())) return false; if (!internalGetFieldMapUint64Float194().equals( other.internalGetFieldMapUint64Float194())) return false; if (!internalGetFieldMapUint64Int32195().equals( other.internalGetFieldMapUint64Int32195())) return false; if (!internalGetFieldMapUint64Int64196().equals( other.internalGetFieldMapUint64Int64196())) return false; if (!internalGetFieldMapUint64Message197().equals( other.internalGetFieldMapUint64Message197())) return false; if (!internalGetFieldMapUint64Sfixed32198().equals( other.internalGetFieldMapUint64Sfixed32198())) return false; if (!internalGetFieldMapUint64Sfixed64199().equals( other.internalGetFieldMapUint64Sfixed64199())) return false; if (!internalGetFieldMapUint64Sint32200().equals( other.internalGetFieldMapUint64Sint32200())) return false; if (!internalGetFieldMapUint64Sint64201().equals( other.internalGetFieldMapUint64Sint64201())) return false; if (!internalGetFieldMapUint64String202().equals( other.internalGetFieldMapUint64String202())) return false; if (!internalGetFieldMapUint64Uint32203().equals( other.internalGetFieldMapUint64Uint32203())) return false; if (!internalGetFieldMapUint64Uint64204().equals( other.internalGetFieldMapUint64Uint64204())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetFieldMapBoolBool1().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBool1().hashCode(); } if (!internalGetFieldMapBoolBytes2().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBytes2().hashCode(); } if (!internalGetFieldMapBoolDouble3().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolDouble3().hashCode(); } if (!internalGetFieldMapBoolEnum4().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolEnum4().hashCode(); } if (!internalGetFieldMapBoolFixed325().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed325().hashCode(); } if (!internalGetFieldMapBoolFixed646().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed646().hashCode(); } if (!internalGetFieldMapBoolFloat7().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFloat7().hashCode(); } if (!internalGetFieldMapBoolInt328().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt328().hashCode(); } if (!internalGetFieldMapBoolInt649().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt649().hashCode(); } if (!internalGetFieldMapBoolMessage10().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolMessage10().hashCode(); } if (!internalGetFieldMapBoolSfixed3211().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed3211().hashCode(); } if (!internalGetFieldMapBoolSfixed6412().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed6412().hashCode(); } if (!internalGetFieldMapBoolSint3213().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint3213().hashCode(); } if (!internalGetFieldMapBoolSint6414().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint6414().hashCode(); } if (!internalGetFieldMapBoolString15().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolString15().hashCode(); } if (!internalGetFieldMapBoolUint3216().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint3216().hashCode(); } if (!internalGetFieldMapBoolUint6417().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint6417().hashCode(); } if (!internalGetFieldMapFixed32Bool18().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bool18().hashCode(); } if (!internalGetFieldMapFixed32Bytes19().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bytes19().hashCode(); } if (!internalGetFieldMapFixed32Double20().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Double20().hashCode(); } if (!internalGetFieldMapFixed32Enum21().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Enum21().hashCode(); } if (!internalGetFieldMapFixed32Fixed3222().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed3222().hashCode(); } if (!internalGetFieldMapFixed32Fixed6423().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed6423().hashCode(); } if (!internalGetFieldMapFixed32Float24().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Float24().hashCode(); } if (!internalGetFieldMapFixed32Int3225().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int3225().hashCode(); } if (!internalGetFieldMapFixed32Int6426().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int6426().hashCode(); } if (!internalGetFieldMapFixed32Message27().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Message27().hashCode(); } if (!internalGetFieldMapFixed32Sfixed3228().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed3228().hashCode(); } if (!internalGetFieldMapFixed32Sfixed6429().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed6429().hashCode(); } if (!internalGetFieldMapFixed32Sint3230().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint3230().hashCode(); } if (!internalGetFieldMapFixed32Sint6431().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint6431().hashCode(); } if (!internalGetFieldMapFixed32String32().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32String32().hashCode(); } if (!internalGetFieldMapFixed32Uint3233().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint3233().hashCode(); } if (!internalGetFieldMapFixed32Uint6434().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint6434().hashCode(); } if (!internalGetFieldMapFixed64Bool35().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bool35().hashCode(); } if (!internalGetFieldMapFixed64Bytes36().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bytes36().hashCode(); } if (!internalGetFieldMapFixed64Double37().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Double37().hashCode(); } if (!internalGetFieldMapFixed64Enum38().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Enum38().hashCode(); } if (!internalGetFieldMapFixed64Fixed3239().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed3239().hashCode(); } if (!internalGetFieldMapFixed64Fixed6440().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed6440().hashCode(); } if (!internalGetFieldMapFixed64Float41().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Float41().hashCode(); } if (!internalGetFieldMapFixed64Int3242().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int3242().hashCode(); } if (!internalGetFieldMapFixed64Int6443().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int6443().hashCode(); } if (!internalGetFieldMapFixed64Message44().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Message44().hashCode(); } if (!internalGetFieldMapFixed64Sfixed3245().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed3245().hashCode(); } if (!internalGetFieldMapFixed64Sfixed6446().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed6446().hashCode(); } if (!internalGetFieldMapFixed64Sint3247().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint3247().hashCode(); } if (!internalGetFieldMapFixed64Sint6448().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint6448().hashCode(); } if (!internalGetFieldMapFixed64String49().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64String49().hashCode(); } if (!internalGetFieldMapFixed64Uint3250().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint3250().hashCode(); } if (!internalGetFieldMapFixed64Uint6451().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint6451().hashCode(); } if (!internalGetFieldMapInt32Bool52().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bool52().hashCode(); } if (!internalGetFieldMapInt32Bytes53().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bytes53().hashCode(); } if (!internalGetFieldMapInt32Double54().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Double54().hashCode(); } if (!internalGetFieldMapInt32Enum55().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Enum55().hashCode(); } if (!internalGetFieldMapInt32Fixed3256().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed3256().hashCode(); } if (!internalGetFieldMapInt32Fixed6457().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed6457().hashCode(); } if (!internalGetFieldMapInt32Float58().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Float58().hashCode(); } if (!internalGetFieldMapInt32Int3259().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT32_59_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int3259().hashCode(); } if (!internalGetFieldMapInt32Int6460().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT64_60_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int6460().hashCode(); } if (!internalGetFieldMapInt32Message61().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Message61().hashCode(); } if (!internalGetFieldMapInt32Sfixed3262().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed3262().hashCode(); } if (!internalGetFieldMapInt32Sfixed6463().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed6463().hashCode(); } if (!internalGetFieldMapInt32Sint3264().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint3264().hashCode(); } if (!internalGetFieldMapInt32Sint6465().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint6465().hashCode(); } if (!internalGetFieldMapInt32String66().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_STRING_66_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32String66().hashCode(); } if (!internalGetFieldMapInt32Uint3267().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint3267().hashCode(); } if (!internalGetFieldMapInt32Uint6468().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint6468().hashCode(); } if (!internalGetFieldMapInt64Bool69().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bool69().hashCode(); } if (!internalGetFieldMapInt64Bytes70().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bytes70().hashCode(); } if (!internalGetFieldMapInt64Double71().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Double71().hashCode(); } if (!internalGetFieldMapInt64Enum72().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Enum72().hashCode(); } if (!internalGetFieldMapInt64Fixed3273().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed3273().hashCode(); } if (!internalGetFieldMapInt64Fixed6474().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed6474().hashCode(); } if (!internalGetFieldMapInt64Float75().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Float75().hashCode(); } if (!internalGetFieldMapInt64Int3276().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT32_76_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int3276().hashCode(); } if (!internalGetFieldMapInt64Int6477().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT64_77_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int6477().hashCode(); } if (!internalGetFieldMapInt64Message78().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Message78().hashCode(); } if (!internalGetFieldMapInt64Sfixed3279().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed3279().hashCode(); } if (!internalGetFieldMapInt64Sfixed6480().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed6480().hashCode(); } if (!internalGetFieldMapInt64Sint3281().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint3281().hashCode(); } if (!internalGetFieldMapInt64Sint6482().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint6482().hashCode(); } if (!internalGetFieldMapInt64String83().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_STRING_83_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64String83().hashCode(); } if (!internalGetFieldMapInt64Uint3284().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint3284().hashCode(); } if (!internalGetFieldMapInt64Uint6485().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint6485().hashCode(); } if (!internalGetFieldMapSfixed32Bool86().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bool86().hashCode(); } if (!internalGetFieldMapSfixed32Bytes87().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bytes87().hashCode(); } if (!internalGetFieldMapSfixed32Double88().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Double88().hashCode(); } if (!internalGetFieldMapSfixed32Enum89().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Enum89().hashCode(); } if (!internalGetFieldMapSfixed32Fixed3290().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed3290().hashCode(); } if (!internalGetFieldMapSfixed32Fixed6491().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed6491().hashCode(); } if (!internalGetFieldMapSfixed32Float92().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Float92().hashCode(); } if (!internalGetFieldMapSfixed32Int3293().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int3293().hashCode(); } if (!internalGetFieldMapSfixed32Int6494().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int6494().hashCode(); } if (!internalGetFieldMapSfixed32Message95().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Message95().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed3296().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed3296().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed6497().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed6497().hashCode(); } if (!internalGetFieldMapSfixed32Sint3298().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint3298().hashCode(); } if (!internalGetFieldMapSfixed32Sint6499().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint6499().hashCode(); } if (!internalGetFieldMapSfixed32String100().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32String100().hashCode(); } if (!internalGetFieldMapSfixed32Uint32101().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint32101().hashCode(); } if (!internalGetFieldMapSfixed32Uint64102().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint64102().hashCode(); } if (!internalGetFieldMapSfixed64Bool103().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bool103().hashCode(); } if (!internalGetFieldMapSfixed64Bytes104().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bytes104().hashCode(); } if (!internalGetFieldMapSfixed64Double105().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Double105().hashCode(); } if (!internalGetFieldMapSfixed64Enum106().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Enum106().hashCode(); } if (!internalGetFieldMapSfixed64Fixed32107().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed32107().hashCode(); } if (!internalGetFieldMapSfixed64Fixed64108().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed64108().hashCode(); } if (!internalGetFieldMapSfixed64Float109().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Float109().hashCode(); } if (!internalGetFieldMapSfixed64Int32110().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int32110().hashCode(); } if (!internalGetFieldMapSfixed64Int64111().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int64111().hashCode(); } if (!internalGetFieldMapSfixed64Message112().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Message112().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed32113().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed32113().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed64114().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed64114().hashCode(); } if (!internalGetFieldMapSfixed64Sint32115().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint32115().hashCode(); } if (!internalGetFieldMapSfixed64Sint64116().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint64116().hashCode(); } if (!internalGetFieldMapSfixed64String117().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64String117().hashCode(); } if (!internalGetFieldMapSfixed64Uint32118().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint32118().hashCode(); } if (!internalGetFieldMapSfixed64Uint64119().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint64119().hashCode(); } if (!internalGetFieldMapSint32Bool120().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bool120().hashCode(); } if (!internalGetFieldMapSint32Bytes121().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bytes121().hashCode(); } if (!internalGetFieldMapSint32Double122().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Double122().hashCode(); } if (!internalGetFieldMapSint32Enum123().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Enum123().hashCode(); } if (!internalGetFieldMapSint32Fixed32124().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed32124().hashCode(); } if (!internalGetFieldMapSint32Fixed64125().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed64125().hashCode(); } if (!internalGetFieldMapSint32Float126().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Float126().hashCode(); } if (!internalGetFieldMapSint32Int32127().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int32127().hashCode(); } if (!internalGetFieldMapSint32Int64128().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int64128().hashCode(); } if (!internalGetFieldMapSint32Message129().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Message129().hashCode(); } if (!internalGetFieldMapSint32Sfixed32130().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed32130().hashCode(); } if (!internalGetFieldMapSint32Sfixed64131().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed64131().hashCode(); } if (!internalGetFieldMapSint32Sint32132().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint32132().hashCode(); } if (!internalGetFieldMapSint32Sint64133().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint64133().hashCode(); } if (!internalGetFieldMapSint32String134().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32String134().hashCode(); } if (!internalGetFieldMapSint32Uint32135().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint32135().hashCode(); } if (!internalGetFieldMapSint32Uint64136().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint64136().hashCode(); } if (!internalGetFieldMapSint64Bool137().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bool137().hashCode(); } if (!internalGetFieldMapSint64Bytes138().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bytes138().hashCode(); } if (!internalGetFieldMapSint64Double139().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Double139().hashCode(); } if (!internalGetFieldMapSint64Enum140().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Enum140().hashCode(); } if (!internalGetFieldMapSint64Fixed32141().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed32141().hashCode(); } if (!internalGetFieldMapSint64Fixed64142().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed64142().hashCode(); } if (!internalGetFieldMapSint64Float143().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Float143().hashCode(); } if (!internalGetFieldMapSint64Int32144().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int32144().hashCode(); } if (!internalGetFieldMapSint64Int64145().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int64145().hashCode(); } if (!internalGetFieldMapSint64Message146().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Message146().hashCode(); } if (!internalGetFieldMapSint64Sfixed32147().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed32147().hashCode(); } if (!internalGetFieldMapSint64Sfixed64148().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed64148().hashCode(); } if (!internalGetFieldMapSint64Sint32149().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint32149().hashCode(); } if (!internalGetFieldMapSint64Sint64150().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint64150().hashCode(); } if (!internalGetFieldMapSint64String151().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64String151().hashCode(); } if (!internalGetFieldMapSint64Uint32152().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint32152().hashCode(); } if (!internalGetFieldMapSint64Uint64153().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint64153().hashCode(); } if (!internalGetFieldMapStringBool154().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBool154().hashCode(); } if (!internalGetFieldMapStringBytes155().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBytes155().hashCode(); } if (!internalGetFieldMapStringDouble156().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringDouble156().hashCode(); } if (!internalGetFieldMapStringEnum157().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringEnum157().hashCode(); } if (!internalGetFieldMapStringFixed32158().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed32158().hashCode(); } if (!internalGetFieldMapStringFixed64159().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed64159().hashCode(); } if (!internalGetFieldMapStringFloat160().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFloat160().hashCode(); } if (!internalGetFieldMapStringInt32161().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT32_161_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt32161().hashCode(); } if (!internalGetFieldMapStringInt64162().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT64_162_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt64162().hashCode(); } if (!internalGetFieldMapStringMessage163().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringMessage163().hashCode(); } if (!internalGetFieldMapStringSfixed32164().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed32164().hashCode(); } if (!internalGetFieldMapStringSfixed64165().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed64165().hashCode(); } if (!internalGetFieldMapStringSint32166().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint32166().hashCode(); } if (!internalGetFieldMapStringSint64167().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint64167().hashCode(); } if (!internalGetFieldMapStringString168().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_STRING_168_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringString168().hashCode(); } if (!internalGetFieldMapStringUint32169().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint32169().hashCode(); } if (!internalGetFieldMapStringUint64170().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint64170().hashCode(); } if (!internalGetFieldMapUint32Bool171().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bool171().hashCode(); } if (!internalGetFieldMapUint32Bytes172().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bytes172().hashCode(); } if (!internalGetFieldMapUint32Double173().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Double173().hashCode(); } if (!internalGetFieldMapUint32Enum174().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Enum174().hashCode(); } if (!internalGetFieldMapUint32Fixed32175().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed32175().hashCode(); } if (!internalGetFieldMapUint32Fixed64176().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed64176().hashCode(); } if (!internalGetFieldMapUint32Float177().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Float177().hashCode(); } if (!internalGetFieldMapUint32Int32178().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int32178().hashCode(); } if (!internalGetFieldMapUint32Int64179().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int64179().hashCode(); } if (!internalGetFieldMapUint32Message180().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Message180().hashCode(); } if (!internalGetFieldMapUint32Sfixed32181().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed32181().hashCode(); } if (!internalGetFieldMapUint32Sfixed64182().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed64182().hashCode(); } if (!internalGetFieldMapUint32Sint32183().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint32183().hashCode(); } if (!internalGetFieldMapUint32Sint64184().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint64184().hashCode(); } if (!internalGetFieldMapUint32String185().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32String185().hashCode(); } if (!internalGetFieldMapUint32Uint32186().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint32186().hashCode(); } if (!internalGetFieldMapUint32Uint64187().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint64187().hashCode(); } if (!internalGetFieldMapUint64Bool188().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bool188().hashCode(); } if (!internalGetFieldMapUint64Bytes189().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bytes189().hashCode(); } if (!internalGetFieldMapUint64Double190().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Double190().hashCode(); } if (!internalGetFieldMapUint64Enum191().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Enum191().hashCode(); } if (!internalGetFieldMapUint64Fixed32192().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed32192().hashCode(); } if (!internalGetFieldMapUint64Fixed64193().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed64193().hashCode(); } if (!internalGetFieldMapUint64Float194().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Float194().hashCode(); } if (!internalGetFieldMapUint64Int32195().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int32195().hashCode(); } if (!internalGetFieldMapUint64Int64196().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int64196().hashCode(); } if (!internalGetFieldMapUint64Message197().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Message197().hashCode(); } if (!internalGetFieldMapUint64Sfixed32198().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed32198().hashCode(); } if (!internalGetFieldMapUint64Sfixed64199().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed64199().hashCode(); } if (!internalGetFieldMapUint64Sint32200().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint32200().hashCode(); } if (!internalGetFieldMapUint64Sint64201().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint64201().hashCode(); } if (!internalGetFieldMapUint64String202().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64String202().hashCode(); } if (!internalGetFieldMapUint64Uint32203().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint32203().hashCode(); } if (!internalGetFieldMapUint64Uint64204().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint64204().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto2MessageWithMaps} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto2MessageWithMaps) com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMapsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableFieldMapBoolBool1(); case 2: return internalGetMutableFieldMapBoolBytes2(); case 3: return internalGetMutableFieldMapBoolDouble3(); case 4: return internalGetMutableFieldMapBoolEnum4(); case 5: return internalGetMutableFieldMapBoolFixed325(); case 6: return internalGetMutableFieldMapBoolFixed646(); case 7: return internalGetMutableFieldMapBoolFloat7(); case 8: return internalGetMutableFieldMapBoolInt328(); case 9: return internalGetMutableFieldMapBoolInt649(); case 10: return internalGetMutableFieldMapBoolMessage10(); case 11: return internalGetMutableFieldMapBoolSfixed3211(); case 12: return internalGetMutableFieldMapBoolSfixed6412(); case 13: return internalGetMutableFieldMapBoolSint3213(); case 14: return internalGetMutableFieldMapBoolSint6414(); case 15: return internalGetMutableFieldMapBoolString15(); case 16: return internalGetMutableFieldMapBoolUint3216(); case 17: return internalGetMutableFieldMapBoolUint6417(); case 18: return internalGetMutableFieldMapFixed32Bool18(); case 19: return internalGetMutableFieldMapFixed32Bytes19(); case 20: return internalGetMutableFieldMapFixed32Double20(); case 21: return internalGetMutableFieldMapFixed32Enum21(); case 22: return internalGetMutableFieldMapFixed32Fixed3222(); case 23: return internalGetMutableFieldMapFixed32Fixed6423(); case 24: return internalGetMutableFieldMapFixed32Float24(); case 25: return internalGetMutableFieldMapFixed32Int3225(); case 26: return internalGetMutableFieldMapFixed32Int6426(); case 27: return internalGetMutableFieldMapFixed32Message27(); case 28: return internalGetMutableFieldMapFixed32Sfixed3228(); case 29: return internalGetMutableFieldMapFixed32Sfixed6429(); case 30: return internalGetMutableFieldMapFixed32Sint3230(); case 31: return internalGetMutableFieldMapFixed32Sint6431(); case 32: return internalGetMutableFieldMapFixed32String32(); case 33: return internalGetMutableFieldMapFixed32Uint3233(); case 34: return internalGetMutableFieldMapFixed32Uint6434(); case 35: return internalGetMutableFieldMapFixed64Bool35(); case 36: return internalGetMutableFieldMapFixed64Bytes36(); case 37: return internalGetMutableFieldMapFixed64Double37(); case 38: return internalGetMutableFieldMapFixed64Enum38(); case 39: return internalGetMutableFieldMapFixed64Fixed3239(); case 40: return internalGetMutableFieldMapFixed64Fixed6440(); case 41: return internalGetMutableFieldMapFixed64Float41(); case 42: return internalGetMutableFieldMapFixed64Int3242(); case 43: return internalGetMutableFieldMapFixed64Int6443(); case 44: return internalGetMutableFieldMapFixed64Message44(); case 45: return internalGetMutableFieldMapFixed64Sfixed3245(); case 46: return internalGetMutableFieldMapFixed64Sfixed6446(); case 47: return internalGetMutableFieldMapFixed64Sint3247(); case 48: return internalGetMutableFieldMapFixed64Sint6448(); case 49: return internalGetMutableFieldMapFixed64String49(); case 50: return internalGetMutableFieldMapFixed64Uint3250(); case 51: return internalGetMutableFieldMapFixed64Uint6451(); case 52: return internalGetMutableFieldMapInt32Bool52(); case 53: return internalGetMutableFieldMapInt32Bytes53(); case 54: return internalGetMutableFieldMapInt32Double54(); case 55: return internalGetMutableFieldMapInt32Enum55(); case 56: return internalGetMutableFieldMapInt32Fixed3256(); case 57: return internalGetMutableFieldMapInt32Fixed6457(); case 58: return internalGetMutableFieldMapInt32Float58(); case 59: return internalGetMutableFieldMapInt32Int3259(); case 60: return internalGetMutableFieldMapInt32Int6460(); case 61: return internalGetMutableFieldMapInt32Message61(); case 62: return internalGetMutableFieldMapInt32Sfixed3262(); case 63: return internalGetMutableFieldMapInt32Sfixed6463(); case 64: return internalGetMutableFieldMapInt32Sint3264(); case 65: return internalGetMutableFieldMapInt32Sint6465(); case 66: return internalGetMutableFieldMapInt32String66(); case 67: return internalGetMutableFieldMapInt32Uint3267(); case 68: return internalGetMutableFieldMapInt32Uint6468(); case 69: return internalGetMutableFieldMapInt64Bool69(); case 70: return internalGetMutableFieldMapInt64Bytes70(); case 71: return internalGetMutableFieldMapInt64Double71(); case 72: return internalGetMutableFieldMapInt64Enum72(); case 73: return internalGetMutableFieldMapInt64Fixed3273(); case 74: return internalGetMutableFieldMapInt64Fixed6474(); case 75: return internalGetMutableFieldMapInt64Float75(); case 76: return internalGetMutableFieldMapInt64Int3276(); case 77: return internalGetMutableFieldMapInt64Int6477(); case 78: return internalGetMutableFieldMapInt64Message78(); case 79: return internalGetMutableFieldMapInt64Sfixed3279(); case 80: return internalGetMutableFieldMapInt64Sfixed6480(); case 81: return internalGetMutableFieldMapInt64Sint3281(); case 82: return internalGetMutableFieldMapInt64Sint6482(); case 83: return internalGetMutableFieldMapInt64String83(); case 84: return internalGetMutableFieldMapInt64Uint3284(); case 85: return internalGetMutableFieldMapInt64Uint6485(); case 86: return internalGetMutableFieldMapSfixed32Bool86(); case 87: return internalGetMutableFieldMapSfixed32Bytes87(); case 88: return internalGetMutableFieldMapSfixed32Double88(); case 89: return internalGetMutableFieldMapSfixed32Enum89(); case 90: return internalGetMutableFieldMapSfixed32Fixed3290(); case 91: return internalGetMutableFieldMapSfixed32Fixed6491(); case 92: return internalGetMutableFieldMapSfixed32Float92(); case 93: return internalGetMutableFieldMapSfixed32Int3293(); case 94: return internalGetMutableFieldMapSfixed32Int6494(); case 95: return internalGetMutableFieldMapSfixed32Message95(); case 96: return internalGetMutableFieldMapSfixed32Sfixed3296(); case 97: return internalGetMutableFieldMapSfixed32Sfixed6497(); case 98: return internalGetMutableFieldMapSfixed32Sint3298(); case 99: return internalGetMutableFieldMapSfixed32Sint6499(); case 100: return internalGetMutableFieldMapSfixed32String100(); case 101: return internalGetMutableFieldMapSfixed32Uint32101(); case 102: return internalGetMutableFieldMapSfixed32Uint64102(); case 103: return internalGetMutableFieldMapSfixed64Bool103(); case 104: return internalGetMutableFieldMapSfixed64Bytes104(); case 105: return internalGetMutableFieldMapSfixed64Double105(); case 106: return internalGetMutableFieldMapSfixed64Enum106(); case 107: return internalGetMutableFieldMapSfixed64Fixed32107(); case 108: return internalGetMutableFieldMapSfixed64Fixed64108(); case 109: return internalGetMutableFieldMapSfixed64Float109(); case 110: return internalGetMutableFieldMapSfixed64Int32110(); case 111: return internalGetMutableFieldMapSfixed64Int64111(); case 112: return internalGetMutableFieldMapSfixed64Message112(); case 113: return internalGetMutableFieldMapSfixed64Sfixed32113(); case 114: return internalGetMutableFieldMapSfixed64Sfixed64114(); case 115: return internalGetMutableFieldMapSfixed64Sint32115(); case 116: return internalGetMutableFieldMapSfixed64Sint64116(); case 117: return internalGetMutableFieldMapSfixed64String117(); case 118: return internalGetMutableFieldMapSfixed64Uint32118(); case 119: return internalGetMutableFieldMapSfixed64Uint64119(); case 120: return internalGetMutableFieldMapSint32Bool120(); case 121: return internalGetMutableFieldMapSint32Bytes121(); case 122: return internalGetMutableFieldMapSint32Double122(); case 123: return internalGetMutableFieldMapSint32Enum123(); case 124: return internalGetMutableFieldMapSint32Fixed32124(); case 125: return internalGetMutableFieldMapSint32Fixed64125(); case 126: return internalGetMutableFieldMapSint32Float126(); case 127: return internalGetMutableFieldMapSint32Int32127(); case 128: return internalGetMutableFieldMapSint32Int64128(); case 129: return internalGetMutableFieldMapSint32Message129(); case 130: return internalGetMutableFieldMapSint32Sfixed32130(); case 131: return internalGetMutableFieldMapSint32Sfixed64131(); case 132: return internalGetMutableFieldMapSint32Sint32132(); case 133: return internalGetMutableFieldMapSint32Sint64133(); case 134: return internalGetMutableFieldMapSint32String134(); case 135: return internalGetMutableFieldMapSint32Uint32135(); case 136: return internalGetMutableFieldMapSint32Uint64136(); case 137: return internalGetMutableFieldMapSint64Bool137(); case 138: return internalGetMutableFieldMapSint64Bytes138(); case 139: return internalGetMutableFieldMapSint64Double139(); case 140: return internalGetMutableFieldMapSint64Enum140(); case 141: return internalGetMutableFieldMapSint64Fixed32141(); case 142: return internalGetMutableFieldMapSint64Fixed64142(); case 143: return internalGetMutableFieldMapSint64Float143(); case 144: return internalGetMutableFieldMapSint64Int32144(); case 145: return internalGetMutableFieldMapSint64Int64145(); case 146: return internalGetMutableFieldMapSint64Message146(); case 147: return internalGetMutableFieldMapSint64Sfixed32147(); case 148: return internalGetMutableFieldMapSint64Sfixed64148(); case 149: return internalGetMutableFieldMapSint64Sint32149(); case 150: return internalGetMutableFieldMapSint64Sint64150(); case 151: return internalGetMutableFieldMapSint64String151(); case 152: return internalGetMutableFieldMapSint64Uint32152(); case 153: return internalGetMutableFieldMapSint64Uint64153(); case 154: return internalGetMutableFieldMapStringBool154(); case 155: return internalGetMutableFieldMapStringBytes155(); case 156: return internalGetMutableFieldMapStringDouble156(); case 157: return internalGetMutableFieldMapStringEnum157(); case 158: return internalGetMutableFieldMapStringFixed32158(); case 159: return internalGetMutableFieldMapStringFixed64159(); case 160: return internalGetMutableFieldMapStringFloat160(); case 161: return internalGetMutableFieldMapStringInt32161(); case 162: return internalGetMutableFieldMapStringInt64162(); case 163: return internalGetMutableFieldMapStringMessage163(); case 164: return internalGetMutableFieldMapStringSfixed32164(); case 165: return internalGetMutableFieldMapStringSfixed64165(); case 166: return internalGetMutableFieldMapStringSint32166(); case 167: return internalGetMutableFieldMapStringSint64167(); case 168: return internalGetMutableFieldMapStringString168(); case 169: return internalGetMutableFieldMapStringUint32169(); case 170: return internalGetMutableFieldMapStringUint64170(); case 171: return internalGetMutableFieldMapUint32Bool171(); case 172: return internalGetMutableFieldMapUint32Bytes172(); case 173: return internalGetMutableFieldMapUint32Double173(); case 174: return internalGetMutableFieldMapUint32Enum174(); case 175: return internalGetMutableFieldMapUint32Fixed32175(); case 176: return internalGetMutableFieldMapUint32Fixed64176(); case 177: return internalGetMutableFieldMapUint32Float177(); case 178: return internalGetMutableFieldMapUint32Int32178(); case 179: return internalGetMutableFieldMapUint32Int64179(); case 180: return internalGetMutableFieldMapUint32Message180(); case 181: return internalGetMutableFieldMapUint32Sfixed32181(); case 182: return internalGetMutableFieldMapUint32Sfixed64182(); case 183: return internalGetMutableFieldMapUint32Sint32183(); case 184: return internalGetMutableFieldMapUint32Sint64184(); case 185: return internalGetMutableFieldMapUint32String185(); case 186: return internalGetMutableFieldMapUint32Uint32186(); case 187: return internalGetMutableFieldMapUint32Uint64187(); case 188: return internalGetMutableFieldMapUint64Bool188(); case 189: return internalGetMutableFieldMapUint64Bytes189(); case 190: return internalGetMutableFieldMapUint64Double190(); case 191: return internalGetMutableFieldMapUint64Enum191(); case 192: return internalGetMutableFieldMapUint64Fixed32192(); case 193: return internalGetMutableFieldMapUint64Fixed64193(); case 194: return internalGetMutableFieldMapUint64Float194(); case 195: return internalGetMutableFieldMapUint64Int32195(); case 196: return internalGetMutableFieldMapUint64Int64196(); case 197: return internalGetMutableFieldMapUint64Message197(); case 198: return internalGetMutableFieldMapUint64Sfixed32198(); case 199: return internalGetMutableFieldMapUint64Sfixed64199(); case 200: return internalGetMutableFieldMapUint64Sint32200(); case 201: return internalGetMutableFieldMapUint64Sint64201(); case 202: return internalGetMutableFieldMapUint64String202(); case 203: return internalGetMutableFieldMapUint64Uint32203(); case 204: return internalGetMutableFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps.class, com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps.Builder.class); } // Construct using com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; bitField2_ = 0; bitField3_ = 0; bitField4_ = 0; bitField5_ = 0; bitField6_ = 0; internalGetMutableFieldMapBoolBool1().clear(); internalGetMutableFieldMapBoolBytes2().clear(); internalGetMutableFieldMapBoolDouble3().clear(); internalGetMutableFieldMapBoolEnum4().clear(); internalGetMutableFieldMapBoolFixed325().clear(); internalGetMutableFieldMapBoolFixed646().clear(); internalGetMutableFieldMapBoolFloat7().clear(); internalGetMutableFieldMapBoolInt328().clear(); internalGetMutableFieldMapBoolInt649().clear(); internalGetMutableFieldMapBoolMessage10().clear(); internalGetMutableFieldMapBoolSfixed3211().clear(); internalGetMutableFieldMapBoolSfixed6412().clear(); internalGetMutableFieldMapBoolSint3213().clear(); internalGetMutableFieldMapBoolSint6414().clear(); internalGetMutableFieldMapBoolString15().clear(); internalGetMutableFieldMapBoolUint3216().clear(); internalGetMutableFieldMapBoolUint6417().clear(); internalGetMutableFieldMapFixed32Bool18().clear(); internalGetMutableFieldMapFixed32Bytes19().clear(); internalGetMutableFieldMapFixed32Double20().clear(); internalGetMutableFieldMapFixed32Enum21().clear(); internalGetMutableFieldMapFixed32Fixed3222().clear(); internalGetMutableFieldMapFixed32Fixed6423().clear(); internalGetMutableFieldMapFixed32Float24().clear(); internalGetMutableFieldMapFixed32Int3225().clear(); internalGetMutableFieldMapFixed32Int6426().clear(); internalGetMutableFieldMapFixed32Message27().clear(); internalGetMutableFieldMapFixed32Sfixed3228().clear(); internalGetMutableFieldMapFixed32Sfixed6429().clear(); internalGetMutableFieldMapFixed32Sint3230().clear(); internalGetMutableFieldMapFixed32Sint6431().clear(); internalGetMutableFieldMapFixed32String32().clear(); internalGetMutableFieldMapFixed32Uint3233().clear(); internalGetMutableFieldMapFixed32Uint6434().clear(); internalGetMutableFieldMapFixed64Bool35().clear(); internalGetMutableFieldMapFixed64Bytes36().clear(); internalGetMutableFieldMapFixed64Double37().clear(); internalGetMutableFieldMapFixed64Enum38().clear(); internalGetMutableFieldMapFixed64Fixed3239().clear(); internalGetMutableFieldMapFixed64Fixed6440().clear(); internalGetMutableFieldMapFixed64Float41().clear(); internalGetMutableFieldMapFixed64Int3242().clear(); internalGetMutableFieldMapFixed64Int6443().clear(); internalGetMutableFieldMapFixed64Message44().clear(); internalGetMutableFieldMapFixed64Sfixed3245().clear(); internalGetMutableFieldMapFixed64Sfixed6446().clear(); internalGetMutableFieldMapFixed64Sint3247().clear(); internalGetMutableFieldMapFixed64Sint6448().clear(); internalGetMutableFieldMapFixed64String49().clear(); internalGetMutableFieldMapFixed64Uint3250().clear(); internalGetMutableFieldMapFixed64Uint6451().clear(); internalGetMutableFieldMapInt32Bool52().clear(); internalGetMutableFieldMapInt32Bytes53().clear(); internalGetMutableFieldMapInt32Double54().clear(); internalGetMutableFieldMapInt32Enum55().clear(); internalGetMutableFieldMapInt32Fixed3256().clear(); internalGetMutableFieldMapInt32Fixed6457().clear(); internalGetMutableFieldMapInt32Float58().clear(); internalGetMutableFieldMapInt32Int3259().clear(); internalGetMutableFieldMapInt32Int6460().clear(); internalGetMutableFieldMapInt32Message61().clear(); internalGetMutableFieldMapInt32Sfixed3262().clear(); internalGetMutableFieldMapInt32Sfixed6463().clear(); internalGetMutableFieldMapInt32Sint3264().clear(); internalGetMutableFieldMapInt32Sint6465().clear(); internalGetMutableFieldMapInt32String66().clear(); internalGetMutableFieldMapInt32Uint3267().clear(); internalGetMutableFieldMapInt32Uint6468().clear(); internalGetMutableFieldMapInt64Bool69().clear(); internalGetMutableFieldMapInt64Bytes70().clear(); internalGetMutableFieldMapInt64Double71().clear(); internalGetMutableFieldMapInt64Enum72().clear(); internalGetMutableFieldMapInt64Fixed3273().clear(); internalGetMutableFieldMapInt64Fixed6474().clear(); internalGetMutableFieldMapInt64Float75().clear(); internalGetMutableFieldMapInt64Int3276().clear(); internalGetMutableFieldMapInt64Int6477().clear(); internalGetMutableFieldMapInt64Message78().clear(); internalGetMutableFieldMapInt64Sfixed3279().clear(); internalGetMutableFieldMapInt64Sfixed6480().clear(); internalGetMutableFieldMapInt64Sint3281().clear(); internalGetMutableFieldMapInt64Sint6482().clear(); internalGetMutableFieldMapInt64String83().clear(); internalGetMutableFieldMapInt64Uint3284().clear(); internalGetMutableFieldMapInt64Uint6485().clear(); internalGetMutableFieldMapSfixed32Bool86().clear(); internalGetMutableFieldMapSfixed32Bytes87().clear(); internalGetMutableFieldMapSfixed32Double88().clear(); internalGetMutableFieldMapSfixed32Enum89().clear(); internalGetMutableFieldMapSfixed32Fixed3290().clear(); internalGetMutableFieldMapSfixed32Fixed6491().clear(); internalGetMutableFieldMapSfixed32Float92().clear(); internalGetMutableFieldMapSfixed32Int3293().clear(); internalGetMutableFieldMapSfixed32Int6494().clear(); internalGetMutableFieldMapSfixed32Message95().clear(); internalGetMutableFieldMapSfixed32Sfixed3296().clear(); internalGetMutableFieldMapSfixed32Sfixed6497().clear(); internalGetMutableFieldMapSfixed32Sint3298().clear(); internalGetMutableFieldMapSfixed32Sint6499().clear(); internalGetMutableFieldMapSfixed32String100().clear(); internalGetMutableFieldMapSfixed32Uint32101().clear(); internalGetMutableFieldMapSfixed32Uint64102().clear(); internalGetMutableFieldMapSfixed64Bool103().clear(); internalGetMutableFieldMapSfixed64Bytes104().clear(); internalGetMutableFieldMapSfixed64Double105().clear(); internalGetMutableFieldMapSfixed64Enum106().clear(); internalGetMutableFieldMapSfixed64Fixed32107().clear(); internalGetMutableFieldMapSfixed64Fixed64108().clear(); internalGetMutableFieldMapSfixed64Float109().clear(); internalGetMutableFieldMapSfixed64Int32110().clear(); internalGetMutableFieldMapSfixed64Int64111().clear(); internalGetMutableFieldMapSfixed64Message112().clear(); internalGetMutableFieldMapSfixed64Sfixed32113().clear(); internalGetMutableFieldMapSfixed64Sfixed64114().clear(); internalGetMutableFieldMapSfixed64Sint32115().clear(); internalGetMutableFieldMapSfixed64Sint64116().clear(); internalGetMutableFieldMapSfixed64String117().clear(); internalGetMutableFieldMapSfixed64Uint32118().clear(); internalGetMutableFieldMapSfixed64Uint64119().clear(); internalGetMutableFieldMapSint32Bool120().clear(); internalGetMutableFieldMapSint32Bytes121().clear(); internalGetMutableFieldMapSint32Double122().clear(); internalGetMutableFieldMapSint32Enum123().clear(); internalGetMutableFieldMapSint32Fixed32124().clear(); internalGetMutableFieldMapSint32Fixed64125().clear(); internalGetMutableFieldMapSint32Float126().clear(); internalGetMutableFieldMapSint32Int32127().clear(); internalGetMutableFieldMapSint32Int64128().clear(); internalGetMutableFieldMapSint32Message129().clear(); internalGetMutableFieldMapSint32Sfixed32130().clear(); internalGetMutableFieldMapSint32Sfixed64131().clear(); internalGetMutableFieldMapSint32Sint32132().clear(); internalGetMutableFieldMapSint32Sint64133().clear(); internalGetMutableFieldMapSint32String134().clear(); internalGetMutableFieldMapSint32Uint32135().clear(); internalGetMutableFieldMapSint32Uint64136().clear(); internalGetMutableFieldMapSint64Bool137().clear(); internalGetMutableFieldMapSint64Bytes138().clear(); internalGetMutableFieldMapSint64Double139().clear(); internalGetMutableFieldMapSint64Enum140().clear(); internalGetMutableFieldMapSint64Fixed32141().clear(); internalGetMutableFieldMapSint64Fixed64142().clear(); internalGetMutableFieldMapSint64Float143().clear(); internalGetMutableFieldMapSint64Int32144().clear(); internalGetMutableFieldMapSint64Int64145().clear(); internalGetMutableFieldMapSint64Message146().clear(); internalGetMutableFieldMapSint64Sfixed32147().clear(); internalGetMutableFieldMapSint64Sfixed64148().clear(); internalGetMutableFieldMapSint64Sint32149().clear(); internalGetMutableFieldMapSint64Sint64150().clear(); internalGetMutableFieldMapSint64String151().clear(); internalGetMutableFieldMapSint64Uint32152().clear(); internalGetMutableFieldMapSint64Uint64153().clear(); internalGetMutableFieldMapStringBool154().clear(); internalGetMutableFieldMapStringBytes155().clear(); internalGetMutableFieldMapStringDouble156().clear(); internalGetMutableFieldMapStringEnum157().clear(); internalGetMutableFieldMapStringFixed32158().clear(); internalGetMutableFieldMapStringFixed64159().clear(); internalGetMutableFieldMapStringFloat160().clear(); internalGetMutableFieldMapStringInt32161().clear(); internalGetMutableFieldMapStringInt64162().clear(); internalGetMutableFieldMapStringMessage163().clear(); internalGetMutableFieldMapStringSfixed32164().clear(); internalGetMutableFieldMapStringSfixed64165().clear(); internalGetMutableFieldMapStringSint32166().clear(); internalGetMutableFieldMapStringSint64167().clear(); internalGetMutableFieldMapStringString168().clear(); internalGetMutableFieldMapStringUint32169().clear(); internalGetMutableFieldMapStringUint64170().clear(); internalGetMutableFieldMapUint32Bool171().clear(); internalGetMutableFieldMapUint32Bytes172().clear(); internalGetMutableFieldMapUint32Double173().clear(); internalGetMutableFieldMapUint32Enum174().clear(); internalGetMutableFieldMapUint32Fixed32175().clear(); internalGetMutableFieldMapUint32Fixed64176().clear(); internalGetMutableFieldMapUint32Float177().clear(); internalGetMutableFieldMapUint32Int32178().clear(); internalGetMutableFieldMapUint32Int64179().clear(); internalGetMutableFieldMapUint32Message180().clear(); internalGetMutableFieldMapUint32Sfixed32181().clear(); internalGetMutableFieldMapUint32Sfixed64182().clear(); internalGetMutableFieldMapUint32Sint32183().clear(); internalGetMutableFieldMapUint32Sint64184().clear(); internalGetMutableFieldMapUint32String185().clear(); internalGetMutableFieldMapUint32Uint32186().clear(); internalGetMutableFieldMapUint32Uint64187().clear(); internalGetMutableFieldMapUint64Bool188().clear(); internalGetMutableFieldMapUint64Bytes189().clear(); internalGetMutableFieldMapUint64Double190().clear(); internalGetMutableFieldMapUint64Enum191().clear(); internalGetMutableFieldMapUint64Fixed32192().clear(); internalGetMutableFieldMapUint64Fixed64193().clear(); internalGetMutableFieldMapUint64Float194().clear(); internalGetMutableFieldMapUint64Int32195().clear(); internalGetMutableFieldMapUint64Int64196().clear(); internalGetMutableFieldMapUint64Message197().clear(); internalGetMutableFieldMapUint64Sfixed32198().clear(); internalGetMutableFieldMapUint64Sfixed64199().clear(); internalGetMutableFieldMapUint64Sint32200().clear(); internalGetMutableFieldMapUint64Sint64201().clear(); internalGetMutableFieldMapUint64String202().clear(); internalGetMutableFieldMapUint64Uint32203().clear(); internalGetMutableFieldMapUint64Uint64204().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2Testing.internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps build() { com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps buildPartial() { com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result = new com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps(this); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } if (bitField2_ != 0) { buildPartial2(result); } if (bitField3_ != 0) { buildPartial3(result); } if (bitField4_ != 0) { buildPartial4(result); } if (bitField5_ != 0) { buildPartial5(result); } if (bitField6_ != 0) { buildPartial6(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldMapBoolBool1_ = internalGetFieldMapBoolBool1(); result.fieldMapBoolBool1_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldMapBoolBytes2_ = internalGetFieldMapBoolBytes2(); result.fieldMapBoolBytes2_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldMapBoolDouble3_ = internalGetFieldMapBoolDouble3(); result.fieldMapBoolDouble3_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldMapBoolEnum4_ = internalGetFieldMapBoolEnum4(); result.fieldMapBoolEnum4_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldMapBoolFixed325_ = internalGetFieldMapBoolFixed325(); result.fieldMapBoolFixed325_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldMapBoolFixed646_ = internalGetFieldMapBoolFixed646(); result.fieldMapBoolFixed646_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldMapBoolFloat7_ = internalGetFieldMapBoolFloat7(); result.fieldMapBoolFloat7_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldMapBoolInt328_ = internalGetFieldMapBoolInt328(); result.fieldMapBoolInt328_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldMapBoolInt649_ = internalGetFieldMapBoolInt649(); result.fieldMapBoolInt649_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMapBoolMessage10_ = internalGetFieldMapBoolMessage10().build(FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldMapBoolSfixed3211_ = internalGetFieldMapBoolSfixed3211(); result.fieldMapBoolSfixed3211_.makeImmutable(); } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldMapBoolSfixed6412_ = internalGetFieldMapBoolSfixed6412(); result.fieldMapBoolSfixed6412_.makeImmutable(); } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldMapBoolSint3213_ = internalGetFieldMapBoolSint3213(); result.fieldMapBoolSint3213_.makeImmutable(); } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldMapBoolSint6414_ = internalGetFieldMapBoolSint6414(); result.fieldMapBoolSint6414_.makeImmutable(); } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldMapBoolString15_ = internalGetFieldMapBoolString15(); result.fieldMapBoolString15_.makeImmutable(); } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldMapBoolUint3216_ = internalGetFieldMapBoolUint3216(); result.fieldMapBoolUint3216_.makeImmutable(); } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldMapBoolUint6417_ = internalGetFieldMapBoolUint6417(); result.fieldMapBoolUint6417_.makeImmutable(); } if (((from_bitField0_ & 0x00020000) != 0)) { result.fieldMapFixed32Bool18_ = internalGetFieldMapFixed32Bool18(); result.fieldMapFixed32Bool18_.makeImmutable(); } if (((from_bitField0_ & 0x00040000) != 0)) { result.fieldMapFixed32Bytes19_ = internalGetFieldMapFixed32Bytes19(); result.fieldMapFixed32Bytes19_.makeImmutable(); } if (((from_bitField0_ & 0x00080000) != 0)) { result.fieldMapFixed32Double20_ = internalGetFieldMapFixed32Double20(); result.fieldMapFixed32Double20_.makeImmutable(); } if (((from_bitField0_ & 0x00100000) != 0)) { result.fieldMapFixed32Enum21_ = internalGetFieldMapFixed32Enum21(); result.fieldMapFixed32Enum21_.makeImmutable(); } if (((from_bitField0_ & 0x00200000) != 0)) { result.fieldMapFixed32Fixed3222_ = internalGetFieldMapFixed32Fixed3222(); result.fieldMapFixed32Fixed3222_.makeImmutable(); } if (((from_bitField0_ & 0x00400000) != 0)) { result.fieldMapFixed32Fixed6423_ = internalGetFieldMapFixed32Fixed6423(); result.fieldMapFixed32Fixed6423_.makeImmutable(); } if (((from_bitField0_ & 0x00800000) != 0)) { result.fieldMapFixed32Float24_ = internalGetFieldMapFixed32Float24(); result.fieldMapFixed32Float24_.makeImmutable(); } if (((from_bitField0_ & 0x01000000) != 0)) { result.fieldMapFixed32Int3225_ = internalGetFieldMapFixed32Int3225(); result.fieldMapFixed32Int3225_.makeImmutable(); } if (((from_bitField0_ & 0x02000000) != 0)) { result.fieldMapFixed32Int6426_ = internalGetFieldMapFixed32Int6426(); result.fieldMapFixed32Int6426_.makeImmutable(); } if (((from_bitField0_ & 0x04000000) != 0)) { result.fieldMapFixed32Message27_ = internalGetFieldMapFixed32Message27().build(FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x08000000) != 0)) { result.fieldMapFixed32Sfixed3228_ = internalGetFieldMapFixed32Sfixed3228(); result.fieldMapFixed32Sfixed3228_.makeImmutable(); } if (((from_bitField0_ & 0x10000000) != 0)) { result.fieldMapFixed32Sfixed6429_ = internalGetFieldMapFixed32Sfixed6429(); result.fieldMapFixed32Sfixed6429_.makeImmutable(); } if (((from_bitField0_ & 0x20000000) != 0)) { result.fieldMapFixed32Sint3230_ = internalGetFieldMapFixed32Sint3230(); result.fieldMapFixed32Sint3230_.makeImmutable(); } if (((from_bitField0_ & 0x40000000) != 0)) { result.fieldMapFixed32Sint6431_ = internalGetFieldMapFixed32Sint6431(); result.fieldMapFixed32Sint6431_.makeImmutable(); } if (((from_bitField0_ & 0x80000000) != 0)) { result.fieldMapFixed32String32_ = internalGetFieldMapFixed32String32(); result.fieldMapFixed32String32_.makeImmutable(); } } private void buildPartial1(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { result.fieldMapFixed32Uint3233_ = internalGetFieldMapFixed32Uint3233(); result.fieldMapFixed32Uint3233_.makeImmutable(); } if (((from_bitField1_ & 0x00000002) != 0)) { result.fieldMapFixed32Uint6434_ = internalGetFieldMapFixed32Uint6434(); result.fieldMapFixed32Uint6434_.makeImmutable(); } if (((from_bitField1_ & 0x00000004) != 0)) { result.fieldMapFixed64Bool35_ = internalGetFieldMapFixed64Bool35(); result.fieldMapFixed64Bool35_.makeImmutable(); } if (((from_bitField1_ & 0x00000008) != 0)) { result.fieldMapFixed64Bytes36_ = internalGetFieldMapFixed64Bytes36(); result.fieldMapFixed64Bytes36_.makeImmutable(); } if (((from_bitField1_ & 0x00000010) != 0)) { result.fieldMapFixed64Double37_ = internalGetFieldMapFixed64Double37(); result.fieldMapFixed64Double37_.makeImmutable(); } if (((from_bitField1_ & 0x00000020) != 0)) { result.fieldMapFixed64Enum38_ = internalGetFieldMapFixed64Enum38(); result.fieldMapFixed64Enum38_.makeImmutable(); } if (((from_bitField1_ & 0x00000040) != 0)) { result.fieldMapFixed64Fixed3239_ = internalGetFieldMapFixed64Fixed3239(); result.fieldMapFixed64Fixed3239_.makeImmutable(); } if (((from_bitField1_ & 0x00000080) != 0)) { result.fieldMapFixed64Fixed6440_ = internalGetFieldMapFixed64Fixed6440(); result.fieldMapFixed64Fixed6440_.makeImmutable(); } if (((from_bitField1_ & 0x00000100) != 0)) { result.fieldMapFixed64Float41_ = internalGetFieldMapFixed64Float41(); result.fieldMapFixed64Float41_.makeImmutable(); } if (((from_bitField1_ & 0x00000200) != 0)) { result.fieldMapFixed64Int3242_ = internalGetFieldMapFixed64Int3242(); result.fieldMapFixed64Int3242_.makeImmutable(); } if (((from_bitField1_ & 0x00000400) != 0)) { result.fieldMapFixed64Int6443_ = internalGetFieldMapFixed64Int6443(); result.fieldMapFixed64Int6443_.makeImmutable(); } if (((from_bitField1_ & 0x00000800) != 0)) { result.fieldMapFixed64Message44_ = internalGetFieldMapFixed64Message44().build(FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x00001000) != 0)) { result.fieldMapFixed64Sfixed3245_ = internalGetFieldMapFixed64Sfixed3245(); result.fieldMapFixed64Sfixed3245_.makeImmutable(); } if (((from_bitField1_ & 0x00002000) != 0)) { result.fieldMapFixed64Sfixed6446_ = internalGetFieldMapFixed64Sfixed6446(); result.fieldMapFixed64Sfixed6446_.makeImmutable(); } if (((from_bitField1_ & 0x00004000) != 0)) { result.fieldMapFixed64Sint3247_ = internalGetFieldMapFixed64Sint3247(); result.fieldMapFixed64Sint3247_.makeImmutable(); } if (((from_bitField1_ & 0x00008000) != 0)) { result.fieldMapFixed64Sint6448_ = internalGetFieldMapFixed64Sint6448(); result.fieldMapFixed64Sint6448_.makeImmutable(); } if (((from_bitField1_ & 0x00010000) != 0)) { result.fieldMapFixed64String49_ = internalGetFieldMapFixed64String49(); result.fieldMapFixed64String49_.makeImmutable(); } if (((from_bitField1_ & 0x00020000) != 0)) { result.fieldMapFixed64Uint3250_ = internalGetFieldMapFixed64Uint3250(); result.fieldMapFixed64Uint3250_.makeImmutable(); } if (((from_bitField1_ & 0x00040000) != 0)) { result.fieldMapFixed64Uint6451_ = internalGetFieldMapFixed64Uint6451(); result.fieldMapFixed64Uint6451_.makeImmutable(); } if (((from_bitField1_ & 0x00080000) != 0)) { result.fieldMapInt32Bool52_ = internalGetFieldMapInt32Bool52(); result.fieldMapInt32Bool52_.makeImmutable(); } if (((from_bitField1_ & 0x00100000) != 0)) { result.fieldMapInt32Bytes53_ = internalGetFieldMapInt32Bytes53(); result.fieldMapInt32Bytes53_.makeImmutable(); } if (((from_bitField1_ & 0x00200000) != 0)) { result.fieldMapInt32Double54_ = internalGetFieldMapInt32Double54(); result.fieldMapInt32Double54_.makeImmutable(); } if (((from_bitField1_ & 0x00400000) != 0)) { result.fieldMapInt32Enum55_ = internalGetFieldMapInt32Enum55(); result.fieldMapInt32Enum55_.makeImmutable(); } if (((from_bitField1_ & 0x00800000) != 0)) { result.fieldMapInt32Fixed3256_ = internalGetFieldMapInt32Fixed3256(); result.fieldMapInt32Fixed3256_.makeImmutable(); } if (((from_bitField1_ & 0x01000000) != 0)) { result.fieldMapInt32Fixed6457_ = internalGetFieldMapInt32Fixed6457(); result.fieldMapInt32Fixed6457_.makeImmutable(); } if (((from_bitField1_ & 0x02000000) != 0)) { result.fieldMapInt32Float58_ = internalGetFieldMapInt32Float58(); result.fieldMapInt32Float58_.makeImmutable(); } if (((from_bitField1_ & 0x04000000) != 0)) { result.fieldMapInt32Int3259_ = internalGetFieldMapInt32Int3259(); result.fieldMapInt32Int3259_.makeImmutable(); } if (((from_bitField1_ & 0x08000000) != 0)) { result.fieldMapInt32Int6460_ = internalGetFieldMapInt32Int6460(); result.fieldMapInt32Int6460_.makeImmutable(); } if (((from_bitField1_ & 0x10000000) != 0)) { result.fieldMapInt32Message61_ = internalGetFieldMapInt32Message61().build(FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x20000000) != 0)) { result.fieldMapInt32Sfixed3262_ = internalGetFieldMapInt32Sfixed3262(); result.fieldMapInt32Sfixed3262_.makeImmutable(); } if (((from_bitField1_ & 0x40000000) != 0)) { result.fieldMapInt32Sfixed6463_ = internalGetFieldMapInt32Sfixed6463(); result.fieldMapInt32Sfixed6463_.makeImmutable(); } if (((from_bitField1_ & 0x80000000) != 0)) { result.fieldMapInt32Sint3264_ = internalGetFieldMapInt32Sint3264(); result.fieldMapInt32Sint3264_.makeImmutable(); } } private void buildPartial2(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result) { int from_bitField2_ = bitField2_; if (((from_bitField2_ & 0x00000001) != 0)) { result.fieldMapInt32Sint6465_ = internalGetFieldMapInt32Sint6465(); result.fieldMapInt32Sint6465_.makeImmutable(); } if (((from_bitField2_ & 0x00000002) != 0)) { result.fieldMapInt32String66_ = internalGetFieldMapInt32String66(); result.fieldMapInt32String66_.makeImmutable(); } if (((from_bitField2_ & 0x00000004) != 0)) { result.fieldMapInt32Uint3267_ = internalGetFieldMapInt32Uint3267(); result.fieldMapInt32Uint3267_.makeImmutable(); } if (((from_bitField2_ & 0x00000008) != 0)) { result.fieldMapInt32Uint6468_ = internalGetFieldMapInt32Uint6468(); result.fieldMapInt32Uint6468_.makeImmutable(); } if (((from_bitField2_ & 0x00000010) != 0)) { result.fieldMapInt64Bool69_ = internalGetFieldMapInt64Bool69(); result.fieldMapInt64Bool69_.makeImmutable(); } if (((from_bitField2_ & 0x00000020) != 0)) { result.fieldMapInt64Bytes70_ = internalGetFieldMapInt64Bytes70(); result.fieldMapInt64Bytes70_.makeImmutable(); } if (((from_bitField2_ & 0x00000040) != 0)) { result.fieldMapInt64Double71_ = internalGetFieldMapInt64Double71(); result.fieldMapInt64Double71_.makeImmutable(); } if (((from_bitField2_ & 0x00000080) != 0)) { result.fieldMapInt64Enum72_ = internalGetFieldMapInt64Enum72(); result.fieldMapInt64Enum72_.makeImmutable(); } if (((from_bitField2_ & 0x00000100) != 0)) { result.fieldMapInt64Fixed3273_ = internalGetFieldMapInt64Fixed3273(); result.fieldMapInt64Fixed3273_.makeImmutable(); } if (((from_bitField2_ & 0x00000200) != 0)) { result.fieldMapInt64Fixed6474_ = internalGetFieldMapInt64Fixed6474(); result.fieldMapInt64Fixed6474_.makeImmutable(); } if (((from_bitField2_ & 0x00000400) != 0)) { result.fieldMapInt64Float75_ = internalGetFieldMapInt64Float75(); result.fieldMapInt64Float75_.makeImmutable(); } if (((from_bitField2_ & 0x00000800) != 0)) { result.fieldMapInt64Int3276_ = internalGetFieldMapInt64Int3276(); result.fieldMapInt64Int3276_.makeImmutable(); } if (((from_bitField2_ & 0x00001000) != 0)) { result.fieldMapInt64Int6477_ = internalGetFieldMapInt64Int6477(); result.fieldMapInt64Int6477_.makeImmutable(); } if (((from_bitField2_ & 0x00002000) != 0)) { result.fieldMapInt64Message78_ = internalGetFieldMapInt64Message78().build(FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x00004000) != 0)) { result.fieldMapInt64Sfixed3279_ = internalGetFieldMapInt64Sfixed3279(); result.fieldMapInt64Sfixed3279_.makeImmutable(); } if (((from_bitField2_ & 0x00008000) != 0)) { result.fieldMapInt64Sfixed6480_ = internalGetFieldMapInt64Sfixed6480(); result.fieldMapInt64Sfixed6480_.makeImmutable(); } if (((from_bitField2_ & 0x00010000) != 0)) { result.fieldMapInt64Sint3281_ = internalGetFieldMapInt64Sint3281(); result.fieldMapInt64Sint3281_.makeImmutable(); } if (((from_bitField2_ & 0x00020000) != 0)) { result.fieldMapInt64Sint6482_ = internalGetFieldMapInt64Sint6482(); result.fieldMapInt64Sint6482_.makeImmutable(); } if (((from_bitField2_ & 0x00040000) != 0)) { result.fieldMapInt64String83_ = internalGetFieldMapInt64String83(); result.fieldMapInt64String83_.makeImmutable(); } if (((from_bitField2_ & 0x00080000) != 0)) { result.fieldMapInt64Uint3284_ = internalGetFieldMapInt64Uint3284(); result.fieldMapInt64Uint3284_.makeImmutable(); } if (((from_bitField2_ & 0x00100000) != 0)) { result.fieldMapInt64Uint6485_ = internalGetFieldMapInt64Uint6485(); result.fieldMapInt64Uint6485_.makeImmutable(); } if (((from_bitField2_ & 0x00200000) != 0)) { result.fieldMapSfixed32Bool86_ = internalGetFieldMapSfixed32Bool86(); result.fieldMapSfixed32Bool86_.makeImmutable(); } if (((from_bitField2_ & 0x00400000) != 0)) { result.fieldMapSfixed32Bytes87_ = internalGetFieldMapSfixed32Bytes87(); result.fieldMapSfixed32Bytes87_.makeImmutable(); } if (((from_bitField2_ & 0x00800000) != 0)) { result.fieldMapSfixed32Double88_ = internalGetFieldMapSfixed32Double88(); result.fieldMapSfixed32Double88_.makeImmutable(); } if (((from_bitField2_ & 0x01000000) != 0)) { result.fieldMapSfixed32Enum89_ = internalGetFieldMapSfixed32Enum89(); result.fieldMapSfixed32Enum89_.makeImmutable(); } if (((from_bitField2_ & 0x02000000) != 0)) { result.fieldMapSfixed32Fixed3290_ = internalGetFieldMapSfixed32Fixed3290(); result.fieldMapSfixed32Fixed3290_.makeImmutable(); } if (((from_bitField2_ & 0x04000000) != 0)) { result.fieldMapSfixed32Fixed6491_ = internalGetFieldMapSfixed32Fixed6491(); result.fieldMapSfixed32Fixed6491_.makeImmutable(); } if (((from_bitField2_ & 0x08000000) != 0)) { result.fieldMapSfixed32Float92_ = internalGetFieldMapSfixed32Float92(); result.fieldMapSfixed32Float92_.makeImmutable(); } if (((from_bitField2_ & 0x10000000) != 0)) { result.fieldMapSfixed32Int3293_ = internalGetFieldMapSfixed32Int3293(); result.fieldMapSfixed32Int3293_.makeImmutable(); } if (((from_bitField2_ & 0x20000000) != 0)) { result.fieldMapSfixed32Int6494_ = internalGetFieldMapSfixed32Int6494(); result.fieldMapSfixed32Int6494_.makeImmutable(); } if (((from_bitField2_ & 0x40000000) != 0)) { result.fieldMapSfixed32Message95_ = internalGetFieldMapSfixed32Message95().build(FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x80000000) != 0)) { result.fieldMapSfixed32Sfixed3296_ = internalGetFieldMapSfixed32Sfixed3296(); result.fieldMapSfixed32Sfixed3296_.makeImmutable(); } } private void buildPartial3(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result) { int from_bitField3_ = bitField3_; if (((from_bitField3_ & 0x00000001) != 0)) { result.fieldMapSfixed32Sfixed6497_ = internalGetFieldMapSfixed32Sfixed6497(); result.fieldMapSfixed32Sfixed6497_.makeImmutable(); } if (((from_bitField3_ & 0x00000002) != 0)) { result.fieldMapSfixed32Sint3298_ = internalGetFieldMapSfixed32Sint3298(); result.fieldMapSfixed32Sint3298_.makeImmutable(); } if (((from_bitField3_ & 0x00000004) != 0)) { result.fieldMapSfixed32Sint6499_ = internalGetFieldMapSfixed32Sint6499(); result.fieldMapSfixed32Sint6499_.makeImmutable(); } if (((from_bitField3_ & 0x00000008) != 0)) { result.fieldMapSfixed32String100_ = internalGetFieldMapSfixed32String100(); result.fieldMapSfixed32String100_.makeImmutable(); } if (((from_bitField3_ & 0x00000010) != 0)) { result.fieldMapSfixed32Uint32101_ = internalGetFieldMapSfixed32Uint32101(); result.fieldMapSfixed32Uint32101_.makeImmutable(); } if (((from_bitField3_ & 0x00000020) != 0)) { result.fieldMapSfixed32Uint64102_ = internalGetFieldMapSfixed32Uint64102(); result.fieldMapSfixed32Uint64102_.makeImmutable(); } if (((from_bitField3_ & 0x00000040) != 0)) { result.fieldMapSfixed64Bool103_ = internalGetFieldMapSfixed64Bool103(); result.fieldMapSfixed64Bool103_.makeImmutable(); } if (((from_bitField3_ & 0x00000080) != 0)) { result.fieldMapSfixed64Bytes104_ = internalGetFieldMapSfixed64Bytes104(); result.fieldMapSfixed64Bytes104_.makeImmutable(); } if (((from_bitField3_ & 0x00000100) != 0)) { result.fieldMapSfixed64Double105_ = internalGetFieldMapSfixed64Double105(); result.fieldMapSfixed64Double105_.makeImmutable(); } if (((from_bitField3_ & 0x00000200) != 0)) { result.fieldMapSfixed64Enum106_ = internalGetFieldMapSfixed64Enum106(); result.fieldMapSfixed64Enum106_.makeImmutable(); } if (((from_bitField3_ & 0x00000400) != 0)) { result.fieldMapSfixed64Fixed32107_ = internalGetFieldMapSfixed64Fixed32107(); result.fieldMapSfixed64Fixed32107_.makeImmutable(); } if (((from_bitField3_ & 0x00000800) != 0)) { result.fieldMapSfixed64Fixed64108_ = internalGetFieldMapSfixed64Fixed64108(); result.fieldMapSfixed64Fixed64108_.makeImmutable(); } if (((from_bitField3_ & 0x00001000) != 0)) { result.fieldMapSfixed64Float109_ = internalGetFieldMapSfixed64Float109(); result.fieldMapSfixed64Float109_.makeImmutable(); } if (((from_bitField3_ & 0x00002000) != 0)) { result.fieldMapSfixed64Int32110_ = internalGetFieldMapSfixed64Int32110(); result.fieldMapSfixed64Int32110_.makeImmutable(); } if (((from_bitField3_ & 0x00004000) != 0)) { result.fieldMapSfixed64Int64111_ = internalGetFieldMapSfixed64Int64111(); result.fieldMapSfixed64Int64111_.makeImmutable(); } if (((from_bitField3_ & 0x00008000) != 0)) { result.fieldMapSfixed64Message112_ = internalGetFieldMapSfixed64Message112().build(FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } if (((from_bitField3_ & 0x00010000) != 0)) { result.fieldMapSfixed64Sfixed32113_ = internalGetFieldMapSfixed64Sfixed32113(); result.fieldMapSfixed64Sfixed32113_.makeImmutable(); } if (((from_bitField3_ & 0x00020000) != 0)) { result.fieldMapSfixed64Sfixed64114_ = internalGetFieldMapSfixed64Sfixed64114(); result.fieldMapSfixed64Sfixed64114_.makeImmutable(); } if (((from_bitField3_ & 0x00040000) != 0)) { result.fieldMapSfixed64Sint32115_ = internalGetFieldMapSfixed64Sint32115(); result.fieldMapSfixed64Sint32115_.makeImmutable(); } if (((from_bitField3_ & 0x00080000) != 0)) { result.fieldMapSfixed64Sint64116_ = internalGetFieldMapSfixed64Sint64116(); result.fieldMapSfixed64Sint64116_.makeImmutable(); } if (((from_bitField3_ & 0x00100000) != 0)) { result.fieldMapSfixed64String117_ = internalGetFieldMapSfixed64String117(); result.fieldMapSfixed64String117_.makeImmutable(); } if (((from_bitField3_ & 0x00200000) != 0)) { result.fieldMapSfixed64Uint32118_ = internalGetFieldMapSfixed64Uint32118(); result.fieldMapSfixed64Uint32118_.makeImmutable(); } if (((from_bitField3_ & 0x00400000) != 0)) { result.fieldMapSfixed64Uint64119_ = internalGetFieldMapSfixed64Uint64119(); result.fieldMapSfixed64Uint64119_.makeImmutable(); } if (((from_bitField3_ & 0x00800000) != 0)) { result.fieldMapSint32Bool120_ = internalGetFieldMapSint32Bool120(); result.fieldMapSint32Bool120_.makeImmutable(); } if (((from_bitField3_ & 0x01000000) != 0)) { result.fieldMapSint32Bytes121_ = internalGetFieldMapSint32Bytes121(); result.fieldMapSint32Bytes121_.makeImmutable(); } if (((from_bitField3_ & 0x02000000) != 0)) { result.fieldMapSint32Double122_ = internalGetFieldMapSint32Double122(); result.fieldMapSint32Double122_.makeImmutable(); } if (((from_bitField3_ & 0x04000000) != 0)) { result.fieldMapSint32Enum123_ = internalGetFieldMapSint32Enum123(); result.fieldMapSint32Enum123_.makeImmutable(); } if (((from_bitField3_ & 0x08000000) != 0)) { result.fieldMapSint32Fixed32124_ = internalGetFieldMapSint32Fixed32124(); result.fieldMapSint32Fixed32124_.makeImmutable(); } if (((from_bitField3_ & 0x10000000) != 0)) { result.fieldMapSint32Fixed64125_ = internalGetFieldMapSint32Fixed64125(); result.fieldMapSint32Fixed64125_.makeImmutable(); } if (((from_bitField3_ & 0x20000000) != 0)) { result.fieldMapSint32Float126_ = internalGetFieldMapSint32Float126(); result.fieldMapSint32Float126_.makeImmutable(); } if (((from_bitField3_ & 0x40000000) != 0)) { result.fieldMapSint32Int32127_ = internalGetFieldMapSint32Int32127(); result.fieldMapSint32Int32127_.makeImmutable(); } if (((from_bitField3_ & 0x80000000) != 0)) { result.fieldMapSint32Int64128_ = internalGetFieldMapSint32Int64128(); result.fieldMapSint32Int64128_.makeImmutable(); } } private void buildPartial4(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result) { int from_bitField4_ = bitField4_; if (((from_bitField4_ & 0x00000001) != 0)) { result.fieldMapSint32Message129_ = internalGetFieldMapSint32Message129().build(FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00000002) != 0)) { result.fieldMapSint32Sfixed32130_ = internalGetFieldMapSint32Sfixed32130(); result.fieldMapSint32Sfixed32130_.makeImmutable(); } if (((from_bitField4_ & 0x00000004) != 0)) { result.fieldMapSint32Sfixed64131_ = internalGetFieldMapSint32Sfixed64131(); result.fieldMapSint32Sfixed64131_.makeImmutable(); } if (((from_bitField4_ & 0x00000008) != 0)) { result.fieldMapSint32Sint32132_ = internalGetFieldMapSint32Sint32132(); result.fieldMapSint32Sint32132_.makeImmutable(); } if (((from_bitField4_ & 0x00000010) != 0)) { result.fieldMapSint32Sint64133_ = internalGetFieldMapSint32Sint64133(); result.fieldMapSint32Sint64133_.makeImmutable(); } if (((from_bitField4_ & 0x00000020) != 0)) { result.fieldMapSint32String134_ = internalGetFieldMapSint32String134(); result.fieldMapSint32String134_.makeImmutable(); } if (((from_bitField4_ & 0x00000040) != 0)) { result.fieldMapSint32Uint32135_ = internalGetFieldMapSint32Uint32135(); result.fieldMapSint32Uint32135_.makeImmutable(); } if (((from_bitField4_ & 0x00000080) != 0)) { result.fieldMapSint32Uint64136_ = internalGetFieldMapSint32Uint64136(); result.fieldMapSint32Uint64136_.makeImmutable(); } if (((from_bitField4_ & 0x00000100) != 0)) { result.fieldMapSint64Bool137_ = internalGetFieldMapSint64Bool137(); result.fieldMapSint64Bool137_.makeImmutable(); } if (((from_bitField4_ & 0x00000200) != 0)) { result.fieldMapSint64Bytes138_ = internalGetFieldMapSint64Bytes138(); result.fieldMapSint64Bytes138_.makeImmutable(); } if (((from_bitField4_ & 0x00000400) != 0)) { result.fieldMapSint64Double139_ = internalGetFieldMapSint64Double139(); result.fieldMapSint64Double139_.makeImmutable(); } if (((from_bitField4_ & 0x00000800) != 0)) { result.fieldMapSint64Enum140_ = internalGetFieldMapSint64Enum140(); result.fieldMapSint64Enum140_.makeImmutable(); } if (((from_bitField4_ & 0x00001000) != 0)) { result.fieldMapSint64Fixed32141_ = internalGetFieldMapSint64Fixed32141(); result.fieldMapSint64Fixed32141_.makeImmutable(); } if (((from_bitField4_ & 0x00002000) != 0)) { result.fieldMapSint64Fixed64142_ = internalGetFieldMapSint64Fixed64142(); result.fieldMapSint64Fixed64142_.makeImmutable(); } if (((from_bitField4_ & 0x00004000) != 0)) { result.fieldMapSint64Float143_ = internalGetFieldMapSint64Float143(); result.fieldMapSint64Float143_.makeImmutable(); } if (((from_bitField4_ & 0x00008000) != 0)) { result.fieldMapSint64Int32144_ = internalGetFieldMapSint64Int32144(); result.fieldMapSint64Int32144_.makeImmutable(); } if (((from_bitField4_ & 0x00010000) != 0)) { result.fieldMapSint64Int64145_ = internalGetFieldMapSint64Int64145(); result.fieldMapSint64Int64145_.makeImmutable(); } if (((from_bitField4_ & 0x00020000) != 0)) { result.fieldMapSint64Message146_ = internalGetFieldMapSint64Message146().build(FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00040000) != 0)) { result.fieldMapSint64Sfixed32147_ = internalGetFieldMapSint64Sfixed32147(); result.fieldMapSint64Sfixed32147_.makeImmutable(); } if (((from_bitField4_ & 0x00080000) != 0)) { result.fieldMapSint64Sfixed64148_ = internalGetFieldMapSint64Sfixed64148(); result.fieldMapSint64Sfixed64148_.makeImmutable(); } if (((from_bitField4_ & 0x00100000) != 0)) { result.fieldMapSint64Sint32149_ = internalGetFieldMapSint64Sint32149(); result.fieldMapSint64Sint32149_.makeImmutable(); } if (((from_bitField4_ & 0x00200000) != 0)) { result.fieldMapSint64Sint64150_ = internalGetFieldMapSint64Sint64150(); result.fieldMapSint64Sint64150_.makeImmutable(); } if (((from_bitField4_ & 0x00400000) != 0)) { result.fieldMapSint64String151_ = internalGetFieldMapSint64String151(); result.fieldMapSint64String151_.makeImmutable(); } if (((from_bitField4_ & 0x00800000) != 0)) { result.fieldMapSint64Uint32152_ = internalGetFieldMapSint64Uint32152(); result.fieldMapSint64Uint32152_.makeImmutable(); } if (((from_bitField4_ & 0x01000000) != 0)) { result.fieldMapSint64Uint64153_ = internalGetFieldMapSint64Uint64153(); result.fieldMapSint64Uint64153_.makeImmutable(); } if (((from_bitField4_ & 0x02000000) != 0)) { result.fieldMapStringBool154_ = internalGetFieldMapStringBool154(); result.fieldMapStringBool154_.makeImmutable(); } if (((from_bitField4_ & 0x04000000) != 0)) { result.fieldMapStringBytes155_ = internalGetFieldMapStringBytes155(); result.fieldMapStringBytes155_.makeImmutable(); } if (((from_bitField4_ & 0x08000000) != 0)) { result.fieldMapStringDouble156_ = internalGetFieldMapStringDouble156(); result.fieldMapStringDouble156_.makeImmutable(); } if (((from_bitField4_ & 0x10000000) != 0)) { result.fieldMapStringEnum157_ = internalGetFieldMapStringEnum157(); result.fieldMapStringEnum157_.makeImmutable(); } if (((from_bitField4_ & 0x20000000) != 0)) { result.fieldMapStringFixed32158_ = internalGetFieldMapStringFixed32158(); result.fieldMapStringFixed32158_.makeImmutable(); } if (((from_bitField4_ & 0x40000000) != 0)) { result.fieldMapStringFixed64159_ = internalGetFieldMapStringFixed64159(); result.fieldMapStringFixed64159_.makeImmutable(); } if (((from_bitField4_ & 0x80000000) != 0)) { result.fieldMapStringFloat160_ = internalGetFieldMapStringFloat160(); result.fieldMapStringFloat160_.makeImmutable(); } } private void buildPartial5(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result) { int from_bitField5_ = bitField5_; if (((from_bitField5_ & 0x00000001) != 0)) { result.fieldMapStringInt32161_ = internalGetFieldMapStringInt32161(); result.fieldMapStringInt32161_.makeImmutable(); } if (((from_bitField5_ & 0x00000002) != 0)) { result.fieldMapStringInt64162_ = internalGetFieldMapStringInt64162(); result.fieldMapStringInt64162_.makeImmutable(); } if (((from_bitField5_ & 0x00000004) != 0)) { result.fieldMapStringMessage163_ = internalGetFieldMapStringMessage163().build(FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00000008) != 0)) { result.fieldMapStringSfixed32164_ = internalGetFieldMapStringSfixed32164(); result.fieldMapStringSfixed32164_.makeImmutable(); } if (((from_bitField5_ & 0x00000010) != 0)) { result.fieldMapStringSfixed64165_ = internalGetFieldMapStringSfixed64165(); result.fieldMapStringSfixed64165_.makeImmutable(); } if (((from_bitField5_ & 0x00000020) != 0)) { result.fieldMapStringSint32166_ = internalGetFieldMapStringSint32166(); result.fieldMapStringSint32166_.makeImmutable(); } if (((from_bitField5_ & 0x00000040) != 0)) { result.fieldMapStringSint64167_ = internalGetFieldMapStringSint64167(); result.fieldMapStringSint64167_.makeImmutable(); } if (((from_bitField5_ & 0x00000080) != 0)) { result.fieldMapStringString168_ = internalGetFieldMapStringString168(); result.fieldMapStringString168_.makeImmutable(); } if (((from_bitField5_ & 0x00000100) != 0)) { result.fieldMapStringUint32169_ = internalGetFieldMapStringUint32169(); result.fieldMapStringUint32169_.makeImmutable(); } if (((from_bitField5_ & 0x00000200) != 0)) { result.fieldMapStringUint64170_ = internalGetFieldMapStringUint64170(); result.fieldMapStringUint64170_.makeImmutable(); } if (((from_bitField5_ & 0x00000400) != 0)) { result.fieldMapUint32Bool171_ = internalGetFieldMapUint32Bool171(); result.fieldMapUint32Bool171_.makeImmutable(); } if (((from_bitField5_ & 0x00000800) != 0)) { result.fieldMapUint32Bytes172_ = internalGetFieldMapUint32Bytes172(); result.fieldMapUint32Bytes172_.makeImmutable(); } if (((from_bitField5_ & 0x00001000) != 0)) { result.fieldMapUint32Double173_ = internalGetFieldMapUint32Double173(); result.fieldMapUint32Double173_.makeImmutable(); } if (((from_bitField5_ & 0x00002000) != 0)) { result.fieldMapUint32Enum174_ = internalGetFieldMapUint32Enum174(); result.fieldMapUint32Enum174_.makeImmutable(); } if (((from_bitField5_ & 0x00004000) != 0)) { result.fieldMapUint32Fixed32175_ = internalGetFieldMapUint32Fixed32175(); result.fieldMapUint32Fixed32175_.makeImmutable(); } if (((from_bitField5_ & 0x00008000) != 0)) { result.fieldMapUint32Fixed64176_ = internalGetFieldMapUint32Fixed64176(); result.fieldMapUint32Fixed64176_.makeImmutable(); } if (((from_bitField5_ & 0x00010000) != 0)) { result.fieldMapUint32Float177_ = internalGetFieldMapUint32Float177(); result.fieldMapUint32Float177_.makeImmutable(); } if (((from_bitField5_ & 0x00020000) != 0)) { result.fieldMapUint32Int32178_ = internalGetFieldMapUint32Int32178(); result.fieldMapUint32Int32178_.makeImmutable(); } if (((from_bitField5_ & 0x00040000) != 0)) { result.fieldMapUint32Int64179_ = internalGetFieldMapUint32Int64179(); result.fieldMapUint32Int64179_.makeImmutable(); } if (((from_bitField5_ & 0x00080000) != 0)) { result.fieldMapUint32Message180_ = internalGetFieldMapUint32Message180().build(FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00100000) != 0)) { result.fieldMapUint32Sfixed32181_ = internalGetFieldMapUint32Sfixed32181(); result.fieldMapUint32Sfixed32181_.makeImmutable(); } if (((from_bitField5_ & 0x00200000) != 0)) { result.fieldMapUint32Sfixed64182_ = internalGetFieldMapUint32Sfixed64182(); result.fieldMapUint32Sfixed64182_.makeImmutable(); } if (((from_bitField5_ & 0x00400000) != 0)) { result.fieldMapUint32Sint32183_ = internalGetFieldMapUint32Sint32183(); result.fieldMapUint32Sint32183_.makeImmutable(); } if (((from_bitField5_ & 0x00800000) != 0)) { result.fieldMapUint32Sint64184_ = internalGetFieldMapUint32Sint64184(); result.fieldMapUint32Sint64184_.makeImmutable(); } if (((from_bitField5_ & 0x01000000) != 0)) { result.fieldMapUint32String185_ = internalGetFieldMapUint32String185(); result.fieldMapUint32String185_.makeImmutable(); } if (((from_bitField5_ & 0x02000000) != 0)) { result.fieldMapUint32Uint32186_ = internalGetFieldMapUint32Uint32186(); result.fieldMapUint32Uint32186_.makeImmutable(); } if (((from_bitField5_ & 0x04000000) != 0)) { result.fieldMapUint32Uint64187_ = internalGetFieldMapUint32Uint64187(); result.fieldMapUint32Uint64187_.makeImmutable(); } if (((from_bitField5_ & 0x08000000) != 0)) { result.fieldMapUint64Bool188_ = internalGetFieldMapUint64Bool188(); result.fieldMapUint64Bool188_.makeImmutable(); } if (((from_bitField5_ & 0x10000000) != 0)) { result.fieldMapUint64Bytes189_ = internalGetFieldMapUint64Bytes189(); result.fieldMapUint64Bytes189_.makeImmutable(); } if (((from_bitField5_ & 0x20000000) != 0)) { result.fieldMapUint64Double190_ = internalGetFieldMapUint64Double190(); result.fieldMapUint64Double190_.makeImmutable(); } if (((from_bitField5_ & 0x40000000) != 0)) { result.fieldMapUint64Enum191_ = internalGetFieldMapUint64Enum191(); result.fieldMapUint64Enum191_.makeImmutable(); } if (((from_bitField5_ & 0x80000000) != 0)) { result.fieldMapUint64Fixed32192_ = internalGetFieldMapUint64Fixed32192(); result.fieldMapUint64Fixed32192_.makeImmutable(); } } private void buildPartial6(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps result) { int from_bitField6_ = bitField6_; if (((from_bitField6_ & 0x00000001) != 0)) { result.fieldMapUint64Fixed64193_ = internalGetFieldMapUint64Fixed64193(); result.fieldMapUint64Fixed64193_.makeImmutable(); } if (((from_bitField6_ & 0x00000002) != 0)) { result.fieldMapUint64Float194_ = internalGetFieldMapUint64Float194(); result.fieldMapUint64Float194_.makeImmutable(); } if (((from_bitField6_ & 0x00000004) != 0)) { result.fieldMapUint64Int32195_ = internalGetFieldMapUint64Int32195(); result.fieldMapUint64Int32195_.makeImmutable(); } if (((from_bitField6_ & 0x00000008) != 0)) { result.fieldMapUint64Int64196_ = internalGetFieldMapUint64Int64196(); result.fieldMapUint64Int64196_.makeImmutable(); } if (((from_bitField6_ & 0x00000010) != 0)) { result.fieldMapUint64Message197_ = internalGetFieldMapUint64Message197().build(FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } if (((from_bitField6_ & 0x00000020) != 0)) { result.fieldMapUint64Sfixed32198_ = internalGetFieldMapUint64Sfixed32198(); result.fieldMapUint64Sfixed32198_.makeImmutable(); } if (((from_bitField6_ & 0x00000040) != 0)) { result.fieldMapUint64Sfixed64199_ = internalGetFieldMapUint64Sfixed64199(); result.fieldMapUint64Sfixed64199_.makeImmutable(); } if (((from_bitField6_ & 0x00000080) != 0)) { result.fieldMapUint64Sint32200_ = internalGetFieldMapUint64Sint32200(); result.fieldMapUint64Sint32200_.makeImmutable(); } if (((from_bitField6_ & 0x00000100) != 0)) { result.fieldMapUint64Sint64201_ = internalGetFieldMapUint64Sint64201(); result.fieldMapUint64Sint64201_.makeImmutable(); } if (((from_bitField6_ & 0x00000200) != 0)) { result.fieldMapUint64String202_ = internalGetFieldMapUint64String202(); result.fieldMapUint64String202_.makeImmutable(); } if (((from_bitField6_ & 0x00000400) != 0)) { result.fieldMapUint64Uint32203_ = internalGetFieldMapUint64Uint32203(); result.fieldMapUint64Uint32203_.makeImmutable(); } if (((from_bitField6_ & 0x00000800) != 0)) { result.fieldMapUint64Uint64204_ = internalGetFieldMapUint64Uint64204(); result.fieldMapUint64Uint64204_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps) { return mergeFrom((com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps other) { if (other == com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps.getDefaultInstance()) return this; internalGetMutableFieldMapBoolBool1().mergeFrom( other.internalGetFieldMapBoolBool1()); bitField0_ |= 0x00000001; internalGetMutableFieldMapBoolBytes2().mergeFrom( other.internalGetFieldMapBoolBytes2()); bitField0_ |= 0x00000002; internalGetMutableFieldMapBoolDouble3().mergeFrom( other.internalGetFieldMapBoolDouble3()); bitField0_ |= 0x00000004; internalGetMutableFieldMapBoolEnum4().mergeFrom( other.internalGetFieldMapBoolEnum4()); bitField0_ |= 0x00000008; internalGetMutableFieldMapBoolFixed325().mergeFrom( other.internalGetFieldMapBoolFixed325()); bitField0_ |= 0x00000010; internalGetMutableFieldMapBoolFixed646().mergeFrom( other.internalGetFieldMapBoolFixed646()); bitField0_ |= 0x00000020; internalGetMutableFieldMapBoolFloat7().mergeFrom( other.internalGetFieldMapBoolFloat7()); bitField0_ |= 0x00000040; internalGetMutableFieldMapBoolInt328().mergeFrom( other.internalGetFieldMapBoolInt328()); bitField0_ |= 0x00000080; internalGetMutableFieldMapBoolInt649().mergeFrom( other.internalGetFieldMapBoolInt649()); bitField0_ |= 0x00000100; internalGetMutableFieldMapBoolMessage10().mergeFrom( other.internalGetFieldMapBoolMessage10()); bitField0_ |= 0x00000200; internalGetMutableFieldMapBoolSfixed3211().mergeFrom( other.internalGetFieldMapBoolSfixed3211()); bitField0_ |= 0x00000400; internalGetMutableFieldMapBoolSfixed6412().mergeFrom( other.internalGetFieldMapBoolSfixed6412()); bitField0_ |= 0x00000800; internalGetMutableFieldMapBoolSint3213().mergeFrom( other.internalGetFieldMapBoolSint3213()); bitField0_ |= 0x00001000; internalGetMutableFieldMapBoolSint6414().mergeFrom( other.internalGetFieldMapBoolSint6414()); bitField0_ |= 0x00002000; internalGetMutableFieldMapBoolString15().mergeFrom( other.internalGetFieldMapBoolString15()); bitField0_ |= 0x00004000; internalGetMutableFieldMapBoolUint3216().mergeFrom( other.internalGetFieldMapBoolUint3216()); bitField0_ |= 0x00008000; internalGetMutableFieldMapBoolUint6417().mergeFrom( other.internalGetFieldMapBoolUint6417()); bitField0_ |= 0x00010000; internalGetMutableFieldMapFixed32Bool18().mergeFrom( other.internalGetFieldMapFixed32Bool18()); bitField0_ |= 0x00020000; internalGetMutableFieldMapFixed32Bytes19().mergeFrom( other.internalGetFieldMapFixed32Bytes19()); bitField0_ |= 0x00040000; internalGetMutableFieldMapFixed32Double20().mergeFrom( other.internalGetFieldMapFixed32Double20()); bitField0_ |= 0x00080000; internalGetMutableFieldMapFixed32Enum21().mergeFrom( other.internalGetFieldMapFixed32Enum21()); bitField0_ |= 0x00100000; internalGetMutableFieldMapFixed32Fixed3222().mergeFrom( other.internalGetFieldMapFixed32Fixed3222()); bitField0_ |= 0x00200000; internalGetMutableFieldMapFixed32Fixed6423().mergeFrom( other.internalGetFieldMapFixed32Fixed6423()); bitField0_ |= 0x00400000; internalGetMutableFieldMapFixed32Float24().mergeFrom( other.internalGetFieldMapFixed32Float24()); bitField0_ |= 0x00800000; internalGetMutableFieldMapFixed32Int3225().mergeFrom( other.internalGetFieldMapFixed32Int3225()); bitField0_ |= 0x01000000; internalGetMutableFieldMapFixed32Int6426().mergeFrom( other.internalGetFieldMapFixed32Int6426()); bitField0_ |= 0x02000000; internalGetMutableFieldMapFixed32Message27().mergeFrom( other.internalGetFieldMapFixed32Message27()); bitField0_ |= 0x04000000; internalGetMutableFieldMapFixed32Sfixed3228().mergeFrom( other.internalGetFieldMapFixed32Sfixed3228()); bitField0_ |= 0x08000000; internalGetMutableFieldMapFixed32Sfixed6429().mergeFrom( other.internalGetFieldMapFixed32Sfixed6429()); bitField0_ |= 0x10000000; internalGetMutableFieldMapFixed32Sint3230().mergeFrom( other.internalGetFieldMapFixed32Sint3230()); bitField0_ |= 0x20000000; internalGetMutableFieldMapFixed32Sint6431().mergeFrom( other.internalGetFieldMapFixed32Sint6431()); bitField0_ |= 0x40000000; internalGetMutableFieldMapFixed32String32().mergeFrom( other.internalGetFieldMapFixed32String32()); bitField0_ |= 0x80000000; internalGetMutableFieldMapFixed32Uint3233().mergeFrom( other.internalGetFieldMapFixed32Uint3233()); bitField1_ |= 0x00000001; internalGetMutableFieldMapFixed32Uint6434().mergeFrom( other.internalGetFieldMapFixed32Uint6434()); bitField1_ |= 0x00000002; internalGetMutableFieldMapFixed64Bool35().mergeFrom( other.internalGetFieldMapFixed64Bool35()); bitField1_ |= 0x00000004; internalGetMutableFieldMapFixed64Bytes36().mergeFrom( other.internalGetFieldMapFixed64Bytes36()); bitField1_ |= 0x00000008; internalGetMutableFieldMapFixed64Double37().mergeFrom( other.internalGetFieldMapFixed64Double37()); bitField1_ |= 0x00000010; internalGetMutableFieldMapFixed64Enum38().mergeFrom( other.internalGetFieldMapFixed64Enum38()); bitField1_ |= 0x00000020; internalGetMutableFieldMapFixed64Fixed3239().mergeFrom( other.internalGetFieldMapFixed64Fixed3239()); bitField1_ |= 0x00000040; internalGetMutableFieldMapFixed64Fixed6440().mergeFrom( other.internalGetFieldMapFixed64Fixed6440()); bitField1_ |= 0x00000080; internalGetMutableFieldMapFixed64Float41().mergeFrom( other.internalGetFieldMapFixed64Float41()); bitField1_ |= 0x00000100; internalGetMutableFieldMapFixed64Int3242().mergeFrom( other.internalGetFieldMapFixed64Int3242()); bitField1_ |= 0x00000200; internalGetMutableFieldMapFixed64Int6443().mergeFrom( other.internalGetFieldMapFixed64Int6443()); bitField1_ |= 0x00000400; internalGetMutableFieldMapFixed64Message44().mergeFrom( other.internalGetFieldMapFixed64Message44()); bitField1_ |= 0x00000800; internalGetMutableFieldMapFixed64Sfixed3245().mergeFrom( other.internalGetFieldMapFixed64Sfixed3245()); bitField1_ |= 0x00001000; internalGetMutableFieldMapFixed64Sfixed6446().mergeFrom( other.internalGetFieldMapFixed64Sfixed6446()); bitField1_ |= 0x00002000; internalGetMutableFieldMapFixed64Sint3247().mergeFrom( other.internalGetFieldMapFixed64Sint3247()); bitField1_ |= 0x00004000; internalGetMutableFieldMapFixed64Sint6448().mergeFrom( other.internalGetFieldMapFixed64Sint6448()); bitField1_ |= 0x00008000; internalGetMutableFieldMapFixed64String49().mergeFrom( other.internalGetFieldMapFixed64String49()); bitField1_ |= 0x00010000; internalGetMutableFieldMapFixed64Uint3250().mergeFrom( other.internalGetFieldMapFixed64Uint3250()); bitField1_ |= 0x00020000; internalGetMutableFieldMapFixed64Uint6451().mergeFrom( other.internalGetFieldMapFixed64Uint6451()); bitField1_ |= 0x00040000; internalGetMutableFieldMapInt32Bool52().mergeFrom( other.internalGetFieldMapInt32Bool52()); bitField1_ |= 0x00080000; internalGetMutableFieldMapInt32Bytes53().mergeFrom( other.internalGetFieldMapInt32Bytes53()); bitField1_ |= 0x00100000; internalGetMutableFieldMapInt32Double54().mergeFrom( other.internalGetFieldMapInt32Double54()); bitField1_ |= 0x00200000; internalGetMutableFieldMapInt32Enum55().mergeFrom( other.internalGetFieldMapInt32Enum55()); bitField1_ |= 0x00400000; internalGetMutableFieldMapInt32Fixed3256().mergeFrom( other.internalGetFieldMapInt32Fixed3256()); bitField1_ |= 0x00800000; internalGetMutableFieldMapInt32Fixed6457().mergeFrom( other.internalGetFieldMapInt32Fixed6457()); bitField1_ |= 0x01000000; internalGetMutableFieldMapInt32Float58().mergeFrom( other.internalGetFieldMapInt32Float58()); bitField1_ |= 0x02000000; internalGetMutableFieldMapInt32Int3259().mergeFrom( other.internalGetFieldMapInt32Int3259()); bitField1_ |= 0x04000000; internalGetMutableFieldMapInt32Int6460().mergeFrom( other.internalGetFieldMapInt32Int6460()); bitField1_ |= 0x08000000; internalGetMutableFieldMapInt32Message61().mergeFrom( other.internalGetFieldMapInt32Message61()); bitField1_ |= 0x10000000; internalGetMutableFieldMapInt32Sfixed3262().mergeFrom( other.internalGetFieldMapInt32Sfixed3262()); bitField1_ |= 0x20000000; internalGetMutableFieldMapInt32Sfixed6463().mergeFrom( other.internalGetFieldMapInt32Sfixed6463()); bitField1_ |= 0x40000000; internalGetMutableFieldMapInt32Sint3264().mergeFrom( other.internalGetFieldMapInt32Sint3264()); bitField1_ |= 0x80000000; internalGetMutableFieldMapInt32Sint6465().mergeFrom( other.internalGetFieldMapInt32Sint6465()); bitField2_ |= 0x00000001; internalGetMutableFieldMapInt32String66().mergeFrom( other.internalGetFieldMapInt32String66()); bitField2_ |= 0x00000002; internalGetMutableFieldMapInt32Uint3267().mergeFrom( other.internalGetFieldMapInt32Uint3267()); bitField2_ |= 0x00000004; internalGetMutableFieldMapInt32Uint6468().mergeFrom( other.internalGetFieldMapInt32Uint6468()); bitField2_ |= 0x00000008; internalGetMutableFieldMapInt64Bool69().mergeFrom( other.internalGetFieldMapInt64Bool69()); bitField2_ |= 0x00000010; internalGetMutableFieldMapInt64Bytes70().mergeFrom( other.internalGetFieldMapInt64Bytes70()); bitField2_ |= 0x00000020; internalGetMutableFieldMapInt64Double71().mergeFrom( other.internalGetFieldMapInt64Double71()); bitField2_ |= 0x00000040; internalGetMutableFieldMapInt64Enum72().mergeFrom( other.internalGetFieldMapInt64Enum72()); bitField2_ |= 0x00000080; internalGetMutableFieldMapInt64Fixed3273().mergeFrom( other.internalGetFieldMapInt64Fixed3273()); bitField2_ |= 0x00000100; internalGetMutableFieldMapInt64Fixed6474().mergeFrom( other.internalGetFieldMapInt64Fixed6474()); bitField2_ |= 0x00000200; internalGetMutableFieldMapInt64Float75().mergeFrom( other.internalGetFieldMapInt64Float75()); bitField2_ |= 0x00000400; internalGetMutableFieldMapInt64Int3276().mergeFrom( other.internalGetFieldMapInt64Int3276()); bitField2_ |= 0x00000800; internalGetMutableFieldMapInt64Int6477().mergeFrom( other.internalGetFieldMapInt64Int6477()); bitField2_ |= 0x00001000; internalGetMutableFieldMapInt64Message78().mergeFrom( other.internalGetFieldMapInt64Message78()); bitField2_ |= 0x00002000; internalGetMutableFieldMapInt64Sfixed3279().mergeFrom( other.internalGetFieldMapInt64Sfixed3279()); bitField2_ |= 0x00004000; internalGetMutableFieldMapInt64Sfixed6480().mergeFrom( other.internalGetFieldMapInt64Sfixed6480()); bitField2_ |= 0x00008000; internalGetMutableFieldMapInt64Sint3281().mergeFrom( other.internalGetFieldMapInt64Sint3281()); bitField2_ |= 0x00010000; internalGetMutableFieldMapInt64Sint6482().mergeFrom( other.internalGetFieldMapInt64Sint6482()); bitField2_ |= 0x00020000; internalGetMutableFieldMapInt64String83().mergeFrom( other.internalGetFieldMapInt64String83()); bitField2_ |= 0x00040000; internalGetMutableFieldMapInt64Uint3284().mergeFrom( other.internalGetFieldMapInt64Uint3284()); bitField2_ |= 0x00080000; internalGetMutableFieldMapInt64Uint6485().mergeFrom( other.internalGetFieldMapInt64Uint6485()); bitField2_ |= 0x00100000; internalGetMutableFieldMapSfixed32Bool86().mergeFrom( other.internalGetFieldMapSfixed32Bool86()); bitField2_ |= 0x00200000; internalGetMutableFieldMapSfixed32Bytes87().mergeFrom( other.internalGetFieldMapSfixed32Bytes87()); bitField2_ |= 0x00400000; internalGetMutableFieldMapSfixed32Double88().mergeFrom( other.internalGetFieldMapSfixed32Double88()); bitField2_ |= 0x00800000; internalGetMutableFieldMapSfixed32Enum89().mergeFrom( other.internalGetFieldMapSfixed32Enum89()); bitField2_ |= 0x01000000; internalGetMutableFieldMapSfixed32Fixed3290().mergeFrom( other.internalGetFieldMapSfixed32Fixed3290()); bitField2_ |= 0x02000000; internalGetMutableFieldMapSfixed32Fixed6491().mergeFrom( other.internalGetFieldMapSfixed32Fixed6491()); bitField2_ |= 0x04000000; internalGetMutableFieldMapSfixed32Float92().mergeFrom( other.internalGetFieldMapSfixed32Float92()); bitField2_ |= 0x08000000; internalGetMutableFieldMapSfixed32Int3293().mergeFrom( other.internalGetFieldMapSfixed32Int3293()); bitField2_ |= 0x10000000; internalGetMutableFieldMapSfixed32Int6494().mergeFrom( other.internalGetFieldMapSfixed32Int6494()); bitField2_ |= 0x20000000; internalGetMutableFieldMapSfixed32Message95().mergeFrom( other.internalGetFieldMapSfixed32Message95()); bitField2_ |= 0x40000000; internalGetMutableFieldMapSfixed32Sfixed3296().mergeFrom( other.internalGetFieldMapSfixed32Sfixed3296()); bitField2_ |= 0x80000000; internalGetMutableFieldMapSfixed32Sfixed6497().mergeFrom( other.internalGetFieldMapSfixed32Sfixed6497()); bitField3_ |= 0x00000001; internalGetMutableFieldMapSfixed32Sint3298().mergeFrom( other.internalGetFieldMapSfixed32Sint3298()); bitField3_ |= 0x00000002; internalGetMutableFieldMapSfixed32Sint6499().mergeFrom( other.internalGetFieldMapSfixed32Sint6499()); bitField3_ |= 0x00000004; internalGetMutableFieldMapSfixed32String100().mergeFrom( other.internalGetFieldMapSfixed32String100()); bitField3_ |= 0x00000008; internalGetMutableFieldMapSfixed32Uint32101().mergeFrom( other.internalGetFieldMapSfixed32Uint32101()); bitField3_ |= 0x00000010; internalGetMutableFieldMapSfixed32Uint64102().mergeFrom( other.internalGetFieldMapSfixed32Uint64102()); bitField3_ |= 0x00000020; internalGetMutableFieldMapSfixed64Bool103().mergeFrom( other.internalGetFieldMapSfixed64Bool103()); bitField3_ |= 0x00000040; internalGetMutableFieldMapSfixed64Bytes104().mergeFrom( other.internalGetFieldMapSfixed64Bytes104()); bitField3_ |= 0x00000080; internalGetMutableFieldMapSfixed64Double105().mergeFrom( other.internalGetFieldMapSfixed64Double105()); bitField3_ |= 0x00000100; internalGetMutableFieldMapSfixed64Enum106().mergeFrom( other.internalGetFieldMapSfixed64Enum106()); bitField3_ |= 0x00000200; internalGetMutableFieldMapSfixed64Fixed32107().mergeFrom( other.internalGetFieldMapSfixed64Fixed32107()); bitField3_ |= 0x00000400; internalGetMutableFieldMapSfixed64Fixed64108().mergeFrom( other.internalGetFieldMapSfixed64Fixed64108()); bitField3_ |= 0x00000800; internalGetMutableFieldMapSfixed64Float109().mergeFrom( other.internalGetFieldMapSfixed64Float109()); bitField3_ |= 0x00001000; internalGetMutableFieldMapSfixed64Int32110().mergeFrom( other.internalGetFieldMapSfixed64Int32110()); bitField3_ |= 0x00002000; internalGetMutableFieldMapSfixed64Int64111().mergeFrom( other.internalGetFieldMapSfixed64Int64111()); bitField3_ |= 0x00004000; internalGetMutableFieldMapSfixed64Message112().mergeFrom( other.internalGetFieldMapSfixed64Message112()); bitField3_ |= 0x00008000; internalGetMutableFieldMapSfixed64Sfixed32113().mergeFrom( other.internalGetFieldMapSfixed64Sfixed32113()); bitField3_ |= 0x00010000; internalGetMutableFieldMapSfixed64Sfixed64114().mergeFrom( other.internalGetFieldMapSfixed64Sfixed64114()); bitField3_ |= 0x00020000; internalGetMutableFieldMapSfixed64Sint32115().mergeFrom( other.internalGetFieldMapSfixed64Sint32115()); bitField3_ |= 0x00040000; internalGetMutableFieldMapSfixed64Sint64116().mergeFrom( other.internalGetFieldMapSfixed64Sint64116()); bitField3_ |= 0x00080000; internalGetMutableFieldMapSfixed64String117().mergeFrom( other.internalGetFieldMapSfixed64String117()); bitField3_ |= 0x00100000; internalGetMutableFieldMapSfixed64Uint32118().mergeFrom( other.internalGetFieldMapSfixed64Uint32118()); bitField3_ |= 0x00200000; internalGetMutableFieldMapSfixed64Uint64119().mergeFrom( other.internalGetFieldMapSfixed64Uint64119()); bitField3_ |= 0x00400000; internalGetMutableFieldMapSint32Bool120().mergeFrom( other.internalGetFieldMapSint32Bool120()); bitField3_ |= 0x00800000; internalGetMutableFieldMapSint32Bytes121().mergeFrom( other.internalGetFieldMapSint32Bytes121()); bitField3_ |= 0x01000000; internalGetMutableFieldMapSint32Double122().mergeFrom( other.internalGetFieldMapSint32Double122()); bitField3_ |= 0x02000000; internalGetMutableFieldMapSint32Enum123().mergeFrom( other.internalGetFieldMapSint32Enum123()); bitField3_ |= 0x04000000; internalGetMutableFieldMapSint32Fixed32124().mergeFrom( other.internalGetFieldMapSint32Fixed32124()); bitField3_ |= 0x08000000; internalGetMutableFieldMapSint32Fixed64125().mergeFrom( other.internalGetFieldMapSint32Fixed64125()); bitField3_ |= 0x10000000; internalGetMutableFieldMapSint32Float126().mergeFrom( other.internalGetFieldMapSint32Float126()); bitField3_ |= 0x20000000; internalGetMutableFieldMapSint32Int32127().mergeFrom( other.internalGetFieldMapSint32Int32127()); bitField3_ |= 0x40000000; internalGetMutableFieldMapSint32Int64128().mergeFrom( other.internalGetFieldMapSint32Int64128()); bitField3_ |= 0x80000000; internalGetMutableFieldMapSint32Message129().mergeFrom( other.internalGetFieldMapSint32Message129()); bitField4_ |= 0x00000001; internalGetMutableFieldMapSint32Sfixed32130().mergeFrom( other.internalGetFieldMapSint32Sfixed32130()); bitField4_ |= 0x00000002; internalGetMutableFieldMapSint32Sfixed64131().mergeFrom( other.internalGetFieldMapSint32Sfixed64131()); bitField4_ |= 0x00000004; internalGetMutableFieldMapSint32Sint32132().mergeFrom( other.internalGetFieldMapSint32Sint32132()); bitField4_ |= 0x00000008; internalGetMutableFieldMapSint32Sint64133().mergeFrom( other.internalGetFieldMapSint32Sint64133()); bitField4_ |= 0x00000010; internalGetMutableFieldMapSint32String134().mergeFrom( other.internalGetFieldMapSint32String134()); bitField4_ |= 0x00000020; internalGetMutableFieldMapSint32Uint32135().mergeFrom( other.internalGetFieldMapSint32Uint32135()); bitField4_ |= 0x00000040; internalGetMutableFieldMapSint32Uint64136().mergeFrom( other.internalGetFieldMapSint32Uint64136()); bitField4_ |= 0x00000080; internalGetMutableFieldMapSint64Bool137().mergeFrom( other.internalGetFieldMapSint64Bool137()); bitField4_ |= 0x00000100; internalGetMutableFieldMapSint64Bytes138().mergeFrom( other.internalGetFieldMapSint64Bytes138()); bitField4_ |= 0x00000200; internalGetMutableFieldMapSint64Double139().mergeFrom( other.internalGetFieldMapSint64Double139()); bitField4_ |= 0x00000400; internalGetMutableFieldMapSint64Enum140().mergeFrom( other.internalGetFieldMapSint64Enum140()); bitField4_ |= 0x00000800; internalGetMutableFieldMapSint64Fixed32141().mergeFrom( other.internalGetFieldMapSint64Fixed32141()); bitField4_ |= 0x00001000; internalGetMutableFieldMapSint64Fixed64142().mergeFrom( other.internalGetFieldMapSint64Fixed64142()); bitField4_ |= 0x00002000; internalGetMutableFieldMapSint64Float143().mergeFrom( other.internalGetFieldMapSint64Float143()); bitField4_ |= 0x00004000; internalGetMutableFieldMapSint64Int32144().mergeFrom( other.internalGetFieldMapSint64Int32144()); bitField4_ |= 0x00008000; internalGetMutableFieldMapSint64Int64145().mergeFrom( other.internalGetFieldMapSint64Int64145()); bitField4_ |= 0x00010000; internalGetMutableFieldMapSint64Message146().mergeFrom( other.internalGetFieldMapSint64Message146()); bitField4_ |= 0x00020000; internalGetMutableFieldMapSint64Sfixed32147().mergeFrom( other.internalGetFieldMapSint64Sfixed32147()); bitField4_ |= 0x00040000; internalGetMutableFieldMapSint64Sfixed64148().mergeFrom( other.internalGetFieldMapSint64Sfixed64148()); bitField4_ |= 0x00080000; internalGetMutableFieldMapSint64Sint32149().mergeFrom( other.internalGetFieldMapSint64Sint32149()); bitField4_ |= 0x00100000; internalGetMutableFieldMapSint64Sint64150().mergeFrom( other.internalGetFieldMapSint64Sint64150()); bitField4_ |= 0x00200000; internalGetMutableFieldMapSint64String151().mergeFrom( other.internalGetFieldMapSint64String151()); bitField4_ |= 0x00400000; internalGetMutableFieldMapSint64Uint32152().mergeFrom( other.internalGetFieldMapSint64Uint32152()); bitField4_ |= 0x00800000; internalGetMutableFieldMapSint64Uint64153().mergeFrom( other.internalGetFieldMapSint64Uint64153()); bitField4_ |= 0x01000000; internalGetMutableFieldMapStringBool154().mergeFrom( other.internalGetFieldMapStringBool154()); bitField4_ |= 0x02000000; internalGetMutableFieldMapStringBytes155().mergeFrom( other.internalGetFieldMapStringBytes155()); bitField4_ |= 0x04000000; internalGetMutableFieldMapStringDouble156().mergeFrom( other.internalGetFieldMapStringDouble156()); bitField4_ |= 0x08000000; internalGetMutableFieldMapStringEnum157().mergeFrom( other.internalGetFieldMapStringEnum157()); bitField4_ |= 0x10000000; internalGetMutableFieldMapStringFixed32158().mergeFrom( other.internalGetFieldMapStringFixed32158()); bitField4_ |= 0x20000000; internalGetMutableFieldMapStringFixed64159().mergeFrom( other.internalGetFieldMapStringFixed64159()); bitField4_ |= 0x40000000; internalGetMutableFieldMapStringFloat160().mergeFrom( other.internalGetFieldMapStringFloat160()); bitField4_ |= 0x80000000; internalGetMutableFieldMapStringInt32161().mergeFrom( other.internalGetFieldMapStringInt32161()); bitField5_ |= 0x00000001; internalGetMutableFieldMapStringInt64162().mergeFrom( other.internalGetFieldMapStringInt64162()); bitField5_ |= 0x00000002; internalGetMutableFieldMapStringMessage163().mergeFrom( other.internalGetFieldMapStringMessage163()); bitField5_ |= 0x00000004; internalGetMutableFieldMapStringSfixed32164().mergeFrom( other.internalGetFieldMapStringSfixed32164()); bitField5_ |= 0x00000008; internalGetMutableFieldMapStringSfixed64165().mergeFrom( other.internalGetFieldMapStringSfixed64165()); bitField5_ |= 0x00000010; internalGetMutableFieldMapStringSint32166().mergeFrom( other.internalGetFieldMapStringSint32166()); bitField5_ |= 0x00000020; internalGetMutableFieldMapStringSint64167().mergeFrom( other.internalGetFieldMapStringSint64167()); bitField5_ |= 0x00000040; internalGetMutableFieldMapStringString168().mergeFrom( other.internalGetFieldMapStringString168()); bitField5_ |= 0x00000080; internalGetMutableFieldMapStringUint32169().mergeFrom( other.internalGetFieldMapStringUint32169()); bitField5_ |= 0x00000100; internalGetMutableFieldMapStringUint64170().mergeFrom( other.internalGetFieldMapStringUint64170()); bitField5_ |= 0x00000200; internalGetMutableFieldMapUint32Bool171().mergeFrom( other.internalGetFieldMapUint32Bool171()); bitField5_ |= 0x00000400; internalGetMutableFieldMapUint32Bytes172().mergeFrom( other.internalGetFieldMapUint32Bytes172()); bitField5_ |= 0x00000800; internalGetMutableFieldMapUint32Double173().mergeFrom( other.internalGetFieldMapUint32Double173()); bitField5_ |= 0x00001000; internalGetMutableFieldMapUint32Enum174().mergeFrom( other.internalGetFieldMapUint32Enum174()); bitField5_ |= 0x00002000; internalGetMutableFieldMapUint32Fixed32175().mergeFrom( other.internalGetFieldMapUint32Fixed32175()); bitField5_ |= 0x00004000; internalGetMutableFieldMapUint32Fixed64176().mergeFrom( other.internalGetFieldMapUint32Fixed64176()); bitField5_ |= 0x00008000; internalGetMutableFieldMapUint32Float177().mergeFrom( other.internalGetFieldMapUint32Float177()); bitField5_ |= 0x00010000; internalGetMutableFieldMapUint32Int32178().mergeFrom( other.internalGetFieldMapUint32Int32178()); bitField5_ |= 0x00020000; internalGetMutableFieldMapUint32Int64179().mergeFrom( other.internalGetFieldMapUint32Int64179()); bitField5_ |= 0x00040000; internalGetMutableFieldMapUint32Message180().mergeFrom( other.internalGetFieldMapUint32Message180()); bitField5_ |= 0x00080000; internalGetMutableFieldMapUint32Sfixed32181().mergeFrom( other.internalGetFieldMapUint32Sfixed32181()); bitField5_ |= 0x00100000; internalGetMutableFieldMapUint32Sfixed64182().mergeFrom( other.internalGetFieldMapUint32Sfixed64182()); bitField5_ |= 0x00200000; internalGetMutableFieldMapUint32Sint32183().mergeFrom( other.internalGetFieldMapUint32Sint32183()); bitField5_ |= 0x00400000; internalGetMutableFieldMapUint32Sint64184().mergeFrom( other.internalGetFieldMapUint32Sint64184()); bitField5_ |= 0x00800000; internalGetMutableFieldMapUint32String185().mergeFrom( other.internalGetFieldMapUint32String185()); bitField5_ |= 0x01000000; internalGetMutableFieldMapUint32Uint32186().mergeFrom( other.internalGetFieldMapUint32Uint32186()); bitField5_ |= 0x02000000; internalGetMutableFieldMapUint32Uint64187().mergeFrom( other.internalGetFieldMapUint32Uint64187()); bitField5_ |= 0x04000000; internalGetMutableFieldMapUint64Bool188().mergeFrom( other.internalGetFieldMapUint64Bool188()); bitField5_ |= 0x08000000; internalGetMutableFieldMapUint64Bytes189().mergeFrom( other.internalGetFieldMapUint64Bytes189()); bitField5_ |= 0x10000000; internalGetMutableFieldMapUint64Double190().mergeFrom( other.internalGetFieldMapUint64Double190()); bitField5_ |= 0x20000000; internalGetMutableFieldMapUint64Enum191().mergeFrom( other.internalGetFieldMapUint64Enum191()); bitField5_ |= 0x40000000; internalGetMutableFieldMapUint64Fixed32192().mergeFrom( other.internalGetFieldMapUint64Fixed32192()); bitField5_ |= 0x80000000; internalGetMutableFieldMapUint64Fixed64193().mergeFrom( other.internalGetFieldMapUint64Fixed64193()); bitField6_ |= 0x00000001; internalGetMutableFieldMapUint64Float194().mergeFrom( other.internalGetFieldMapUint64Float194()); bitField6_ |= 0x00000002; internalGetMutableFieldMapUint64Int32195().mergeFrom( other.internalGetFieldMapUint64Int32195()); bitField6_ |= 0x00000004; internalGetMutableFieldMapUint64Int64196().mergeFrom( other.internalGetFieldMapUint64Int64196()); bitField6_ |= 0x00000008; internalGetMutableFieldMapUint64Message197().mergeFrom( other.internalGetFieldMapUint64Message197()); bitField6_ |= 0x00000010; internalGetMutableFieldMapUint64Sfixed32198().mergeFrom( other.internalGetFieldMapUint64Sfixed32198()); bitField6_ |= 0x00000020; internalGetMutableFieldMapUint64Sfixed64199().mergeFrom( other.internalGetFieldMapUint64Sfixed64199()); bitField6_ |= 0x00000040; internalGetMutableFieldMapUint64Sint32200().mergeFrom( other.internalGetFieldMapUint64Sint32200()); bitField6_ |= 0x00000080; internalGetMutableFieldMapUint64Sint64201().mergeFrom( other.internalGetFieldMapUint64Sint64201()); bitField6_ |= 0x00000100; internalGetMutableFieldMapUint64String202().mergeFrom( other.internalGetFieldMapUint64String202()); bitField6_ |= 0x00000200; internalGetMutableFieldMapUint64Uint32203().mergeFrom( other.internalGetFieldMapUint64Uint32203()); bitField6_ |= 0x00000400; internalGetMutableFieldMapUint64Uint64204().mergeFrom( other.internalGetFieldMapUint64Uint64204()); bitField6_ |= 0x00000800; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapBoolMessage10Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapFixed32Message27Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapFixed64Message44Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapInt32Message61Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapInt64Message78Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSfixed32Message95Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSfixed64Message112Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSint32Message129Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapSint64Message146Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapStringMessage163Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapUint32Message180Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2Testing.Proto2Message item : getFieldMapUint64Message197Map().values()) { if (!item.isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry fieldMapBoolBool1__ = input.readMessage( FieldMapBoolBool1DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBool1().getMutableMap().put( fieldMapBoolBool1__.getKey(), fieldMapBoolBool1__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = input.readMessage( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBytes2().getMutableMap().put( fieldMapBoolBytes2__.getKey(), fieldMapBoolBytes2__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = input.readMessage( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolDouble3().getMutableMap().put( fieldMapBoolDouble3__.getKey(), fieldMapBoolDouble3__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapBoolEnum4__ = FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapBoolEnum4__.getValue()) == null) { mergeUnknownLengthDelimitedField(4, bytes); } else { internalGetMutableFieldMapBoolEnum4().getMutableMap().put( fieldMapBoolEnum4__.getKey(), fieldMapBoolEnum4__.getValue()); bitField0_ |= 0x00000008; } break; } // case 34 case 42: { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = input.readMessage( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed325().getMutableMap().put( fieldMapBoolFixed325__.getKey(), fieldMapBoolFixed325__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = input.readMessage( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed646().getMutableMap().put( fieldMapBoolFixed646__.getKey(), fieldMapBoolFixed646__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = input.readMessage( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFloat7().getMutableMap().put( fieldMapBoolFloat7__.getKey(), fieldMapBoolFloat7__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry fieldMapBoolInt328__ = input.readMessage( FieldMapBoolInt328DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt328().getMutableMap().put( fieldMapBoolInt328__.getKey(), fieldMapBoolInt328__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry fieldMapBoolInt649__ = input.readMessage( FieldMapBoolInt649DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt649().getMutableMap().put( fieldMapBoolInt649__.getKey(), fieldMapBoolInt649__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = input.readMessage( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolMessage10().ensureBuilderMap().put( fieldMapBoolMessage10__.getKey(), fieldMapBoolMessage10__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 case 90: { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = input.readMessage( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed3211().getMutableMap().put( fieldMapBoolSfixed3211__.getKey(), fieldMapBoolSfixed3211__.getValue()); bitField0_ |= 0x00000400; break; } // case 90 case 98: { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = input.readMessage( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed6412().getMutableMap().put( fieldMapBoolSfixed6412__.getKey(), fieldMapBoolSfixed6412__.getValue()); bitField0_ |= 0x00000800; break; } // case 98 case 106: { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = input.readMessage( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint3213().getMutableMap().put( fieldMapBoolSint3213__.getKey(), fieldMapBoolSint3213__.getValue()); bitField0_ |= 0x00001000; break; } // case 106 case 114: { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = input.readMessage( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint6414().getMutableMap().put( fieldMapBoolSint6414__.getKey(), fieldMapBoolSint6414__.getValue()); bitField0_ |= 0x00002000; break; } // case 114 case 122: { com.google.protobuf.MapEntry fieldMapBoolString15__ = input.readMessage( FieldMapBoolString15DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolString15().getMutableMap().put( fieldMapBoolString15__.getKey(), fieldMapBoolString15__.getValue()); bitField0_ |= 0x00004000; break; } // case 122 case 130: { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = input.readMessage( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint3216().getMutableMap().put( fieldMapBoolUint3216__.getKey(), fieldMapBoolUint3216__.getValue()); bitField0_ |= 0x00008000; break; } // case 130 case 138: { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = input.readMessage( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint6417().getMutableMap().put( fieldMapBoolUint6417__.getKey(), fieldMapBoolUint6417__.getValue()); bitField0_ |= 0x00010000; break; } // case 138 case 146: { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = input.readMessage( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bool18().getMutableMap().put( fieldMapFixed32Bool18__.getKey(), fieldMapFixed32Bool18__.getValue()); bitField0_ |= 0x00020000; break; } // case 146 case 154: { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = input.readMessage( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bytes19().getMutableMap().put( fieldMapFixed32Bytes19__.getKey(), fieldMapFixed32Bytes19__.getValue()); bitField0_ |= 0x00040000; break; } // case 154 case 162: { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = input.readMessage( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Double20().getMutableMap().put( fieldMapFixed32Double20__.getKey(), fieldMapFixed32Double20__.getValue()); bitField0_ |= 0x00080000; break; } // case 162 case 170: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapFixed32Enum21__.getValue()) == null) { mergeUnknownLengthDelimitedField(21, bytes); } else { internalGetMutableFieldMapFixed32Enum21().getMutableMap().put( fieldMapFixed32Enum21__.getKey(), fieldMapFixed32Enum21__.getValue()); bitField0_ |= 0x00100000; } break; } // case 170 case 178: { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = input.readMessage( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap().put( fieldMapFixed32Fixed3222__.getKey(), fieldMapFixed32Fixed3222__.getValue()); bitField0_ |= 0x00200000; break; } // case 178 case 186: { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = input.readMessage( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap().put( fieldMapFixed32Fixed6423__.getKey(), fieldMapFixed32Fixed6423__.getValue()); bitField0_ |= 0x00400000; break; } // case 186 case 194: { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = input.readMessage( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Float24().getMutableMap().put( fieldMapFixed32Float24__.getKey(), fieldMapFixed32Float24__.getValue()); bitField0_ |= 0x00800000; break; } // case 194 case 202: { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = input.readMessage( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int3225().getMutableMap().put( fieldMapFixed32Int3225__.getKey(), fieldMapFixed32Int3225__.getValue()); bitField0_ |= 0x01000000; break; } // case 202 case 210: { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = input.readMessage( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int6426().getMutableMap().put( fieldMapFixed32Int6426__.getKey(), fieldMapFixed32Int6426__.getValue()); bitField0_ |= 0x02000000; break; } // case 210 case 218: { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = input.readMessage( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Message27().ensureBuilderMap().put( fieldMapFixed32Message27__.getKey(), fieldMapFixed32Message27__.getValue()); bitField0_ |= 0x04000000; break; } // case 218 case 226: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = input.readMessage( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap().put( fieldMapFixed32Sfixed3228__.getKey(), fieldMapFixed32Sfixed3228__.getValue()); bitField0_ |= 0x08000000; break; } // case 226 case 234: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = input.readMessage( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap().put( fieldMapFixed32Sfixed6429__.getKey(), fieldMapFixed32Sfixed6429__.getValue()); bitField0_ |= 0x10000000; break; } // case 234 case 242: { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = input.readMessage( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint3230().getMutableMap().put( fieldMapFixed32Sint3230__.getKey(), fieldMapFixed32Sint3230__.getValue()); bitField0_ |= 0x20000000; break; } // case 242 case 250: { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = input.readMessage( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint6431().getMutableMap().put( fieldMapFixed32Sint6431__.getKey(), fieldMapFixed32Sint6431__.getValue()); bitField0_ |= 0x40000000; break; } // case 250 case 258: { com.google.protobuf.MapEntry fieldMapFixed32String32__ = input.readMessage( FieldMapFixed32String32DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32String32().getMutableMap().put( fieldMapFixed32String32__.getKey(), fieldMapFixed32String32__.getValue()); bitField0_ |= 0x80000000; break; } // case 258 case 266: { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = input.readMessage( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint3233().getMutableMap().put( fieldMapFixed32Uint3233__.getKey(), fieldMapFixed32Uint3233__.getValue()); bitField1_ |= 0x00000001; break; } // case 266 case 274: { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = input.readMessage( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint6434().getMutableMap().put( fieldMapFixed32Uint6434__.getKey(), fieldMapFixed32Uint6434__.getValue()); bitField1_ |= 0x00000002; break; } // case 274 case 282: { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = input.readMessage( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bool35().getMutableMap().put( fieldMapFixed64Bool35__.getKey(), fieldMapFixed64Bool35__.getValue()); bitField1_ |= 0x00000004; break; } // case 282 case 290: { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = input.readMessage( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bytes36().getMutableMap().put( fieldMapFixed64Bytes36__.getKey(), fieldMapFixed64Bytes36__.getValue()); bitField1_ |= 0x00000008; break; } // case 290 case 298: { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = input.readMessage( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Double37().getMutableMap().put( fieldMapFixed64Double37__.getKey(), fieldMapFixed64Double37__.getValue()); bitField1_ |= 0x00000010; break; } // case 298 case 306: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapFixed64Enum38__.getValue()) == null) { mergeUnknownLengthDelimitedField(38, bytes); } else { internalGetMutableFieldMapFixed64Enum38().getMutableMap().put( fieldMapFixed64Enum38__.getKey(), fieldMapFixed64Enum38__.getValue()); bitField1_ |= 0x00000020; } break; } // case 306 case 314: { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = input.readMessage( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap().put( fieldMapFixed64Fixed3239__.getKey(), fieldMapFixed64Fixed3239__.getValue()); bitField1_ |= 0x00000040; break; } // case 314 case 322: { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = input.readMessage( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap().put( fieldMapFixed64Fixed6440__.getKey(), fieldMapFixed64Fixed6440__.getValue()); bitField1_ |= 0x00000080; break; } // case 322 case 330: { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = input.readMessage( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Float41().getMutableMap().put( fieldMapFixed64Float41__.getKey(), fieldMapFixed64Float41__.getValue()); bitField1_ |= 0x00000100; break; } // case 330 case 338: { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = input.readMessage( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int3242().getMutableMap().put( fieldMapFixed64Int3242__.getKey(), fieldMapFixed64Int3242__.getValue()); bitField1_ |= 0x00000200; break; } // case 338 case 346: { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = input.readMessage( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int6443().getMutableMap().put( fieldMapFixed64Int6443__.getKey(), fieldMapFixed64Int6443__.getValue()); bitField1_ |= 0x00000400; break; } // case 346 case 354: { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = input.readMessage( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Message44().ensureBuilderMap().put( fieldMapFixed64Message44__.getKey(), fieldMapFixed64Message44__.getValue()); bitField1_ |= 0x00000800; break; } // case 354 case 362: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = input.readMessage( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap().put( fieldMapFixed64Sfixed3245__.getKey(), fieldMapFixed64Sfixed3245__.getValue()); bitField1_ |= 0x00001000; break; } // case 362 case 370: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = input.readMessage( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap().put( fieldMapFixed64Sfixed6446__.getKey(), fieldMapFixed64Sfixed6446__.getValue()); bitField1_ |= 0x00002000; break; } // case 370 case 378: { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = input.readMessage( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint3247().getMutableMap().put( fieldMapFixed64Sint3247__.getKey(), fieldMapFixed64Sint3247__.getValue()); bitField1_ |= 0x00004000; break; } // case 378 case 386: { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = input.readMessage( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint6448().getMutableMap().put( fieldMapFixed64Sint6448__.getKey(), fieldMapFixed64Sint6448__.getValue()); bitField1_ |= 0x00008000; break; } // case 386 case 394: { com.google.protobuf.MapEntry fieldMapFixed64String49__ = input.readMessage( FieldMapFixed64String49DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64String49().getMutableMap().put( fieldMapFixed64String49__.getKey(), fieldMapFixed64String49__.getValue()); bitField1_ |= 0x00010000; break; } // case 394 case 402: { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = input.readMessage( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint3250().getMutableMap().put( fieldMapFixed64Uint3250__.getKey(), fieldMapFixed64Uint3250__.getValue()); bitField1_ |= 0x00020000; break; } // case 402 case 410: { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = input.readMessage( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint6451().getMutableMap().put( fieldMapFixed64Uint6451__.getKey(), fieldMapFixed64Uint6451__.getValue()); bitField1_ |= 0x00040000; break; } // case 410 case 418: { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = input.readMessage( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bool52().getMutableMap().put( fieldMapInt32Bool52__.getKey(), fieldMapInt32Bool52__.getValue()); bitField1_ |= 0x00080000; break; } // case 418 case 426: { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = input.readMessage( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bytes53().getMutableMap().put( fieldMapInt32Bytes53__.getKey(), fieldMapInt32Bytes53__.getValue()); bitField1_ |= 0x00100000; break; } // case 426 case 434: { com.google.protobuf.MapEntry fieldMapInt32Double54__ = input.readMessage( FieldMapInt32Double54DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Double54().getMutableMap().put( fieldMapInt32Double54__.getKey(), fieldMapInt32Double54__.getValue()); bitField1_ |= 0x00200000; break; } // case 434 case 442: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapInt32Enum55__ = FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapInt32Enum55__.getValue()) == null) { mergeUnknownLengthDelimitedField(55, bytes); } else { internalGetMutableFieldMapInt32Enum55().getMutableMap().put( fieldMapInt32Enum55__.getKey(), fieldMapInt32Enum55__.getValue()); bitField1_ |= 0x00400000; } break; } // case 442 case 450: { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = input.readMessage( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed3256().getMutableMap().put( fieldMapInt32Fixed3256__.getKey(), fieldMapInt32Fixed3256__.getValue()); bitField1_ |= 0x00800000; break; } // case 450 case 458: { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = input.readMessage( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed6457().getMutableMap().put( fieldMapInt32Fixed6457__.getKey(), fieldMapInt32Fixed6457__.getValue()); bitField1_ |= 0x01000000; break; } // case 458 case 466: { com.google.protobuf.MapEntry fieldMapInt32Float58__ = input.readMessage( FieldMapInt32Float58DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Float58().getMutableMap().put( fieldMapInt32Float58__.getKey(), fieldMapInt32Float58__.getValue()); bitField1_ |= 0x02000000; break; } // case 466 case 474: { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = input.readMessage( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int3259().getMutableMap().put( fieldMapInt32Int3259__.getKey(), fieldMapInt32Int3259__.getValue()); bitField1_ |= 0x04000000; break; } // case 474 case 482: { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = input.readMessage( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int6460().getMutableMap().put( fieldMapInt32Int6460__.getKey(), fieldMapInt32Int6460__.getValue()); bitField1_ |= 0x08000000; break; } // case 482 case 490: { com.google.protobuf.MapEntry fieldMapInt32Message61__ = input.readMessage( FieldMapInt32Message61DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Message61().ensureBuilderMap().put( fieldMapInt32Message61__.getKey(), fieldMapInt32Message61__.getValue()); bitField1_ |= 0x10000000; break; } // case 490 case 498: { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = input.readMessage( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap().put( fieldMapInt32Sfixed3262__.getKey(), fieldMapInt32Sfixed3262__.getValue()); bitField1_ |= 0x20000000; break; } // case 498 case 506: { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = input.readMessage( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap().put( fieldMapInt32Sfixed6463__.getKey(), fieldMapInt32Sfixed6463__.getValue()); bitField1_ |= 0x40000000; break; } // case 506 case 514: { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = input.readMessage( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint3264().getMutableMap().put( fieldMapInt32Sint3264__.getKey(), fieldMapInt32Sint3264__.getValue()); bitField1_ |= 0x80000000; break; } // case 514 case 522: { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = input.readMessage( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint6465().getMutableMap().put( fieldMapInt32Sint6465__.getKey(), fieldMapInt32Sint6465__.getValue()); bitField2_ |= 0x00000001; break; } // case 522 case 530: { com.google.protobuf.MapEntry fieldMapInt32String66__ = input.readMessage( FieldMapInt32String66DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32String66().getMutableMap().put( fieldMapInt32String66__.getKey(), fieldMapInt32String66__.getValue()); bitField2_ |= 0x00000002; break; } // case 530 case 538: { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = input.readMessage( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint3267().getMutableMap().put( fieldMapInt32Uint3267__.getKey(), fieldMapInt32Uint3267__.getValue()); bitField2_ |= 0x00000004; break; } // case 538 case 546: { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = input.readMessage( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint6468().getMutableMap().put( fieldMapInt32Uint6468__.getKey(), fieldMapInt32Uint6468__.getValue()); bitField2_ |= 0x00000008; break; } // case 546 case 554: { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = input.readMessage( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bool69().getMutableMap().put( fieldMapInt64Bool69__.getKey(), fieldMapInt64Bool69__.getValue()); bitField2_ |= 0x00000010; break; } // case 554 case 562: { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = input.readMessage( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bytes70().getMutableMap().put( fieldMapInt64Bytes70__.getKey(), fieldMapInt64Bytes70__.getValue()); bitField2_ |= 0x00000020; break; } // case 562 case 570: { com.google.protobuf.MapEntry fieldMapInt64Double71__ = input.readMessage( FieldMapInt64Double71DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Double71().getMutableMap().put( fieldMapInt64Double71__.getKey(), fieldMapInt64Double71__.getValue()); bitField2_ |= 0x00000040; break; } // case 570 case 578: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapInt64Enum72__ = FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapInt64Enum72__.getValue()) == null) { mergeUnknownLengthDelimitedField(72, bytes); } else { internalGetMutableFieldMapInt64Enum72().getMutableMap().put( fieldMapInt64Enum72__.getKey(), fieldMapInt64Enum72__.getValue()); bitField2_ |= 0x00000080; } break; } // case 578 case 586: { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = input.readMessage( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed3273().getMutableMap().put( fieldMapInt64Fixed3273__.getKey(), fieldMapInt64Fixed3273__.getValue()); bitField2_ |= 0x00000100; break; } // case 586 case 594: { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = input.readMessage( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed6474().getMutableMap().put( fieldMapInt64Fixed6474__.getKey(), fieldMapInt64Fixed6474__.getValue()); bitField2_ |= 0x00000200; break; } // case 594 case 602: { com.google.protobuf.MapEntry fieldMapInt64Float75__ = input.readMessage( FieldMapInt64Float75DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Float75().getMutableMap().put( fieldMapInt64Float75__.getKey(), fieldMapInt64Float75__.getValue()); bitField2_ |= 0x00000400; break; } // case 602 case 610: { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = input.readMessage( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int3276().getMutableMap().put( fieldMapInt64Int3276__.getKey(), fieldMapInt64Int3276__.getValue()); bitField2_ |= 0x00000800; break; } // case 610 case 618: { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = input.readMessage( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int6477().getMutableMap().put( fieldMapInt64Int6477__.getKey(), fieldMapInt64Int6477__.getValue()); bitField2_ |= 0x00001000; break; } // case 618 case 626: { com.google.protobuf.MapEntry fieldMapInt64Message78__ = input.readMessage( FieldMapInt64Message78DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Message78().ensureBuilderMap().put( fieldMapInt64Message78__.getKey(), fieldMapInt64Message78__.getValue()); bitField2_ |= 0x00002000; break; } // case 626 case 634: { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = input.readMessage( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap().put( fieldMapInt64Sfixed3279__.getKey(), fieldMapInt64Sfixed3279__.getValue()); bitField2_ |= 0x00004000; break; } // case 634 case 642: { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = input.readMessage( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap().put( fieldMapInt64Sfixed6480__.getKey(), fieldMapInt64Sfixed6480__.getValue()); bitField2_ |= 0x00008000; break; } // case 642 case 650: { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = input.readMessage( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint3281().getMutableMap().put( fieldMapInt64Sint3281__.getKey(), fieldMapInt64Sint3281__.getValue()); bitField2_ |= 0x00010000; break; } // case 650 case 658: { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = input.readMessage( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint6482().getMutableMap().put( fieldMapInt64Sint6482__.getKey(), fieldMapInt64Sint6482__.getValue()); bitField2_ |= 0x00020000; break; } // case 658 case 666: { com.google.protobuf.MapEntry fieldMapInt64String83__ = input.readMessage( FieldMapInt64String83DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64String83().getMutableMap().put( fieldMapInt64String83__.getKey(), fieldMapInt64String83__.getValue()); bitField2_ |= 0x00040000; break; } // case 666 case 674: { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = input.readMessage( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint3284().getMutableMap().put( fieldMapInt64Uint3284__.getKey(), fieldMapInt64Uint3284__.getValue()); bitField2_ |= 0x00080000; break; } // case 674 case 682: { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = input.readMessage( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint6485().getMutableMap().put( fieldMapInt64Uint6485__.getKey(), fieldMapInt64Uint6485__.getValue()); bitField2_ |= 0x00100000; break; } // case 682 case 690: { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = input.readMessage( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bool86().getMutableMap().put( fieldMapSfixed32Bool86__.getKey(), fieldMapSfixed32Bool86__.getValue()); bitField2_ |= 0x00200000; break; } // case 690 case 698: { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = input.readMessage( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap().put( fieldMapSfixed32Bytes87__.getKey(), fieldMapSfixed32Bytes87__.getValue()); bitField2_ |= 0x00400000; break; } // case 698 case 706: { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = input.readMessage( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Double88().getMutableMap().put( fieldMapSfixed32Double88__.getKey(), fieldMapSfixed32Double88__.getValue()); bitField2_ |= 0x00800000; break; } // case 706 case 714: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapSfixed32Enum89__.getValue()) == null) { mergeUnknownLengthDelimitedField(89, bytes); } else { internalGetMutableFieldMapSfixed32Enum89().getMutableMap().put( fieldMapSfixed32Enum89__.getKey(), fieldMapSfixed32Enum89__.getValue()); bitField2_ |= 0x01000000; } break; } // case 714 case 722: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = input.readMessage( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap().put( fieldMapSfixed32Fixed3290__.getKey(), fieldMapSfixed32Fixed3290__.getValue()); bitField2_ |= 0x02000000; break; } // case 722 case 730: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = input.readMessage( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap().put( fieldMapSfixed32Fixed6491__.getKey(), fieldMapSfixed32Fixed6491__.getValue()); bitField2_ |= 0x04000000; break; } // case 730 case 738: { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = input.readMessage( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Float92().getMutableMap().put( fieldMapSfixed32Float92__.getKey(), fieldMapSfixed32Float92__.getValue()); bitField2_ |= 0x08000000; break; } // case 738 case 746: { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = input.readMessage( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int3293().getMutableMap().put( fieldMapSfixed32Int3293__.getKey(), fieldMapSfixed32Int3293__.getValue()); bitField2_ |= 0x10000000; break; } // case 746 case 754: { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = input.readMessage( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int6494().getMutableMap().put( fieldMapSfixed32Int6494__.getKey(), fieldMapSfixed32Int6494__.getValue()); bitField2_ |= 0x20000000; break; } // case 754 case 762: { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = input.readMessage( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap().put( fieldMapSfixed32Message95__.getKey(), fieldMapSfixed32Message95__.getValue()); bitField2_ |= 0x40000000; break; } // case 762 case 770: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = input.readMessage( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap().put( fieldMapSfixed32Sfixed3296__.getKey(), fieldMapSfixed32Sfixed3296__.getValue()); bitField2_ |= 0x80000000; break; } // case 770 case 778: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = input.readMessage( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap().put( fieldMapSfixed32Sfixed6497__.getKey(), fieldMapSfixed32Sfixed6497__.getValue()); bitField3_ |= 0x00000001; break; } // case 778 case 786: { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = input.readMessage( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap().put( fieldMapSfixed32Sint3298__.getKey(), fieldMapSfixed32Sint3298__.getValue()); bitField3_ |= 0x00000002; break; } // case 786 case 794: { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = input.readMessage( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap().put( fieldMapSfixed32Sint6499__.getKey(), fieldMapSfixed32Sint6499__.getValue()); bitField3_ |= 0x00000004; break; } // case 794 case 802: { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = input.readMessage( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32String100().getMutableMap().put( fieldMapSfixed32String100__.getKey(), fieldMapSfixed32String100__.getValue()); bitField3_ |= 0x00000008; break; } // case 802 case 810: { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = input.readMessage( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap().put( fieldMapSfixed32Uint32101__.getKey(), fieldMapSfixed32Uint32101__.getValue()); bitField3_ |= 0x00000010; break; } // case 810 case 818: { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = input.readMessage( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap().put( fieldMapSfixed32Uint64102__.getKey(), fieldMapSfixed32Uint64102__.getValue()); bitField3_ |= 0x00000020; break; } // case 818 case 826: { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = input.readMessage( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bool103().getMutableMap().put( fieldMapSfixed64Bool103__.getKey(), fieldMapSfixed64Bool103__.getValue()); bitField3_ |= 0x00000040; break; } // case 826 case 834: { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = input.readMessage( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap().put( fieldMapSfixed64Bytes104__.getKey(), fieldMapSfixed64Bytes104__.getValue()); bitField3_ |= 0x00000080; break; } // case 834 case 842: { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = input.readMessage( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Double105().getMutableMap().put( fieldMapSfixed64Double105__.getKey(), fieldMapSfixed64Double105__.getValue()); bitField3_ |= 0x00000100; break; } // case 842 case 850: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapSfixed64Enum106__.getValue()) == null) { mergeUnknownLengthDelimitedField(106, bytes); } else { internalGetMutableFieldMapSfixed64Enum106().getMutableMap().put( fieldMapSfixed64Enum106__.getKey(), fieldMapSfixed64Enum106__.getValue()); bitField3_ |= 0x00000200; } break; } // case 850 case 858: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = input.readMessage( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap().put( fieldMapSfixed64Fixed32107__.getKey(), fieldMapSfixed64Fixed32107__.getValue()); bitField3_ |= 0x00000400; break; } // case 858 case 866: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = input.readMessage( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap().put( fieldMapSfixed64Fixed64108__.getKey(), fieldMapSfixed64Fixed64108__.getValue()); bitField3_ |= 0x00000800; break; } // case 866 case 874: { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = input.readMessage( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Float109().getMutableMap().put( fieldMapSfixed64Float109__.getKey(), fieldMapSfixed64Float109__.getValue()); bitField3_ |= 0x00001000; break; } // case 874 case 882: { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = input.readMessage( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int32110().getMutableMap().put( fieldMapSfixed64Int32110__.getKey(), fieldMapSfixed64Int32110__.getValue()); bitField3_ |= 0x00002000; break; } // case 882 case 890: { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = input.readMessage( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int64111().getMutableMap().put( fieldMapSfixed64Int64111__.getKey(), fieldMapSfixed64Int64111__.getValue()); bitField3_ |= 0x00004000; break; } // case 890 case 898: { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = input.readMessage( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap().put( fieldMapSfixed64Message112__.getKey(), fieldMapSfixed64Message112__.getValue()); bitField3_ |= 0x00008000; break; } // case 898 case 906: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = input.readMessage( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap().put( fieldMapSfixed64Sfixed32113__.getKey(), fieldMapSfixed64Sfixed32113__.getValue()); bitField3_ |= 0x00010000; break; } // case 906 case 914: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = input.readMessage( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap().put( fieldMapSfixed64Sfixed64114__.getKey(), fieldMapSfixed64Sfixed64114__.getValue()); bitField3_ |= 0x00020000; break; } // case 914 case 922: { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = input.readMessage( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap().put( fieldMapSfixed64Sint32115__.getKey(), fieldMapSfixed64Sint32115__.getValue()); bitField3_ |= 0x00040000; break; } // case 922 case 930: { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = input.readMessage( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap().put( fieldMapSfixed64Sint64116__.getKey(), fieldMapSfixed64Sint64116__.getValue()); bitField3_ |= 0x00080000; break; } // case 930 case 938: { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = input.readMessage( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64String117().getMutableMap().put( fieldMapSfixed64String117__.getKey(), fieldMapSfixed64String117__.getValue()); bitField3_ |= 0x00100000; break; } // case 938 case 946: { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = input.readMessage( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap().put( fieldMapSfixed64Uint32118__.getKey(), fieldMapSfixed64Uint32118__.getValue()); bitField3_ |= 0x00200000; break; } // case 946 case 954: { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = input.readMessage( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap().put( fieldMapSfixed64Uint64119__.getKey(), fieldMapSfixed64Uint64119__.getValue()); bitField3_ |= 0x00400000; break; } // case 954 case 962: { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = input.readMessage( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bool120().getMutableMap().put( fieldMapSint32Bool120__.getKey(), fieldMapSint32Bool120__.getValue()); bitField3_ |= 0x00800000; break; } // case 962 case 970: { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = input.readMessage( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bytes121().getMutableMap().put( fieldMapSint32Bytes121__.getKey(), fieldMapSint32Bytes121__.getValue()); bitField3_ |= 0x01000000; break; } // case 970 case 978: { com.google.protobuf.MapEntry fieldMapSint32Double122__ = input.readMessage( FieldMapSint32Double122DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Double122().getMutableMap().put( fieldMapSint32Double122__.getKey(), fieldMapSint32Double122__.getValue()); bitField3_ |= 0x02000000; break; } // case 978 case 986: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSint32Enum123__ = FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapSint32Enum123__.getValue()) == null) { mergeUnknownLengthDelimitedField(123, bytes); } else { internalGetMutableFieldMapSint32Enum123().getMutableMap().put( fieldMapSint32Enum123__.getKey(), fieldMapSint32Enum123__.getValue()); bitField3_ |= 0x04000000; } break; } // case 986 case 994: { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = input.readMessage( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed32124().getMutableMap().put( fieldMapSint32Fixed32124__.getKey(), fieldMapSint32Fixed32124__.getValue()); bitField3_ |= 0x08000000; break; } // case 994 case 1002: { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = input.readMessage( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed64125().getMutableMap().put( fieldMapSint32Fixed64125__.getKey(), fieldMapSint32Fixed64125__.getValue()); bitField3_ |= 0x10000000; break; } // case 1002 case 1010: { com.google.protobuf.MapEntry fieldMapSint32Float126__ = input.readMessage( FieldMapSint32Float126DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Float126().getMutableMap().put( fieldMapSint32Float126__.getKey(), fieldMapSint32Float126__.getValue()); bitField3_ |= 0x20000000; break; } // case 1010 case 1018: { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = input.readMessage( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int32127().getMutableMap().put( fieldMapSint32Int32127__.getKey(), fieldMapSint32Int32127__.getValue()); bitField3_ |= 0x40000000; break; } // case 1018 case 1026: { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = input.readMessage( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int64128().getMutableMap().put( fieldMapSint32Int64128__.getKey(), fieldMapSint32Int64128__.getValue()); bitField3_ |= 0x80000000; break; } // case 1026 case 1034: { com.google.protobuf.MapEntry fieldMapSint32Message129__ = input.readMessage( FieldMapSint32Message129DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Message129().ensureBuilderMap().put( fieldMapSint32Message129__.getKey(), fieldMapSint32Message129__.getValue()); bitField4_ |= 0x00000001; break; } // case 1034 case 1042: { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = input.readMessage( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap().put( fieldMapSint32Sfixed32130__.getKey(), fieldMapSint32Sfixed32130__.getValue()); bitField4_ |= 0x00000002; break; } // case 1042 case 1050: { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = input.readMessage( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap().put( fieldMapSint32Sfixed64131__.getKey(), fieldMapSint32Sfixed64131__.getValue()); bitField4_ |= 0x00000004; break; } // case 1050 case 1058: { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = input.readMessage( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint32132().getMutableMap().put( fieldMapSint32Sint32132__.getKey(), fieldMapSint32Sint32132__.getValue()); bitField4_ |= 0x00000008; break; } // case 1058 case 1066: { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = input.readMessage( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint64133().getMutableMap().put( fieldMapSint32Sint64133__.getKey(), fieldMapSint32Sint64133__.getValue()); bitField4_ |= 0x00000010; break; } // case 1066 case 1074: { com.google.protobuf.MapEntry fieldMapSint32String134__ = input.readMessage( FieldMapSint32String134DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32String134().getMutableMap().put( fieldMapSint32String134__.getKey(), fieldMapSint32String134__.getValue()); bitField4_ |= 0x00000020; break; } // case 1074 case 1082: { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = input.readMessage( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint32135().getMutableMap().put( fieldMapSint32Uint32135__.getKey(), fieldMapSint32Uint32135__.getValue()); bitField4_ |= 0x00000040; break; } // case 1082 case 1090: { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = input.readMessage( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint64136().getMutableMap().put( fieldMapSint32Uint64136__.getKey(), fieldMapSint32Uint64136__.getValue()); bitField4_ |= 0x00000080; break; } // case 1090 case 1098: { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = input.readMessage( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bool137().getMutableMap().put( fieldMapSint64Bool137__.getKey(), fieldMapSint64Bool137__.getValue()); bitField4_ |= 0x00000100; break; } // case 1098 case 1106: { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = input.readMessage( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bytes138().getMutableMap().put( fieldMapSint64Bytes138__.getKey(), fieldMapSint64Bytes138__.getValue()); bitField4_ |= 0x00000200; break; } // case 1106 case 1114: { com.google.protobuf.MapEntry fieldMapSint64Double139__ = input.readMessage( FieldMapSint64Double139DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Double139().getMutableMap().put( fieldMapSint64Double139__.getKey(), fieldMapSint64Double139__.getValue()); bitField4_ |= 0x00000400; break; } // case 1114 case 1122: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSint64Enum140__ = FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapSint64Enum140__.getValue()) == null) { mergeUnknownLengthDelimitedField(140, bytes); } else { internalGetMutableFieldMapSint64Enum140().getMutableMap().put( fieldMapSint64Enum140__.getKey(), fieldMapSint64Enum140__.getValue()); bitField4_ |= 0x00000800; } break; } // case 1122 case 1130: { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = input.readMessage( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed32141().getMutableMap().put( fieldMapSint64Fixed32141__.getKey(), fieldMapSint64Fixed32141__.getValue()); bitField4_ |= 0x00001000; break; } // case 1130 case 1138: { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = input.readMessage( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed64142().getMutableMap().put( fieldMapSint64Fixed64142__.getKey(), fieldMapSint64Fixed64142__.getValue()); bitField4_ |= 0x00002000; break; } // case 1138 case 1146: { com.google.protobuf.MapEntry fieldMapSint64Float143__ = input.readMessage( FieldMapSint64Float143DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Float143().getMutableMap().put( fieldMapSint64Float143__.getKey(), fieldMapSint64Float143__.getValue()); bitField4_ |= 0x00004000; break; } // case 1146 case 1154: { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = input.readMessage( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int32144().getMutableMap().put( fieldMapSint64Int32144__.getKey(), fieldMapSint64Int32144__.getValue()); bitField4_ |= 0x00008000; break; } // case 1154 case 1162: { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = input.readMessage( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int64145().getMutableMap().put( fieldMapSint64Int64145__.getKey(), fieldMapSint64Int64145__.getValue()); bitField4_ |= 0x00010000; break; } // case 1162 case 1170: { com.google.protobuf.MapEntry fieldMapSint64Message146__ = input.readMessage( FieldMapSint64Message146DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Message146().ensureBuilderMap().put( fieldMapSint64Message146__.getKey(), fieldMapSint64Message146__.getValue()); bitField4_ |= 0x00020000; break; } // case 1170 case 1178: { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = input.readMessage( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap().put( fieldMapSint64Sfixed32147__.getKey(), fieldMapSint64Sfixed32147__.getValue()); bitField4_ |= 0x00040000; break; } // case 1178 case 1186: { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = input.readMessage( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap().put( fieldMapSint64Sfixed64148__.getKey(), fieldMapSint64Sfixed64148__.getValue()); bitField4_ |= 0x00080000; break; } // case 1186 case 1194: { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = input.readMessage( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint32149().getMutableMap().put( fieldMapSint64Sint32149__.getKey(), fieldMapSint64Sint32149__.getValue()); bitField4_ |= 0x00100000; break; } // case 1194 case 1202: { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = input.readMessage( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint64150().getMutableMap().put( fieldMapSint64Sint64150__.getKey(), fieldMapSint64Sint64150__.getValue()); bitField4_ |= 0x00200000; break; } // case 1202 case 1210: { com.google.protobuf.MapEntry fieldMapSint64String151__ = input.readMessage( FieldMapSint64String151DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64String151().getMutableMap().put( fieldMapSint64String151__.getKey(), fieldMapSint64String151__.getValue()); bitField4_ |= 0x00400000; break; } // case 1210 case 1218: { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = input.readMessage( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint32152().getMutableMap().put( fieldMapSint64Uint32152__.getKey(), fieldMapSint64Uint32152__.getValue()); bitField4_ |= 0x00800000; break; } // case 1218 case 1226: { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = input.readMessage( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint64153().getMutableMap().put( fieldMapSint64Uint64153__.getKey(), fieldMapSint64Uint64153__.getValue()); bitField4_ |= 0x01000000; break; } // case 1226 case 1234: { com.google.protobuf.MapEntry fieldMapStringBool154__ = input.readMessage( FieldMapStringBool154DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBool154().getMutableMap().put( fieldMapStringBool154__.getKey(), fieldMapStringBool154__.getValue()); bitField4_ |= 0x02000000; break; } // case 1234 case 1242: { com.google.protobuf.MapEntry fieldMapStringBytes155__ = input.readMessage( FieldMapStringBytes155DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBytes155().getMutableMap().put( fieldMapStringBytes155__.getKey(), fieldMapStringBytes155__.getValue()); bitField4_ |= 0x04000000; break; } // case 1242 case 1250: { com.google.protobuf.MapEntry fieldMapStringDouble156__ = input.readMessage( FieldMapStringDouble156DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringDouble156().getMutableMap().put( fieldMapStringDouble156__.getKey(), fieldMapStringDouble156__.getValue()); bitField4_ |= 0x08000000; break; } // case 1250 case 1258: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapStringEnum157__ = FieldMapStringEnum157DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapStringEnum157__.getValue()) == null) { mergeUnknownLengthDelimitedField(157, bytes); } else { internalGetMutableFieldMapStringEnum157().getMutableMap().put( fieldMapStringEnum157__.getKey(), fieldMapStringEnum157__.getValue()); bitField4_ |= 0x10000000; } break; } // case 1258 case 1266: { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = input.readMessage( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed32158().getMutableMap().put( fieldMapStringFixed32158__.getKey(), fieldMapStringFixed32158__.getValue()); bitField4_ |= 0x20000000; break; } // case 1266 case 1274: { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = input.readMessage( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed64159().getMutableMap().put( fieldMapStringFixed64159__.getKey(), fieldMapStringFixed64159__.getValue()); bitField4_ |= 0x40000000; break; } // case 1274 case 1282: { com.google.protobuf.MapEntry fieldMapStringFloat160__ = input.readMessage( FieldMapStringFloat160DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFloat160().getMutableMap().put( fieldMapStringFloat160__.getKey(), fieldMapStringFloat160__.getValue()); bitField4_ |= 0x80000000; break; } // case 1282 case 1290: { com.google.protobuf.MapEntry fieldMapStringInt32161__ = input.readMessage( FieldMapStringInt32161DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt32161().getMutableMap().put( fieldMapStringInt32161__.getKey(), fieldMapStringInt32161__.getValue()); bitField5_ |= 0x00000001; break; } // case 1290 case 1298: { com.google.protobuf.MapEntry fieldMapStringInt64162__ = input.readMessage( FieldMapStringInt64162DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt64162().getMutableMap().put( fieldMapStringInt64162__.getKey(), fieldMapStringInt64162__.getValue()); bitField5_ |= 0x00000002; break; } // case 1298 case 1306: { com.google.protobuf.MapEntry fieldMapStringMessage163__ = input.readMessage( FieldMapStringMessage163DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringMessage163().ensureBuilderMap().put( fieldMapStringMessage163__.getKey(), fieldMapStringMessage163__.getValue()); bitField5_ |= 0x00000004; break; } // case 1306 case 1314: { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = input.readMessage( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed32164().getMutableMap().put( fieldMapStringSfixed32164__.getKey(), fieldMapStringSfixed32164__.getValue()); bitField5_ |= 0x00000008; break; } // case 1314 case 1322: { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = input.readMessage( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed64165().getMutableMap().put( fieldMapStringSfixed64165__.getKey(), fieldMapStringSfixed64165__.getValue()); bitField5_ |= 0x00000010; break; } // case 1322 case 1330: { com.google.protobuf.MapEntry fieldMapStringSint32166__ = input.readMessage( FieldMapStringSint32166DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint32166().getMutableMap().put( fieldMapStringSint32166__.getKey(), fieldMapStringSint32166__.getValue()); bitField5_ |= 0x00000020; break; } // case 1330 case 1338: { com.google.protobuf.MapEntry fieldMapStringSint64167__ = input.readMessage( FieldMapStringSint64167DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint64167().getMutableMap().put( fieldMapStringSint64167__.getKey(), fieldMapStringSint64167__.getValue()); bitField5_ |= 0x00000040; break; } // case 1338 case 1346: { com.google.protobuf.MapEntry fieldMapStringString168__ = input.readMessage( FieldMapStringString168DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringString168().getMutableMap().put( fieldMapStringString168__.getKey(), fieldMapStringString168__.getValue()); bitField5_ |= 0x00000080; break; } // case 1346 case 1354: { com.google.protobuf.MapEntry fieldMapStringUint32169__ = input.readMessage( FieldMapStringUint32169DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint32169().getMutableMap().put( fieldMapStringUint32169__.getKey(), fieldMapStringUint32169__.getValue()); bitField5_ |= 0x00000100; break; } // case 1354 case 1362: { com.google.protobuf.MapEntry fieldMapStringUint64170__ = input.readMessage( FieldMapStringUint64170DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint64170().getMutableMap().put( fieldMapStringUint64170__.getKey(), fieldMapStringUint64170__.getValue()); bitField5_ |= 0x00000200; break; } // case 1362 case 1370: { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = input.readMessage( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bool171().getMutableMap().put( fieldMapUint32Bool171__.getKey(), fieldMapUint32Bool171__.getValue()); bitField5_ |= 0x00000400; break; } // case 1370 case 1378: { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = input.readMessage( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bytes172().getMutableMap().put( fieldMapUint32Bytes172__.getKey(), fieldMapUint32Bytes172__.getValue()); bitField5_ |= 0x00000800; break; } // case 1378 case 1386: { com.google.protobuf.MapEntry fieldMapUint32Double173__ = input.readMessage( FieldMapUint32Double173DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Double173().getMutableMap().put( fieldMapUint32Double173__.getKey(), fieldMapUint32Double173__.getValue()); bitField5_ |= 0x00001000; break; } // case 1386 case 1394: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapUint32Enum174__ = FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapUint32Enum174__.getValue()) == null) { mergeUnknownLengthDelimitedField(174, bytes); } else { internalGetMutableFieldMapUint32Enum174().getMutableMap().put( fieldMapUint32Enum174__.getKey(), fieldMapUint32Enum174__.getValue()); bitField5_ |= 0x00002000; } break; } // case 1394 case 1402: { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = input.readMessage( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed32175().getMutableMap().put( fieldMapUint32Fixed32175__.getKey(), fieldMapUint32Fixed32175__.getValue()); bitField5_ |= 0x00004000; break; } // case 1402 case 1410: { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = input.readMessage( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed64176().getMutableMap().put( fieldMapUint32Fixed64176__.getKey(), fieldMapUint32Fixed64176__.getValue()); bitField5_ |= 0x00008000; break; } // case 1410 case 1418: { com.google.protobuf.MapEntry fieldMapUint32Float177__ = input.readMessage( FieldMapUint32Float177DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Float177().getMutableMap().put( fieldMapUint32Float177__.getKey(), fieldMapUint32Float177__.getValue()); bitField5_ |= 0x00010000; break; } // case 1418 case 1426: { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = input.readMessage( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int32178().getMutableMap().put( fieldMapUint32Int32178__.getKey(), fieldMapUint32Int32178__.getValue()); bitField5_ |= 0x00020000; break; } // case 1426 case 1434: { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = input.readMessage( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int64179().getMutableMap().put( fieldMapUint32Int64179__.getKey(), fieldMapUint32Int64179__.getValue()); bitField5_ |= 0x00040000; break; } // case 1434 case 1442: { com.google.protobuf.MapEntry fieldMapUint32Message180__ = input.readMessage( FieldMapUint32Message180DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Message180().ensureBuilderMap().put( fieldMapUint32Message180__.getKey(), fieldMapUint32Message180__.getValue()); bitField5_ |= 0x00080000; break; } // case 1442 case 1450: { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = input.readMessage( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap().put( fieldMapUint32Sfixed32181__.getKey(), fieldMapUint32Sfixed32181__.getValue()); bitField5_ |= 0x00100000; break; } // case 1450 case 1458: { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = input.readMessage( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap().put( fieldMapUint32Sfixed64182__.getKey(), fieldMapUint32Sfixed64182__.getValue()); bitField5_ |= 0x00200000; break; } // case 1458 case 1466: { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = input.readMessage( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint32183().getMutableMap().put( fieldMapUint32Sint32183__.getKey(), fieldMapUint32Sint32183__.getValue()); bitField5_ |= 0x00400000; break; } // case 1466 case 1474: { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = input.readMessage( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint64184().getMutableMap().put( fieldMapUint32Sint64184__.getKey(), fieldMapUint32Sint64184__.getValue()); bitField5_ |= 0x00800000; break; } // case 1474 case 1482: { com.google.protobuf.MapEntry fieldMapUint32String185__ = input.readMessage( FieldMapUint32String185DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32String185().getMutableMap().put( fieldMapUint32String185__.getKey(), fieldMapUint32String185__.getValue()); bitField5_ |= 0x01000000; break; } // case 1482 case 1490: { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = input.readMessage( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint32186().getMutableMap().put( fieldMapUint32Uint32186__.getKey(), fieldMapUint32Uint32186__.getValue()); bitField5_ |= 0x02000000; break; } // case 1490 case 1498: { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = input.readMessage( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint64187().getMutableMap().put( fieldMapUint32Uint64187__.getKey(), fieldMapUint32Uint64187__.getValue()); bitField5_ |= 0x04000000; break; } // case 1498 case 1506: { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = input.readMessage( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bool188().getMutableMap().put( fieldMapUint64Bool188__.getKey(), fieldMapUint64Bool188__.getValue()); bitField5_ |= 0x08000000; break; } // case 1506 case 1514: { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = input.readMessage( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bytes189().getMutableMap().put( fieldMapUint64Bytes189__.getKey(), fieldMapUint64Bytes189__.getValue()); bitField5_ |= 0x10000000; break; } // case 1514 case 1522: { com.google.protobuf.MapEntry fieldMapUint64Double190__ = input.readMessage( FieldMapUint64Double190DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Double190().getMutableMap().put( fieldMapUint64Double190__.getKey(), fieldMapUint64Double190__.getValue()); bitField5_ |= 0x20000000; break; } // case 1522 case 1530: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapUint64Enum191__ = FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.forNumber(fieldMapUint64Enum191__.getValue()) == null) { mergeUnknownLengthDelimitedField(191, bytes); } else { internalGetMutableFieldMapUint64Enum191().getMutableMap().put( fieldMapUint64Enum191__.getKey(), fieldMapUint64Enum191__.getValue()); bitField5_ |= 0x40000000; } break; } // case 1530 case 1538: { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = input.readMessage( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed32192().getMutableMap().put( fieldMapUint64Fixed32192__.getKey(), fieldMapUint64Fixed32192__.getValue()); bitField5_ |= 0x80000000; break; } // case 1538 case 1546: { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = input.readMessage( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed64193().getMutableMap().put( fieldMapUint64Fixed64193__.getKey(), fieldMapUint64Fixed64193__.getValue()); bitField6_ |= 0x00000001; break; } // case 1546 case 1554: { com.google.protobuf.MapEntry fieldMapUint64Float194__ = input.readMessage( FieldMapUint64Float194DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Float194().getMutableMap().put( fieldMapUint64Float194__.getKey(), fieldMapUint64Float194__.getValue()); bitField6_ |= 0x00000002; break; } // case 1554 case 1562: { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = input.readMessage( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int32195().getMutableMap().put( fieldMapUint64Int32195__.getKey(), fieldMapUint64Int32195__.getValue()); bitField6_ |= 0x00000004; break; } // case 1562 case 1570: { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = input.readMessage( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int64196().getMutableMap().put( fieldMapUint64Int64196__.getKey(), fieldMapUint64Int64196__.getValue()); bitField6_ |= 0x00000008; break; } // case 1570 case 1578: { com.google.protobuf.MapEntry fieldMapUint64Message197__ = input.readMessage( FieldMapUint64Message197DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Message197().ensureBuilderMap().put( fieldMapUint64Message197__.getKey(), fieldMapUint64Message197__.getValue()); bitField6_ |= 0x00000010; break; } // case 1578 case 1586: { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = input.readMessage( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap().put( fieldMapUint64Sfixed32198__.getKey(), fieldMapUint64Sfixed32198__.getValue()); bitField6_ |= 0x00000020; break; } // case 1586 case 1594: { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = input.readMessage( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap().put( fieldMapUint64Sfixed64199__.getKey(), fieldMapUint64Sfixed64199__.getValue()); bitField6_ |= 0x00000040; break; } // case 1594 case 1602: { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = input.readMessage( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint32200().getMutableMap().put( fieldMapUint64Sint32200__.getKey(), fieldMapUint64Sint32200__.getValue()); bitField6_ |= 0x00000080; break; } // case 1602 case 1610: { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = input.readMessage( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint64201().getMutableMap().put( fieldMapUint64Sint64201__.getKey(), fieldMapUint64Sint64201__.getValue()); bitField6_ |= 0x00000100; break; } // case 1610 case 1618: { com.google.protobuf.MapEntry fieldMapUint64String202__ = input.readMessage( FieldMapUint64String202DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64String202().getMutableMap().put( fieldMapUint64String202__.getKey(), fieldMapUint64String202__.getValue()); bitField6_ |= 0x00000200; break; } // case 1618 case 1626: { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = input.readMessage( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint32203().getMutableMap().put( fieldMapUint64Uint32203__.getKey(), fieldMapUint64Uint32203__.getValue()); bitField6_ |= 0x00000400; break; } // case 1626 case 1634: { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = input.readMessage( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint64204().getMutableMap().put( fieldMapUint64Uint64204__.getKey(), fieldMapUint64Uint64204__.getValue()); bitField6_ |= 0x00000800; break; } // case 1634 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int bitField1_; private int bitField2_; private int bitField3_; private int bitField4_; private int bitField5_; private int bitField6_; private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { fieldMapBoolBool1_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBool1_.isMutable()) { fieldMapBoolBool1_ = fieldMapBoolBool1_.copy(); } bitField0_ |= 0x00000001; onChanged(); return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBool1() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableFieldMapBoolBool1().getMutableMap() .clear(); return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder removeFieldMapBoolBool1( boolean key) { internalGetMutableFieldMapBoolBool1().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBool1() { bitField0_ |= 0x00000001; return internalGetMutableFieldMapBoolBool1().getMutableMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putFieldMapBoolBool1( boolean key, boolean value) { internalGetMutableFieldMapBoolBool1().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putAllFieldMapBoolBool1( java.util.Map values) { internalGetMutableFieldMapBoolBool1().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { fieldMapBoolBytes2_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBytes2_.isMutable()) { fieldMapBoolBytes2_ = fieldMapBoolBytes2_.copy(); } bitField0_ |= 0x00000002; onChanged(); return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBytes2() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableFieldMapBoolBytes2().getMutableMap() .clear(); return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder removeFieldMapBoolBytes2( boolean key) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBytes2() { bitField0_ |= 0x00000002; return internalGetMutableFieldMapBoolBytes2().getMutableMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putFieldMapBoolBytes2( boolean key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolBytes2().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putAllFieldMapBoolBytes2( java.util.Map values) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { fieldMapBoolDouble3_ = com.google.protobuf.MapField.newMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolDouble3_.isMutable()) { fieldMapBoolDouble3_ = fieldMapBoolDouble3_.copy(); } bitField0_ |= 0x00000004; onChanged(); return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolDouble3() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableFieldMapBoolDouble3().getMutableMap() .clear(); return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder removeFieldMapBoolDouble3( boolean key) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolDouble3() { bitField0_ |= 0x00000004; return internalGetMutableFieldMapBoolDouble3().getMutableMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putFieldMapBoolDouble3( boolean key, double value) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putAllFieldMapBoolDouble3( java.util.Map values) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { fieldMapBoolEnum4_ = com.google.protobuf.MapField.newMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolEnum4_.isMutable()) { fieldMapBoolEnum4_ = fieldMapBoolEnum4_.copy(); } bitField0_ |= 0x00000008; onChanged(); return fieldMapBoolEnum4_; } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapBoolEnum4() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableFieldMapBoolEnum4().getMutableMap() .clear(); return this; } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder removeFieldMapBoolEnum4( boolean key) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolEnum4() { bitField0_ |= 0x00000008; return internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()); } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putFieldMapBoolEnum4( boolean key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .put(key, fieldMapBoolEnum4ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<bool, .protobuf.experimental.Proto2Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putAllFieldMapBoolEnum4( java.util.Map values) { internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { fieldMapBoolFixed325_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed325_.isMutable()) { fieldMapBoolFixed325_ = fieldMapBoolFixed325_.copy(); } bitField0_ |= 0x00000010; onChanged(); return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed325() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableFieldMapBoolFixed325().getMutableMap() .clear(); return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder removeFieldMapBoolFixed325( boolean key) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed325() { bitField0_ |= 0x00000010; return internalGetMutableFieldMapBoolFixed325().getMutableMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putFieldMapBoolFixed325( boolean key, int value) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putAllFieldMapBoolFixed325( java.util.Map values) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { fieldMapBoolFixed646_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed646_.isMutable()) { fieldMapBoolFixed646_ = fieldMapBoolFixed646_.copy(); } bitField0_ |= 0x00000020; onChanged(); return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed646() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableFieldMapBoolFixed646().getMutableMap() .clear(); return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder removeFieldMapBoolFixed646( boolean key) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed646() { bitField0_ |= 0x00000020; return internalGetMutableFieldMapBoolFixed646().getMutableMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putFieldMapBoolFixed646( boolean key, long value) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putAllFieldMapBoolFixed646( java.util.Map values) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { fieldMapBoolFloat7_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFloat7_.isMutable()) { fieldMapBoolFloat7_ = fieldMapBoolFloat7_.copy(); } bitField0_ |= 0x00000040; onChanged(); return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFloat7() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableFieldMapBoolFloat7().getMutableMap() .clear(); return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder removeFieldMapBoolFloat7( boolean key) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFloat7() { bitField0_ |= 0x00000040; return internalGetMutableFieldMapBoolFloat7().getMutableMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putFieldMapBoolFloat7( boolean key, float value) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putAllFieldMapBoolFloat7( java.util.Map values) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { fieldMapBoolInt328_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt328_.isMutable()) { fieldMapBoolInt328_ = fieldMapBoolInt328_.copy(); } bitField0_ |= 0x00000080; onChanged(); return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt328() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutableFieldMapBoolInt328().getMutableMap() .clear(); return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder removeFieldMapBoolInt328( boolean key) { internalGetMutableFieldMapBoolInt328().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt328() { bitField0_ |= 0x00000080; return internalGetMutableFieldMapBoolInt328().getMutableMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putFieldMapBoolInt328( boolean key, int value) { internalGetMutableFieldMapBoolInt328().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putAllFieldMapBoolInt328( java.util.Map values) { internalGetMutableFieldMapBoolInt328().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { fieldMapBoolInt649_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt649_.isMutable()) { fieldMapBoolInt649_ = fieldMapBoolInt649_.copy(); } bitField0_ |= 0x00000100; onChanged(); return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt649() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableFieldMapBoolInt649().getMutableMap() .clear(); return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder removeFieldMapBoolInt649( boolean key) { internalGetMutableFieldMapBoolInt649().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt649() { bitField0_ |= 0x00000100; return internalGetMutableFieldMapBoolInt649().getMutableMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putFieldMapBoolInt649( boolean key, long value) { internalGetMutableFieldMapBoolInt649().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putAllFieldMapBoolInt649( java.util.Map values) { internalGetMutableFieldMapBoolInt649().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private static final class FieldMapBoolMessage10Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapBoolMessage10DefaultEntryHolder.defaultEntry; } }; private static final FieldMapBoolMessage10Converter fieldMapBoolMessage10Converter = new FieldMapBoolMessage10Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Boolean, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapBoolMessage10_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } return fieldMapBoolMessage10_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { fieldMapBoolMessage10_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } bitField0_ |= 0x00000200; onChanged(); return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().ensureBuilderMap().size(); } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getImmutableMap(); } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); return map.containsKey(key) ? fieldMapBoolMessage10Converter.build(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolMessage10Converter.build(map.get(key)); } public Builder clearFieldMapBoolMessage10() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableFieldMapBoolMessage10().clear(); return this; } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ public Builder removeFieldMapBoolMessage10( boolean key) { internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolMessage10() { bitField0_ |= 0x00000200; return internalGetMutableFieldMapBoolMessage10().ensureMessageMap(); } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ public Builder putFieldMapBoolMessage10( boolean key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ public Builder putAllFieldMapBoolMessage10( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.Proto2Message> field_map_bool_message_10 = 10; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapBoolMessage10BuilderIfAbsent( boolean key) { java.util.Map builderMap = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { fieldMapBoolSfixed3211_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed3211_.isMutable()) { fieldMapBoolSfixed3211_ = fieldMapBoolSfixed3211_.copy(); } bitField0_ |= 0x00000400; onChanged(); return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed3211() { bitField0_ = (bitField0_ & ~0x00000400); internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .clear(); return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder removeFieldMapBoolSfixed3211( boolean key) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed3211() { bitField0_ |= 0x00000400; return internalGetMutableFieldMapBoolSfixed3211().getMutableMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putFieldMapBoolSfixed3211( boolean key, int value) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .put(key, value); bitField0_ |= 0x00000400; return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putAllFieldMapBoolSfixed3211( java.util.Map values) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .putAll(values); bitField0_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { fieldMapBoolSfixed6412_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed6412_.isMutable()) { fieldMapBoolSfixed6412_ = fieldMapBoolSfixed6412_.copy(); } bitField0_ |= 0x00000800; onChanged(); return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed6412() { bitField0_ = (bitField0_ & ~0x00000800); internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .clear(); return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder removeFieldMapBoolSfixed6412( boolean key) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed6412() { bitField0_ |= 0x00000800; return internalGetMutableFieldMapBoolSfixed6412().getMutableMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putFieldMapBoolSfixed6412( boolean key, long value) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .put(key, value); bitField0_ |= 0x00000800; return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putAllFieldMapBoolSfixed6412( java.util.Map values) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .putAll(values); bitField0_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { fieldMapBoolSint3213_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint3213_.isMutable()) { fieldMapBoolSint3213_ = fieldMapBoolSint3213_.copy(); } bitField0_ |= 0x00001000; onChanged(); return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint3213() { bitField0_ = (bitField0_ & ~0x00001000); internalGetMutableFieldMapBoolSint3213().getMutableMap() .clear(); return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder removeFieldMapBoolSint3213( boolean key) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint3213() { bitField0_ |= 0x00001000; return internalGetMutableFieldMapBoolSint3213().getMutableMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putFieldMapBoolSint3213( boolean key, int value) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .put(key, value); bitField0_ |= 0x00001000; return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putAllFieldMapBoolSint3213( java.util.Map values) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .putAll(values); bitField0_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { fieldMapBoolSint6414_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint6414_.isMutable()) { fieldMapBoolSint6414_ = fieldMapBoolSint6414_.copy(); } bitField0_ |= 0x00002000; onChanged(); return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint6414() { bitField0_ = (bitField0_ & ~0x00002000); internalGetMutableFieldMapBoolSint6414().getMutableMap() .clear(); return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder removeFieldMapBoolSint6414( boolean key) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint6414() { bitField0_ |= 0x00002000; return internalGetMutableFieldMapBoolSint6414().getMutableMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putFieldMapBoolSint6414( boolean key, long value) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .put(key, value); bitField0_ |= 0x00002000; return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putAllFieldMapBoolSint6414( java.util.Map values) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .putAll(values); bitField0_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { fieldMapBoolString15_ = com.google.protobuf.MapField.newMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolString15_.isMutable()) { fieldMapBoolString15_ = fieldMapBoolString15_.copy(); } bitField0_ |= 0x00004000; onChanged(); return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolString15() { bitField0_ = (bitField0_ & ~0x00004000); internalGetMutableFieldMapBoolString15().getMutableMap() .clear(); return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder removeFieldMapBoolString15( boolean key) { internalGetMutableFieldMapBoolString15().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolString15() { bitField0_ |= 0x00004000; return internalGetMutableFieldMapBoolString15().getMutableMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putFieldMapBoolString15( boolean key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolString15().getMutableMap() .put(key, value); bitField0_ |= 0x00004000; return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putAllFieldMapBoolString15( java.util.Map values) { internalGetMutableFieldMapBoolString15().getMutableMap() .putAll(values); bitField0_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { fieldMapBoolUint3216_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint3216_.isMutable()) { fieldMapBoolUint3216_ = fieldMapBoolUint3216_.copy(); } bitField0_ |= 0x00008000; onChanged(); return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint3216() { bitField0_ = (bitField0_ & ~0x00008000); internalGetMutableFieldMapBoolUint3216().getMutableMap() .clear(); return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder removeFieldMapBoolUint3216( boolean key) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint3216() { bitField0_ |= 0x00008000; return internalGetMutableFieldMapBoolUint3216().getMutableMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putFieldMapBoolUint3216( boolean key, int value) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .put(key, value); bitField0_ |= 0x00008000; return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putAllFieldMapBoolUint3216( java.util.Map values) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .putAll(values); bitField0_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { fieldMapBoolUint6417_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint6417_.isMutable()) { fieldMapBoolUint6417_ = fieldMapBoolUint6417_.copy(); } bitField0_ |= 0x00010000; onChanged(); return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint6417() { bitField0_ = (bitField0_ & ~0x00010000); internalGetMutableFieldMapBoolUint6417().getMutableMap() .clear(); return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder removeFieldMapBoolUint6417( boolean key) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint6417() { bitField0_ |= 0x00010000; return internalGetMutableFieldMapBoolUint6417().getMutableMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putFieldMapBoolUint6417( boolean key, long value) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .put(key, value); bitField0_ |= 0x00010000; return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putAllFieldMapBoolUint6417( java.util.Map values) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .putAll(values); bitField0_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { fieldMapFixed32Bool18_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bool18_.isMutable()) { fieldMapFixed32Bool18_ = fieldMapFixed32Bool18_.copy(); } bitField0_ |= 0x00020000; onChanged(); return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bool18() { bitField0_ = (bitField0_ & ~0x00020000); internalGetMutableFieldMapFixed32Bool18().getMutableMap() .clear(); return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder removeFieldMapFixed32Bool18( int key) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bool18() { bitField0_ |= 0x00020000; return internalGetMutableFieldMapFixed32Bool18().getMutableMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putFieldMapFixed32Bool18( int key, boolean value) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .put(key, value); bitField0_ |= 0x00020000; return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putAllFieldMapFixed32Bool18( java.util.Map values) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .putAll(values); bitField0_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { fieldMapFixed32Bytes19_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bytes19_.isMutable()) { fieldMapFixed32Bytes19_ = fieldMapFixed32Bytes19_.copy(); } bitField0_ |= 0x00040000; onChanged(); return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bytes19() { bitField0_ = (bitField0_ & ~0x00040000); internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .clear(); return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder removeFieldMapFixed32Bytes19( int key) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bytes19() { bitField0_ |= 0x00040000; return internalGetMutableFieldMapFixed32Bytes19().getMutableMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putFieldMapFixed32Bytes19( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .put(key, value); bitField0_ |= 0x00040000; return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putAllFieldMapFixed32Bytes19( java.util.Map values) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .putAll(values); bitField0_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { fieldMapFixed32Double20_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Double20_.isMutable()) { fieldMapFixed32Double20_ = fieldMapFixed32Double20_.copy(); } bitField0_ |= 0x00080000; onChanged(); return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Double20() { bitField0_ = (bitField0_ & ~0x00080000); internalGetMutableFieldMapFixed32Double20().getMutableMap() .clear(); return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder removeFieldMapFixed32Double20( int key) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Double20() { bitField0_ |= 0x00080000; return internalGetMutableFieldMapFixed32Double20().getMutableMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putFieldMapFixed32Double20( int key, double value) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .put(key, value); bitField0_ |= 0x00080000; return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putAllFieldMapFixed32Double20( java.util.Map values) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .putAll(values); bitField0_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { fieldMapFixed32Enum21_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Enum21_.isMutable()) { fieldMapFixed32Enum21_ = fieldMapFixed32Enum21_.copy(); } bitField0_ |= 0x00100000; onChanged(); return fieldMapFixed32Enum21_; } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapFixed32Enum21() { bitField0_ = (bitField0_ & ~0x00100000); internalGetMutableFieldMapFixed32Enum21().getMutableMap() .clear(); return this; } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder removeFieldMapFixed32Enum21( int key) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Enum21() { bitField0_ |= 0x00100000; return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()); } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putFieldMapFixed32Enum21( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .put(key, fieldMapFixed32Enum21ValueConverter.doBackward(value)); bitField0_ |= 0x00100000; return this; } /** * map<fixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putAllFieldMapFixed32Enum21( java.util.Map values) { internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()) .putAll(values); bitField0_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { fieldMapFixed32Fixed3222_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed3222_.isMutable()) { fieldMapFixed32Fixed3222_ = fieldMapFixed32Fixed3222_.copy(); } bitField0_ |= 0x00200000; onChanged(); return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed3222() { bitField0_ = (bitField0_ & ~0x00200000); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder removeFieldMapFixed32Fixed3222( int key) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed3222() { bitField0_ |= 0x00200000; return internalGetMutableFieldMapFixed32Fixed3222().getMutableMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putFieldMapFixed32Fixed3222( int key, int value) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .put(key, value); bitField0_ |= 0x00200000; return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putAllFieldMapFixed32Fixed3222( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .putAll(values); bitField0_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { fieldMapFixed32Fixed6423_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed6423_.isMutable()) { fieldMapFixed32Fixed6423_ = fieldMapFixed32Fixed6423_.copy(); } bitField0_ |= 0x00400000; onChanged(); return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed6423() { bitField0_ = (bitField0_ & ~0x00400000); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder removeFieldMapFixed32Fixed6423( int key) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed6423() { bitField0_ |= 0x00400000; return internalGetMutableFieldMapFixed32Fixed6423().getMutableMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putFieldMapFixed32Fixed6423( int key, long value) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .put(key, value); bitField0_ |= 0x00400000; return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putAllFieldMapFixed32Fixed6423( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .putAll(values); bitField0_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { fieldMapFixed32Float24_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Float24_.isMutable()) { fieldMapFixed32Float24_ = fieldMapFixed32Float24_.copy(); } bitField0_ |= 0x00800000; onChanged(); return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Float24() { bitField0_ = (bitField0_ & ~0x00800000); internalGetMutableFieldMapFixed32Float24().getMutableMap() .clear(); return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder removeFieldMapFixed32Float24( int key) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Float24() { bitField0_ |= 0x00800000; return internalGetMutableFieldMapFixed32Float24().getMutableMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putFieldMapFixed32Float24( int key, float value) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .put(key, value); bitField0_ |= 0x00800000; return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putAllFieldMapFixed32Float24( java.util.Map values) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .putAll(values); bitField0_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { fieldMapFixed32Int3225_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int3225_.isMutable()) { fieldMapFixed32Int3225_ = fieldMapFixed32Int3225_.copy(); } bitField0_ |= 0x01000000; onChanged(); return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int3225() { bitField0_ = (bitField0_ & ~0x01000000); internalGetMutableFieldMapFixed32Int3225().getMutableMap() .clear(); return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder removeFieldMapFixed32Int3225( int key) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int3225() { bitField0_ |= 0x01000000; return internalGetMutableFieldMapFixed32Int3225().getMutableMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putFieldMapFixed32Int3225( int key, int value) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .put(key, value); bitField0_ |= 0x01000000; return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putAllFieldMapFixed32Int3225( java.util.Map values) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .putAll(values); bitField0_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { fieldMapFixed32Int6426_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int6426_.isMutable()) { fieldMapFixed32Int6426_ = fieldMapFixed32Int6426_.copy(); } bitField0_ |= 0x02000000; onChanged(); return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int6426() { bitField0_ = (bitField0_ & ~0x02000000); internalGetMutableFieldMapFixed32Int6426().getMutableMap() .clear(); return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder removeFieldMapFixed32Int6426( int key) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int6426() { bitField0_ |= 0x02000000; return internalGetMutableFieldMapFixed32Int6426().getMutableMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putFieldMapFixed32Int6426( int key, long value) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .put(key, value); bitField0_ |= 0x02000000; return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putAllFieldMapFixed32Int6426( java.util.Map values) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .putAll(values); bitField0_ |= 0x02000000; return this; } private static final class FieldMapFixed32Message27Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed32Message27DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed32Message27Converter fieldMapFixed32Message27Converter = new FieldMapFixed32Message27Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapFixed32Message27_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } return fieldMapFixed32Message27_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { fieldMapFixed32Message27_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } bitField0_ |= 0x04000000; onChanged(); return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().ensureBuilderMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getImmutableMap(); } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed32Message27Converter.build(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Message27Converter.build(map.get(key)); } public Builder clearFieldMapFixed32Message27() { bitField0_ = (bitField0_ & ~0x04000000); internalGetMutableFieldMapFixed32Message27().clear(); return this; } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ public Builder removeFieldMapFixed32Message27( int key) { internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Message27() { bitField0_ |= 0x04000000; return internalGetMutableFieldMapFixed32Message27().ensureMessageMap(); } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ public Builder putFieldMapFixed32Message27( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .put(key, value); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ public Builder putAllFieldMapFixed32Message27( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .putAll(values); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.Proto2Message> field_map_fixed32_message_27 = 27; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapFixed32Message27BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { fieldMapFixed32Sfixed3228_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed3228_.isMutable()) { fieldMapFixed32Sfixed3228_ = fieldMapFixed32Sfixed3228_.copy(); } bitField0_ |= 0x08000000; onChanged(); return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed3228() { bitField0_ = (bitField0_ & ~0x08000000); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder removeFieldMapFixed32Sfixed3228( int key) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed3228() { bitField0_ |= 0x08000000; return internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putFieldMapFixed32Sfixed3228( int key, int value) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .put(key, value); bitField0_ |= 0x08000000; return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putAllFieldMapFixed32Sfixed3228( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .putAll(values); bitField0_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { fieldMapFixed32Sfixed6429_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed6429_.isMutable()) { fieldMapFixed32Sfixed6429_ = fieldMapFixed32Sfixed6429_.copy(); } bitField0_ |= 0x10000000; onChanged(); return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed6429() { bitField0_ = (bitField0_ & ~0x10000000); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder removeFieldMapFixed32Sfixed6429( int key) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed6429() { bitField0_ |= 0x10000000; return internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putFieldMapFixed32Sfixed6429( int key, long value) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .put(key, value); bitField0_ |= 0x10000000; return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putAllFieldMapFixed32Sfixed6429( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .putAll(values); bitField0_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { fieldMapFixed32Sint3230_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint3230_.isMutable()) { fieldMapFixed32Sint3230_ = fieldMapFixed32Sint3230_.copy(); } bitField0_ |= 0x20000000; onChanged(); return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint3230() { bitField0_ = (bitField0_ & ~0x20000000); internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .clear(); return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder removeFieldMapFixed32Sint3230( int key) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint3230() { bitField0_ |= 0x20000000; return internalGetMutableFieldMapFixed32Sint3230().getMutableMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putFieldMapFixed32Sint3230( int key, int value) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .put(key, value); bitField0_ |= 0x20000000; return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putAllFieldMapFixed32Sint3230( java.util.Map values) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .putAll(values); bitField0_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { fieldMapFixed32Sint6431_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint6431_.isMutable()) { fieldMapFixed32Sint6431_ = fieldMapFixed32Sint6431_.copy(); } bitField0_ |= 0x40000000; onChanged(); return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint6431() { bitField0_ = (bitField0_ & ~0x40000000); internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .clear(); return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder removeFieldMapFixed32Sint6431( int key) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint6431() { bitField0_ |= 0x40000000; return internalGetMutableFieldMapFixed32Sint6431().getMutableMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putFieldMapFixed32Sint6431( int key, long value) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .put(key, value); bitField0_ |= 0x40000000; return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putAllFieldMapFixed32Sint6431( java.util.Map values) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .putAll(values); bitField0_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { fieldMapFixed32String32_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32String32_.isMutable()) { fieldMapFixed32String32_ = fieldMapFixed32String32_.copy(); } bitField0_ |= 0x80000000; onChanged(); return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32String32() { bitField0_ = (bitField0_ & ~0x80000000); internalGetMutableFieldMapFixed32String32().getMutableMap() .clear(); return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder removeFieldMapFixed32String32( int key) { internalGetMutableFieldMapFixed32String32().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32String32() { bitField0_ |= 0x80000000; return internalGetMutableFieldMapFixed32String32().getMutableMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putFieldMapFixed32String32( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32String32().getMutableMap() .put(key, value); bitField0_ |= 0x80000000; return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putAllFieldMapFixed32String32( java.util.Map values) { internalGetMutableFieldMapFixed32String32().getMutableMap() .putAll(values); bitField0_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { fieldMapFixed32Uint3233_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint3233_.isMutable()) { fieldMapFixed32Uint3233_ = fieldMapFixed32Uint3233_.copy(); } bitField1_ |= 0x00000001; onChanged(); return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint3233() { bitField1_ = (bitField1_ & ~0x00000001); internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .clear(); return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder removeFieldMapFixed32Uint3233( int key) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint3233() { bitField1_ |= 0x00000001; return internalGetMutableFieldMapFixed32Uint3233().getMutableMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putFieldMapFixed32Uint3233( int key, int value) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .put(key, value); bitField1_ |= 0x00000001; return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putAllFieldMapFixed32Uint3233( java.util.Map values) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .putAll(values); bitField1_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { fieldMapFixed32Uint6434_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint6434_.isMutable()) { fieldMapFixed32Uint6434_ = fieldMapFixed32Uint6434_.copy(); } bitField1_ |= 0x00000002; onChanged(); return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint6434() { bitField1_ = (bitField1_ & ~0x00000002); internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .clear(); return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder removeFieldMapFixed32Uint6434( int key) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint6434() { bitField1_ |= 0x00000002; return internalGetMutableFieldMapFixed32Uint6434().getMutableMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putFieldMapFixed32Uint6434( int key, long value) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .put(key, value); bitField1_ |= 0x00000002; return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putAllFieldMapFixed32Uint6434( java.util.Map values) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .putAll(values); bitField1_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { fieldMapFixed64Bool35_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bool35_.isMutable()) { fieldMapFixed64Bool35_ = fieldMapFixed64Bool35_.copy(); } bitField1_ |= 0x00000004; onChanged(); return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bool35() { bitField1_ = (bitField1_ & ~0x00000004); internalGetMutableFieldMapFixed64Bool35().getMutableMap() .clear(); return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder removeFieldMapFixed64Bool35( long key) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bool35() { bitField1_ |= 0x00000004; return internalGetMutableFieldMapFixed64Bool35().getMutableMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putFieldMapFixed64Bool35( long key, boolean value) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .put(key, value); bitField1_ |= 0x00000004; return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putAllFieldMapFixed64Bool35( java.util.Map values) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .putAll(values); bitField1_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { fieldMapFixed64Bytes36_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bytes36_.isMutable()) { fieldMapFixed64Bytes36_ = fieldMapFixed64Bytes36_.copy(); } bitField1_ |= 0x00000008; onChanged(); return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bytes36() { bitField1_ = (bitField1_ & ~0x00000008); internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .clear(); return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder removeFieldMapFixed64Bytes36( long key) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bytes36() { bitField1_ |= 0x00000008; return internalGetMutableFieldMapFixed64Bytes36().getMutableMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putFieldMapFixed64Bytes36( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .put(key, value); bitField1_ |= 0x00000008; return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putAllFieldMapFixed64Bytes36( java.util.Map values) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .putAll(values); bitField1_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { fieldMapFixed64Double37_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Double37_.isMutable()) { fieldMapFixed64Double37_ = fieldMapFixed64Double37_.copy(); } bitField1_ |= 0x00000010; onChanged(); return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Double37() { bitField1_ = (bitField1_ & ~0x00000010); internalGetMutableFieldMapFixed64Double37().getMutableMap() .clear(); return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder removeFieldMapFixed64Double37( long key) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Double37() { bitField1_ |= 0x00000010; return internalGetMutableFieldMapFixed64Double37().getMutableMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putFieldMapFixed64Double37( long key, double value) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .put(key, value); bitField1_ |= 0x00000010; return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putAllFieldMapFixed64Double37( java.util.Map values) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .putAll(values); bitField1_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { fieldMapFixed64Enum38_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Enum38_.isMutable()) { fieldMapFixed64Enum38_ = fieldMapFixed64Enum38_.copy(); } bitField1_ |= 0x00000020; onChanged(); return fieldMapFixed64Enum38_; } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapFixed64Enum38() { bitField1_ = (bitField1_ & ~0x00000020); internalGetMutableFieldMapFixed64Enum38().getMutableMap() .clear(); return this; } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder removeFieldMapFixed64Enum38( long key) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Enum38() { bitField1_ |= 0x00000020; return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()); } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putFieldMapFixed64Enum38( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .put(key, fieldMapFixed64Enum38ValueConverter.doBackward(value)); bitField1_ |= 0x00000020; return this; } /** * map<fixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putAllFieldMapFixed64Enum38( java.util.Map values) { internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()) .putAll(values); bitField1_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { fieldMapFixed64Fixed3239_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed3239_.isMutable()) { fieldMapFixed64Fixed3239_ = fieldMapFixed64Fixed3239_.copy(); } bitField1_ |= 0x00000040; onChanged(); return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed3239() { bitField1_ = (bitField1_ & ~0x00000040); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder removeFieldMapFixed64Fixed3239( long key) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed3239() { bitField1_ |= 0x00000040; return internalGetMutableFieldMapFixed64Fixed3239().getMutableMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putFieldMapFixed64Fixed3239( long key, int value) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .put(key, value); bitField1_ |= 0x00000040; return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putAllFieldMapFixed64Fixed3239( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .putAll(values); bitField1_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { fieldMapFixed64Fixed6440_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed6440_.isMutable()) { fieldMapFixed64Fixed6440_ = fieldMapFixed64Fixed6440_.copy(); } bitField1_ |= 0x00000080; onChanged(); return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed6440() { bitField1_ = (bitField1_ & ~0x00000080); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder removeFieldMapFixed64Fixed6440( long key) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed6440() { bitField1_ |= 0x00000080; return internalGetMutableFieldMapFixed64Fixed6440().getMutableMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putFieldMapFixed64Fixed6440( long key, long value) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .put(key, value); bitField1_ |= 0x00000080; return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putAllFieldMapFixed64Fixed6440( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .putAll(values); bitField1_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { fieldMapFixed64Float41_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Float41_.isMutable()) { fieldMapFixed64Float41_ = fieldMapFixed64Float41_.copy(); } bitField1_ |= 0x00000100; onChanged(); return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Float41() { bitField1_ = (bitField1_ & ~0x00000100); internalGetMutableFieldMapFixed64Float41().getMutableMap() .clear(); return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder removeFieldMapFixed64Float41( long key) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Float41() { bitField1_ |= 0x00000100; return internalGetMutableFieldMapFixed64Float41().getMutableMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putFieldMapFixed64Float41( long key, float value) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .put(key, value); bitField1_ |= 0x00000100; return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putAllFieldMapFixed64Float41( java.util.Map values) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .putAll(values); bitField1_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { fieldMapFixed64Int3242_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int3242_.isMutable()) { fieldMapFixed64Int3242_ = fieldMapFixed64Int3242_.copy(); } bitField1_ |= 0x00000200; onChanged(); return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int3242() { bitField1_ = (bitField1_ & ~0x00000200); internalGetMutableFieldMapFixed64Int3242().getMutableMap() .clear(); return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder removeFieldMapFixed64Int3242( long key) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int3242() { bitField1_ |= 0x00000200; return internalGetMutableFieldMapFixed64Int3242().getMutableMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putFieldMapFixed64Int3242( long key, int value) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .put(key, value); bitField1_ |= 0x00000200; return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putAllFieldMapFixed64Int3242( java.util.Map values) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .putAll(values); bitField1_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { fieldMapFixed64Int6443_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int6443_.isMutable()) { fieldMapFixed64Int6443_ = fieldMapFixed64Int6443_.copy(); } bitField1_ |= 0x00000400; onChanged(); return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int6443() { bitField1_ = (bitField1_ & ~0x00000400); internalGetMutableFieldMapFixed64Int6443().getMutableMap() .clear(); return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder removeFieldMapFixed64Int6443( long key) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int6443() { bitField1_ |= 0x00000400; return internalGetMutableFieldMapFixed64Int6443().getMutableMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putFieldMapFixed64Int6443( long key, long value) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .put(key, value); bitField1_ |= 0x00000400; return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putAllFieldMapFixed64Int6443( java.util.Map values) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .putAll(values); bitField1_ |= 0x00000400; return this; } private static final class FieldMapFixed64Message44Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed64Message44DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed64Message44Converter fieldMapFixed64Message44Converter = new FieldMapFixed64Message44Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapFixed64Message44_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } return fieldMapFixed64Message44_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { fieldMapFixed64Message44_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } bitField1_ |= 0x00000800; onChanged(); return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().ensureBuilderMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getImmutableMap(); } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed64Message44Converter.build(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Message44Converter.build(map.get(key)); } public Builder clearFieldMapFixed64Message44() { bitField1_ = (bitField1_ & ~0x00000800); internalGetMutableFieldMapFixed64Message44().clear(); return this; } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ public Builder removeFieldMapFixed64Message44( long key) { internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Message44() { bitField1_ |= 0x00000800; return internalGetMutableFieldMapFixed64Message44().ensureMessageMap(); } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ public Builder putFieldMapFixed64Message44( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .put(key, value); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ public Builder putAllFieldMapFixed64Message44( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .putAll(values); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.Proto2Message> field_map_fixed64_message_44 = 44; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapFixed64Message44BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { fieldMapFixed64Sfixed3245_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed3245_.isMutable()) { fieldMapFixed64Sfixed3245_ = fieldMapFixed64Sfixed3245_.copy(); } bitField1_ |= 0x00001000; onChanged(); return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed3245() { bitField1_ = (bitField1_ & ~0x00001000); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder removeFieldMapFixed64Sfixed3245( long key) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed3245() { bitField1_ |= 0x00001000; return internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putFieldMapFixed64Sfixed3245( long key, int value) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .put(key, value); bitField1_ |= 0x00001000; return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putAllFieldMapFixed64Sfixed3245( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .putAll(values); bitField1_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { fieldMapFixed64Sfixed6446_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed6446_.isMutable()) { fieldMapFixed64Sfixed6446_ = fieldMapFixed64Sfixed6446_.copy(); } bitField1_ |= 0x00002000; onChanged(); return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed6446() { bitField1_ = (bitField1_ & ~0x00002000); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder removeFieldMapFixed64Sfixed6446( long key) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed6446() { bitField1_ |= 0x00002000; return internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putFieldMapFixed64Sfixed6446( long key, long value) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .put(key, value); bitField1_ |= 0x00002000; return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putAllFieldMapFixed64Sfixed6446( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .putAll(values); bitField1_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { fieldMapFixed64Sint3247_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint3247_.isMutable()) { fieldMapFixed64Sint3247_ = fieldMapFixed64Sint3247_.copy(); } bitField1_ |= 0x00004000; onChanged(); return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint3247() { bitField1_ = (bitField1_ & ~0x00004000); internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .clear(); return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder removeFieldMapFixed64Sint3247( long key) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint3247() { bitField1_ |= 0x00004000; return internalGetMutableFieldMapFixed64Sint3247().getMutableMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putFieldMapFixed64Sint3247( long key, int value) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .put(key, value); bitField1_ |= 0x00004000; return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putAllFieldMapFixed64Sint3247( java.util.Map values) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .putAll(values); bitField1_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { fieldMapFixed64Sint6448_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint6448_.isMutable()) { fieldMapFixed64Sint6448_ = fieldMapFixed64Sint6448_.copy(); } bitField1_ |= 0x00008000; onChanged(); return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint6448() { bitField1_ = (bitField1_ & ~0x00008000); internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .clear(); return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder removeFieldMapFixed64Sint6448( long key) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint6448() { bitField1_ |= 0x00008000; return internalGetMutableFieldMapFixed64Sint6448().getMutableMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putFieldMapFixed64Sint6448( long key, long value) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .put(key, value); bitField1_ |= 0x00008000; return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putAllFieldMapFixed64Sint6448( java.util.Map values) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .putAll(values); bitField1_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { fieldMapFixed64String49_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64String49_.isMutable()) { fieldMapFixed64String49_ = fieldMapFixed64String49_.copy(); } bitField1_ |= 0x00010000; onChanged(); return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64String49() { bitField1_ = (bitField1_ & ~0x00010000); internalGetMutableFieldMapFixed64String49().getMutableMap() .clear(); return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder removeFieldMapFixed64String49( long key) { internalGetMutableFieldMapFixed64String49().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64String49() { bitField1_ |= 0x00010000; return internalGetMutableFieldMapFixed64String49().getMutableMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putFieldMapFixed64String49( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64String49().getMutableMap() .put(key, value); bitField1_ |= 0x00010000; return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putAllFieldMapFixed64String49( java.util.Map values) { internalGetMutableFieldMapFixed64String49().getMutableMap() .putAll(values); bitField1_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { fieldMapFixed64Uint3250_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint3250_.isMutable()) { fieldMapFixed64Uint3250_ = fieldMapFixed64Uint3250_.copy(); } bitField1_ |= 0x00020000; onChanged(); return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint3250() { bitField1_ = (bitField1_ & ~0x00020000); internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .clear(); return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder removeFieldMapFixed64Uint3250( long key) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint3250() { bitField1_ |= 0x00020000; return internalGetMutableFieldMapFixed64Uint3250().getMutableMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putFieldMapFixed64Uint3250( long key, int value) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .put(key, value); bitField1_ |= 0x00020000; return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putAllFieldMapFixed64Uint3250( java.util.Map values) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .putAll(values); bitField1_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { fieldMapFixed64Uint6451_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint6451_.isMutable()) { fieldMapFixed64Uint6451_ = fieldMapFixed64Uint6451_.copy(); } bitField1_ |= 0x00040000; onChanged(); return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint6451() { bitField1_ = (bitField1_ & ~0x00040000); internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .clear(); return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder removeFieldMapFixed64Uint6451( long key) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint6451() { bitField1_ |= 0x00040000; return internalGetMutableFieldMapFixed64Uint6451().getMutableMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putFieldMapFixed64Uint6451( long key, long value) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .put(key, value); bitField1_ |= 0x00040000; return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putAllFieldMapFixed64Uint6451( java.util.Map values) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .putAll(values); bitField1_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { fieldMapInt32Bool52_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bool52_.isMutable()) { fieldMapInt32Bool52_ = fieldMapInt32Bool52_.copy(); } bitField1_ |= 0x00080000; onChanged(); return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bool52() { bitField1_ = (bitField1_ & ~0x00080000); internalGetMutableFieldMapInt32Bool52().getMutableMap() .clear(); return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder removeFieldMapInt32Bool52( int key) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bool52() { bitField1_ |= 0x00080000; return internalGetMutableFieldMapInt32Bool52().getMutableMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putFieldMapInt32Bool52( int key, boolean value) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .put(key, value); bitField1_ |= 0x00080000; return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putAllFieldMapInt32Bool52( java.util.Map values) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .putAll(values); bitField1_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { fieldMapInt32Bytes53_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bytes53_.isMutable()) { fieldMapInt32Bytes53_ = fieldMapInt32Bytes53_.copy(); } bitField1_ |= 0x00100000; onChanged(); return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bytes53() { bitField1_ = (bitField1_ & ~0x00100000); internalGetMutableFieldMapInt32Bytes53().getMutableMap() .clear(); return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder removeFieldMapInt32Bytes53( int key) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bytes53() { bitField1_ |= 0x00100000; return internalGetMutableFieldMapInt32Bytes53().getMutableMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putFieldMapInt32Bytes53( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Bytes53().getMutableMap() .put(key, value); bitField1_ |= 0x00100000; return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putAllFieldMapInt32Bytes53( java.util.Map values) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .putAll(values); bitField1_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { fieldMapInt32Double54_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Double54_.isMutable()) { fieldMapInt32Double54_ = fieldMapInt32Double54_.copy(); } bitField1_ |= 0x00200000; onChanged(); return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Double54() { bitField1_ = (bitField1_ & ~0x00200000); internalGetMutableFieldMapInt32Double54().getMutableMap() .clear(); return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder removeFieldMapInt32Double54( int key) { internalGetMutableFieldMapInt32Double54().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Double54() { bitField1_ |= 0x00200000; return internalGetMutableFieldMapInt32Double54().getMutableMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putFieldMapInt32Double54( int key, double value) { internalGetMutableFieldMapInt32Double54().getMutableMap() .put(key, value); bitField1_ |= 0x00200000; return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putAllFieldMapInt32Double54( java.util.Map values) { internalGetMutableFieldMapInt32Double54().getMutableMap() .putAll(values); bitField1_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { fieldMapInt32Enum55_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Enum55_.isMutable()) { fieldMapInt32Enum55_ = fieldMapInt32Enum55_.copy(); } bitField1_ |= 0x00400000; onChanged(); return fieldMapInt32Enum55_; } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapInt32Enum55() { bitField1_ = (bitField1_ & ~0x00400000); internalGetMutableFieldMapInt32Enum55().getMutableMap() .clear(); return this; } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder removeFieldMapInt32Enum55( int key) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Enum55() { bitField1_ |= 0x00400000; return internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()); } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putFieldMapInt32Enum55( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .put(key, fieldMapInt32Enum55ValueConverter.doBackward(value)); bitField1_ |= 0x00400000; return this; } /** * map<int32, .protobuf.experimental.Proto2Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putAllFieldMapInt32Enum55( java.util.Map values) { internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()) .putAll(values); bitField1_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { fieldMapInt32Fixed3256_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed3256_.isMutable()) { fieldMapInt32Fixed3256_ = fieldMapInt32Fixed3256_.copy(); } bitField1_ |= 0x00800000; onChanged(); return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed3256() { bitField1_ = (bitField1_ & ~0x00800000); internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .clear(); return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder removeFieldMapInt32Fixed3256( int key) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed3256() { bitField1_ |= 0x00800000; return internalGetMutableFieldMapInt32Fixed3256().getMutableMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putFieldMapInt32Fixed3256( int key, int value) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .put(key, value); bitField1_ |= 0x00800000; return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putAllFieldMapInt32Fixed3256( java.util.Map values) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .putAll(values); bitField1_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { fieldMapInt32Fixed6457_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed6457_.isMutable()) { fieldMapInt32Fixed6457_ = fieldMapInt32Fixed6457_.copy(); } bitField1_ |= 0x01000000; onChanged(); return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed6457() { bitField1_ = (bitField1_ & ~0x01000000); internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .clear(); return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder removeFieldMapInt32Fixed6457( int key) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed6457() { bitField1_ |= 0x01000000; return internalGetMutableFieldMapInt32Fixed6457().getMutableMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putFieldMapInt32Fixed6457( int key, long value) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .put(key, value); bitField1_ |= 0x01000000; return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putAllFieldMapInt32Fixed6457( java.util.Map values) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .putAll(values); bitField1_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { fieldMapInt32Float58_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Float58_.isMutable()) { fieldMapInt32Float58_ = fieldMapInt32Float58_.copy(); } bitField1_ |= 0x02000000; onChanged(); return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Float58() { bitField1_ = (bitField1_ & ~0x02000000); internalGetMutableFieldMapInt32Float58().getMutableMap() .clear(); return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder removeFieldMapInt32Float58( int key) { internalGetMutableFieldMapInt32Float58().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Float58() { bitField1_ |= 0x02000000; return internalGetMutableFieldMapInt32Float58().getMutableMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putFieldMapInt32Float58( int key, float value) { internalGetMutableFieldMapInt32Float58().getMutableMap() .put(key, value); bitField1_ |= 0x02000000; return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putAllFieldMapInt32Float58( java.util.Map values) { internalGetMutableFieldMapInt32Float58().getMutableMap() .putAll(values); bitField1_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { fieldMapInt32Int3259_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int3259_.isMutable()) { fieldMapInt32Int3259_ = fieldMapInt32Int3259_.copy(); } bitField1_ |= 0x04000000; onChanged(); return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int3259() { bitField1_ = (bitField1_ & ~0x04000000); internalGetMutableFieldMapInt32Int3259().getMutableMap() .clear(); return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder removeFieldMapInt32Int3259( int key) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int3259() { bitField1_ |= 0x04000000; return internalGetMutableFieldMapInt32Int3259().getMutableMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putFieldMapInt32Int3259( int key, int value) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .put(key, value); bitField1_ |= 0x04000000; return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putAllFieldMapInt32Int3259( java.util.Map values) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .putAll(values); bitField1_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { fieldMapInt32Int6460_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int6460_.isMutable()) { fieldMapInt32Int6460_ = fieldMapInt32Int6460_.copy(); } bitField1_ |= 0x08000000; onChanged(); return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int6460() { bitField1_ = (bitField1_ & ~0x08000000); internalGetMutableFieldMapInt32Int6460().getMutableMap() .clear(); return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder removeFieldMapInt32Int6460( int key) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int6460() { bitField1_ |= 0x08000000; return internalGetMutableFieldMapInt32Int6460().getMutableMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putFieldMapInt32Int6460( int key, long value) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .put(key, value); bitField1_ |= 0x08000000; return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putAllFieldMapInt32Int6460( java.util.Map values) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .putAll(values); bitField1_ |= 0x08000000; return this; } private static final class FieldMapInt32Message61Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt32Message61DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt32Message61Converter fieldMapInt32Message61Converter = new FieldMapInt32Message61Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapInt32Message61_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } return fieldMapInt32Message61_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { fieldMapInt32Message61_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } bitField1_ |= 0x10000000; onChanged(); return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().ensureBuilderMap().size(); } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getImmutableMap(); } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt32Message61Converter.build(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Message61Converter.build(map.get(key)); } public Builder clearFieldMapInt32Message61() { bitField1_ = (bitField1_ & ~0x10000000); internalGetMutableFieldMapInt32Message61().clear(); return this; } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ public Builder removeFieldMapInt32Message61( int key) { internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Message61() { bitField1_ |= 0x10000000; return internalGetMutableFieldMapInt32Message61().ensureMessageMap(); } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ public Builder putFieldMapInt32Message61( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .put(key, value); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ public Builder putAllFieldMapInt32Message61( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .putAll(values); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.Proto2Message> field_map_int32_message_61 = 61; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapInt32Message61BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { fieldMapInt32Sfixed3262_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed3262_.isMutable()) { fieldMapInt32Sfixed3262_ = fieldMapInt32Sfixed3262_.copy(); } bitField1_ |= 0x20000000; onChanged(); return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed3262() { bitField1_ = (bitField1_ & ~0x20000000); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .clear(); return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder removeFieldMapInt32Sfixed3262( int key) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed3262() { bitField1_ |= 0x20000000; return internalGetMutableFieldMapInt32Sfixed3262().getMutableMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putFieldMapInt32Sfixed3262( int key, int value) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .put(key, value); bitField1_ |= 0x20000000; return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putAllFieldMapInt32Sfixed3262( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .putAll(values); bitField1_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { fieldMapInt32Sfixed6463_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed6463_.isMutable()) { fieldMapInt32Sfixed6463_ = fieldMapInt32Sfixed6463_.copy(); } bitField1_ |= 0x40000000; onChanged(); return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed6463() { bitField1_ = (bitField1_ & ~0x40000000); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .clear(); return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder removeFieldMapInt32Sfixed6463( int key) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed6463() { bitField1_ |= 0x40000000; return internalGetMutableFieldMapInt32Sfixed6463().getMutableMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putFieldMapInt32Sfixed6463( int key, long value) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .put(key, value); bitField1_ |= 0x40000000; return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putAllFieldMapInt32Sfixed6463( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .putAll(values); bitField1_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { fieldMapInt32Sint3264_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint3264_.isMutable()) { fieldMapInt32Sint3264_ = fieldMapInt32Sint3264_.copy(); } bitField1_ |= 0x80000000; onChanged(); return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint3264() { bitField1_ = (bitField1_ & ~0x80000000); internalGetMutableFieldMapInt32Sint3264().getMutableMap() .clear(); return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder removeFieldMapInt32Sint3264( int key) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint3264() { bitField1_ |= 0x80000000; return internalGetMutableFieldMapInt32Sint3264().getMutableMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putFieldMapInt32Sint3264( int key, int value) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .put(key, value); bitField1_ |= 0x80000000; return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putAllFieldMapInt32Sint3264( java.util.Map values) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .putAll(values); bitField1_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { fieldMapInt32Sint6465_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint6465_.isMutable()) { fieldMapInt32Sint6465_ = fieldMapInt32Sint6465_.copy(); } bitField2_ |= 0x00000001; onChanged(); return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint6465() { bitField2_ = (bitField2_ & ~0x00000001); internalGetMutableFieldMapInt32Sint6465().getMutableMap() .clear(); return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder removeFieldMapInt32Sint6465( int key) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint6465() { bitField2_ |= 0x00000001; return internalGetMutableFieldMapInt32Sint6465().getMutableMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putFieldMapInt32Sint6465( int key, long value) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .put(key, value); bitField2_ |= 0x00000001; return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putAllFieldMapInt32Sint6465( java.util.Map values) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .putAll(values); bitField2_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { fieldMapInt32String66_ = com.google.protobuf.MapField.newMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32String66_.isMutable()) { fieldMapInt32String66_ = fieldMapInt32String66_.copy(); } bitField2_ |= 0x00000002; onChanged(); return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32String66() { bitField2_ = (bitField2_ & ~0x00000002); internalGetMutableFieldMapInt32String66().getMutableMap() .clear(); return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder removeFieldMapInt32String66( int key) { internalGetMutableFieldMapInt32String66().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32String66() { bitField2_ |= 0x00000002; return internalGetMutableFieldMapInt32String66().getMutableMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putFieldMapInt32String66( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32String66().getMutableMap() .put(key, value); bitField2_ |= 0x00000002; return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putAllFieldMapInt32String66( java.util.Map values) { internalGetMutableFieldMapInt32String66().getMutableMap() .putAll(values); bitField2_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { fieldMapInt32Uint3267_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint3267_.isMutable()) { fieldMapInt32Uint3267_ = fieldMapInt32Uint3267_.copy(); } bitField2_ |= 0x00000004; onChanged(); return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint3267() { bitField2_ = (bitField2_ & ~0x00000004); internalGetMutableFieldMapInt32Uint3267().getMutableMap() .clear(); return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder removeFieldMapInt32Uint3267( int key) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint3267() { bitField2_ |= 0x00000004; return internalGetMutableFieldMapInt32Uint3267().getMutableMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putFieldMapInt32Uint3267( int key, int value) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .put(key, value); bitField2_ |= 0x00000004; return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putAllFieldMapInt32Uint3267( java.util.Map values) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .putAll(values); bitField2_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { fieldMapInt32Uint6468_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint6468_.isMutable()) { fieldMapInt32Uint6468_ = fieldMapInt32Uint6468_.copy(); } bitField2_ |= 0x00000008; onChanged(); return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint6468() { bitField2_ = (bitField2_ & ~0x00000008); internalGetMutableFieldMapInt32Uint6468().getMutableMap() .clear(); return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder removeFieldMapInt32Uint6468( int key) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint6468() { bitField2_ |= 0x00000008; return internalGetMutableFieldMapInt32Uint6468().getMutableMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putFieldMapInt32Uint6468( int key, long value) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .put(key, value); bitField2_ |= 0x00000008; return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putAllFieldMapInt32Uint6468( java.util.Map values) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .putAll(values); bitField2_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { fieldMapInt64Bool69_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bool69_.isMutable()) { fieldMapInt64Bool69_ = fieldMapInt64Bool69_.copy(); } bitField2_ |= 0x00000010; onChanged(); return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bool69() { bitField2_ = (bitField2_ & ~0x00000010); internalGetMutableFieldMapInt64Bool69().getMutableMap() .clear(); return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder removeFieldMapInt64Bool69( long key) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bool69() { bitField2_ |= 0x00000010; return internalGetMutableFieldMapInt64Bool69().getMutableMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putFieldMapInt64Bool69( long key, boolean value) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .put(key, value); bitField2_ |= 0x00000010; return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putAllFieldMapInt64Bool69( java.util.Map values) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .putAll(values); bitField2_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { fieldMapInt64Bytes70_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bytes70_.isMutable()) { fieldMapInt64Bytes70_ = fieldMapInt64Bytes70_.copy(); } bitField2_ |= 0x00000020; onChanged(); return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bytes70() { bitField2_ = (bitField2_ & ~0x00000020); internalGetMutableFieldMapInt64Bytes70().getMutableMap() .clear(); return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder removeFieldMapInt64Bytes70( long key) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bytes70() { bitField2_ |= 0x00000020; return internalGetMutableFieldMapInt64Bytes70().getMutableMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putFieldMapInt64Bytes70( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Bytes70().getMutableMap() .put(key, value); bitField2_ |= 0x00000020; return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putAllFieldMapInt64Bytes70( java.util.Map values) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .putAll(values); bitField2_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { fieldMapInt64Double71_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Double71_.isMutable()) { fieldMapInt64Double71_ = fieldMapInt64Double71_.copy(); } bitField2_ |= 0x00000040; onChanged(); return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Double71() { bitField2_ = (bitField2_ & ~0x00000040); internalGetMutableFieldMapInt64Double71().getMutableMap() .clear(); return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder removeFieldMapInt64Double71( long key) { internalGetMutableFieldMapInt64Double71().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Double71() { bitField2_ |= 0x00000040; return internalGetMutableFieldMapInt64Double71().getMutableMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putFieldMapInt64Double71( long key, double value) { internalGetMutableFieldMapInt64Double71().getMutableMap() .put(key, value); bitField2_ |= 0x00000040; return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putAllFieldMapInt64Double71( java.util.Map values) { internalGetMutableFieldMapInt64Double71().getMutableMap() .putAll(values); bitField2_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { fieldMapInt64Enum72_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Enum72_.isMutable()) { fieldMapInt64Enum72_ = fieldMapInt64Enum72_.copy(); } bitField2_ |= 0x00000080; onChanged(); return fieldMapInt64Enum72_; } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapInt64Enum72() { bitField2_ = (bitField2_ & ~0x00000080); internalGetMutableFieldMapInt64Enum72().getMutableMap() .clear(); return this; } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder removeFieldMapInt64Enum72( long key) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Enum72() { bitField2_ |= 0x00000080; return internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()); } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putFieldMapInt64Enum72( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .put(key, fieldMapInt64Enum72ValueConverter.doBackward(value)); bitField2_ |= 0x00000080; return this; } /** * map<int64, .protobuf.experimental.Proto2Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putAllFieldMapInt64Enum72( java.util.Map values) { internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()) .putAll(values); bitField2_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { fieldMapInt64Fixed3273_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed3273_.isMutable()) { fieldMapInt64Fixed3273_ = fieldMapInt64Fixed3273_.copy(); } bitField2_ |= 0x00000100; onChanged(); return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed3273() { bitField2_ = (bitField2_ & ~0x00000100); internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .clear(); return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder removeFieldMapInt64Fixed3273( long key) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed3273() { bitField2_ |= 0x00000100; return internalGetMutableFieldMapInt64Fixed3273().getMutableMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putFieldMapInt64Fixed3273( long key, int value) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .put(key, value); bitField2_ |= 0x00000100; return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putAllFieldMapInt64Fixed3273( java.util.Map values) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .putAll(values); bitField2_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { fieldMapInt64Fixed6474_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed6474_.isMutable()) { fieldMapInt64Fixed6474_ = fieldMapInt64Fixed6474_.copy(); } bitField2_ |= 0x00000200; onChanged(); return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed6474() { bitField2_ = (bitField2_ & ~0x00000200); internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .clear(); return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder removeFieldMapInt64Fixed6474( long key) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed6474() { bitField2_ |= 0x00000200; return internalGetMutableFieldMapInt64Fixed6474().getMutableMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putFieldMapInt64Fixed6474( long key, long value) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .put(key, value); bitField2_ |= 0x00000200; return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putAllFieldMapInt64Fixed6474( java.util.Map values) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .putAll(values); bitField2_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { fieldMapInt64Float75_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Float75_.isMutable()) { fieldMapInt64Float75_ = fieldMapInt64Float75_.copy(); } bitField2_ |= 0x00000400; onChanged(); return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Float75() { bitField2_ = (bitField2_ & ~0x00000400); internalGetMutableFieldMapInt64Float75().getMutableMap() .clear(); return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder removeFieldMapInt64Float75( long key) { internalGetMutableFieldMapInt64Float75().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Float75() { bitField2_ |= 0x00000400; return internalGetMutableFieldMapInt64Float75().getMutableMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putFieldMapInt64Float75( long key, float value) { internalGetMutableFieldMapInt64Float75().getMutableMap() .put(key, value); bitField2_ |= 0x00000400; return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putAllFieldMapInt64Float75( java.util.Map values) { internalGetMutableFieldMapInt64Float75().getMutableMap() .putAll(values); bitField2_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { fieldMapInt64Int3276_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int3276_.isMutable()) { fieldMapInt64Int3276_ = fieldMapInt64Int3276_.copy(); } bitField2_ |= 0x00000800; onChanged(); return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int3276() { bitField2_ = (bitField2_ & ~0x00000800); internalGetMutableFieldMapInt64Int3276().getMutableMap() .clear(); return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder removeFieldMapInt64Int3276( long key) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int3276() { bitField2_ |= 0x00000800; return internalGetMutableFieldMapInt64Int3276().getMutableMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putFieldMapInt64Int3276( long key, int value) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .put(key, value); bitField2_ |= 0x00000800; return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putAllFieldMapInt64Int3276( java.util.Map values) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .putAll(values); bitField2_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { fieldMapInt64Int6477_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int6477_.isMutable()) { fieldMapInt64Int6477_ = fieldMapInt64Int6477_.copy(); } bitField2_ |= 0x00001000; onChanged(); return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int6477() { bitField2_ = (bitField2_ & ~0x00001000); internalGetMutableFieldMapInt64Int6477().getMutableMap() .clear(); return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder removeFieldMapInt64Int6477( long key) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int6477() { bitField2_ |= 0x00001000; return internalGetMutableFieldMapInt64Int6477().getMutableMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putFieldMapInt64Int6477( long key, long value) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .put(key, value); bitField2_ |= 0x00001000; return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putAllFieldMapInt64Int6477( java.util.Map values) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .putAll(values); bitField2_ |= 0x00001000; return this; } private static final class FieldMapInt64Message78Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt64Message78DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt64Message78Converter fieldMapInt64Message78Converter = new FieldMapInt64Message78Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapInt64Message78_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } return fieldMapInt64Message78_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { fieldMapInt64Message78_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } bitField2_ |= 0x00002000; onChanged(); return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().ensureBuilderMap().size(); } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getImmutableMap(); } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt64Message78Converter.build(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Message78Converter.build(map.get(key)); } public Builder clearFieldMapInt64Message78() { bitField2_ = (bitField2_ & ~0x00002000); internalGetMutableFieldMapInt64Message78().clear(); return this; } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ public Builder removeFieldMapInt64Message78( long key) { internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Message78() { bitField2_ |= 0x00002000; return internalGetMutableFieldMapInt64Message78().ensureMessageMap(); } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ public Builder putFieldMapInt64Message78( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .put(key, value); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ public Builder putAllFieldMapInt64Message78( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .putAll(values); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.Proto2Message> field_map_int64_message_78 = 78; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapInt64Message78BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { fieldMapInt64Sfixed3279_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed3279_.isMutable()) { fieldMapInt64Sfixed3279_ = fieldMapInt64Sfixed3279_.copy(); } bitField2_ |= 0x00004000; onChanged(); return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed3279() { bitField2_ = (bitField2_ & ~0x00004000); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .clear(); return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder removeFieldMapInt64Sfixed3279( long key) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed3279() { bitField2_ |= 0x00004000; return internalGetMutableFieldMapInt64Sfixed3279().getMutableMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putFieldMapInt64Sfixed3279( long key, int value) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .put(key, value); bitField2_ |= 0x00004000; return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putAllFieldMapInt64Sfixed3279( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .putAll(values); bitField2_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { fieldMapInt64Sfixed6480_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed6480_.isMutable()) { fieldMapInt64Sfixed6480_ = fieldMapInt64Sfixed6480_.copy(); } bitField2_ |= 0x00008000; onChanged(); return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed6480() { bitField2_ = (bitField2_ & ~0x00008000); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .clear(); return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder removeFieldMapInt64Sfixed6480( long key) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed6480() { bitField2_ |= 0x00008000; return internalGetMutableFieldMapInt64Sfixed6480().getMutableMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putFieldMapInt64Sfixed6480( long key, long value) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .put(key, value); bitField2_ |= 0x00008000; return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putAllFieldMapInt64Sfixed6480( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .putAll(values); bitField2_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { fieldMapInt64Sint3281_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint3281_.isMutable()) { fieldMapInt64Sint3281_ = fieldMapInt64Sint3281_.copy(); } bitField2_ |= 0x00010000; onChanged(); return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint3281() { bitField2_ = (bitField2_ & ~0x00010000); internalGetMutableFieldMapInt64Sint3281().getMutableMap() .clear(); return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder removeFieldMapInt64Sint3281( long key) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint3281() { bitField2_ |= 0x00010000; return internalGetMutableFieldMapInt64Sint3281().getMutableMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putFieldMapInt64Sint3281( long key, int value) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .put(key, value); bitField2_ |= 0x00010000; return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putAllFieldMapInt64Sint3281( java.util.Map values) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .putAll(values); bitField2_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { fieldMapInt64Sint6482_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint6482_.isMutable()) { fieldMapInt64Sint6482_ = fieldMapInt64Sint6482_.copy(); } bitField2_ |= 0x00020000; onChanged(); return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint6482() { bitField2_ = (bitField2_ & ~0x00020000); internalGetMutableFieldMapInt64Sint6482().getMutableMap() .clear(); return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder removeFieldMapInt64Sint6482( long key) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint6482() { bitField2_ |= 0x00020000; return internalGetMutableFieldMapInt64Sint6482().getMutableMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putFieldMapInt64Sint6482( long key, long value) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .put(key, value); bitField2_ |= 0x00020000; return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putAllFieldMapInt64Sint6482( java.util.Map values) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .putAll(values); bitField2_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { fieldMapInt64String83_ = com.google.protobuf.MapField.newMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64String83_.isMutable()) { fieldMapInt64String83_ = fieldMapInt64String83_.copy(); } bitField2_ |= 0x00040000; onChanged(); return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64String83() { bitField2_ = (bitField2_ & ~0x00040000); internalGetMutableFieldMapInt64String83().getMutableMap() .clear(); return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder removeFieldMapInt64String83( long key) { internalGetMutableFieldMapInt64String83().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64String83() { bitField2_ |= 0x00040000; return internalGetMutableFieldMapInt64String83().getMutableMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putFieldMapInt64String83( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64String83().getMutableMap() .put(key, value); bitField2_ |= 0x00040000; return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putAllFieldMapInt64String83( java.util.Map values) { internalGetMutableFieldMapInt64String83().getMutableMap() .putAll(values); bitField2_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { fieldMapInt64Uint3284_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint3284_.isMutable()) { fieldMapInt64Uint3284_ = fieldMapInt64Uint3284_.copy(); } bitField2_ |= 0x00080000; onChanged(); return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint3284() { bitField2_ = (bitField2_ & ~0x00080000); internalGetMutableFieldMapInt64Uint3284().getMutableMap() .clear(); return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder removeFieldMapInt64Uint3284( long key) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint3284() { bitField2_ |= 0x00080000; return internalGetMutableFieldMapInt64Uint3284().getMutableMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putFieldMapInt64Uint3284( long key, int value) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .put(key, value); bitField2_ |= 0x00080000; return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putAllFieldMapInt64Uint3284( java.util.Map values) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .putAll(values); bitField2_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { fieldMapInt64Uint6485_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint6485_.isMutable()) { fieldMapInt64Uint6485_ = fieldMapInt64Uint6485_.copy(); } bitField2_ |= 0x00100000; onChanged(); return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint6485() { bitField2_ = (bitField2_ & ~0x00100000); internalGetMutableFieldMapInt64Uint6485().getMutableMap() .clear(); return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder removeFieldMapInt64Uint6485( long key) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint6485() { bitField2_ |= 0x00100000; return internalGetMutableFieldMapInt64Uint6485().getMutableMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putFieldMapInt64Uint6485( long key, long value) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .put(key, value); bitField2_ |= 0x00100000; return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putAllFieldMapInt64Uint6485( java.util.Map values) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .putAll(values); bitField2_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { fieldMapSfixed32Bool86_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bool86_.isMutable()) { fieldMapSfixed32Bool86_ = fieldMapSfixed32Bool86_.copy(); } bitField2_ |= 0x00200000; onChanged(); return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bool86() { bitField2_ = (bitField2_ & ~0x00200000); internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .clear(); return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder removeFieldMapSfixed32Bool86( int key) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bool86() { bitField2_ |= 0x00200000; return internalGetMutableFieldMapSfixed32Bool86().getMutableMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putFieldMapSfixed32Bool86( int key, boolean value) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .put(key, value); bitField2_ |= 0x00200000; return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putAllFieldMapSfixed32Bool86( java.util.Map values) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .putAll(values); bitField2_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { fieldMapSfixed32Bytes87_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bytes87_.isMutable()) { fieldMapSfixed32Bytes87_ = fieldMapSfixed32Bytes87_.copy(); } bitField2_ |= 0x00400000; onChanged(); return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bytes87() { bitField2_ = (bitField2_ & ~0x00400000); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .clear(); return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder removeFieldMapSfixed32Bytes87( int key) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bytes87() { bitField2_ |= 0x00400000; return internalGetMutableFieldMapSfixed32Bytes87().getMutableMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putFieldMapSfixed32Bytes87( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .put(key, value); bitField2_ |= 0x00400000; return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putAllFieldMapSfixed32Bytes87( java.util.Map values) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .putAll(values); bitField2_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { fieldMapSfixed32Double88_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Double88_.isMutable()) { fieldMapSfixed32Double88_ = fieldMapSfixed32Double88_.copy(); } bitField2_ |= 0x00800000; onChanged(); return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Double88() { bitField2_ = (bitField2_ & ~0x00800000); internalGetMutableFieldMapSfixed32Double88().getMutableMap() .clear(); return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder removeFieldMapSfixed32Double88( int key) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Double88() { bitField2_ |= 0x00800000; return internalGetMutableFieldMapSfixed32Double88().getMutableMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putFieldMapSfixed32Double88( int key, double value) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .put(key, value); bitField2_ |= 0x00800000; return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putAllFieldMapSfixed32Double88( java.util.Map values) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .putAll(values); bitField2_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { fieldMapSfixed32Enum89_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Enum89_.isMutable()) { fieldMapSfixed32Enum89_ = fieldMapSfixed32Enum89_.copy(); } bitField2_ |= 0x01000000; onChanged(); return fieldMapSfixed32Enum89_; } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSfixed32Enum89() { bitField2_ = (bitField2_ & ~0x01000000); internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .clear(); return this; } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder removeFieldMapSfixed32Enum89( int key) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Enum89() { bitField2_ |= 0x01000000; return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()); } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putFieldMapSfixed32Enum89( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .put(key, fieldMapSfixed32Enum89ValueConverter.doBackward(value)); bitField2_ |= 0x01000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putAllFieldMapSfixed32Enum89( java.util.Map values) { internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()) .putAll(values); bitField2_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { fieldMapSfixed32Fixed3290_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed3290_.isMutable()) { fieldMapSfixed32Fixed3290_ = fieldMapSfixed32Fixed3290_.copy(); } bitField2_ |= 0x02000000; onChanged(); return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed3290() { bitField2_ = (bitField2_ & ~0x02000000); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder removeFieldMapSfixed32Fixed3290( int key) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed3290() { bitField2_ |= 0x02000000; return internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putFieldMapSfixed32Fixed3290( int key, int value) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .put(key, value); bitField2_ |= 0x02000000; return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putAllFieldMapSfixed32Fixed3290( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .putAll(values); bitField2_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { fieldMapSfixed32Fixed6491_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed6491_.isMutable()) { fieldMapSfixed32Fixed6491_ = fieldMapSfixed32Fixed6491_.copy(); } bitField2_ |= 0x04000000; onChanged(); return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed6491() { bitField2_ = (bitField2_ & ~0x04000000); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder removeFieldMapSfixed32Fixed6491( int key) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed6491() { bitField2_ |= 0x04000000; return internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putFieldMapSfixed32Fixed6491( int key, long value) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .put(key, value); bitField2_ |= 0x04000000; return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putAllFieldMapSfixed32Fixed6491( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .putAll(values); bitField2_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { fieldMapSfixed32Float92_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Float92_.isMutable()) { fieldMapSfixed32Float92_ = fieldMapSfixed32Float92_.copy(); } bitField2_ |= 0x08000000; onChanged(); return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Float92() { bitField2_ = (bitField2_ & ~0x08000000); internalGetMutableFieldMapSfixed32Float92().getMutableMap() .clear(); return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder removeFieldMapSfixed32Float92( int key) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Float92() { bitField2_ |= 0x08000000; return internalGetMutableFieldMapSfixed32Float92().getMutableMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putFieldMapSfixed32Float92( int key, float value) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .put(key, value); bitField2_ |= 0x08000000; return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putAllFieldMapSfixed32Float92( java.util.Map values) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .putAll(values); bitField2_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { fieldMapSfixed32Int3293_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int3293_.isMutable()) { fieldMapSfixed32Int3293_ = fieldMapSfixed32Int3293_.copy(); } bitField2_ |= 0x10000000; onChanged(); return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int3293() { bitField2_ = (bitField2_ & ~0x10000000); internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .clear(); return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder removeFieldMapSfixed32Int3293( int key) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int3293() { bitField2_ |= 0x10000000; return internalGetMutableFieldMapSfixed32Int3293().getMutableMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putFieldMapSfixed32Int3293( int key, int value) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .put(key, value); bitField2_ |= 0x10000000; return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putAllFieldMapSfixed32Int3293( java.util.Map values) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .putAll(values); bitField2_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { fieldMapSfixed32Int6494_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int6494_.isMutable()) { fieldMapSfixed32Int6494_ = fieldMapSfixed32Int6494_.copy(); } bitField2_ |= 0x20000000; onChanged(); return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int6494() { bitField2_ = (bitField2_ & ~0x20000000); internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .clear(); return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder removeFieldMapSfixed32Int6494( int key) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int6494() { bitField2_ |= 0x20000000; return internalGetMutableFieldMapSfixed32Int6494().getMutableMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putFieldMapSfixed32Int6494( int key, long value) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .put(key, value); bitField2_ |= 0x20000000; return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putAllFieldMapSfixed32Int6494( java.util.Map values) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .putAll(values); bitField2_ |= 0x20000000; return this; } private static final class FieldMapSfixed32Message95Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed32Message95Converter fieldMapSfixed32Message95Converter = new FieldMapSfixed32Message95Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapSfixed32Message95_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } return fieldMapSfixed32Message95_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { fieldMapSfixed32Message95_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } bitField2_ |= 0x40000000; onChanged(); return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getImmutableMap(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed32Message95Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Message95Converter.build(map.get(key)); } public Builder clearFieldMapSfixed32Message95() { bitField2_ = (bitField2_ & ~0x40000000); internalGetMutableFieldMapSfixed32Message95().clear(); return this; } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ public Builder removeFieldMapSfixed32Message95( int key) { internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Message95() { bitField2_ |= 0x40000000; return internalGetMutableFieldMapSfixed32Message95().ensureMessageMap(); } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ public Builder putFieldMapSfixed32Message95( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .put(key, value); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ public Builder putAllFieldMapSfixed32Message95( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .putAll(values); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto2Message> field_map_sfixed32_message_95 = 95; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapSfixed32Message95BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { fieldMapSfixed32Sfixed3296_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed3296_.isMutable()) { fieldMapSfixed32Sfixed3296_ = fieldMapSfixed32Sfixed3296_.copy(); } bitField2_ |= 0x80000000; onChanged(); return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed3296() { bitField2_ = (bitField2_ & ~0x80000000); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder removeFieldMapSfixed32Sfixed3296( int key) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed3296() { bitField2_ |= 0x80000000; return internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putFieldMapSfixed32Sfixed3296( int key, int value) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .put(key, value); bitField2_ |= 0x80000000; return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putAllFieldMapSfixed32Sfixed3296( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .putAll(values); bitField2_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { fieldMapSfixed32Sfixed6497_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed6497_.isMutable()) { fieldMapSfixed32Sfixed6497_ = fieldMapSfixed32Sfixed6497_.copy(); } bitField3_ |= 0x00000001; onChanged(); return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed6497() { bitField3_ = (bitField3_ & ~0x00000001); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder removeFieldMapSfixed32Sfixed6497( int key) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed6497() { bitField3_ |= 0x00000001; return internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putFieldMapSfixed32Sfixed6497( int key, long value) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .put(key, value); bitField3_ |= 0x00000001; return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putAllFieldMapSfixed32Sfixed6497( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .putAll(values); bitField3_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { fieldMapSfixed32Sint3298_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint3298_.isMutable()) { fieldMapSfixed32Sint3298_ = fieldMapSfixed32Sint3298_.copy(); } bitField3_ |= 0x00000002; onChanged(); return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint3298() { bitField3_ = (bitField3_ & ~0x00000002); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder removeFieldMapSfixed32Sint3298( int key) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint3298() { bitField3_ |= 0x00000002; return internalGetMutableFieldMapSfixed32Sint3298().getMutableMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putFieldMapSfixed32Sint3298( int key, int value) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .put(key, value); bitField3_ |= 0x00000002; return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putAllFieldMapSfixed32Sint3298( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .putAll(values); bitField3_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { fieldMapSfixed32Sint6499_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint6499_.isMutable()) { fieldMapSfixed32Sint6499_ = fieldMapSfixed32Sint6499_.copy(); } bitField3_ |= 0x00000004; onChanged(); return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint6499() { bitField3_ = (bitField3_ & ~0x00000004); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder removeFieldMapSfixed32Sint6499( int key) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint6499() { bitField3_ |= 0x00000004; return internalGetMutableFieldMapSfixed32Sint6499().getMutableMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putFieldMapSfixed32Sint6499( int key, long value) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .put(key, value); bitField3_ |= 0x00000004; return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putAllFieldMapSfixed32Sint6499( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .putAll(values); bitField3_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { fieldMapSfixed32String100_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32String100_.isMutable()) { fieldMapSfixed32String100_ = fieldMapSfixed32String100_.copy(); } bitField3_ |= 0x00000008; onChanged(); return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32String100() { bitField3_ = (bitField3_ & ~0x00000008); internalGetMutableFieldMapSfixed32String100().getMutableMap() .clear(); return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder removeFieldMapSfixed32String100( int key) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32String100() { bitField3_ |= 0x00000008; return internalGetMutableFieldMapSfixed32String100().getMutableMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putFieldMapSfixed32String100( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32String100().getMutableMap() .put(key, value); bitField3_ |= 0x00000008; return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putAllFieldMapSfixed32String100( java.util.Map values) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .putAll(values); bitField3_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { fieldMapSfixed32Uint32101_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint32101_.isMutable()) { fieldMapSfixed32Uint32101_ = fieldMapSfixed32Uint32101_.copy(); } bitField3_ |= 0x00000010; onChanged(); return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint32101() { bitField3_ = (bitField3_ & ~0x00000010); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder removeFieldMapSfixed32Uint32101( int key) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint32101() { bitField3_ |= 0x00000010; return internalGetMutableFieldMapSfixed32Uint32101().getMutableMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putFieldMapSfixed32Uint32101( int key, int value) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .put(key, value); bitField3_ |= 0x00000010; return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putAllFieldMapSfixed32Uint32101( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .putAll(values); bitField3_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { fieldMapSfixed32Uint64102_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint64102_.isMutable()) { fieldMapSfixed32Uint64102_ = fieldMapSfixed32Uint64102_.copy(); } bitField3_ |= 0x00000020; onChanged(); return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint64102() { bitField3_ = (bitField3_ & ~0x00000020); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder removeFieldMapSfixed32Uint64102( int key) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint64102() { bitField3_ |= 0x00000020; return internalGetMutableFieldMapSfixed32Uint64102().getMutableMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putFieldMapSfixed32Uint64102( int key, long value) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .put(key, value); bitField3_ |= 0x00000020; return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putAllFieldMapSfixed32Uint64102( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .putAll(values); bitField3_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { fieldMapSfixed64Bool103_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bool103_.isMutable()) { fieldMapSfixed64Bool103_ = fieldMapSfixed64Bool103_.copy(); } bitField3_ |= 0x00000040; onChanged(); return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bool103() { bitField3_ = (bitField3_ & ~0x00000040); internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .clear(); return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder removeFieldMapSfixed64Bool103( long key) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bool103() { bitField3_ |= 0x00000040; return internalGetMutableFieldMapSfixed64Bool103().getMutableMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putFieldMapSfixed64Bool103( long key, boolean value) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .put(key, value); bitField3_ |= 0x00000040; return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putAllFieldMapSfixed64Bool103( java.util.Map values) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .putAll(values); bitField3_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { fieldMapSfixed64Bytes104_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bytes104_.isMutable()) { fieldMapSfixed64Bytes104_ = fieldMapSfixed64Bytes104_.copy(); } bitField3_ |= 0x00000080; onChanged(); return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bytes104() { bitField3_ = (bitField3_ & ~0x00000080); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .clear(); return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder removeFieldMapSfixed64Bytes104( long key) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bytes104() { bitField3_ |= 0x00000080; return internalGetMutableFieldMapSfixed64Bytes104().getMutableMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putFieldMapSfixed64Bytes104( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .put(key, value); bitField3_ |= 0x00000080; return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putAllFieldMapSfixed64Bytes104( java.util.Map values) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .putAll(values); bitField3_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { fieldMapSfixed64Double105_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Double105_.isMutable()) { fieldMapSfixed64Double105_ = fieldMapSfixed64Double105_.copy(); } bitField3_ |= 0x00000100; onChanged(); return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Double105() { bitField3_ = (bitField3_ & ~0x00000100); internalGetMutableFieldMapSfixed64Double105().getMutableMap() .clear(); return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder removeFieldMapSfixed64Double105( long key) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Double105() { bitField3_ |= 0x00000100; return internalGetMutableFieldMapSfixed64Double105().getMutableMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putFieldMapSfixed64Double105( long key, double value) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .put(key, value); bitField3_ |= 0x00000100; return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putAllFieldMapSfixed64Double105( java.util.Map values) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .putAll(values); bitField3_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { fieldMapSfixed64Enum106_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Enum106_.isMutable()) { fieldMapSfixed64Enum106_ = fieldMapSfixed64Enum106_.copy(); } bitField3_ |= 0x00000200; onChanged(); return fieldMapSfixed64Enum106_; } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSfixed64Enum106() { bitField3_ = (bitField3_ & ~0x00000200); internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .clear(); return this; } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder removeFieldMapSfixed64Enum106( long key) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Enum106() { bitField3_ |= 0x00000200; return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()); } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putFieldMapSfixed64Enum106( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .put(key, fieldMapSfixed64Enum106ValueConverter.doBackward(value)); bitField3_ |= 0x00000200; return this; } /** * map<sfixed64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putAllFieldMapSfixed64Enum106( java.util.Map values) { internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()) .putAll(values); bitField3_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { fieldMapSfixed64Fixed32107_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed32107_.isMutable()) { fieldMapSfixed64Fixed32107_ = fieldMapSfixed64Fixed32107_.copy(); } bitField3_ |= 0x00000400; onChanged(); return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed32107() { bitField3_ = (bitField3_ & ~0x00000400); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder removeFieldMapSfixed64Fixed32107( long key) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed32107() { bitField3_ |= 0x00000400; return internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putFieldMapSfixed64Fixed32107( long key, int value) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .put(key, value); bitField3_ |= 0x00000400; return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putAllFieldMapSfixed64Fixed32107( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .putAll(values); bitField3_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { fieldMapSfixed64Fixed64108_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed64108_.isMutable()) { fieldMapSfixed64Fixed64108_ = fieldMapSfixed64Fixed64108_.copy(); } bitField3_ |= 0x00000800; onChanged(); return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed64108() { bitField3_ = (bitField3_ & ~0x00000800); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder removeFieldMapSfixed64Fixed64108( long key) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed64108() { bitField3_ |= 0x00000800; return internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putFieldMapSfixed64Fixed64108( long key, long value) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .put(key, value); bitField3_ |= 0x00000800; return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putAllFieldMapSfixed64Fixed64108( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .putAll(values); bitField3_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { fieldMapSfixed64Float109_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Float109_.isMutable()) { fieldMapSfixed64Float109_ = fieldMapSfixed64Float109_.copy(); } bitField3_ |= 0x00001000; onChanged(); return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Float109() { bitField3_ = (bitField3_ & ~0x00001000); internalGetMutableFieldMapSfixed64Float109().getMutableMap() .clear(); return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder removeFieldMapSfixed64Float109( long key) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Float109() { bitField3_ |= 0x00001000; return internalGetMutableFieldMapSfixed64Float109().getMutableMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putFieldMapSfixed64Float109( long key, float value) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .put(key, value); bitField3_ |= 0x00001000; return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putAllFieldMapSfixed64Float109( java.util.Map values) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .putAll(values); bitField3_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { fieldMapSfixed64Int32110_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int32110_.isMutable()) { fieldMapSfixed64Int32110_ = fieldMapSfixed64Int32110_.copy(); } bitField3_ |= 0x00002000; onChanged(); return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int32110() { bitField3_ = (bitField3_ & ~0x00002000); internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .clear(); return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder removeFieldMapSfixed64Int32110( long key) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int32110() { bitField3_ |= 0x00002000; return internalGetMutableFieldMapSfixed64Int32110().getMutableMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putFieldMapSfixed64Int32110( long key, int value) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .put(key, value); bitField3_ |= 0x00002000; return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putAllFieldMapSfixed64Int32110( java.util.Map values) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .putAll(values); bitField3_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { fieldMapSfixed64Int64111_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int64111_.isMutable()) { fieldMapSfixed64Int64111_ = fieldMapSfixed64Int64111_.copy(); } bitField3_ |= 0x00004000; onChanged(); return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int64111() { bitField3_ = (bitField3_ & ~0x00004000); internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .clear(); return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder removeFieldMapSfixed64Int64111( long key) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int64111() { bitField3_ |= 0x00004000; return internalGetMutableFieldMapSfixed64Int64111().getMutableMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putFieldMapSfixed64Int64111( long key, long value) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .put(key, value); bitField3_ |= 0x00004000; return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putAllFieldMapSfixed64Int64111( java.util.Map values) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .putAll(values); bitField3_ |= 0x00004000; return this; } private static final class FieldMapSfixed64Message112Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed64Message112Converter fieldMapSfixed64Message112Converter = new FieldMapSfixed64Message112Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapSfixed64Message112_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } return fieldMapSfixed64Message112_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { fieldMapSfixed64Message112_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } bitField3_ |= 0x00008000; onChanged(); return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getImmutableMap(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed64Message112Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Message112Converter.build(map.get(key)); } public Builder clearFieldMapSfixed64Message112() { bitField3_ = (bitField3_ & ~0x00008000); internalGetMutableFieldMapSfixed64Message112().clear(); return this; } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ public Builder removeFieldMapSfixed64Message112( long key) { internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Message112() { bitField3_ |= 0x00008000; return internalGetMutableFieldMapSfixed64Message112().ensureMessageMap(); } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ public Builder putFieldMapSfixed64Message112( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .put(key, value); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ public Builder putAllFieldMapSfixed64Message112( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .putAll(values); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.Proto2Message> field_map_sfixed64_message_112 = 112; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapSfixed64Message112BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { fieldMapSfixed64Sfixed32113_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed32113_.isMutable()) { fieldMapSfixed64Sfixed32113_ = fieldMapSfixed64Sfixed32113_.copy(); } bitField3_ |= 0x00010000; onChanged(); return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed32113() { bitField3_ = (bitField3_ & ~0x00010000); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder removeFieldMapSfixed64Sfixed32113( long key) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed32113() { bitField3_ |= 0x00010000; return internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putFieldMapSfixed64Sfixed32113( long key, int value) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .put(key, value); bitField3_ |= 0x00010000; return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putAllFieldMapSfixed64Sfixed32113( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .putAll(values); bitField3_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { fieldMapSfixed64Sfixed64114_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed64114_.isMutable()) { fieldMapSfixed64Sfixed64114_ = fieldMapSfixed64Sfixed64114_.copy(); } bitField3_ |= 0x00020000; onChanged(); return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed64114() { bitField3_ = (bitField3_ & ~0x00020000); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder removeFieldMapSfixed64Sfixed64114( long key) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed64114() { bitField3_ |= 0x00020000; return internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putFieldMapSfixed64Sfixed64114( long key, long value) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .put(key, value); bitField3_ |= 0x00020000; return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putAllFieldMapSfixed64Sfixed64114( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .putAll(values); bitField3_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { fieldMapSfixed64Sint32115_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint32115_.isMutable()) { fieldMapSfixed64Sint32115_ = fieldMapSfixed64Sint32115_.copy(); } bitField3_ |= 0x00040000; onChanged(); return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint32115() { bitField3_ = (bitField3_ & ~0x00040000); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder removeFieldMapSfixed64Sint32115( long key) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint32115() { bitField3_ |= 0x00040000; return internalGetMutableFieldMapSfixed64Sint32115().getMutableMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putFieldMapSfixed64Sint32115( long key, int value) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .put(key, value); bitField3_ |= 0x00040000; return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putAllFieldMapSfixed64Sint32115( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .putAll(values); bitField3_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { fieldMapSfixed64Sint64116_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint64116_.isMutable()) { fieldMapSfixed64Sint64116_ = fieldMapSfixed64Sint64116_.copy(); } bitField3_ |= 0x00080000; onChanged(); return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint64116() { bitField3_ = (bitField3_ & ~0x00080000); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder removeFieldMapSfixed64Sint64116( long key) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint64116() { bitField3_ |= 0x00080000; return internalGetMutableFieldMapSfixed64Sint64116().getMutableMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putFieldMapSfixed64Sint64116( long key, long value) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .put(key, value); bitField3_ |= 0x00080000; return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putAllFieldMapSfixed64Sint64116( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .putAll(values); bitField3_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { fieldMapSfixed64String117_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64String117_.isMutable()) { fieldMapSfixed64String117_ = fieldMapSfixed64String117_.copy(); } bitField3_ |= 0x00100000; onChanged(); return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64String117() { bitField3_ = (bitField3_ & ~0x00100000); internalGetMutableFieldMapSfixed64String117().getMutableMap() .clear(); return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder removeFieldMapSfixed64String117( long key) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64String117() { bitField3_ |= 0x00100000; return internalGetMutableFieldMapSfixed64String117().getMutableMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putFieldMapSfixed64String117( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64String117().getMutableMap() .put(key, value); bitField3_ |= 0x00100000; return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putAllFieldMapSfixed64String117( java.util.Map values) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .putAll(values); bitField3_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { fieldMapSfixed64Uint32118_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint32118_.isMutable()) { fieldMapSfixed64Uint32118_ = fieldMapSfixed64Uint32118_.copy(); } bitField3_ |= 0x00200000; onChanged(); return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint32118() { bitField3_ = (bitField3_ & ~0x00200000); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder removeFieldMapSfixed64Uint32118( long key) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint32118() { bitField3_ |= 0x00200000; return internalGetMutableFieldMapSfixed64Uint32118().getMutableMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putFieldMapSfixed64Uint32118( long key, int value) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .put(key, value); bitField3_ |= 0x00200000; return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putAllFieldMapSfixed64Uint32118( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .putAll(values); bitField3_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { fieldMapSfixed64Uint64119_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint64119_.isMutable()) { fieldMapSfixed64Uint64119_ = fieldMapSfixed64Uint64119_.copy(); } bitField3_ |= 0x00400000; onChanged(); return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint64119() { bitField3_ = (bitField3_ & ~0x00400000); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder removeFieldMapSfixed64Uint64119( long key) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint64119() { bitField3_ |= 0x00400000; return internalGetMutableFieldMapSfixed64Uint64119().getMutableMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putFieldMapSfixed64Uint64119( long key, long value) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .put(key, value); bitField3_ |= 0x00400000; return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putAllFieldMapSfixed64Uint64119( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .putAll(values); bitField3_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { fieldMapSint32Bool120_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bool120_.isMutable()) { fieldMapSint32Bool120_ = fieldMapSint32Bool120_.copy(); } bitField3_ |= 0x00800000; onChanged(); return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bool120() { bitField3_ = (bitField3_ & ~0x00800000); internalGetMutableFieldMapSint32Bool120().getMutableMap() .clear(); return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder removeFieldMapSint32Bool120( int key) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bool120() { bitField3_ |= 0x00800000; return internalGetMutableFieldMapSint32Bool120().getMutableMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putFieldMapSint32Bool120( int key, boolean value) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .put(key, value); bitField3_ |= 0x00800000; return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putAllFieldMapSint32Bool120( java.util.Map values) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .putAll(values); bitField3_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { fieldMapSint32Bytes121_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bytes121_.isMutable()) { fieldMapSint32Bytes121_ = fieldMapSint32Bytes121_.copy(); } bitField3_ |= 0x01000000; onChanged(); return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bytes121() { bitField3_ = (bitField3_ & ~0x01000000); internalGetMutableFieldMapSint32Bytes121().getMutableMap() .clear(); return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder removeFieldMapSint32Bytes121( int key) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bytes121() { bitField3_ |= 0x01000000; return internalGetMutableFieldMapSint32Bytes121().getMutableMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putFieldMapSint32Bytes121( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Bytes121().getMutableMap() .put(key, value); bitField3_ |= 0x01000000; return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putAllFieldMapSint32Bytes121( java.util.Map values) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .putAll(values); bitField3_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { fieldMapSint32Double122_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Double122_.isMutable()) { fieldMapSint32Double122_ = fieldMapSint32Double122_.copy(); } bitField3_ |= 0x02000000; onChanged(); return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Double122() { bitField3_ = (bitField3_ & ~0x02000000); internalGetMutableFieldMapSint32Double122().getMutableMap() .clear(); return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder removeFieldMapSint32Double122( int key) { internalGetMutableFieldMapSint32Double122().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Double122() { bitField3_ |= 0x02000000; return internalGetMutableFieldMapSint32Double122().getMutableMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putFieldMapSint32Double122( int key, double value) { internalGetMutableFieldMapSint32Double122().getMutableMap() .put(key, value); bitField3_ |= 0x02000000; return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putAllFieldMapSint32Double122( java.util.Map values) { internalGetMutableFieldMapSint32Double122().getMutableMap() .putAll(values); bitField3_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { fieldMapSint32Enum123_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Enum123_.isMutable()) { fieldMapSint32Enum123_ = fieldMapSint32Enum123_.copy(); } bitField3_ |= 0x04000000; onChanged(); return fieldMapSint32Enum123_; } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSint32Enum123() { bitField3_ = (bitField3_ & ~0x04000000); internalGetMutableFieldMapSint32Enum123().getMutableMap() .clear(); return this; } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder removeFieldMapSint32Enum123( int key) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Enum123() { bitField3_ |= 0x04000000; return internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()); } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putFieldMapSint32Enum123( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .put(key, fieldMapSint32Enum123ValueConverter.doBackward(value)); bitField3_ |= 0x04000000; return this; } /** * map<sint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putAllFieldMapSint32Enum123( java.util.Map values) { internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()) .putAll(values); bitField3_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { fieldMapSint32Fixed32124_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed32124_.isMutable()) { fieldMapSint32Fixed32124_ = fieldMapSint32Fixed32124_.copy(); } bitField3_ |= 0x08000000; onChanged(); return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed32124() { bitField3_ = (bitField3_ & ~0x08000000); internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .clear(); return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder removeFieldMapSint32Fixed32124( int key) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed32124() { bitField3_ |= 0x08000000; return internalGetMutableFieldMapSint32Fixed32124().getMutableMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putFieldMapSint32Fixed32124( int key, int value) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .put(key, value); bitField3_ |= 0x08000000; return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putAllFieldMapSint32Fixed32124( java.util.Map values) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .putAll(values); bitField3_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { fieldMapSint32Fixed64125_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed64125_.isMutable()) { fieldMapSint32Fixed64125_ = fieldMapSint32Fixed64125_.copy(); } bitField3_ |= 0x10000000; onChanged(); return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed64125() { bitField3_ = (bitField3_ & ~0x10000000); internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .clear(); return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder removeFieldMapSint32Fixed64125( int key) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed64125() { bitField3_ |= 0x10000000; return internalGetMutableFieldMapSint32Fixed64125().getMutableMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putFieldMapSint32Fixed64125( int key, long value) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .put(key, value); bitField3_ |= 0x10000000; return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putAllFieldMapSint32Fixed64125( java.util.Map values) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .putAll(values); bitField3_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { fieldMapSint32Float126_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Float126_.isMutable()) { fieldMapSint32Float126_ = fieldMapSint32Float126_.copy(); } bitField3_ |= 0x20000000; onChanged(); return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Float126() { bitField3_ = (bitField3_ & ~0x20000000); internalGetMutableFieldMapSint32Float126().getMutableMap() .clear(); return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder removeFieldMapSint32Float126( int key) { internalGetMutableFieldMapSint32Float126().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Float126() { bitField3_ |= 0x20000000; return internalGetMutableFieldMapSint32Float126().getMutableMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putFieldMapSint32Float126( int key, float value) { internalGetMutableFieldMapSint32Float126().getMutableMap() .put(key, value); bitField3_ |= 0x20000000; return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putAllFieldMapSint32Float126( java.util.Map values) { internalGetMutableFieldMapSint32Float126().getMutableMap() .putAll(values); bitField3_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { fieldMapSint32Int32127_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int32127_.isMutable()) { fieldMapSint32Int32127_ = fieldMapSint32Int32127_.copy(); } bitField3_ |= 0x40000000; onChanged(); return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int32127() { bitField3_ = (bitField3_ & ~0x40000000); internalGetMutableFieldMapSint32Int32127().getMutableMap() .clear(); return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder removeFieldMapSint32Int32127( int key) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int32127() { bitField3_ |= 0x40000000; return internalGetMutableFieldMapSint32Int32127().getMutableMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putFieldMapSint32Int32127( int key, int value) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .put(key, value); bitField3_ |= 0x40000000; return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putAllFieldMapSint32Int32127( java.util.Map values) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .putAll(values); bitField3_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { fieldMapSint32Int64128_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int64128_.isMutable()) { fieldMapSint32Int64128_ = fieldMapSint32Int64128_.copy(); } bitField3_ |= 0x80000000; onChanged(); return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int64128() { bitField3_ = (bitField3_ & ~0x80000000); internalGetMutableFieldMapSint32Int64128().getMutableMap() .clear(); return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder removeFieldMapSint32Int64128( int key) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int64128() { bitField3_ |= 0x80000000; return internalGetMutableFieldMapSint32Int64128().getMutableMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putFieldMapSint32Int64128( int key, long value) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .put(key, value); bitField3_ |= 0x80000000; return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putAllFieldMapSint32Int64128( java.util.Map values) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .putAll(values); bitField3_ |= 0x80000000; return this; } private static final class FieldMapSint32Message129Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint32Message129DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint32Message129Converter fieldMapSint32Message129Converter = new FieldMapSint32Message129Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapSint32Message129_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } return fieldMapSint32Message129_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { fieldMapSint32Message129_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } bitField4_ |= 0x00000001; onChanged(); return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().ensureBuilderMap().size(); } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getImmutableMap(); } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint32Message129Converter.build(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Message129Converter.build(map.get(key)); } public Builder clearFieldMapSint32Message129() { bitField4_ = (bitField4_ & ~0x00000001); internalGetMutableFieldMapSint32Message129().clear(); return this; } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ public Builder removeFieldMapSint32Message129( int key) { internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Message129() { bitField4_ |= 0x00000001; return internalGetMutableFieldMapSint32Message129().ensureMessageMap(); } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ public Builder putFieldMapSint32Message129( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ public Builder putAllFieldMapSint32Message129( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.Proto2Message> field_map_sint32_message_129 = 129; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapSint32Message129BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { fieldMapSint32Sfixed32130_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed32130_.isMutable()) { fieldMapSint32Sfixed32130_ = fieldMapSint32Sfixed32130_.copy(); } bitField4_ |= 0x00000002; onChanged(); return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed32130() { bitField4_ = (bitField4_ & ~0x00000002); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder removeFieldMapSint32Sfixed32130( int key) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed32130() { bitField4_ |= 0x00000002; return internalGetMutableFieldMapSint32Sfixed32130().getMutableMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putFieldMapSint32Sfixed32130( int key, int value) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .put(key, value); bitField4_ |= 0x00000002; return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putAllFieldMapSint32Sfixed32130( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .putAll(values); bitField4_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { fieldMapSint32Sfixed64131_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed64131_.isMutable()) { fieldMapSint32Sfixed64131_ = fieldMapSint32Sfixed64131_.copy(); } bitField4_ |= 0x00000004; onChanged(); return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed64131() { bitField4_ = (bitField4_ & ~0x00000004); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder removeFieldMapSint32Sfixed64131( int key) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed64131() { bitField4_ |= 0x00000004; return internalGetMutableFieldMapSint32Sfixed64131().getMutableMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putFieldMapSint32Sfixed64131( int key, long value) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .put(key, value); bitField4_ |= 0x00000004; return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putAllFieldMapSint32Sfixed64131( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .putAll(values); bitField4_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { fieldMapSint32Sint32132_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint32132_.isMutable()) { fieldMapSint32Sint32132_ = fieldMapSint32Sint32132_.copy(); } bitField4_ |= 0x00000008; onChanged(); return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint32132() { bitField4_ = (bitField4_ & ~0x00000008); internalGetMutableFieldMapSint32Sint32132().getMutableMap() .clear(); return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder removeFieldMapSint32Sint32132( int key) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint32132() { bitField4_ |= 0x00000008; return internalGetMutableFieldMapSint32Sint32132().getMutableMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putFieldMapSint32Sint32132( int key, int value) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .put(key, value); bitField4_ |= 0x00000008; return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putAllFieldMapSint32Sint32132( java.util.Map values) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .putAll(values); bitField4_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { fieldMapSint32Sint64133_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint64133_.isMutable()) { fieldMapSint32Sint64133_ = fieldMapSint32Sint64133_.copy(); } bitField4_ |= 0x00000010; onChanged(); return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint64133() { bitField4_ = (bitField4_ & ~0x00000010); internalGetMutableFieldMapSint32Sint64133().getMutableMap() .clear(); return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder removeFieldMapSint32Sint64133( int key) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint64133() { bitField4_ |= 0x00000010; return internalGetMutableFieldMapSint32Sint64133().getMutableMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putFieldMapSint32Sint64133( int key, long value) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .put(key, value); bitField4_ |= 0x00000010; return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putAllFieldMapSint32Sint64133( java.util.Map values) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .putAll(values); bitField4_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { fieldMapSint32String134_ = com.google.protobuf.MapField.newMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32String134_.isMutable()) { fieldMapSint32String134_ = fieldMapSint32String134_.copy(); } bitField4_ |= 0x00000020; onChanged(); return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32String134() { bitField4_ = (bitField4_ & ~0x00000020); internalGetMutableFieldMapSint32String134().getMutableMap() .clear(); return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder removeFieldMapSint32String134( int key) { internalGetMutableFieldMapSint32String134().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32String134() { bitField4_ |= 0x00000020; return internalGetMutableFieldMapSint32String134().getMutableMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putFieldMapSint32String134( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32String134().getMutableMap() .put(key, value); bitField4_ |= 0x00000020; return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putAllFieldMapSint32String134( java.util.Map values) { internalGetMutableFieldMapSint32String134().getMutableMap() .putAll(values); bitField4_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { fieldMapSint32Uint32135_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint32135_.isMutable()) { fieldMapSint32Uint32135_ = fieldMapSint32Uint32135_.copy(); } bitField4_ |= 0x00000040; onChanged(); return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint32135() { bitField4_ = (bitField4_ & ~0x00000040); internalGetMutableFieldMapSint32Uint32135().getMutableMap() .clear(); return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder removeFieldMapSint32Uint32135( int key) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint32135() { bitField4_ |= 0x00000040; return internalGetMutableFieldMapSint32Uint32135().getMutableMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putFieldMapSint32Uint32135( int key, int value) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .put(key, value); bitField4_ |= 0x00000040; return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putAllFieldMapSint32Uint32135( java.util.Map values) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .putAll(values); bitField4_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { fieldMapSint32Uint64136_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint64136_.isMutable()) { fieldMapSint32Uint64136_ = fieldMapSint32Uint64136_.copy(); } bitField4_ |= 0x00000080; onChanged(); return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint64136() { bitField4_ = (bitField4_ & ~0x00000080); internalGetMutableFieldMapSint32Uint64136().getMutableMap() .clear(); return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder removeFieldMapSint32Uint64136( int key) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint64136() { bitField4_ |= 0x00000080; return internalGetMutableFieldMapSint32Uint64136().getMutableMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putFieldMapSint32Uint64136( int key, long value) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .put(key, value); bitField4_ |= 0x00000080; return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putAllFieldMapSint32Uint64136( java.util.Map values) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .putAll(values); bitField4_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { fieldMapSint64Bool137_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bool137_.isMutable()) { fieldMapSint64Bool137_ = fieldMapSint64Bool137_.copy(); } bitField4_ |= 0x00000100; onChanged(); return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bool137() { bitField4_ = (bitField4_ & ~0x00000100); internalGetMutableFieldMapSint64Bool137().getMutableMap() .clear(); return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder removeFieldMapSint64Bool137( long key) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bool137() { bitField4_ |= 0x00000100; return internalGetMutableFieldMapSint64Bool137().getMutableMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putFieldMapSint64Bool137( long key, boolean value) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .put(key, value); bitField4_ |= 0x00000100; return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putAllFieldMapSint64Bool137( java.util.Map values) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .putAll(values); bitField4_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { fieldMapSint64Bytes138_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bytes138_.isMutable()) { fieldMapSint64Bytes138_ = fieldMapSint64Bytes138_.copy(); } bitField4_ |= 0x00000200; onChanged(); return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bytes138() { bitField4_ = (bitField4_ & ~0x00000200); internalGetMutableFieldMapSint64Bytes138().getMutableMap() .clear(); return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder removeFieldMapSint64Bytes138( long key) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bytes138() { bitField4_ |= 0x00000200; return internalGetMutableFieldMapSint64Bytes138().getMutableMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putFieldMapSint64Bytes138( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Bytes138().getMutableMap() .put(key, value); bitField4_ |= 0x00000200; return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putAllFieldMapSint64Bytes138( java.util.Map values) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .putAll(values); bitField4_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { fieldMapSint64Double139_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Double139_.isMutable()) { fieldMapSint64Double139_ = fieldMapSint64Double139_.copy(); } bitField4_ |= 0x00000400; onChanged(); return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Double139() { bitField4_ = (bitField4_ & ~0x00000400); internalGetMutableFieldMapSint64Double139().getMutableMap() .clear(); return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder removeFieldMapSint64Double139( long key) { internalGetMutableFieldMapSint64Double139().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Double139() { bitField4_ |= 0x00000400; return internalGetMutableFieldMapSint64Double139().getMutableMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putFieldMapSint64Double139( long key, double value) { internalGetMutableFieldMapSint64Double139().getMutableMap() .put(key, value); bitField4_ |= 0x00000400; return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putAllFieldMapSint64Double139( java.util.Map values) { internalGetMutableFieldMapSint64Double139().getMutableMap() .putAll(values); bitField4_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { fieldMapSint64Enum140_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Enum140_.isMutable()) { fieldMapSint64Enum140_ = fieldMapSint64Enum140_.copy(); } bitField4_ |= 0x00000800; onChanged(); return fieldMapSint64Enum140_; } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSint64Enum140() { bitField4_ = (bitField4_ & ~0x00000800); internalGetMutableFieldMapSint64Enum140().getMutableMap() .clear(); return this; } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder removeFieldMapSint64Enum140( long key) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Enum140() { bitField4_ |= 0x00000800; return internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()); } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putFieldMapSint64Enum140( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .put(key, fieldMapSint64Enum140ValueConverter.doBackward(value)); bitField4_ |= 0x00000800; return this; } /** * map<sint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putAllFieldMapSint64Enum140( java.util.Map values) { internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()) .putAll(values); bitField4_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { fieldMapSint64Fixed32141_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed32141_.isMutable()) { fieldMapSint64Fixed32141_ = fieldMapSint64Fixed32141_.copy(); } bitField4_ |= 0x00001000; onChanged(); return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed32141() { bitField4_ = (bitField4_ & ~0x00001000); internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .clear(); return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder removeFieldMapSint64Fixed32141( long key) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed32141() { bitField4_ |= 0x00001000; return internalGetMutableFieldMapSint64Fixed32141().getMutableMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putFieldMapSint64Fixed32141( long key, int value) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .put(key, value); bitField4_ |= 0x00001000; return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putAllFieldMapSint64Fixed32141( java.util.Map values) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .putAll(values); bitField4_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { fieldMapSint64Fixed64142_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed64142_.isMutable()) { fieldMapSint64Fixed64142_ = fieldMapSint64Fixed64142_.copy(); } bitField4_ |= 0x00002000; onChanged(); return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed64142() { bitField4_ = (bitField4_ & ~0x00002000); internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .clear(); return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder removeFieldMapSint64Fixed64142( long key) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed64142() { bitField4_ |= 0x00002000; return internalGetMutableFieldMapSint64Fixed64142().getMutableMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putFieldMapSint64Fixed64142( long key, long value) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .put(key, value); bitField4_ |= 0x00002000; return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putAllFieldMapSint64Fixed64142( java.util.Map values) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .putAll(values); bitField4_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { fieldMapSint64Float143_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Float143_.isMutable()) { fieldMapSint64Float143_ = fieldMapSint64Float143_.copy(); } bitField4_ |= 0x00004000; onChanged(); return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Float143() { bitField4_ = (bitField4_ & ~0x00004000); internalGetMutableFieldMapSint64Float143().getMutableMap() .clear(); return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder removeFieldMapSint64Float143( long key) { internalGetMutableFieldMapSint64Float143().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Float143() { bitField4_ |= 0x00004000; return internalGetMutableFieldMapSint64Float143().getMutableMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putFieldMapSint64Float143( long key, float value) { internalGetMutableFieldMapSint64Float143().getMutableMap() .put(key, value); bitField4_ |= 0x00004000; return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putAllFieldMapSint64Float143( java.util.Map values) { internalGetMutableFieldMapSint64Float143().getMutableMap() .putAll(values); bitField4_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { fieldMapSint64Int32144_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int32144_.isMutable()) { fieldMapSint64Int32144_ = fieldMapSint64Int32144_.copy(); } bitField4_ |= 0x00008000; onChanged(); return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int32144() { bitField4_ = (bitField4_ & ~0x00008000); internalGetMutableFieldMapSint64Int32144().getMutableMap() .clear(); return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder removeFieldMapSint64Int32144( long key) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int32144() { bitField4_ |= 0x00008000; return internalGetMutableFieldMapSint64Int32144().getMutableMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putFieldMapSint64Int32144( long key, int value) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .put(key, value); bitField4_ |= 0x00008000; return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putAllFieldMapSint64Int32144( java.util.Map values) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .putAll(values); bitField4_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { fieldMapSint64Int64145_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int64145_.isMutable()) { fieldMapSint64Int64145_ = fieldMapSint64Int64145_.copy(); } bitField4_ |= 0x00010000; onChanged(); return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int64145() { bitField4_ = (bitField4_ & ~0x00010000); internalGetMutableFieldMapSint64Int64145().getMutableMap() .clear(); return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder removeFieldMapSint64Int64145( long key) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int64145() { bitField4_ |= 0x00010000; return internalGetMutableFieldMapSint64Int64145().getMutableMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putFieldMapSint64Int64145( long key, long value) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .put(key, value); bitField4_ |= 0x00010000; return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putAllFieldMapSint64Int64145( java.util.Map values) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .putAll(values); bitField4_ |= 0x00010000; return this; } private static final class FieldMapSint64Message146Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint64Message146DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint64Message146Converter fieldMapSint64Message146Converter = new FieldMapSint64Message146Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapSint64Message146_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } return fieldMapSint64Message146_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { fieldMapSint64Message146_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } bitField4_ |= 0x00020000; onChanged(); return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().ensureBuilderMap().size(); } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getImmutableMap(); } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint64Message146Converter.build(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Message146Converter.build(map.get(key)); } public Builder clearFieldMapSint64Message146() { bitField4_ = (bitField4_ & ~0x00020000); internalGetMutableFieldMapSint64Message146().clear(); return this; } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ public Builder removeFieldMapSint64Message146( long key) { internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Message146() { bitField4_ |= 0x00020000; return internalGetMutableFieldMapSint64Message146().ensureMessageMap(); } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ public Builder putFieldMapSint64Message146( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ public Builder putAllFieldMapSint64Message146( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.Proto2Message> field_map_sint64_message_146 = 146; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapSint64Message146BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { fieldMapSint64Sfixed32147_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed32147_.isMutable()) { fieldMapSint64Sfixed32147_ = fieldMapSint64Sfixed32147_.copy(); } bitField4_ |= 0x00040000; onChanged(); return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed32147() { bitField4_ = (bitField4_ & ~0x00040000); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder removeFieldMapSint64Sfixed32147( long key) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed32147() { bitField4_ |= 0x00040000; return internalGetMutableFieldMapSint64Sfixed32147().getMutableMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putFieldMapSint64Sfixed32147( long key, int value) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .put(key, value); bitField4_ |= 0x00040000; return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putAllFieldMapSint64Sfixed32147( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .putAll(values); bitField4_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { fieldMapSint64Sfixed64148_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed64148_.isMutable()) { fieldMapSint64Sfixed64148_ = fieldMapSint64Sfixed64148_.copy(); } bitField4_ |= 0x00080000; onChanged(); return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed64148() { bitField4_ = (bitField4_ & ~0x00080000); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder removeFieldMapSint64Sfixed64148( long key) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed64148() { bitField4_ |= 0x00080000; return internalGetMutableFieldMapSint64Sfixed64148().getMutableMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putFieldMapSint64Sfixed64148( long key, long value) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .put(key, value); bitField4_ |= 0x00080000; return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putAllFieldMapSint64Sfixed64148( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .putAll(values); bitField4_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { fieldMapSint64Sint32149_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint32149_.isMutable()) { fieldMapSint64Sint32149_ = fieldMapSint64Sint32149_.copy(); } bitField4_ |= 0x00100000; onChanged(); return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint32149() { bitField4_ = (bitField4_ & ~0x00100000); internalGetMutableFieldMapSint64Sint32149().getMutableMap() .clear(); return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder removeFieldMapSint64Sint32149( long key) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint32149() { bitField4_ |= 0x00100000; return internalGetMutableFieldMapSint64Sint32149().getMutableMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putFieldMapSint64Sint32149( long key, int value) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .put(key, value); bitField4_ |= 0x00100000; return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putAllFieldMapSint64Sint32149( java.util.Map values) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .putAll(values); bitField4_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { fieldMapSint64Sint64150_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint64150_.isMutable()) { fieldMapSint64Sint64150_ = fieldMapSint64Sint64150_.copy(); } bitField4_ |= 0x00200000; onChanged(); return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint64150() { bitField4_ = (bitField4_ & ~0x00200000); internalGetMutableFieldMapSint64Sint64150().getMutableMap() .clear(); return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder removeFieldMapSint64Sint64150( long key) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint64150() { bitField4_ |= 0x00200000; return internalGetMutableFieldMapSint64Sint64150().getMutableMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putFieldMapSint64Sint64150( long key, long value) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .put(key, value); bitField4_ |= 0x00200000; return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putAllFieldMapSint64Sint64150( java.util.Map values) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .putAll(values); bitField4_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { fieldMapSint64String151_ = com.google.protobuf.MapField.newMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64String151_.isMutable()) { fieldMapSint64String151_ = fieldMapSint64String151_.copy(); } bitField4_ |= 0x00400000; onChanged(); return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64String151() { bitField4_ = (bitField4_ & ~0x00400000); internalGetMutableFieldMapSint64String151().getMutableMap() .clear(); return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder removeFieldMapSint64String151( long key) { internalGetMutableFieldMapSint64String151().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64String151() { bitField4_ |= 0x00400000; return internalGetMutableFieldMapSint64String151().getMutableMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putFieldMapSint64String151( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64String151().getMutableMap() .put(key, value); bitField4_ |= 0x00400000; return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putAllFieldMapSint64String151( java.util.Map values) { internalGetMutableFieldMapSint64String151().getMutableMap() .putAll(values); bitField4_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { fieldMapSint64Uint32152_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint32152_.isMutable()) { fieldMapSint64Uint32152_ = fieldMapSint64Uint32152_.copy(); } bitField4_ |= 0x00800000; onChanged(); return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint32152() { bitField4_ = (bitField4_ & ~0x00800000); internalGetMutableFieldMapSint64Uint32152().getMutableMap() .clear(); return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder removeFieldMapSint64Uint32152( long key) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint32152() { bitField4_ |= 0x00800000; return internalGetMutableFieldMapSint64Uint32152().getMutableMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putFieldMapSint64Uint32152( long key, int value) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .put(key, value); bitField4_ |= 0x00800000; return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putAllFieldMapSint64Uint32152( java.util.Map values) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .putAll(values); bitField4_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { fieldMapSint64Uint64153_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint64153_.isMutable()) { fieldMapSint64Uint64153_ = fieldMapSint64Uint64153_.copy(); } bitField4_ |= 0x01000000; onChanged(); return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint64153() { bitField4_ = (bitField4_ & ~0x01000000); internalGetMutableFieldMapSint64Uint64153().getMutableMap() .clear(); return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder removeFieldMapSint64Uint64153( long key) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint64153() { bitField4_ |= 0x01000000; return internalGetMutableFieldMapSint64Uint64153().getMutableMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putFieldMapSint64Uint64153( long key, long value) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .put(key, value); bitField4_ |= 0x01000000; return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putAllFieldMapSint64Uint64153( java.util.Map values) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .putAll(values); bitField4_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { fieldMapStringBool154_ = com.google.protobuf.MapField.newMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBool154_.isMutable()) { fieldMapStringBool154_ = fieldMapStringBool154_.copy(); } bitField4_ |= 0x02000000; onChanged(); return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBool154() { bitField4_ = (bitField4_ & ~0x02000000); internalGetMutableFieldMapStringBool154().getMutableMap() .clear(); return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder removeFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBool154() { bitField4_ |= 0x02000000; return internalGetMutableFieldMapStringBool154().getMutableMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putFieldMapStringBool154( java.lang.String key, boolean value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .put(key, value); bitField4_ |= 0x02000000; return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putAllFieldMapStringBool154( java.util.Map values) { internalGetMutableFieldMapStringBool154().getMutableMap() .putAll(values); bitField4_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { fieldMapStringBytes155_ = com.google.protobuf.MapField.newMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBytes155_.isMutable()) { fieldMapStringBytes155_ = fieldMapStringBytes155_.copy(); } bitField4_ |= 0x04000000; onChanged(); return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBytes155() { bitField4_ = (bitField4_ & ~0x04000000); internalGetMutableFieldMapStringBytes155().getMutableMap() .clear(); return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder removeFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBytes155() { bitField4_ |= 0x04000000; return internalGetMutableFieldMapStringBytes155().getMutableMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putFieldMapStringBytes155( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .put(key, value); bitField4_ |= 0x04000000; return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putAllFieldMapStringBytes155( java.util.Map values) { internalGetMutableFieldMapStringBytes155().getMutableMap() .putAll(values); bitField4_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { fieldMapStringDouble156_ = com.google.protobuf.MapField.newMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } if (!fieldMapStringDouble156_.isMutable()) { fieldMapStringDouble156_ = fieldMapStringDouble156_.copy(); } bitField4_ |= 0x08000000; onChanged(); return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringDouble156() { bitField4_ = (bitField4_ & ~0x08000000); internalGetMutableFieldMapStringDouble156().getMutableMap() .clear(); return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder removeFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringDouble156() { bitField4_ |= 0x08000000; return internalGetMutableFieldMapStringDouble156().getMutableMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putFieldMapStringDouble156( java.lang.String key, double value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .put(key, value); bitField4_ |= 0x08000000; return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putAllFieldMapStringDouble156( java.util.Map values) { internalGetMutableFieldMapStringDouble156().getMutableMap() .putAll(values); bitField4_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { fieldMapStringEnum157_ = com.google.protobuf.MapField.newMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } if (!fieldMapStringEnum157_.isMutable()) { fieldMapStringEnum157_ = fieldMapStringEnum157_.copy(); } bitField4_ |= 0x10000000; onChanged(); return fieldMapStringEnum157_; } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapStringEnum157() { bitField4_ = (bitField4_ & ~0x10000000); internalGetMutableFieldMapStringEnum157().getMutableMap() .clear(); return this; } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder removeFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringEnum157() { bitField4_ |= 0x10000000; return internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()); } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder putFieldMapStringEnum157( java.lang.String key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .put(key, fieldMapStringEnum157ValueConverter.doBackward(value)); bitField4_ |= 0x10000000; return this; } /** * map<string, .protobuf.experimental.Proto2Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder putAllFieldMapStringEnum157( java.util.Map values) { internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()) .putAll(values); bitField4_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { fieldMapStringFixed32158_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed32158_.isMutable()) { fieldMapStringFixed32158_ = fieldMapStringFixed32158_.copy(); } bitField4_ |= 0x20000000; onChanged(); return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed32158() { bitField4_ = (bitField4_ & ~0x20000000); internalGetMutableFieldMapStringFixed32158().getMutableMap() .clear(); return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder removeFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed32158() { bitField4_ |= 0x20000000; return internalGetMutableFieldMapStringFixed32158().getMutableMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putFieldMapStringFixed32158( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .put(key, value); bitField4_ |= 0x20000000; return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putAllFieldMapStringFixed32158( java.util.Map values) { internalGetMutableFieldMapStringFixed32158().getMutableMap() .putAll(values); bitField4_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { fieldMapStringFixed64159_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed64159_.isMutable()) { fieldMapStringFixed64159_ = fieldMapStringFixed64159_.copy(); } bitField4_ |= 0x40000000; onChanged(); return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed64159() { bitField4_ = (bitField4_ & ~0x40000000); internalGetMutableFieldMapStringFixed64159().getMutableMap() .clear(); return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder removeFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed64159() { bitField4_ |= 0x40000000; return internalGetMutableFieldMapStringFixed64159().getMutableMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putFieldMapStringFixed64159( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .put(key, value); bitField4_ |= 0x40000000; return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putAllFieldMapStringFixed64159( java.util.Map values) { internalGetMutableFieldMapStringFixed64159().getMutableMap() .putAll(values); bitField4_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { fieldMapStringFloat160_ = com.google.protobuf.MapField.newMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFloat160_.isMutable()) { fieldMapStringFloat160_ = fieldMapStringFloat160_.copy(); } bitField4_ |= 0x80000000; onChanged(); return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFloat160() { bitField4_ = (bitField4_ & ~0x80000000); internalGetMutableFieldMapStringFloat160().getMutableMap() .clear(); return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder removeFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFloat160() { bitField4_ |= 0x80000000; return internalGetMutableFieldMapStringFloat160().getMutableMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putFieldMapStringFloat160( java.lang.String key, float value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .put(key, value); bitField4_ |= 0x80000000; return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putAllFieldMapStringFloat160( java.util.Map values) { internalGetMutableFieldMapStringFloat160().getMutableMap() .putAll(values); bitField4_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { fieldMapStringInt32161_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt32161_.isMutable()) { fieldMapStringInt32161_ = fieldMapStringInt32161_.copy(); } bitField5_ |= 0x00000001; onChanged(); return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt32161() { bitField5_ = (bitField5_ & ~0x00000001); internalGetMutableFieldMapStringInt32161().getMutableMap() .clear(); return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder removeFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt32161() { bitField5_ |= 0x00000001; return internalGetMutableFieldMapStringInt32161().getMutableMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putFieldMapStringInt32161( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .put(key, value); bitField5_ |= 0x00000001; return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putAllFieldMapStringInt32161( java.util.Map values) { internalGetMutableFieldMapStringInt32161().getMutableMap() .putAll(values); bitField5_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { fieldMapStringInt64162_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt64162_.isMutable()) { fieldMapStringInt64162_ = fieldMapStringInt64162_.copy(); } bitField5_ |= 0x00000002; onChanged(); return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt64162() { bitField5_ = (bitField5_ & ~0x00000002); internalGetMutableFieldMapStringInt64162().getMutableMap() .clear(); return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder removeFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt64162() { bitField5_ |= 0x00000002; return internalGetMutableFieldMapStringInt64162().getMutableMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putFieldMapStringInt64162( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .put(key, value); bitField5_ |= 0x00000002; return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putAllFieldMapStringInt64162( java.util.Map values) { internalGetMutableFieldMapStringInt64162().getMutableMap() .putAll(values); bitField5_ |= 0x00000002; return this; } private static final class FieldMapStringMessage163Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapStringMessage163DefaultEntryHolder.defaultEntry; } }; private static final FieldMapStringMessage163Converter fieldMapStringMessage163Converter = new FieldMapStringMessage163Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.String, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapStringMessage163_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } return fieldMapStringMessage163_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { fieldMapStringMessage163_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } bitField5_ |= 0x00000004; onChanged(); return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().ensureBuilderMap().size(); } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getImmutableMap(); } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); return map.containsKey(key) ? fieldMapStringMessage163Converter.build(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringMessage163Converter.build(map.get(key)); } public Builder clearFieldMapStringMessage163() { bitField5_ = (bitField5_ & ~0x00000004); internalGetMutableFieldMapStringMessage163().clear(); return this; } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ public Builder removeFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringMessage163() { bitField5_ |= 0x00000004; return internalGetMutableFieldMapStringMessage163().ensureMessageMap(); } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ public Builder putFieldMapStringMessage163( java.lang.String key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ public Builder putAllFieldMapStringMessage163( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.Proto2Message> field_map_string_message_163 = 163; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapStringMessage163BuilderIfAbsent( java.lang.String key) { java.util.Map builderMap = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { fieldMapStringSfixed32164_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed32164_.isMutable()) { fieldMapStringSfixed32164_ = fieldMapStringSfixed32164_.copy(); } bitField5_ |= 0x00000008; onChanged(); return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed32164() { bitField5_ = (bitField5_ & ~0x00000008); internalGetMutableFieldMapStringSfixed32164().getMutableMap() .clear(); return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder removeFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed32164() { bitField5_ |= 0x00000008; return internalGetMutableFieldMapStringSfixed32164().getMutableMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putFieldMapStringSfixed32164( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .put(key, value); bitField5_ |= 0x00000008; return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putAllFieldMapStringSfixed32164( java.util.Map values) { internalGetMutableFieldMapStringSfixed32164().getMutableMap() .putAll(values); bitField5_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { fieldMapStringSfixed64165_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed64165_.isMutable()) { fieldMapStringSfixed64165_ = fieldMapStringSfixed64165_.copy(); } bitField5_ |= 0x00000010; onChanged(); return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed64165() { bitField5_ = (bitField5_ & ~0x00000010); internalGetMutableFieldMapStringSfixed64165().getMutableMap() .clear(); return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder removeFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed64165() { bitField5_ |= 0x00000010; return internalGetMutableFieldMapStringSfixed64165().getMutableMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putFieldMapStringSfixed64165( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .put(key, value); bitField5_ |= 0x00000010; return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putAllFieldMapStringSfixed64165( java.util.Map values) { internalGetMutableFieldMapStringSfixed64165().getMutableMap() .putAll(values); bitField5_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { fieldMapStringSint32166_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint32166_.isMutable()) { fieldMapStringSint32166_ = fieldMapStringSint32166_.copy(); } bitField5_ |= 0x00000020; onChanged(); return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint32166() { bitField5_ = (bitField5_ & ~0x00000020); internalGetMutableFieldMapStringSint32166().getMutableMap() .clear(); return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder removeFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint32166() { bitField5_ |= 0x00000020; return internalGetMutableFieldMapStringSint32166().getMutableMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putFieldMapStringSint32166( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .put(key, value); bitField5_ |= 0x00000020; return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putAllFieldMapStringSint32166( java.util.Map values) { internalGetMutableFieldMapStringSint32166().getMutableMap() .putAll(values); bitField5_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { fieldMapStringSint64167_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint64167_.isMutable()) { fieldMapStringSint64167_ = fieldMapStringSint64167_.copy(); } bitField5_ |= 0x00000040; onChanged(); return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint64167() { bitField5_ = (bitField5_ & ~0x00000040); internalGetMutableFieldMapStringSint64167().getMutableMap() .clear(); return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder removeFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint64167() { bitField5_ |= 0x00000040; return internalGetMutableFieldMapStringSint64167().getMutableMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putFieldMapStringSint64167( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .put(key, value); bitField5_ |= 0x00000040; return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putAllFieldMapStringSint64167( java.util.Map values) { internalGetMutableFieldMapStringSint64167().getMutableMap() .putAll(values); bitField5_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringString168() { if (fieldMapStringString168_ == null) { fieldMapStringString168_ = com.google.protobuf.MapField.newMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } if (!fieldMapStringString168_.isMutable()) { fieldMapStringString168_ = fieldMapStringString168_.copy(); } bitField5_ |= 0x00000080; onChanged(); return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringString168() { bitField5_ = (bitField5_ & ~0x00000080); internalGetMutableFieldMapStringString168().getMutableMap() .clear(); return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder removeFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringString168().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringString168() { bitField5_ |= 0x00000080; return internalGetMutableFieldMapStringString168().getMutableMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putFieldMapStringString168( java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringString168().getMutableMap() .put(key, value); bitField5_ |= 0x00000080; return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putAllFieldMapStringString168( java.util.Map values) { internalGetMutableFieldMapStringString168().getMutableMap() .putAll(values); bitField5_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { fieldMapStringUint32169_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint32169_.isMutable()) { fieldMapStringUint32169_ = fieldMapStringUint32169_.copy(); } bitField5_ |= 0x00000100; onChanged(); return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint32169() { bitField5_ = (bitField5_ & ~0x00000100); internalGetMutableFieldMapStringUint32169().getMutableMap() .clear(); return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder removeFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint32169() { bitField5_ |= 0x00000100; return internalGetMutableFieldMapStringUint32169().getMutableMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putFieldMapStringUint32169( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .put(key, value); bitField5_ |= 0x00000100; return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putAllFieldMapStringUint32169( java.util.Map values) { internalGetMutableFieldMapStringUint32169().getMutableMap() .putAll(values); bitField5_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { fieldMapStringUint64170_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint64170_.isMutable()) { fieldMapStringUint64170_ = fieldMapStringUint64170_.copy(); } bitField5_ |= 0x00000200; onChanged(); return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint64170() { bitField5_ = (bitField5_ & ~0x00000200); internalGetMutableFieldMapStringUint64170().getMutableMap() .clear(); return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder removeFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint64170() { bitField5_ |= 0x00000200; return internalGetMutableFieldMapStringUint64170().getMutableMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putFieldMapStringUint64170( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .put(key, value); bitField5_ |= 0x00000200; return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putAllFieldMapStringUint64170( java.util.Map values) { internalGetMutableFieldMapStringUint64170().getMutableMap() .putAll(values); bitField5_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { fieldMapUint32Bool171_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bool171_.isMutable()) { fieldMapUint32Bool171_ = fieldMapUint32Bool171_.copy(); } bitField5_ |= 0x00000400; onChanged(); return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bool171() { bitField5_ = (bitField5_ & ~0x00000400); internalGetMutableFieldMapUint32Bool171().getMutableMap() .clear(); return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder removeFieldMapUint32Bool171( int key) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bool171() { bitField5_ |= 0x00000400; return internalGetMutableFieldMapUint32Bool171().getMutableMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putFieldMapUint32Bool171( int key, boolean value) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .put(key, value); bitField5_ |= 0x00000400; return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putAllFieldMapUint32Bool171( java.util.Map values) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .putAll(values); bitField5_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { fieldMapUint32Bytes172_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bytes172_.isMutable()) { fieldMapUint32Bytes172_ = fieldMapUint32Bytes172_.copy(); } bitField5_ |= 0x00000800; onChanged(); return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bytes172() { bitField5_ = (bitField5_ & ~0x00000800); internalGetMutableFieldMapUint32Bytes172().getMutableMap() .clear(); return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder removeFieldMapUint32Bytes172( int key) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bytes172() { bitField5_ |= 0x00000800; return internalGetMutableFieldMapUint32Bytes172().getMutableMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putFieldMapUint32Bytes172( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Bytes172().getMutableMap() .put(key, value); bitField5_ |= 0x00000800; return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putAllFieldMapUint32Bytes172( java.util.Map values) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .putAll(values); bitField5_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { fieldMapUint32Double173_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Double173_.isMutable()) { fieldMapUint32Double173_ = fieldMapUint32Double173_.copy(); } bitField5_ |= 0x00001000; onChanged(); return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Double173() { bitField5_ = (bitField5_ & ~0x00001000); internalGetMutableFieldMapUint32Double173().getMutableMap() .clear(); return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder removeFieldMapUint32Double173( int key) { internalGetMutableFieldMapUint32Double173().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Double173() { bitField5_ |= 0x00001000; return internalGetMutableFieldMapUint32Double173().getMutableMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putFieldMapUint32Double173( int key, double value) { internalGetMutableFieldMapUint32Double173().getMutableMap() .put(key, value); bitField5_ |= 0x00001000; return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putAllFieldMapUint32Double173( java.util.Map values) { internalGetMutableFieldMapUint32Double173().getMutableMap() .putAll(values); bitField5_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { fieldMapUint32Enum174_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Enum174_.isMutable()) { fieldMapUint32Enum174_ = fieldMapUint32Enum174_.copy(); } bitField5_ |= 0x00002000; onChanged(); return fieldMapUint32Enum174_; } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapUint32Enum174() { bitField5_ = (bitField5_ & ~0x00002000); internalGetMutableFieldMapUint32Enum174().getMutableMap() .clear(); return this; } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder removeFieldMapUint32Enum174( int key) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Enum174() { bitField5_ |= 0x00002000; return internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()); } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putFieldMapUint32Enum174( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .put(key, fieldMapUint32Enum174ValueConverter.doBackward(value)); bitField5_ |= 0x00002000; return this; } /** * map<uint32, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putAllFieldMapUint32Enum174( java.util.Map values) { internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()) .putAll(values); bitField5_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { fieldMapUint32Fixed32175_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed32175_.isMutable()) { fieldMapUint32Fixed32175_ = fieldMapUint32Fixed32175_.copy(); } bitField5_ |= 0x00004000; onChanged(); return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed32175() { bitField5_ = (bitField5_ & ~0x00004000); internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .clear(); return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder removeFieldMapUint32Fixed32175( int key) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed32175() { bitField5_ |= 0x00004000; return internalGetMutableFieldMapUint32Fixed32175().getMutableMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putFieldMapUint32Fixed32175( int key, int value) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .put(key, value); bitField5_ |= 0x00004000; return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putAllFieldMapUint32Fixed32175( java.util.Map values) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .putAll(values); bitField5_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { fieldMapUint32Fixed64176_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed64176_.isMutable()) { fieldMapUint32Fixed64176_ = fieldMapUint32Fixed64176_.copy(); } bitField5_ |= 0x00008000; onChanged(); return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed64176() { bitField5_ = (bitField5_ & ~0x00008000); internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .clear(); return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder removeFieldMapUint32Fixed64176( int key) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed64176() { bitField5_ |= 0x00008000; return internalGetMutableFieldMapUint32Fixed64176().getMutableMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putFieldMapUint32Fixed64176( int key, long value) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .put(key, value); bitField5_ |= 0x00008000; return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putAllFieldMapUint32Fixed64176( java.util.Map values) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .putAll(values); bitField5_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { fieldMapUint32Float177_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Float177_.isMutable()) { fieldMapUint32Float177_ = fieldMapUint32Float177_.copy(); } bitField5_ |= 0x00010000; onChanged(); return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Float177() { bitField5_ = (bitField5_ & ~0x00010000); internalGetMutableFieldMapUint32Float177().getMutableMap() .clear(); return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder removeFieldMapUint32Float177( int key) { internalGetMutableFieldMapUint32Float177().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Float177() { bitField5_ |= 0x00010000; return internalGetMutableFieldMapUint32Float177().getMutableMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putFieldMapUint32Float177( int key, float value) { internalGetMutableFieldMapUint32Float177().getMutableMap() .put(key, value); bitField5_ |= 0x00010000; return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putAllFieldMapUint32Float177( java.util.Map values) { internalGetMutableFieldMapUint32Float177().getMutableMap() .putAll(values); bitField5_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { fieldMapUint32Int32178_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int32178_.isMutable()) { fieldMapUint32Int32178_ = fieldMapUint32Int32178_.copy(); } bitField5_ |= 0x00020000; onChanged(); return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int32178() { bitField5_ = (bitField5_ & ~0x00020000); internalGetMutableFieldMapUint32Int32178().getMutableMap() .clear(); return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder removeFieldMapUint32Int32178( int key) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int32178() { bitField5_ |= 0x00020000; return internalGetMutableFieldMapUint32Int32178().getMutableMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putFieldMapUint32Int32178( int key, int value) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .put(key, value); bitField5_ |= 0x00020000; return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putAllFieldMapUint32Int32178( java.util.Map values) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .putAll(values); bitField5_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { fieldMapUint32Int64179_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int64179_.isMutable()) { fieldMapUint32Int64179_ = fieldMapUint32Int64179_.copy(); } bitField5_ |= 0x00040000; onChanged(); return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int64179() { bitField5_ = (bitField5_ & ~0x00040000); internalGetMutableFieldMapUint32Int64179().getMutableMap() .clear(); return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder removeFieldMapUint32Int64179( int key) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int64179() { bitField5_ |= 0x00040000; return internalGetMutableFieldMapUint32Int64179().getMutableMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putFieldMapUint32Int64179( int key, long value) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .put(key, value); bitField5_ |= 0x00040000; return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putAllFieldMapUint32Int64179( java.util.Map values) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .putAll(values); bitField5_ |= 0x00040000; return this; } private static final class FieldMapUint32Message180Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint32Message180DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint32Message180Converter fieldMapUint32Message180Converter = new FieldMapUint32Message180Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapUint32Message180_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } return fieldMapUint32Message180_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { fieldMapUint32Message180_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } bitField5_ |= 0x00080000; onChanged(); return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().ensureBuilderMap().size(); } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getImmutableMap(); } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint32Message180Converter.build(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Message180Converter.build(map.get(key)); } public Builder clearFieldMapUint32Message180() { bitField5_ = (bitField5_ & ~0x00080000); internalGetMutableFieldMapUint32Message180().clear(); return this; } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ public Builder removeFieldMapUint32Message180( int key) { internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Message180() { bitField5_ |= 0x00080000; return internalGetMutableFieldMapUint32Message180().ensureMessageMap(); } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ public Builder putFieldMapUint32Message180( int key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ public Builder putAllFieldMapUint32Message180( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.Proto2Message> field_map_uint32_message_180 = 180; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapUint32Message180BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { fieldMapUint32Sfixed32181_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed32181_.isMutable()) { fieldMapUint32Sfixed32181_ = fieldMapUint32Sfixed32181_.copy(); } bitField5_ |= 0x00100000; onChanged(); return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed32181() { bitField5_ = (bitField5_ & ~0x00100000); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder removeFieldMapUint32Sfixed32181( int key) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed32181() { bitField5_ |= 0x00100000; return internalGetMutableFieldMapUint32Sfixed32181().getMutableMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putFieldMapUint32Sfixed32181( int key, int value) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .put(key, value); bitField5_ |= 0x00100000; return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putAllFieldMapUint32Sfixed32181( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .putAll(values); bitField5_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { fieldMapUint32Sfixed64182_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed64182_.isMutable()) { fieldMapUint32Sfixed64182_ = fieldMapUint32Sfixed64182_.copy(); } bitField5_ |= 0x00200000; onChanged(); return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed64182() { bitField5_ = (bitField5_ & ~0x00200000); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder removeFieldMapUint32Sfixed64182( int key) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed64182() { bitField5_ |= 0x00200000; return internalGetMutableFieldMapUint32Sfixed64182().getMutableMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putFieldMapUint32Sfixed64182( int key, long value) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .put(key, value); bitField5_ |= 0x00200000; return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putAllFieldMapUint32Sfixed64182( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .putAll(values); bitField5_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { fieldMapUint32Sint32183_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint32183_.isMutable()) { fieldMapUint32Sint32183_ = fieldMapUint32Sint32183_.copy(); } bitField5_ |= 0x00400000; onChanged(); return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint32183() { bitField5_ = (bitField5_ & ~0x00400000); internalGetMutableFieldMapUint32Sint32183().getMutableMap() .clear(); return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder removeFieldMapUint32Sint32183( int key) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint32183() { bitField5_ |= 0x00400000; return internalGetMutableFieldMapUint32Sint32183().getMutableMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putFieldMapUint32Sint32183( int key, int value) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .put(key, value); bitField5_ |= 0x00400000; return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putAllFieldMapUint32Sint32183( java.util.Map values) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .putAll(values); bitField5_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { fieldMapUint32Sint64184_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint64184_.isMutable()) { fieldMapUint32Sint64184_ = fieldMapUint32Sint64184_.copy(); } bitField5_ |= 0x00800000; onChanged(); return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint64184() { bitField5_ = (bitField5_ & ~0x00800000); internalGetMutableFieldMapUint32Sint64184().getMutableMap() .clear(); return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder removeFieldMapUint32Sint64184( int key) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint64184() { bitField5_ |= 0x00800000; return internalGetMutableFieldMapUint32Sint64184().getMutableMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putFieldMapUint32Sint64184( int key, long value) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .put(key, value); bitField5_ |= 0x00800000; return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putAllFieldMapUint32Sint64184( java.util.Map values) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .putAll(values); bitField5_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { fieldMapUint32String185_ = com.google.protobuf.MapField.newMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32String185_.isMutable()) { fieldMapUint32String185_ = fieldMapUint32String185_.copy(); } bitField5_ |= 0x01000000; onChanged(); return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32String185() { bitField5_ = (bitField5_ & ~0x01000000); internalGetMutableFieldMapUint32String185().getMutableMap() .clear(); return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder removeFieldMapUint32String185( int key) { internalGetMutableFieldMapUint32String185().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32String185() { bitField5_ |= 0x01000000; return internalGetMutableFieldMapUint32String185().getMutableMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putFieldMapUint32String185( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32String185().getMutableMap() .put(key, value); bitField5_ |= 0x01000000; return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putAllFieldMapUint32String185( java.util.Map values) { internalGetMutableFieldMapUint32String185().getMutableMap() .putAll(values); bitField5_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { fieldMapUint32Uint32186_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint32186_.isMutable()) { fieldMapUint32Uint32186_ = fieldMapUint32Uint32186_.copy(); } bitField5_ |= 0x02000000; onChanged(); return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint32186() { bitField5_ = (bitField5_ & ~0x02000000); internalGetMutableFieldMapUint32Uint32186().getMutableMap() .clear(); return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder removeFieldMapUint32Uint32186( int key) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint32186() { bitField5_ |= 0x02000000; return internalGetMutableFieldMapUint32Uint32186().getMutableMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putFieldMapUint32Uint32186( int key, int value) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .put(key, value); bitField5_ |= 0x02000000; return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putAllFieldMapUint32Uint32186( java.util.Map values) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .putAll(values); bitField5_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { fieldMapUint32Uint64187_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint64187_.isMutable()) { fieldMapUint32Uint64187_ = fieldMapUint32Uint64187_.copy(); } bitField5_ |= 0x04000000; onChanged(); return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint64187() { bitField5_ = (bitField5_ & ~0x04000000); internalGetMutableFieldMapUint32Uint64187().getMutableMap() .clear(); return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder removeFieldMapUint32Uint64187( int key) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint64187() { bitField5_ |= 0x04000000; return internalGetMutableFieldMapUint32Uint64187().getMutableMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putFieldMapUint32Uint64187( int key, long value) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .put(key, value); bitField5_ |= 0x04000000; return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putAllFieldMapUint32Uint64187( java.util.Map values) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .putAll(values); bitField5_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { fieldMapUint64Bool188_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bool188_.isMutable()) { fieldMapUint64Bool188_ = fieldMapUint64Bool188_.copy(); } bitField5_ |= 0x08000000; onChanged(); return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bool188() { bitField5_ = (bitField5_ & ~0x08000000); internalGetMutableFieldMapUint64Bool188().getMutableMap() .clear(); return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder removeFieldMapUint64Bool188( long key) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bool188() { bitField5_ |= 0x08000000; return internalGetMutableFieldMapUint64Bool188().getMutableMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putFieldMapUint64Bool188( long key, boolean value) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .put(key, value); bitField5_ |= 0x08000000; return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putAllFieldMapUint64Bool188( java.util.Map values) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .putAll(values); bitField5_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { fieldMapUint64Bytes189_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bytes189_.isMutable()) { fieldMapUint64Bytes189_ = fieldMapUint64Bytes189_.copy(); } bitField5_ |= 0x10000000; onChanged(); return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bytes189() { bitField5_ = (bitField5_ & ~0x10000000); internalGetMutableFieldMapUint64Bytes189().getMutableMap() .clear(); return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder removeFieldMapUint64Bytes189( long key) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bytes189() { bitField5_ |= 0x10000000; return internalGetMutableFieldMapUint64Bytes189().getMutableMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putFieldMapUint64Bytes189( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Bytes189().getMutableMap() .put(key, value); bitField5_ |= 0x10000000; return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putAllFieldMapUint64Bytes189( java.util.Map values) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .putAll(values); bitField5_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { fieldMapUint64Double190_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Double190_.isMutable()) { fieldMapUint64Double190_ = fieldMapUint64Double190_.copy(); } bitField5_ |= 0x20000000; onChanged(); return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Double190() { bitField5_ = (bitField5_ & ~0x20000000); internalGetMutableFieldMapUint64Double190().getMutableMap() .clear(); return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder removeFieldMapUint64Double190( long key) { internalGetMutableFieldMapUint64Double190().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Double190() { bitField5_ |= 0x20000000; return internalGetMutableFieldMapUint64Double190().getMutableMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putFieldMapUint64Double190( long key, double value) { internalGetMutableFieldMapUint64Double190().getMutableMap() .put(key, value); bitField5_ |= 0x20000000; return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putAllFieldMapUint64Double190( java.util.Map values) { internalGetMutableFieldMapUint64Double190().getMutableMap() .putAll(values); bitField5_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { fieldMapUint64Enum191_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Enum191_.isMutable()) { fieldMapUint64Enum191_ = fieldMapUint64Enum191_.copy(); } bitField5_ |= 0x40000000; onChanged(); return fieldMapUint64Enum191_; } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapUint64Enum191() { bitField5_ = (bitField5_ & ~0x40000000); internalGetMutableFieldMapUint64Enum191().getMutableMap() .clear(); return this; } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder removeFieldMapUint64Enum191( long key) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Enum191() { bitField5_ |= 0x40000000; return internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()); } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putFieldMapUint64Enum191( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum value) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .put(key, fieldMapUint64Enum191ValueConverter.doBackward(value)); bitField5_ |= 0x40000000; return this; } /** * map<uint64, .protobuf.experimental.Proto2Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putAllFieldMapUint64Enum191( java.util.Map values) { internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()) .putAll(values); bitField5_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { fieldMapUint64Fixed32192_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed32192_.isMutable()) { fieldMapUint64Fixed32192_ = fieldMapUint64Fixed32192_.copy(); } bitField5_ |= 0x80000000; onChanged(); return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed32192() { bitField5_ = (bitField5_ & ~0x80000000); internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .clear(); return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder removeFieldMapUint64Fixed32192( long key) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed32192() { bitField5_ |= 0x80000000; return internalGetMutableFieldMapUint64Fixed32192().getMutableMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putFieldMapUint64Fixed32192( long key, int value) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .put(key, value); bitField5_ |= 0x80000000; return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putAllFieldMapUint64Fixed32192( java.util.Map values) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .putAll(values); bitField5_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { fieldMapUint64Fixed64193_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed64193_.isMutable()) { fieldMapUint64Fixed64193_ = fieldMapUint64Fixed64193_.copy(); } bitField6_ |= 0x00000001; onChanged(); return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed64193() { bitField6_ = (bitField6_ & ~0x00000001); internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .clear(); return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder removeFieldMapUint64Fixed64193( long key) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed64193() { bitField6_ |= 0x00000001; return internalGetMutableFieldMapUint64Fixed64193().getMutableMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putFieldMapUint64Fixed64193( long key, long value) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .put(key, value); bitField6_ |= 0x00000001; return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putAllFieldMapUint64Fixed64193( java.util.Map values) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .putAll(values); bitField6_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { fieldMapUint64Float194_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Float194_.isMutable()) { fieldMapUint64Float194_ = fieldMapUint64Float194_.copy(); } bitField6_ |= 0x00000002; onChanged(); return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Float194() { bitField6_ = (bitField6_ & ~0x00000002); internalGetMutableFieldMapUint64Float194().getMutableMap() .clear(); return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder removeFieldMapUint64Float194( long key) { internalGetMutableFieldMapUint64Float194().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Float194() { bitField6_ |= 0x00000002; return internalGetMutableFieldMapUint64Float194().getMutableMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putFieldMapUint64Float194( long key, float value) { internalGetMutableFieldMapUint64Float194().getMutableMap() .put(key, value); bitField6_ |= 0x00000002; return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putAllFieldMapUint64Float194( java.util.Map values) { internalGetMutableFieldMapUint64Float194().getMutableMap() .putAll(values); bitField6_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { fieldMapUint64Int32195_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int32195_.isMutable()) { fieldMapUint64Int32195_ = fieldMapUint64Int32195_.copy(); } bitField6_ |= 0x00000004; onChanged(); return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int32195() { bitField6_ = (bitField6_ & ~0x00000004); internalGetMutableFieldMapUint64Int32195().getMutableMap() .clear(); return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder removeFieldMapUint64Int32195( long key) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int32195() { bitField6_ |= 0x00000004; return internalGetMutableFieldMapUint64Int32195().getMutableMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putFieldMapUint64Int32195( long key, int value) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .put(key, value); bitField6_ |= 0x00000004; return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putAllFieldMapUint64Int32195( java.util.Map values) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .putAll(values); bitField6_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { fieldMapUint64Int64196_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int64196_.isMutable()) { fieldMapUint64Int64196_ = fieldMapUint64Int64196_.copy(); } bitField6_ |= 0x00000008; onChanged(); return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int64196() { bitField6_ = (bitField6_ & ~0x00000008); internalGetMutableFieldMapUint64Int64196().getMutableMap() .clear(); return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder removeFieldMapUint64Int64196( long key) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int64196() { bitField6_ |= 0x00000008; return internalGetMutableFieldMapUint64Int64196().getMutableMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putFieldMapUint64Int64196( long key, long value) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .put(key, value); bitField6_ |= 0x00000008; return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putAllFieldMapUint64Int64196( java.util.Map values) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .putAll(values); bitField6_ |= 0x00000008; return this; } private static final class FieldMapUint64Message197Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message build(com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { return (com.google.protobuf.testing.Proto2Testing.Proto2Message) val; } return ((com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint64Message197DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint64Message197Converter fieldMapUint64Message197Converter = new FieldMapUint64Message197Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder, com.google.protobuf.testing.Proto2Testing.Proto2Message, com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder> fieldMapUint64Message197_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } return fieldMapUint64Message197_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { fieldMapUint64Message197_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } bitField6_ |= 0x00000010; onChanged(); return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().ensureBuilderMap().size(); } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getImmutableMap(); } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2Testing.Proto2Message defaultValue) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint64Message197Converter.build(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2Message getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Message197Converter.build(map.get(key)); } public Builder clearFieldMapUint64Message197() { bitField6_ = (bitField6_ & ~0x00000010); internalGetMutableFieldMapUint64Message197().clear(); return this; } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ public Builder removeFieldMapUint64Message197( long key) { internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Message197() { bitField6_ |= 0x00000010; return internalGetMutableFieldMapUint64Message197().ensureMessageMap(); } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ public Builder putFieldMapUint64Message197( long key, com.google.protobuf.testing.Proto2Testing.Proto2Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .put(key, value); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ public Builder putAllFieldMapUint64Message197( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .putAll(values); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.Proto2Message> field_map_uint64_message_197 = 197; */ public com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder putFieldMapUint64Message197BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); com.google.protobuf.testing.Proto2Testing.Proto2MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2Testing.Proto2Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2Testing.Proto2Message) { entry = ((com.google.protobuf.testing.Proto2Testing.Proto2Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2Testing.Proto2Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { fieldMapUint64Sfixed32198_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed32198_.isMutable()) { fieldMapUint64Sfixed32198_ = fieldMapUint64Sfixed32198_.copy(); } bitField6_ |= 0x00000020; onChanged(); return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed32198() { bitField6_ = (bitField6_ & ~0x00000020); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder removeFieldMapUint64Sfixed32198( long key) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed32198() { bitField6_ |= 0x00000020; return internalGetMutableFieldMapUint64Sfixed32198().getMutableMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putFieldMapUint64Sfixed32198( long key, int value) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .put(key, value); bitField6_ |= 0x00000020; return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putAllFieldMapUint64Sfixed32198( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .putAll(values); bitField6_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { fieldMapUint64Sfixed64199_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed64199_.isMutable()) { fieldMapUint64Sfixed64199_ = fieldMapUint64Sfixed64199_.copy(); } bitField6_ |= 0x00000040; onChanged(); return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed64199() { bitField6_ = (bitField6_ & ~0x00000040); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder removeFieldMapUint64Sfixed64199( long key) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed64199() { bitField6_ |= 0x00000040; return internalGetMutableFieldMapUint64Sfixed64199().getMutableMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putFieldMapUint64Sfixed64199( long key, long value) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .put(key, value); bitField6_ |= 0x00000040; return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putAllFieldMapUint64Sfixed64199( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .putAll(values); bitField6_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { fieldMapUint64Sint32200_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint32200_.isMutable()) { fieldMapUint64Sint32200_ = fieldMapUint64Sint32200_.copy(); } bitField6_ |= 0x00000080; onChanged(); return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint32200() { bitField6_ = (bitField6_ & ~0x00000080); internalGetMutableFieldMapUint64Sint32200().getMutableMap() .clear(); return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder removeFieldMapUint64Sint32200( long key) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint32200() { bitField6_ |= 0x00000080; return internalGetMutableFieldMapUint64Sint32200().getMutableMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putFieldMapUint64Sint32200( long key, int value) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .put(key, value); bitField6_ |= 0x00000080; return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putAllFieldMapUint64Sint32200( java.util.Map values) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .putAll(values); bitField6_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { fieldMapUint64Sint64201_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint64201_.isMutable()) { fieldMapUint64Sint64201_ = fieldMapUint64Sint64201_.copy(); } bitField6_ |= 0x00000100; onChanged(); return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint64201() { bitField6_ = (bitField6_ & ~0x00000100); internalGetMutableFieldMapUint64Sint64201().getMutableMap() .clear(); return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder removeFieldMapUint64Sint64201( long key) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint64201() { bitField6_ |= 0x00000100; return internalGetMutableFieldMapUint64Sint64201().getMutableMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putFieldMapUint64Sint64201( long key, long value) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .put(key, value); bitField6_ |= 0x00000100; return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putAllFieldMapUint64Sint64201( java.util.Map values) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .putAll(values); bitField6_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { fieldMapUint64String202_ = com.google.protobuf.MapField.newMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64String202_.isMutable()) { fieldMapUint64String202_ = fieldMapUint64String202_.copy(); } bitField6_ |= 0x00000200; onChanged(); return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64String202() { bitField6_ = (bitField6_ & ~0x00000200); internalGetMutableFieldMapUint64String202().getMutableMap() .clear(); return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder removeFieldMapUint64String202( long key) { internalGetMutableFieldMapUint64String202().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64String202() { bitField6_ |= 0x00000200; return internalGetMutableFieldMapUint64String202().getMutableMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putFieldMapUint64String202( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64String202().getMutableMap() .put(key, value); bitField6_ |= 0x00000200; return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putAllFieldMapUint64String202( java.util.Map values) { internalGetMutableFieldMapUint64String202().getMutableMap() .putAll(values); bitField6_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { fieldMapUint64Uint32203_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint32203_.isMutable()) { fieldMapUint64Uint32203_ = fieldMapUint64Uint32203_.copy(); } bitField6_ |= 0x00000400; onChanged(); return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint32203() { bitField6_ = (bitField6_ & ~0x00000400); internalGetMutableFieldMapUint64Uint32203().getMutableMap() .clear(); return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder removeFieldMapUint64Uint32203( long key) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint32203() { bitField6_ |= 0x00000400; return internalGetMutableFieldMapUint64Uint32203().getMutableMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putFieldMapUint64Uint32203( long key, int value) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .put(key, value); bitField6_ |= 0x00000400; return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putAllFieldMapUint64Uint32203( java.util.Map values) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .putAll(values); bitField6_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { fieldMapUint64Uint64204_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint64204_.isMutable()) { fieldMapUint64Uint64204_ = fieldMapUint64Uint64204_.copy(); } bitField6_ |= 0x00000800; onChanged(); return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint64204() { bitField6_ = (bitField6_ & ~0x00000800); internalGetMutableFieldMapUint64Uint64204().getMutableMap() .clear(); return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder removeFieldMapUint64Uint64204( long key) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint64204() { bitField6_ |= 0x00000800; return internalGetMutableFieldMapUint64Uint64204().getMutableMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putFieldMapUint64Uint64204( long key, long value) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .put(key, value); bitField6_ |= 0x00000800; return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putAllFieldMapUint64Uint64204( java.util.Map values) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .putAll(values); bitField6_ |= 0x00000800; 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:protobuf.experimental.Proto2MessageWithMaps) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto2MessageWithMaps) private static final com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps(); } public static com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2MessageWithMaps parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2Testing.Proto2MessageWithMaps getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int FIELD_DOUBLE_1_FIELD_NUMBER = 1; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Double> fieldDouble1 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Double.class, null); public static final int FIELD_FLOAT_2_FIELD_NUMBER = 2; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Float> fieldFloat2 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Float.class, null); public static final int FIELD_INT64_3_FIELD_NUMBER = 3; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Long> fieldInt643 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_UINT64_4_FIELD_NUMBER = 4; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Long> fieldUint644 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_INT32_5_FIELD_NUMBER = 5; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Integer> fieldInt325 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_FIXED64_6_FIELD_NUMBER = 6; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Long> fieldFixed646 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_FIXED32_7_FIELD_NUMBER = 7; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Integer> fieldFixed327 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_BOOL_8_FIELD_NUMBER = 8; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Boolean> fieldBool8 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); public static final int FIELD_STRING_9_FIELD_NUMBER = 9; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.String> fieldString9 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.String.class, null); public static final int FIELD_MESSAGE_10_FIELD_NUMBER = 10; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, com.google.protobuf.testing.Proto2Testing.Proto2Message> fieldMessage10 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2Testing.Proto2Message.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); public static final int FIELD_BYTES_11_FIELD_NUMBER = 11; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, com.google.protobuf.ByteString> fieldBytes11 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.ByteString.class, null); public static final int FIELD_UINT32_12_FIELD_NUMBER = 12; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Integer> fieldUint3212 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_ENUM_13_FIELD_NUMBER = 13; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum> fieldEnum13 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.class, null); public static final int FIELD_SFIXED32_14_FIELD_NUMBER = 14; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Integer> fieldSfixed3214 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SFIXED64_15_FIELD_NUMBER = 15; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Long> fieldSfixed6415 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_SINT32_16_FIELD_NUMBER = 16; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Integer> fieldSint3216 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SINT64_17_FIELD_NUMBER = 17; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.lang.Long> fieldSint6417 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_DOUBLE_LIST_18_FIELD_NUMBER = 18; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldDoubleList18 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Double.class, null); public static final int FIELD_FLOAT_LIST_19_FIELD_NUMBER = 19; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldFloatList19 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Float.class, null); public static final int FIELD_INT64_LIST_20_FIELD_NUMBER = 20; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldInt64List20 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_UINT64_LIST_21_FIELD_NUMBER = 21; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldUint64List21 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_INT32_LIST_22_FIELD_NUMBER = 22; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldInt32List22 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_FIXED64_LIST_23_FIELD_NUMBER = 23; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldFixed64List23 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_FIXED32_LIST_24_FIELD_NUMBER = 24; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldFixed32List24 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_BOOL_LIST_25_FIELD_NUMBER = 25; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldBoolList25 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); public static final int FIELD_STRING_LIST_26_FIELD_NUMBER = 26; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldStringList26 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.String.class, null); public static final int FIELD_MESSAGE_LIST_27_FIELD_NUMBER = 27; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldMessageList27 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2Testing.Proto2Message.class, com.google.protobuf.testing.Proto2Testing.Proto2Message.getDefaultInstance()); public static final int FIELD_BYTES_LIST_28_FIELD_NUMBER = 28; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldBytesList28 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.ByteString.class, null); public static final int FIELD_UINT32_LIST_29_FIELD_NUMBER = 29; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldUint32List29 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_ENUM_LIST_30_FIELD_NUMBER = 30; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldEnumList30 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.class, null); public static final int FIELD_SFIXED32_LIST_31_FIELD_NUMBER = 31; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSfixed32List31 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SFIXED64_LIST_32_FIELD_NUMBER = 32; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSfixed64List32 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_SINT32_LIST_33_FIELD_NUMBER = 33; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSint32List33 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SINT64_LIST_34_FIELD_NUMBER = 34; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSint64List34 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER = 35; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldDoubleListPacked35 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Double.class, null); public static final int FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER = 36; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldFloatListPacked36 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Float.class, null); public static final int FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER = 37; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldInt64ListPacked37 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER = 38; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldUint64ListPacked38 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER = 39; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldInt32ListPacked39 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER = 40; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldFixed64ListPacked40 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER = 41; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldFixed32ListPacked41 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER = 42; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldBoolListPacked42 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); public static final int FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER = 43; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldUint32ListPacked43 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER = 44; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldEnumListPacked44 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2Testing.Proto2Message.TestEnum.class, null); public static final int FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER = 45; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSfixed32ListPacked45 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER = 46; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSfixed64ListPacked46 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER = 47; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSint32ListPacked47 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER = 48; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldSint64ListPacked48 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELDGROUP49_FIELD_NUMBER = 49; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, com.google.protobuf.testing.Proto2Testing.FieldGroup49> fieldGroup49 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2Testing.FieldGroup49.class, com.google.protobuf.testing.Proto2Testing.FieldGroup49.getDefaultInstance()); public static final int FIELDGROUPLIST51_FIELD_NUMBER = 51; /** * extend .protobuf.experimental.Proto2MessageWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2Testing.Proto2MessageWithExtensions, java.util.List> fieldGroupList51 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2Testing.FieldGroupList51.class, com.google.protobuf.testing.Proto2Testing.FieldGroupList51.getDefaultInstance()); private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2SpecialFieldName_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2SpecialFieldName_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2Message_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2Message_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2Message_FieldGroup49_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2Message_FieldGroup49_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2Message_FieldGroup69_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2Message_FieldGroup69_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2Empty_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2Empty_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithExtensions_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithExtensions_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_FieldGroup49_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_FieldGroup49_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_FieldGroupList51_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_FieldGroupList51_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBool1Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBytes2Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolDouble3Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolEnum4Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed325Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed646Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFloat7Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt328Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt649Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolMessage10Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint3213Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint6414Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolString15Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolString15Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint3216Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint6417Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Double20Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Float24Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Message27Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32String32Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Double37Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Float41Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Message44Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64String49Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bool52Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Double54Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Enum55Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Float58Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int3259Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int6460Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Message61Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32String66Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32String66Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bool69Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Double71Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Enum72Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Float75Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int3276Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int6477Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Message78Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64String83Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64String83Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32String100Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64String117Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bool120Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Double122Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Enum123Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Float126Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int32127Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int64128Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Message129Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32String134Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32String134Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bool137Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Double139Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Enum140Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Float143Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int32144Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int64145Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Message146Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64String151Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64String151Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBool154Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBool154Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBytes155Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringDouble156Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringEnum157Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed32158Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed64159Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFloat160Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt32161Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt64162Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringMessage163Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint32166Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint64167Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringString168Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringString168Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint32169Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint64170Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bool171Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Double173Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Enum174Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Float177Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int32178Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int64179Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Message180Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32String185Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32String185Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bool188Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Double190Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Enum191Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Float194Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int32195Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int64196Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Message197Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64String202Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64String202Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n(com/google/protobuf/proto2_message.pro" + "to\022\025protobuf.experimental\"k\n\026Proto2Speci" + "alFieldName\022\024\n\014regular_name\030\001 \001(\001\022\023\n\013cac" + "hed_size\030\002 \001(\005\022\027\n\017serialized_size\030\003 \001(\003\022" + "\r\n\005class\030\004 \001(\t\"\320\033\n\rProto2Message\022\026\n\016fiel" + "d_double_1\030\001 \001(\001\022\025\n\rfield_float_2\030\002 \001(\002\022" + "\025\n\rfield_int64_3\030\003 \001(\003\022\026\n\016field_uint64_4" + "\030\004 \001(\004\022\025\n\rfield_int32_5\030\005 \001(\005\022\027\n\017field_f" + "ixed64_6\030\006 \001(\006\022\027\n\017field_fixed32_7\030\007 \001(\007\022" + "\024\n\014field_bool_8\030\010 \001(\010\022\026\n\016field_string_9\030" + "\t \001(\t\022>\n\020field_message_10\030\n \001(\0132$.protob" + "uf.experimental.Proto2Message\022\026\n\016field_b" + "ytes_11\030\013 \001(\014\022\027\n\017field_uint32_12\030\014 \001(\r\022D" + "\n\rfield_enum_13\030\r \001(\0162-.protobuf.experim" + "ental.Proto2Message.TestEnum\022\031\n\021field_sf" + "ixed32_14\030\016 \001(\017\022\031\n\021field_sfixed64_15\030\017 \001" + "(\020\022\027\n\017field_sint32_16\030\020 \001(\021\022\027\n\017field_sin" + "t64_17\030\021 \001(\022\022 \n\024field_double_list_18\030\022 \003" + "(\001B\002\020\000\022\037\n\023field_float_list_19\030\023 \003(\002B\002\020\000\022" + "\037\n\023field_int64_list_20\030\024 \003(\003B\002\020\000\022 \n\024fiel" + "d_uint64_list_21\030\025 \003(\004B\002\020\000\022\037\n\023field_int3" + "2_list_22\030\026 \003(\005B\002\020\000\022!\n\025field_fixed64_lis" + "t_23\030\027 \003(\006B\002\020\000\022!\n\025field_fixed32_list_24\030" + "\030 \003(\007B\002\020\000\022\036\n\022field_bool_list_25\030\031 \003(\010B\002\020" + "\000\022 \n\024field_string_list_26\030\032 \003(\tB\002\020\000\022G\n\025f" + "ield_message_list_27\030\033 \003(\0132$.protobuf.ex" + "perimental.Proto2MessageB\002\020\000\022\037\n\023field_by" + "tes_list_28\030\034 \003(\014B\002\020\000\022 \n\024field_uint32_li" + "st_29\030\035 \003(\rB\002\020\000\022M\n\022field_enum_list_30\030\036 " + "\003(\0162-.protobuf.experimental.Proto2Messag" + "e.TestEnumB\002\020\000\022\"\n\026field_sfixed32_list_31" + "\030\037 \003(\017B\002\020\000\022\"\n\026field_sfixed64_list_32\030 \003" + "(\020B\002\020\000\022 \n\024field_sint32_list_33\030! \003(\021B\002\020\000" + "\022 \n\024field_sint64_list_34\030\" \003(\022B\002\020\000\022\'\n\033fi" + "eld_double_list_packed_35\030# \003(\001B\002\020\001\022&\n\032f" + "ield_float_list_packed_36\030$ \003(\002B\002\020\001\022&\n\032f" + "ield_int64_list_packed_37\030% \003(\003B\002\020\001\022\'\n\033f" + "ield_uint64_list_packed_38\030& \003(\004B\002\020\001\022&\n\032" + "field_int32_list_packed_39\030\' \003(\005B\002\020\001\022(\n\034" + "field_fixed64_list_packed_40\030( \003(\006B\002\020\001\022(" + "\n\034field_fixed32_list_packed_41\030) \003(\007B\002\020\001" + "\022%\n\031field_bool_list_packed_42\030* \003(\010B\002\020\001\022" + "\'\n\033field_uint32_list_packed_43\030+ \003(\rB\002\020\001" + "\022T\n\031field_enum_list_packed_44\030, \003(\0162-.pr" + "otobuf.experimental.Proto2Message.TestEn" + "umB\002\020\001\022)\n\035field_sfixed32_list_packed_45\030" + "- \003(\017B\002\020\001\022)\n\035field_sfixed64_list_packed_" + "46\030. \003(\020B\002\020\001\022\'\n\033field_sint32_list_packed" + "_47\030/ \003(\021B\002\020\001\022\'\n\033field_sint64_list_packe" + "d_48\0300 \003(\022B\002\020\001\022G\n\014fieldgroup49\0301 \001(\n21.p" + "rotobuf.experimental.Proto2Message.Field" + "Group49\022O\n\020fieldgrouplist51\0303 \003(\n25.prot" + "obuf.experimental.Proto2Message.FieldGro" + "upList51\022\031\n\017field_double_53\0305 \001(\001H\000\022\030\n\016f" + "ield_float_54\0306 \001(\002H\000\022\030\n\016field_int64_55\030" + "7 \001(\003H\000\022\031\n\017field_uint64_56\0308 \001(\004H\000\022\030\n\016fi" + "eld_int32_57\0309 \001(\005H\000\022\032\n\020field_fixed64_58" + "\030: \001(\006H\000\022\032\n\020field_fixed32_59\030; \001(\007H\000\022\027\n\r" + "field_bool_60\030< \001(\010H\000\022\031\n\017field_string_61" + "\030= \001(\tH\000\022@\n\020field_message_62\030> \001(\0132$.pro" + "tobuf.experimental.Proto2MessageH\000\022\030\n\016fi" + "eld_bytes_63\030? \001(\014H\000\022\031\n\017field_uint32_64\030" + "@ \001(\rH\000\022\033\n\021field_sfixed32_65\030A \001(\017H\000\022\033\n\021" + "field_sfixed64_66\030B \001(\020H\000\022\031\n\017field_sint3" + "2_67\030C \001(\021H\000\022\031\n\017field_sint64_68\030D \001(\022H\000\022" + "I\n\014fieldgroup69\030E \001(\n21.protobuf.experim" + "ental.Proto2Message.FieldGroup69H\000\022 \n\030fi" + "eld_required_double_71\030G \002(\001\022\037\n\027field_re" + "quired_float_72\030H \002(\002\022\037\n\027field_required_" + "int64_73\030I \002(\003\022 \n\030field_required_uint64_" + "74\030J \002(\004\022\037\n\027field_required_int32_75\030K \002(" + "\005\022!\n\031field_required_fixed64_76\030L \002(\006\022!\n\031" + "field_required_fixed32_77\030M \002(\007\022\036\n\026field" + "_required_bool_78\030N \002(\010\022 \n\030field_require" + "d_string_79\030O \002(\t\022]\n\031field_required_mess" + "age_80\030P \002(\0132:.protobuf.experimental.Pro" + "to2Message.RequiredNestedMessage\022\037\n\027fiel" + "d_required_bytes_81\030Q \002(\014\022 \n\030field_requi" + "red_uint32_82\030R \002(\r\022M\n\026field_required_en" + "um_83\030S \002(\0162-.protobuf.experimental.Prot" + "o2Message.TestEnum\022\"\n\032field_required_sfi" + "xed32_84\030T \002(\017\022\"\n\032field_required_sfixed6" + "4_85\030U \002(\020\022 \n\030field_required_sint32_86\030V" + " \002(\021\022 \n\030field_required_sint64_87\030W \002(\022\022W" + "\n\024fieldrequiredgroup88\030X \002(\n29.protobuf." + "experimental.Proto2Message.FieldRequired" + "Group88\032&\n\014FieldGroup49\022\026\n\016field_int32_5" + "0\0302 \001(\005\032*\n\020FieldGroupList51\022\026\n\016field_int" + "32_52\0304 \001(\005\032&\n\014FieldGroup69\022\026\n\016field_int" + "32_70\030F \001(\005\032&\n\025RequiredNestedMessage\022\r\n\005" + "value\030\001 \001(\005\032.\n\024FieldRequiredGroup88\022\026\n\016f" + "ield_int32_89\030Y \001(\005\"&\n\010TestEnum\022\010\n\004ZERO\020" + "\000\022\007\n\003ONE\020\001\022\007\n\003TWO\020\002B\014\n\ntest_oneof\"\r\n\013Pro" + "to2Empty\"$\n\033Proto2MessageWithExtensions*" + "\005\010\001\020\221N\"&\n\014FieldGroup49\022\026\n\016field_int32_50" + "\0302 \001(\005\"*\n\020FieldGroupList51\022\026\n\016field_int3" + "2_52\0304 \001(\005\"\236\237\002\n\025Proto2MessageWithMaps\022b\n" + "\025field_map_bool_bool_1\030\001 \003(\0132C.protobuf." + "experimental.Proto2MessageWithMaps.Field" + "MapBoolBool1Entry\022d\n\026field_map_bool_byte" + "s_2\030\002 \003(\0132D.protobuf.experimental.Proto2" + "MessageWithMaps.FieldMapBoolBytes2Entry\022" + "f\n\027field_map_bool_double_3\030\003 \003(\0132E.proto" + "buf.experimental.Proto2MessageWithMaps.F" + "ieldMapBoolDouble3Entry\022b\n\025field_map_boo" + "l_enum_4\030\004 \003(\0132C.protobuf.experimental.P" + "roto2MessageWithMaps.FieldMapBoolEnum4En" + "try\022h\n\030field_map_bool_fixed32_5\030\005 \003(\0132F." + "protobuf.experimental.Proto2MessageWithM" + "aps.FieldMapBoolFixed325Entry\022h\n\030field_m" + "ap_bool_fixed64_6\030\006 \003(\0132F.protobuf.exper" + "imental.Proto2MessageWithMaps.FieldMapBo" + "olFixed646Entry\022d\n\026field_map_bool_float_" + "7\030\007 \003(\0132D.protobuf.experimental.Proto2Me" + "ssageWithMaps.FieldMapBoolFloat7Entry\022d\n" + "\026field_map_bool_int32_8\030\010 \003(\0132D.protobuf" + ".experimental.Proto2MessageWithMaps.Fiel" + "dMapBoolInt328Entry\022d\n\026field_map_bool_in" + "t64_9\030\t \003(\0132D.protobuf.experimental.Prot" + "o2MessageWithMaps.FieldMapBoolInt649Entr" + "y\022j\n\031field_map_bool_message_10\030\n \003(\0132G.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapBoolMessage10Entry\022l\n\032field_m" + "ap_bool_sfixed32_11\030\013 \003(\0132H.protobuf.exp" + "erimental.Proto2MessageWithMaps.FieldMap" + "BoolSfixed3211Entry\022l\n\032field_map_bool_sf" + "ixed64_12\030\014 \003(\0132H.protobuf.experimental." + "Proto2MessageWithMaps.FieldMapBoolSfixed" + "6412Entry\022h\n\030field_map_bool_sint32_13\030\r " + "\003(\0132F.protobuf.experimental.Proto2Messag" + "eWithMaps.FieldMapBoolSint3213Entry\022h\n\030f" + "ield_map_bool_sint64_14\030\016 \003(\0132F.protobuf" + ".experimental.Proto2MessageWithMaps.Fiel" + "dMapBoolSint6414Entry\022h\n\030field_map_bool_" + "string_15\030\017 \003(\0132F.protobuf.experimental." + "Proto2MessageWithMaps.FieldMapBoolString" + "15Entry\022h\n\030field_map_bool_uint32_16\030\020 \003(" + "\0132F.protobuf.experimental.Proto2MessageW" + "ithMaps.FieldMapBoolUint3216Entry\022h\n\030fie" + "ld_map_bool_uint64_17\030\021 \003(\0132F.protobuf.e" + "xperimental.Proto2MessageWithMaps.FieldM" + "apBoolUint6417Entry\022j\n\031field_map_fixed32" + "_bool_18\030\022 \003(\0132G.protobuf.experimental.P" + "roto2MessageWithMaps.FieldMapFixed32Bool" + "18Entry\022l\n\032field_map_fixed32_bytes_19\030\023 " + "\003(\0132H.protobuf.experimental.Proto2Messag" + "eWithMaps.FieldMapFixed32Bytes19Entry\022n\n" + "\033field_map_fixed32_double_20\030\024 \003(\0132I.pro" + "tobuf.experimental.Proto2MessageWithMaps" + ".FieldMapFixed32Double20Entry\022j\n\031field_m" + "ap_fixed32_enum_21\030\025 \003(\0132G.protobuf.expe" + "rimental.Proto2MessageWithMaps.FieldMapF" + "ixed32Enum21Entry\022p\n\034field_map_fixed32_f" + "ixed32_22\030\026 \003(\0132J.protobuf.experimental." + "Proto2MessageWithMaps.FieldMapFixed32Fix" + "ed3222Entry\022p\n\034field_map_fixed32_fixed64" + "_23\030\027 \003(\0132J.protobuf.experimental.Proto2" + "MessageWithMaps.FieldMapFixed32Fixed6423" + "Entry\022l\n\032field_map_fixed32_float_24\030\030 \003(" + "\0132H.protobuf.experimental.Proto2MessageW" + "ithMaps.FieldMapFixed32Float24Entry\022l\n\032f" + "ield_map_fixed32_int32_25\030\031 \003(\0132H.protob" + "uf.experimental.Proto2MessageWithMaps.Fi" + "eldMapFixed32Int3225Entry\022l\n\032field_map_f" + "ixed32_int64_26\030\032 \003(\0132H.protobuf.experim" + "ental.Proto2MessageWithMaps.FieldMapFixe" + "d32Int6426Entry\022p\n\034field_map_fixed32_mes" + "sage_27\030\033 \003(\0132J.protobuf.experimental.Pr" + "oto2MessageWithMaps.FieldMapFixed32Messa" + "ge27Entry\022r\n\035field_map_fixed32_sfixed32_" + "28\030\034 \003(\0132K.protobuf.experimental.Proto2M" + "essageWithMaps.FieldMapFixed32Sfixed3228" + "Entry\022r\n\035field_map_fixed32_sfixed64_29\030\035" + " \003(\0132K.protobuf.experimental.Proto2Messa" + "geWithMaps.FieldMapFixed32Sfixed6429Entr" + "y\022n\n\033field_map_fixed32_sint32_30\030\036 \003(\0132I" + ".protobuf.experimental.Proto2MessageWith" + "Maps.FieldMapFixed32Sint3230Entry\022n\n\033fie" + "ld_map_fixed32_sint64_31\030\037 \003(\0132I.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapFixed32Sint6431Entry\022n\n\033field_map_f" + "ixed32_string_32\030 \003(\0132I.protobuf.experi" + "mental.Proto2MessageWithMaps.FieldMapFix" + "ed32String32Entry\022n\n\033field_map_fixed32_u" + "int32_33\030! \003(\0132I.protobuf.experimental.P" + "roto2MessageWithMaps.FieldMapFixed32Uint" + "3233Entry\022n\n\033field_map_fixed32_uint64_34" + "\030\" \003(\0132I.protobuf.experimental.Proto2Mes" + "sageWithMaps.FieldMapFixed32Uint6434Entr" + "y\022j\n\031field_map_fixed64_bool_35\030# \003(\0132G.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapFixed64Bool35Entry\022l\n\032field_m" + "ap_fixed64_bytes_36\030$ \003(\0132H.protobuf.exp" + "erimental.Proto2MessageWithMaps.FieldMap" + "Fixed64Bytes36Entry\022n\n\033field_map_fixed64" + "_double_37\030% \003(\0132I.protobuf.experimental" + ".Proto2MessageWithMaps.FieldMapFixed64Do" + "uble37Entry\022j\n\031field_map_fixed64_enum_38" + "\030& \003(\0132G.protobuf.experimental.Proto2Mes" + "sageWithMaps.FieldMapFixed64Enum38Entry\022" + "p\n\034field_map_fixed64_fixed32_39\030\' \003(\0132J." + "protobuf.experimental.Proto2MessageWithM" + "aps.FieldMapFixed64Fixed3239Entry\022p\n\034fie" + "ld_map_fixed64_fixed64_40\030( \003(\0132J.protob" + "uf.experimental.Proto2MessageWithMaps.Fi" + "eldMapFixed64Fixed6440Entry\022l\n\032field_map" + "_fixed64_float_41\030) \003(\0132H.protobuf.exper" + "imental.Proto2MessageWithMaps.FieldMapFi" + "xed64Float41Entry\022l\n\032field_map_fixed64_i" + "nt32_42\030* \003(\0132H.protobuf.experimental.Pr" + "oto2MessageWithMaps.FieldMapFixed64Int32" + "42Entry\022l\n\032field_map_fixed64_int64_43\030+ " + "\003(\0132H.protobuf.experimental.Proto2Messag" + "eWithMaps.FieldMapFixed64Int6443Entry\022p\n" + "\034field_map_fixed64_message_44\030, \003(\0132J.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapFixed64Message44Entry\022r\n\035field" + "_map_fixed64_sfixed32_45\030- \003(\0132K.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapFixed64Sfixed3245Entry\022r\n\035field_map" + "_fixed64_sfixed64_46\030. \003(\0132K.protobuf.ex" + "perimental.Proto2MessageWithMaps.FieldMa" + "pFixed64Sfixed6446Entry\022n\n\033field_map_fix" + "ed64_sint32_47\030/ \003(\0132I.protobuf.experime" + "ntal.Proto2MessageWithMaps.FieldMapFixed" + "64Sint3247Entry\022n\n\033field_map_fixed64_sin" + "t64_48\0300 \003(\0132I.protobuf.experimental.Pro" + "to2MessageWithMaps.FieldMapFixed64Sint64" + "48Entry\022n\n\033field_map_fixed64_string_49\0301" + " \003(\0132I.protobuf.experimental.Proto2Messa" + "geWithMaps.FieldMapFixed64String49Entry\022" + "n\n\033field_map_fixed64_uint32_50\0302 \003(\0132I.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapFixed64Uint3250Entry\022n\n\033field" + "_map_fixed64_uint64_51\0303 \003(\0132I.protobuf." + "experimental.Proto2MessageWithMaps.Field" + "MapFixed64Uint6451Entry\022f\n\027field_map_int" + "32_bool_52\0304 \003(\0132E.protobuf.experimental" + ".Proto2MessageWithMaps.FieldMapInt32Bool" + "52Entry\022h\n\030field_map_int32_bytes_53\0305 \003(" + "\0132F.protobuf.experimental.Proto2MessageW" + "ithMaps.FieldMapInt32Bytes53Entry\022j\n\031fie" + "ld_map_int32_double_54\0306 \003(\0132G.protobuf." + "experimental.Proto2MessageWithMaps.Field" + "MapInt32Double54Entry\022f\n\027field_map_int32" + "_enum_55\0307 \003(\0132E.protobuf.experimental.P" + "roto2MessageWithMaps.FieldMapInt32Enum55" + "Entry\022l\n\032field_map_int32_fixed32_56\0308 \003(" + "\0132H.protobuf.experimental.Proto2MessageW" + "ithMaps.FieldMapInt32Fixed3256Entry\022l\n\032f" + "ield_map_int32_fixed64_57\0309 \003(\0132H.protob" + "uf.experimental.Proto2MessageWithMaps.Fi" + "eldMapInt32Fixed6457Entry\022h\n\030field_map_i" + "nt32_float_58\030: \003(\0132F.protobuf.experimen" + "tal.Proto2MessageWithMaps.FieldMapInt32F" + "loat58Entry\022h\n\030field_map_int32_int32_59\030" + "; \003(\0132F.protobuf.experimental.Proto2Mess" + "ageWithMaps.FieldMapInt32Int3259Entry\022h\n" + "\030field_map_int32_int64_60\030< \003(\0132F.protob" + "uf.experimental.Proto2MessageWithMaps.Fi" + "eldMapInt32Int6460Entry\022l\n\032field_map_int" + "32_message_61\030= \003(\0132H.protobuf.experimen" + "tal.Proto2MessageWithMaps.FieldMapInt32M" + "essage61Entry\022n\n\033field_map_int32_sfixed3" + "2_62\030> \003(\0132I.protobuf.experimental.Proto" + "2MessageWithMaps.FieldMapInt32Sfixed3262" + "Entry\022n\n\033field_map_int32_sfixed64_63\030? \003" + "(\0132I.protobuf.experimental.Proto2Message" + "WithMaps.FieldMapInt32Sfixed6463Entry\022j\n" + "\031field_map_int32_sint32_64\030@ \003(\0132G.proto" + "buf.experimental.Proto2MessageWithMaps.F" + "ieldMapInt32Sint3264Entry\022j\n\031field_map_i" + "nt32_sint64_65\030A \003(\0132G.protobuf.experime" + "ntal.Proto2MessageWithMaps.FieldMapInt32" + "Sint6465Entry\022j\n\031field_map_int32_string_" + "66\030B \003(\0132G.protobuf.experimental.Proto2M" + "essageWithMaps.FieldMapInt32String66Entr" + "y\022j\n\031field_map_int32_uint32_67\030C \003(\0132G.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapInt32Uint3267Entry\022j\n\031field_m" + "ap_int32_uint64_68\030D \003(\0132G.protobuf.expe" + "rimental.Proto2MessageWithMaps.FieldMapI" + "nt32Uint6468Entry\022f\n\027field_map_int64_boo" + "l_69\030E \003(\0132E.protobuf.experimental.Proto" + "2MessageWithMaps.FieldMapInt64Bool69Entr" + "y\022h\n\030field_map_int64_bytes_70\030F \003(\0132F.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapInt64Bytes70Entry\022j\n\031field_map" + "_int64_double_71\030G \003(\0132G.protobuf.experi" + "mental.Proto2MessageWithMaps.FieldMapInt" + "64Double71Entry\022f\n\027field_map_int64_enum_" + "72\030H \003(\0132E.protobuf.experimental.Proto2M" + "essageWithMaps.FieldMapInt64Enum72Entry\022" + "l\n\032field_map_int64_fixed32_73\030I \003(\0132H.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapInt64Fixed3273Entry\022l\n\032field_m" + "ap_int64_fixed64_74\030J \003(\0132H.protobuf.exp" + "erimental.Proto2MessageWithMaps.FieldMap" + "Int64Fixed6474Entry\022h\n\030field_map_int64_f" + "loat_75\030K \003(\0132F.protobuf.experimental.Pr" + "oto2MessageWithMaps.FieldMapInt64Float75" + "Entry\022h\n\030field_map_int64_int32_76\030L \003(\0132" + "F.protobuf.experimental.Proto2MessageWit" + "hMaps.FieldMapInt64Int3276Entry\022h\n\030field" + "_map_int64_int64_77\030M \003(\0132F.protobuf.exp" + "erimental.Proto2MessageWithMaps.FieldMap" + "Int64Int6477Entry\022l\n\032field_map_int64_mes" + "sage_78\030N \003(\0132H.protobuf.experimental.Pr" + "oto2MessageWithMaps.FieldMapInt64Message" + "78Entry\022n\n\033field_map_int64_sfixed32_79\030O" + " \003(\0132I.protobuf.experimental.Proto2Messa" + "geWithMaps.FieldMapInt64Sfixed3279Entry\022" + "n\n\033field_map_int64_sfixed64_80\030P \003(\0132I.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapInt64Sfixed6480Entry\022j\n\031field" + "_map_int64_sint32_81\030Q \003(\0132G.protobuf.ex" + "perimental.Proto2MessageWithMaps.FieldMa" + "pInt64Sint3281Entry\022j\n\031field_map_int64_s" + "int64_82\030R \003(\0132G.protobuf.experimental.P" + "roto2MessageWithMaps.FieldMapInt64Sint64" + "82Entry\022j\n\031field_map_int64_string_83\030S \003" + "(\0132G.protobuf.experimental.Proto2Message" + "WithMaps.FieldMapInt64String83Entry\022j\n\031f" + "ield_map_int64_uint32_84\030T \003(\0132G.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapInt64Uint3284Entry\022j\n\031field_map_int" + "64_uint64_85\030U \003(\0132G.protobuf.experiment" + "al.Proto2MessageWithMaps.FieldMapInt64Ui" + "nt6485Entry\022l\n\032field_map_sfixed32_bool_8" + "6\030V \003(\0132H.protobuf.experimental.Proto2Me" + "ssageWithMaps.FieldMapSfixed32Bool86Entr" + "y\022n\n\033field_map_sfixed32_bytes_87\030W \003(\0132I" + ".protobuf.experimental.Proto2MessageWith" + "Maps.FieldMapSfixed32Bytes87Entry\022p\n\034fie" + "ld_map_sfixed32_double_88\030X \003(\0132J.protob" + "uf.experimental.Proto2MessageWithMaps.Fi" + "eldMapSfixed32Double88Entry\022l\n\032field_map" + "_sfixed32_enum_89\030Y \003(\0132H.protobuf.exper" + "imental.Proto2MessageWithMaps.FieldMapSf" + "ixed32Enum89Entry\022r\n\035field_map_sfixed32_" + "fixed32_90\030Z \003(\0132K.protobuf.experimental" + ".Proto2MessageWithMaps.FieldMapSfixed32F" + "ixed3290Entry\022r\n\035field_map_sfixed32_fixe" + "d64_91\030[ \003(\0132K.protobuf.experimental.Pro" + "to2MessageWithMaps.FieldMapSfixed32Fixed" + "6491Entry\022n\n\033field_map_sfixed32_float_92" + "\030\\ \003(\0132I.protobuf.experimental.Proto2Mes" + "sageWithMaps.FieldMapSfixed32Float92Entr" + "y\022n\n\033field_map_sfixed32_int32_93\030] \003(\0132I" + ".protobuf.experimental.Proto2MessageWith" + "Maps.FieldMapSfixed32Int3293Entry\022n\n\033fie" + "ld_map_sfixed32_int64_94\030^ \003(\0132I.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapSfixed32Int6494Entry\022r\n\035field_map_s" + "fixed32_message_95\030_ \003(\0132K.protobuf.expe" + "rimental.Proto2MessageWithMaps.FieldMapS" + "fixed32Message95Entry\022t\n\036field_map_sfixe" + "d32_sfixed32_96\030` \003(\0132L.protobuf.experim" + "ental.Proto2MessageWithMaps.FieldMapSfix" + "ed32Sfixed3296Entry\022t\n\036field_map_sfixed3" + "2_sfixed64_97\030a \003(\0132L.protobuf.experimen" + "tal.Proto2MessageWithMaps.FieldMapSfixed" + "32Sfixed6497Entry\022p\n\034field_map_sfixed32_" + "sint32_98\030b \003(\0132J.protobuf.experimental." + "Proto2MessageWithMaps.FieldMapSfixed32Si" + "nt3298Entry\022p\n\034field_map_sfixed32_sint64" + "_99\030c \003(\0132J.protobuf.experimental.Proto2" + "MessageWithMaps.FieldMapSfixed32Sint6499" + "Entry\022r\n\035field_map_sfixed32_string_100\030d" + " \003(\0132K.protobuf.experimental.Proto2Messa" + "geWithMaps.FieldMapSfixed32String100Entr" + "y\022r\n\035field_map_sfixed32_uint32_101\030e \003(\013" + "2K.protobuf.experimental.Proto2MessageWi" + "thMaps.FieldMapSfixed32Uint32101Entry\022r\n" + "\035field_map_sfixed32_uint64_102\030f \003(\0132K.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapSfixed32Uint64102Entry\022n\n\033fie" + "ld_map_sfixed64_bool_103\030g \003(\0132I.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapSfixed64Bool103Entry\022p\n\034field_map_s" + "fixed64_bytes_104\030h \003(\0132J.protobuf.exper" + "imental.Proto2MessageWithMaps.FieldMapSf" + "ixed64Bytes104Entry\022r\n\035field_map_sfixed6" + "4_double_105\030i \003(\0132K.protobuf.experiment" + "al.Proto2MessageWithMaps.FieldMapSfixed6" + "4Double105Entry\022n\n\033field_map_sfixed64_en" + "um_106\030j \003(\0132I.protobuf.experimental.Pro" + "to2MessageWithMaps.FieldMapSfixed64Enum1" + "06Entry\022t\n\036field_map_sfixed64_fixed32_10" + "7\030k \003(\0132L.protobuf.experimental.Proto2Me" + "ssageWithMaps.FieldMapSfixed64Fixed32107" + "Entry\022t\n\036field_map_sfixed64_fixed64_108\030" + "l \003(\0132L.protobuf.experimental.Proto2Mess" + "ageWithMaps.FieldMapSfixed64Fixed64108En" + "try\022p\n\034field_map_sfixed64_float_109\030m \003(" + "\0132J.protobuf.experimental.Proto2MessageW" + "ithMaps.FieldMapSfixed64Float109Entry\022p\n" + "\034field_map_sfixed64_int32_110\030n \003(\0132J.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapSfixed64Int32110Entry\022p\n\034field", "_map_sfixed64_int64_111\030o \003(\0132J.protobuf" + ".experimental.Proto2MessageWithMaps.Fiel" + "dMapSfixed64Int64111Entry\022t\n\036field_map_s" + "fixed64_message_112\030p \003(\0132L.protobuf.exp" + "erimental.Proto2MessageWithMaps.FieldMap" + "Sfixed64Message112Entry\022v\n\037field_map_sfi" + "xed64_sfixed32_113\030q \003(\0132M.protobuf.expe" + "rimental.Proto2MessageWithMaps.FieldMapS" + "fixed64Sfixed32113Entry\022v\n\037field_map_sfi" + "xed64_sfixed64_114\030r \003(\0132M.protobuf.expe" + "rimental.Proto2MessageWithMaps.FieldMapS" + "fixed64Sfixed64114Entry\022r\n\035field_map_sfi" + "xed64_sint32_115\030s \003(\0132K.protobuf.experi" + "mental.Proto2MessageWithMaps.FieldMapSfi" + "xed64Sint32115Entry\022r\n\035field_map_sfixed6" + "4_sint64_116\030t \003(\0132K.protobuf.experiment" + "al.Proto2MessageWithMaps.FieldMapSfixed6" + "4Sint64116Entry\022r\n\035field_map_sfixed64_st" + "ring_117\030u \003(\0132K.protobuf.experimental.P" + "roto2MessageWithMaps.FieldMapSfixed64Str" + "ing117Entry\022r\n\035field_map_sfixed64_uint32" + "_118\030v \003(\0132K.protobuf.experimental.Proto" + "2MessageWithMaps.FieldMapSfixed64Uint321" + "18Entry\022r\n\035field_map_sfixed64_uint64_119" + "\030w \003(\0132K.protobuf.experimental.Proto2Mes" + "sageWithMaps.FieldMapSfixed64Uint64119En" + "try\022j\n\031field_map_sint32_bool_120\030x \003(\0132G" + ".protobuf.experimental.Proto2MessageWith" + "Maps.FieldMapSint32Bool120Entry\022l\n\032field" + "_map_sint32_bytes_121\030y \003(\0132H.protobuf.e" + "xperimental.Proto2MessageWithMaps.FieldM" + "apSint32Bytes121Entry\022n\n\033field_map_sint3" + "2_double_122\030z \003(\0132I.protobuf.experiment" + "al.Proto2MessageWithMaps.FieldMapSint32D" + "ouble122Entry\022j\n\031field_map_sint32_enum_1" + "23\030{ \003(\0132G.protobuf.experimental.Proto2M" + "essageWithMaps.FieldMapSint32Enum123Entr" + "y\022p\n\034field_map_sint32_fixed32_124\030| \003(\0132" + "J.protobuf.experimental.Proto2MessageWit" + "hMaps.FieldMapSint32Fixed32124Entry\022p\n\034f" + "ield_map_sint32_fixed64_125\030} \003(\0132J.prot" + "obuf.experimental.Proto2MessageWithMaps." + "FieldMapSint32Fixed64125Entry\022l\n\032field_m" + "ap_sint32_float_126\030~ \003(\0132H.protobuf.exp" + "erimental.Proto2MessageWithMaps.FieldMap" + "Sint32Float126Entry\022l\n\032field_map_sint32_" + "int32_127\030\177 \003(\0132H.protobuf.experimental." + "Proto2MessageWithMaps.FieldMapSint32Int3" + "2127Entry\022m\n\032field_map_sint32_int64_128\030" + "\200\001 \003(\0132H.protobuf.experimental.Proto2Mes" + "sageWithMaps.FieldMapSint32Int64128Entry" + "\022q\n\034field_map_sint32_message_129\030\201\001 \003(\0132" + "J.protobuf.experimental.Proto2MessageWit" + "hMaps.FieldMapSint32Message129Entry\022s\n\035f" + "ield_map_sint32_sfixed32_130\030\202\001 \003(\0132K.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapSint32Sfixed32130Entry\022s\n\035fiel" + "d_map_sint32_sfixed64_131\030\203\001 \003(\0132K.proto" + "buf.experimental.Proto2MessageWithMaps.F" + "ieldMapSint32Sfixed64131Entry\022o\n\033field_m" + "ap_sint32_sint32_132\030\204\001 \003(\0132I.protobuf.e" + "xperimental.Proto2MessageWithMaps.FieldM" + "apSint32Sint32132Entry\022o\n\033field_map_sint" + "32_sint64_133\030\205\001 \003(\0132I.protobuf.experime" + "ntal.Proto2MessageWithMaps.FieldMapSint3" + "2Sint64133Entry\022o\n\033field_map_sint32_stri" + "ng_134\030\206\001 \003(\0132I.protobuf.experimental.Pr" + "oto2MessageWithMaps.FieldMapSint32String" + "134Entry\022o\n\033field_map_sint32_uint32_135\030" + "\207\001 \003(\0132I.protobuf.experimental.Proto2Mes" + "sageWithMaps.FieldMapSint32Uint32135Entr" + "y\022o\n\033field_map_sint32_uint64_136\030\210\001 \003(\0132" + "I.protobuf.experimental.Proto2MessageWit" + "hMaps.FieldMapSint32Uint64136Entry\022k\n\031fi" + "eld_map_sint64_bool_137\030\211\001 \003(\0132G.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapSint64Bool137Entry\022m\n\032field_map_sin" + "t64_bytes_138\030\212\001 \003(\0132H.protobuf.experime" + "ntal.Proto2MessageWithMaps.FieldMapSint6" + "4Bytes138Entry\022o\n\033field_map_sint64_doubl" + "e_139\030\213\001 \003(\0132I.protobuf.experimental.Pro" + "to2MessageWithMaps.FieldMapSint64Double1" + "39Entry\022k\n\031field_map_sint64_enum_140\030\214\001 " + "\003(\0132G.protobuf.experimental.Proto2Messag" + "eWithMaps.FieldMapSint64Enum140Entry\022q\n\034" + "field_map_sint64_fixed32_141\030\215\001 \003(\0132J.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapSint64Fixed32141Entry\022q\n\034field" + "_map_sint64_fixed64_142\030\216\001 \003(\0132J.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapSint64Fixed64142Entry\022m\n\032field_map_" + "sint64_float_143\030\217\001 \003(\0132H.protobuf.exper" + "imental.Proto2MessageWithMaps.FieldMapSi" + "nt64Float143Entry\022m\n\032field_map_sint64_in" + "t32_144\030\220\001 \003(\0132H.protobuf.experimental.P" + "roto2MessageWithMaps.FieldMapSint64Int32" + "144Entry\022m\n\032field_map_sint64_int64_145\030\221" + "\001 \003(\0132H.protobuf.experimental.Proto2Mess" + "ageWithMaps.FieldMapSint64Int64145Entry\022" + "q\n\034field_map_sint64_message_146\030\222\001 \003(\0132J" + ".protobuf.experimental.Proto2MessageWith" + "Maps.FieldMapSint64Message146Entry\022s\n\035fi" + "eld_map_sint64_sfixed32_147\030\223\001 \003(\0132K.pro" + "tobuf.experimental.Proto2MessageWithMaps" + ".FieldMapSint64Sfixed32147Entry\022s\n\035field" + "_map_sint64_sfixed64_148\030\224\001 \003(\0132K.protob" + "uf.experimental.Proto2MessageWithMaps.Fi" + "eldMapSint64Sfixed64148Entry\022o\n\033field_ma" + "p_sint64_sint32_149\030\225\001 \003(\0132I.protobuf.ex" + "perimental.Proto2MessageWithMaps.FieldMa" + "pSint64Sint32149Entry\022o\n\033field_map_sint6" + "4_sint64_150\030\226\001 \003(\0132I.protobuf.experimen" + "tal.Proto2MessageWithMaps.FieldMapSint64" + "Sint64150Entry\022o\n\033field_map_sint64_strin" + "g_151\030\227\001 \003(\0132I.protobuf.experimental.Pro" + "to2MessageWithMaps.FieldMapSint64String1" + "51Entry\022o\n\033field_map_sint64_uint32_152\030\230" + "\001 \003(\0132I.protobuf.experimental.Proto2Mess" + "ageWithMaps.FieldMapSint64Uint32152Entry" + "\022o\n\033field_map_sint64_uint64_153\030\231\001 \003(\0132I" + ".protobuf.experimental.Proto2MessageWith" + "Maps.FieldMapSint64Uint64153Entry\022k\n\031fie" + "ld_map_string_bool_154\030\232\001 \003(\0132G.protobuf" + ".experimental.Proto2MessageWithMaps.Fiel" + "dMapStringBool154Entry\022m\n\032field_map_stri" + "ng_bytes_155\030\233\001 \003(\0132H.protobuf.experimen" + "tal.Proto2MessageWithMaps.FieldMapString" + "Bytes155Entry\022o\n\033field_map_string_double" + "_156\030\234\001 \003(\0132I.protobuf.experimental.Prot" + "o2MessageWithMaps.FieldMapStringDouble15" + "6Entry\022k\n\031field_map_string_enum_157\030\235\001 \003" + "(\0132G.protobuf.experimental.Proto2Message" + "WithMaps.FieldMapStringEnum157Entry\022q\n\034f" + "ield_map_string_fixed32_158\030\236\001 \003(\0132J.pro" + "tobuf.experimental.Proto2MessageWithMaps" + ".FieldMapStringFixed32158Entry\022q\n\034field_" + "map_string_fixed64_159\030\237\001 \003(\0132J.protobuf" + ".experimental.Proto2MessageWithMaps.Fiel" + "dMapStringFixed64159Entry\022m\n\032field_map_s" + "tring_float_160\030\240\001 \003(\0132H.protobuf.experi" + "mental.Proto2MessageWithMaps.FieldMapStr" + "ingFloat160Entry\022m\n\032field_map_string_int" + "32_161\030\241\001 \003(\0132H.protobuf.experimental.Pr" + "oto2MessageWithMaps.FieldMapStringInt321" + "61Entry\022m\n\032field_map_string_int64_162\030\242\001" + " \003(\0132H.protobuf.experimental.Proto2Messa" + "geWithMaps.FieldMapStringInt64162Entry\022q" + "\n\034field_map_string_message_163\030\243\001 \003(\0132J." + "protobuf.experimental.Proto2MessageWithM" + "aps.FieldMapStringMessage163Entry\022s\n\035fie" + "ld_map_string_sfixed32_164\030\244\001 \003(\0132K.prot" + "obuf.experimental.Proto2MessageWithMaps." + "FieldMapStringSfixed32164Entry\022s\n\035field_" + "map_string_sfixed64_165\030\245\001 \003(\0132K.protobu" + "f.experimental.Proto2MessageWithMaps.Fie" + "ldMapStringSfixed64165Entry\022o\n\033field_map" + "_string_sint32_166\030\246\001 \003(\0132I.protobuf.exp" + "erimental.Proto2MessageWithMaps.FieldMap" + "StringSint32166Entry\022o\n\033field_map_string" + "_sint64_167\030\247\001 \003(\0132I.protobuf.experiment" + "al.Proto2MessageWithMaps.FieldMapStringS" + "int64167Entry\022o\n\033field_map_string_string" + "_168\030\250\001 \003(\0132I.protobuf.experimental.Prot" + "o2MessageWithMaps.FieldMapStringString16" + "8Entry\022o\n\033field_map_string_uint32_169\030\251\001" + " \003(\0132I.protobuf.experimental.Proto2Messa" + "geWithMaps.FieldMapStringUint32169Entry\022" + "o\n\033field_map_string_uint64_170\030\252\001 \003(\0132I." + "protobuf.experimental.Proto2MessageWithM" + "aps.FieldMapStringUint64170Entry\022k\n\031fiel" + "d_map_uint32_bool_171\030\253\001 \003(\0132G.protobuf." + "experimental.Proto2MessageWithMaps.Field" + "MapUint32Bool171Entry\022m\n\032field_map_uint3" + "2_bytes_172\030\254\001 \003(\0132H.protobuf.experiment" + "al.Proto2MessageWithMaps.FieldMapUint32B" + "ytes172Entry\022o\n\033field_map_uint32_double_" + "173\030\255\001 \003(\0132I.protobuf.experimental.Proto" + "2MessageWithMaps.FieldMapUint32Double173" + "Entry\022k\n\031field_map_uint32_enum_174\030\256\001 \003(" + "\0132G.protobuf.experimental.Proto2MessageW" + "ithMaps.FieldMapUint32Enum174Entry\022q\n\034fi" + "eld_map_uint32_fixed32_175\030\257\001 \003(\0132J.prot" + "obuf.experimental.Proto2MessageWithMaps." + "FieldMapUint32Fixed32175Entry\022q\n\034field_m" + "ap_uint32_fixed64_176\030\260\001 \003(\0132J.protobuf." + "experimental.Proto2MessageWithMaps.Field" + "MapUint32Fixed64176Entry\022m\n\032field_map_ui" + "nt32_float_177\030\261\001 \003(\0132H.protobuf.experim" + "ental.Proto2MessageWithMaps.FieldMapUint" + "32Float177Entry\022m\n\032field_map_uint32_int3" + "2_178\030\262\001 \003(\0132H.protobuf.experimental.Pro" + "to2MessageWithMaps.FieldMapUint32Int3217" + "8Entry\022m\n\032field_map_uint32_int64_179\030\263\001 " + "\003(\0132H.protobuf.experimental.Proto2Messag" + "eWithMaps.FieldMapUint32Int64179Entry\022q\n" + "\034field_map_uint32_message_180\030\264\001 \003(\0132J.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapUint32Message180Entry\022s\n\035fiel" + "d_map_uint32_sfixed32_181\030\265\001 \003(\0132K.proto" + "buf.experimental.Proto2MessageWithMaps.F" + "ieldMapUint32Sfixed32181Entry\022s\n\035field_m" + "ap_uint32_sfixed64_182\030\266\001 \003(\0132K.protobuf" + ".experimental.Proto2MessageWithMaps.Fiel" + "dMapUint32Sfixed64182Entry\022o\n\033field_map_" + "uint32_sint32_183\030\267\001 \003(\0132I.protobuf.expe" + "rimental.Proto2MessageWithMaps.FieldMapU" + "int32Sint32183Entry\022o\n\033field_map_uint32_" + "sint64_184\030\270\001 \003(\0132I.protobuf.experimenta" + "l.Proto2MessageWithMaps.FieldMapUint32Si" + "nt64184Entry\022o\n\033field_map_uint32_string_" + "185\030\271\001 \003(\0132I.protobuf.experimental.Proto" + "2MessageWithMaps.FieldMapUint32String185" + "Entry\022o\n\033field_map_uint32_uint32_186\030\272\001 " + "\003(\0132I.protobuf.experimental.Proto2Messag" + "eWithMaps.FieldMapUint32Uint32186Entry\022o" + "\n\033field_map_uint32_uint64_187\030\273\001 \003(\0132I.p" + "rotobuf.experimental.Proto2MessageWithMa" + "ps.FieldMapUint32Uint64187Entry\022k\n\031field" + "_map_uint64_bool_188\030\274\001 \003(\0132G.protobuf.e" + "xperimental.Proto2MessageWithMaps.FieldM" + "apUint64Bool188Entry\022m\n\032field_map_uint64" + "_bytes_189\030\275\001 \003(\0132H.protobuf.experimenta" + "l.Proto2MessageWithMaps.FieldMapUint64By" + "tes189Entry\022o\n\033field_map_uint64_double_1" + "90\030\276\001 \003(\0132I.protobuf.experimental.Proto2" + "MessageWithMaps.FieldMapUint64Double190E" + "ntry\022k\n\031field_map_uint64_enum_191\030\277\001 \003(\013" + "2G.protobuf.experimental.Proto2MessageWi" + "thMaps.FieldMapUint64Enum191Entry\022q\n\034fie" + "ld_map_uint64_fixed32_192\030\300\001 \003(\0132J.proto" + "buf.experimental.Proto2MessageWithMaps.F" + "ieldMapUint64Fixed32192Entry\022q\n\034field_ma" + "p_uint64_fixed64_193\030\301\001 \003(\0132J.protobuf.e" + "xperimental.Proto2MessageWithMaps.FieldM" + "apUint64Fixed64193Entry\022m\n\032field_map_uin" + "t64_float_194\030\302\001 \003(\0132H.protobuf.experime" + "ntal.Proto2MessageWithMaps.FieldMapUint6" + "4Float194Entry\022m\n\032field_map_uint64_int32" + "_195\030\303\001 \003(\0132H.protobuf.experimental.Prot" + "o2MessageWithMaps.FieldMapUint64Int32195" + "Entry\022m\n\032field_map_uint64_int64_196\030\304\001 \003" + "(\0132H.protobuf.experimental.Proto2Message" + "WithMaps.FieldMapUint64Int64196Entry\022q\n\034" + "field_map_uint64_message_197\030\305\001 \003(\0132J.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapUint64Message197Entry\022s\n\035field" + "_map_uint64_sfixed32_198\030\306\001 \003(\0132K.protob" + "uf.experimental.Proto2MessageWithMaps.Fi" + "eldMapUint64Sfixed32198Entry\022s\n\035field_ma" + "p_uint64_sfixed64_199\030\307\001 \003(\0132K.protobuf." + "experimental.Proto2MessageWithMaps.Field" + "MapUint64Sfixed64199Entry\022o\n\033field_map_u" + "int64_sint32_200\030\310\001 \003(\0132I.protobuf.exper" + "imental.Proto2MessageWithMaps.FieldMapUi" + "nt64Sint32200Entry\022o\n\033field_map_uint64_s" + "int64_201\030\311\001 \003(\0132I.protobuf.experimental" + ".Proto2MessageWithMaps.FieldMapUint64Sin" + "t64201Entry\022o\n\033field_map_uint64_string_2" + "02\030\312\001 \003(\0132I.protobuf.experimental.Proto2" + "MessageWithMaps.FieldMapUint64String202E" + "ntry\022o\n\033field_map_uint64_uint32_203\030\313\001 \003" + "(\0132I.protobuf.experimental.Proto2Message" + "WithMaps.FieldMapUint64Uint32203Entry\022o\n" + "\033field_map_uint64_uint64_204\030\314\001 \003(\0132I.pr" + "otobuf.experimental.Proto2MessageWithMap" + "s.FieldMapUint64Uint64204Entry\0328\n\026FieldM" + "apBoolBool1Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002" + " \001(\010:\0028\001\0329\n\027FieldMapBoolBytes2Entry\022\013\n\003k" + "ey\030\001 \001(\010\022\r\n\005value\030\002 \001(\014:\0028\001\032:\n\030FieldMapB" + "oolDouble3Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 " + "\001(\001:\0028\001\032g\n\026FieldMapBoolEnum4Entry\022\013\n\003key" + "\030\001 \001(\010\022<\n\005value\030\002 \001(\0162-.protobuf.experim" + "ental.Proto2Message.TestEnum:\0028\001\032;\n\031Fiel" + "dMapBoolFixed325Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005va" + "lue\030\002 \001(\007:\0028\001\032;\n\031FieldMapBoolFixed646Ent" + "ry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\006:\0028\001\0329\n\027Fi" + "eldMapBoolFloat7Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005va" + "lue\030\002 \001(\002:\0028\001\0329\n\027FieldMapBoolInt328Entry" + "\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\005:\0028\001\0329\n\027Fiel" + "dMapBoolInt649Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005valu" + "e\030\002 \001(\003:\0028\001\032b\n\032FieldMapBoolMessage10Entr" + "y\022\013\n\003key\030\001 \001(\010\0223\n\005value\030\002 \001(\0132$.protobuf" + ".experimental.Proto2Message:\0028\001\032=\n\033Field" + "MapBoolSfixed3211Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005v" + "alue\030\002 \001(\017:\0028\001\032=\n\033FieldMapBoolSfixed6412" + "Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\020:\0028\001\032;\n" + "\031FieldMapBoolSint3213Entry\022\013\n\003key\030\001 \001(\010\022" + "\r\n\005value\030\002 \001(\021:\0028\001\032;\n\031FieldMapBoolSint64" + "14Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\022:\0028\001\032" + ";\n\031FieldMapBoolString15Entry\022\013\n\003key\030\001 \001(" + "\010\022\r\n\005value\030\002 \001(\t:\0028\001\032;\n\031FieldMapBoolUint" + "3216Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\r:\0028" + "\001\032;\n\031FieldMapBoolUint6417Entry\022\013\n\003key\030\001 " + "\001(\010\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapFixed3" + "2Bool18Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\010" + ":\0028\001\032=\n\033FieldMapFixed32Bytes19Entry\022\013\n\003k" + "ey\030\001 \001(\007\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMapF" + "ixed32Double20Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005valu" + "e\030\002 \001(\001:\0028\001\032k\n\032FieldMapFixed32Enum21Entr" + "y\022\013\n\003key\030\001 \001(\007\022<\n\005value\030\002 \001(\0162-.protobuf" + ".experimental.Proto2Message.TestEnum:\0028\001" + "\032?\n\035FieldMapFixed32Fixed3222Entry\022\013\n\003key" + "\030\001 \001(\007\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMapFix" + "ed32Fixed6423Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value" + "\030\002 \001(\006:\0028\001\032=\n\033FieldMapFixed32Float24Entr" + "y\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033Fie" + "ldMapFixed32Int3225Entry\022\013\n\003key\030\001 \001(\007\022\r\n" + "\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapFixed32Int64" + "26Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\003:\0028\001\032" + "e\n\035FieldMapFixed32Message27Entry\022\013\n\003key\030" + "\001 \001(\007\0223\n\005value\030\002 \001(\0132$.protobuf.experime" + "ntal.Proto2Message:\0028\001\032@\n\036FieldMapFixed3" + "2Sfixed3228Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002" + " \001(\017:\0028\001\032@\n\036FieldMapFixed32Sfixed6429Ent" + "ry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034Fi" + "eldMapFixed32Sint3230Entry\022\013\n\003key\030\001 \001(\007\022" + "\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMapFixed32Sin" + "t6431Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\022:\002" + "8\001\032>\n\034FieldMapFixed32String32Entry\022\013\n\003ke" + "y\030\001 \001(\007\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMapFi" + "xed32Uint3233Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value" + "\030\002 \001(\r:\0028\001\032>\n\034FieldMapFixed32Uint6434Ent" + "ry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032Fi" + "eldMapFixed64Bool35Entry\022\013\n\003key\030\001 \001(\006\022\r\n" + "\005value\030\002 \001(\010:\0028\001\032=\n\033FieldMapFixed64Bytes" + "36Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\014:\0028\001\032" + ">\n\034FieldMapFixed64Double37Entry\022\013\n\003key\030\001" + " \001(\006\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n\032FieldMapFixed" + "64Enum38Entry\022\013\n\003key\030\001 \001(\006\022<\n\005value\030\002 \001(" + "\0162-.protobuf.experimental.Proto2Message." + "TestEnum:\0028\001\032?\n\035FieldMapFixed64Fixed3239" + "Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n" + "\035FieldMapFixed64Fixed6440Entry\022\013\n\003key\030\001 " + "\001(\006\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapFixed6" + "4Float41Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(" + "\002:\0028\001\032=\n\033FieldMapFixed64Int3242Entry\022\013\n\003" + "key\030\001 \001(\006\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMap" + "Fixed64Int6443Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005valu" + "e\030\002 \001(\003:\0028\001\032e\n\035FieldMapFixed64Message44E" + "ntry\022\013\n\003key\030\001 \001(\006\0223\n\005value\030\002 \001(\0132$.proto" + "buf.experimental.Proto2Message:\0028\001\032@\n\036Fi" + "eldMapFixed64Sfixed3245Entry\022\013\n\003key\030\001 \001(" + "\006\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapFixed64S" + "fixed6446Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001" + "(\020:\0028\001\032>\n\034FieldMapFixed64Sint3247Entry\022\013" + "\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldM" + "apFixed64Sint6448Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005v" + "alue\030\002 \001(\022:\0028\001\032>\n\034FieldMapFixed64String4" + "9Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\t:\0028\001\032>" + "\n\034FieldMapFixed64Uint3250Entry\022\013\n\003key\030\001 " + "\001(\006\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapFixed6" + "4Uint6451Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001" + "(\004:\0028\001\032:\n\030FieldMapInt32Bool52Entry\022\013\n\003ke" + "y\030\001 \001(\005\022\r\n\005value\030\002 \001(\010:\0028\001\032;\n\031FieldMapIn" + "t32Bytes53Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 " + "\001(\014:\0028\001\032<\n\032FieldMapInt32Double54Entry\022\013\n" + "\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\001:\0028\001\032i\n\030FieldMa" + "pInt32Enum55Entry\022\013\n\003key\030\001 \001(\005\022<\n\005value\030" + "\002 \001(\0162-.protobuf.experimental.Proto2Mess" + "age.TestEnum:\0028\001\032=\n\033FieldMapInt32Fixed32" + "56Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\007:\0028\001\032" + "=\n\033FieldMapInt32Fixed6457Entry\022\013\n\003key\030\001 " + "\001(\005\022\r\n\005value\030\002 \001(\006:\0028\001\032;\n\031FieldMapInt32F" + "loat58Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032;\n\031FieldMapInt32Int3259Entry\022\013\n\003key\030" + "\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001\032;\n\031FieldMapInt3" + "2Int6460Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(" + "\003:\0028\001\032c\n\033FieldMapInt32Message61Entry\022\013\n\003" + "key\030\001 \001(\005\0223\n\005value\030\002 \001(\0132$.protobuf.expe" + "rimental.Proto2Message:\0028\001\032>\n\034FieldMapIn" + "t32Sfixed3262Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value" + "\030\002 \001(\017:\0028\001\032>\n\034FieldMapInt32Sfixed6463Ent" + "ry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\020:\0028\001\032<\n\032Fi" + "eldMapInt32Sint3264Entry\022\013\n\003key\030\001 \001(\005\022\r\n" + "\005value\030\002 \001(\021:\0028\001\032<\n\032FieldMapInt32Sint646" + "5Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\022:\0028\001\032<" + "\n\032FieldMapInt32String66Entry\022\013\n\003key\030\001 \001(" + "\005\022\r\n\005value\030\002 \001(\t:\0028\001\032<\n\032FieldMapInt32Uin" + "t3267Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\r:\002" + "8\001\032<\n\032FieldMapInt32Uint6468Entry\022\013\n\003key\030" + "\001 \001(\005\022\r\n\005value\030\002 \001(\004:\0028\001\032:\n\030FieldMapInt6" + "4Bool69Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\010" + ":\0028\001\032;\n\031FieldMapInt64Bytes70Entry\022\013\n\003key" + "\030\001 \001(\003\022\r\n\005value\030\002 \001(\014:\0028\001\032<\n\032FieldMapInt" + "64Double71Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 " + "\001(\001:\0028\001\032i\n\030FieldMapInt64Enum72Entry\022\013\n\003k" + "ey\030\001 \001(\003\022<\n\005value\030\002 \001(\0162-.protobuf.exper" + "imental.Proto2Message.TestEnum:\0028\001\032=\n\033Fi" + "eldMapInt64Fixed3273Entry\022\013\n\003key\030\001 \001(\003\022\r" + "\n\005value\030\002 \001(\007:\0028\001\032=\n\033FieldMapInt64Fixed6" + "474Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\006:\0028\001" + "\032;\n\031FieldMapInt64Float75Entry\022\013\n\003key\030\001 \001" + "(\003\022\r\n\005value\030\002 \001(\002:\0028\001\032;\n\031FieldMapInt64In" + "t3276Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\005:\002" + "8\001\032;\n\031FieldMapInt64Int6477Entry\022\013\n\003key\030\001" + " \001(\003\022\r\n\005value\030\002 \001(\003:\0028\001\032c\n\033FieldMapInt64" + "Message78Entry\022\013\n\003key\030\001 \001(\003\0223\n\005value\030\002 \001" + "(\0132$.protobuf.experimental.Proto2Message" + ":\0028\001\032>\n\034FieldMapInt64Sfixed3279Entry\022\013\n\003" + "key\030\001 \001(\003\022\r\n\005value\030\002 \001(\017:\0028\001\032>\n\034FieldMap", "Int64Sfixed6480Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005val" + "ue\030\002 \001(\020:\0028\001\032<\n\032FieldMapInt64Sint3281Ent" + "ry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\021:\0028\001\032<\n\032Fi" + "eldMapInt64Sint6482Entry\022\013\n\003key\030\001 \001(\003\022\r\n" + "\005value\030\002 \001(\022:\0028\001\032<\n\032FieldMapInt64String8" + "3Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\t:\0028\001\032<" + "\n\032FieldMapInt64Uint3284Entry\022\013\n\003key\030\001 \001(" + "\003\022\r\n\005value\030\002 \001(\r:\0028\001\032<\n\032FieldMapInt64Uin" + "t6485Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\004:\002" + "8\001\032=\n\033FieldMapSfixed32Bool86Entry\022\013\n\003key" + "\030\001 \001(\017\022\r\n\005value\030\002 \001(\010:\0028\001\032>\n\034FieldMapSfi" + "xed32Bytes87Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030" + "\002 \001(\014:\0028\001\032?\n\035FieldMapSfixed32Double88Ent" + "ry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\001:\0028\001\032l\n\033Fi" + "eldMapSfixed32Enum89Entry\022\013\n\003key\030\001 \001(\017\022<" + "\n\005value\030\002 \001(\0162-.protobuf.experimental.Pr" + "oto2Message.TestEnum:\0028\001\032@\n\036FieldMapSfix" + "ed32Fixed3290Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value" + "\030\002 \001(\007:\0028\001\032@\n\036FieldMapSfixed32Fixed6491E" + "ntry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\006:\0028\001\032>\n\034" + "FieldMapSfixed32Float92Entry\022\013\n\003key\030\001 \001(" + "\017\022\r\n\005value\030\002 \001(\002:\0028\001\032>\n\034FieldMapSfixed32" + "Int3293Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\005" + ":\0028\001\032>\n\034FieldMapSfixed32Int6494Entry\022\013\n\003" + "key\030\001 \001(\017\022\r\n\005value\030\002 \001(\003:\0028\001\032f\n\036FieldMap" + "Sfixed32Message95Entry\022\013\n\003key\030\001 \001(\017\0223\n\005v" + "alue\030\002 \001(\0132$.protobuf.experimental.Proto" + "2Message:\0028\001\032A\n\037FieldMapSfixed32Sfixed32" + "96Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\017:\0028\001\032" + "A\n\037FieldMapSfixed32Sfixed6497Entry\022\013\n\003ke" + "y\030\001 \001(\017\022\r\n\005value\030\002 \001(\020:\0028\001\032?\n\035FieldMapSf" + "ixed32Sint3298Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005valu" + "e\030\002 \001(\021:\0028\001\032?\n\035FieldMapSfixed32Sint6499E" + "ntry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\022:\0028\001\032@\n\036" + "FieldMapSfixed32String100Entry\022\013\n\003key\030\001 " + "\001(\017\022\r\n\005value\030\002 \001(\t:\0028\001\032@\n\036FieldMapSfixed" + "32Uint32101Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002" + " \001(\r:\0028\001\032@\n\036FieldMapSfixed32Uint64102Ent" + "ry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\004:\0028\001\032>\n\034Fi" + "eldMapSfixed64Bool103Entry\022\013\n\003key\030\001 \001(\020\022" + "\r\n\005value\030\002 \001(\010:\0028\001\032?\n\035FieldMapSfixed64By" + "tes104Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\014:" + "\0028\001\032@\n\036FieldMapSfixed64Double105Entry\022\013\n" + "\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\001:\0028\001\032m\n\034FieldMa" + "pSfixed64Enum106Entry\022\013\n\003key\030\001 \001(\020\022<\n\005va" + "lue\030\002 \001(\0162-.protobuf.experimental.Proto2" + "Message.TestEnum:\0028\001\032A\n\037FieldMapSfixed64" + "Fixed32107Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 " + "\001(\007:\0028\001\032A\n\037FieldMapSfixed64Fixed64108Ent" + "ry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\006:\0028\001\032?\n\035Fi" + "eldMapSfixed64Float109Entry\022\013\n\003key\030\001 \001(\020" + "\022\r\n\005value\030\002 \001(\002:\0028\001\032?\n\035FieldMapSfixed64I" + "nt32110Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\005" + ":\0028\001\032?\n\035FieldMapSfixed64Int64111Entry\022\013\n" + "\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\003:\0028\001\032g\n\037FieldMa" + "pSfixed64Message112Entry\022\013\n\003key\030\001 \001(\020\0223\n" + "\005value\030\002 \001(\0132$.protobuf.experimental.Pro" + "to2Message:\0028\001\032B\n FieldMapSfixed64Sfixed" + "32113Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\017:\002" + "8\001\032B\n FieldMapSfixed64Sfixed64114Entry\022\013" + "\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\020:\0028\001\032@\n\036FieldM" + "apSfixed64Sint32115Entry\022\013\n\003key\030\001 \001(\020\022\r\n" + "\005value\030\002 \001(\021:\0028\001\032@\n\036FieldMapSfixed64Sint" + "64116Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\022:\002" + "8\001\032@\n\036FieldMapSfixed64String117Entry\022\013\n\003" + "key\030\001 \001(\020\022\r\n\005value\030\002 \001(\t:\0028\001\032@\n\036FieldMap" + "Sfixed64Uint32118Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005v" + "alue\030\002 \001(\r:\0028\001\032@\n\036FieldMapSfixed64Uint64" + "119Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\004:\0028\001" + "\032<\n\032FieldMapSint32Bool120Entry\022\013\n\003key\030\001 " + "\001(\021\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldMapSint32" + "Bytes121Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(" + "\014:\0028\001\032>\n\034FieldMapSint32Double122Entry\022\013\n" + "\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n\032FieldMa" + "pSint32Enum123Entry\022\013\n\003key\030\001 \001(\021\022<\n\005valu" + "e\030\002 \001(\0162-.protobuf.experimental.Proto2Me" + "ssage.TestEnum:\0028\001\032?\n\035FieldMapSint32Fixe" + "d32124Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\007:" + "\0028\001\032?\n\035FieldMapSint32Fixed64125Entry\022\013\n\003" + "key\030\001 \001(\021\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMap" + "Sint32Float126Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005valu" + "e\030\002 \001(\002:\0028\001\032=\n\033FieldMapSint32Int32127Ent" + "ry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033Fi" + "eldMapSint32Int64128Entry\022\013\n\003key\030\001 \001(\021\022\r" + "\n\005value\030\002 \001(\003:\0028\001\032e\n\035FieldMapSint32Messa" + "ge129Entry\022\013\n\003key\030\001 \001(\021\0223\n\005value\030\002 \001(\0132$" + ".protobuf.experimental.Proto2Message:\0028\001" + "\032@\n\036FieldMapSint32Sfixed32130Entry\022\013\n\003ke" + "y\030\001 \001(\021\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapSi" + "nt32Sfixed64131Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005val" + "ue\030\002 \001(\020:\0028\001\032>\n\034FieldMapSint32Sint32132E" + "ntry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034" + "FieldMapSint32Sint64133Entry\022\013\n\003key\030\001 \001(" + "\021\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapSint32St" + "ring134Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\t" + ":\0028\001\032>\n\034FieldMapSint32Uint32135Entry\022\013\n\003" + "key\030\001 \001(\021\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMap" + "Sint32Uint64136Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005val" + "ue\030\002 \001(\004:\0028\001\032<\n\032FieldMapSint64Bool137Ent" + "ry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033Fi" + "eldMapSint64Bytes138Entry\022\013\n\003key\030\001 \001(\022\022\r" + "\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMapSint64Doubl" + "e139Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\001:\0028" + "\001\032k\n\032FieldMapSint64Enum140Entry\022\013\n\003key\030\001" + " \001(\022\022<\n\005value\030\002 \001(\0162-.protobuf.experimen" + "tal.Proto2Message.TestEnum:\0028\001\032?\n\035FieldM" + "apSint64Fixed32141Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005" + "value\030\002 \001(\007:\0028\001\032?\n\035FieldMapSint64Fixed64" + "142Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\006:\0028\001" + "\032=\n\033FieldMapSint64Float143Entry\022\013\n\003key\030\001" + " \001(\022\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapSint6" + "4Int32144Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001" + "(\005:\0028\001\032=\n\033FieldMapSint64Int64145Entry\022\013\n" + "\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\003:\0028\001\032e\n\035FieldMa" + "pSint64Message146Entry\022\013\n\003key\030\001 \001(\022\0223\n\005v" + "alue\030\002 \001(\0132$.protobuf.experimental.Proto" + "2Message:\0028\001\032@\n\036FieldMapSint64Sfixed3214" + "7Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\017:\0028\001\032@" + "\n\036FieldMapSint64Sfixed64148Entry\022\013\n\003key\030" + "\001 \001(\022\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMapSint" + "64Sint32149Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002" + " \001(\021:\0028\001\032>\n\034FieldMapSint64Sint64150Entry" + "\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034Fiel" + "dMapSint64String151Entry\022\013\n\003key\030\001 \001(\022\022\r\n" + "\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMapSint64Uint32" + "152Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\r:\0028\001" + "\032>\n\034FieldMapSint64Uint64153Entry\022\013\n\003key\030" + "\001 \001(\022\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapStri" + "ngBool154Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001" + "(\010:\0028\001\032=\n\033FieldMapStringBytes155Entry\022\013\n" + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMa" + "pStringDouble156Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" + "lue\030\002 \001(\001:\0028\001\032k\n\032FieldMapStringEnum157En" + "try\022\013\n\003key\030\001 \001(\t\022<\n\005value\030\002 \001(\0162-.protob" + "uf.experimental.Proto2Message.TestEnum:\002" + "8\001\032?\n\035FieldMapStringFixed32158Entry\022\013\n\003k" + "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMapS" + "tringFixed64159Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + "ue\030\002 \001(\006:\0028\001\032=\n\033FieldMapStringFloat160En" + "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033F" + "ieldMapStringInt32161Entry\022\013\n\003key\030\001 \001(\t\022" + "\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapStringInt6" + "4162Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028" + "\001\032e\n\035FieldMapStringMessage163Entry\022\013\n\003ke" + "y\030\001 \001(\t\0223\n\005value\030\002 \001(\0132$.protobuf.experi" + "mental.Proto2Message:\0028\001\032@\n\036FieldMapStri" + "ngSfixed32164Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" + "\030\002 \001(\017:\0028\001\032@\n\036FieldMapStringSfixed64165E" + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034" + "FieldMapStringSint32166Entry\022\013\n\003key\030\001 \001(" + "\t\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMapStringSi" + "nt64167Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\022" + ":\0028\001\032>\n\034FieldMapStringString168Entry\022\013\n\003" + "key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMap" + "StringUint32169Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + "ue\030\002 \001(\r:\0028\001\032>\n\034FieldMapStringUint64170E" + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032" + "FieldMapUint32Bool171Entry\022\013\n\003key\030\001 \001(\r\022" + "\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldMapUint32Byte" + "s172Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\014:\0028" + "\001\032>\n\034FieldMapUint32Double173Entry\022\013\n\003key" + "\030\001 \001(\r\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n\032FieldMapUin" + "t32Enum174Entry\022\013\n\003key\030\001 \001(\r\022<\n\005value\030\002 " + "\001(\0162-.protobuf.experimental.Proto2Messag" + "e.TestEnum:\0028\001\032?\n\035FieldMapUint32Fixed321" + "75Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\007:\0028\001\032" + "?\n\035FieldMapUint32Fixed64176Entry\022\013\n\003key\030" + "\001 \001(\r\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapUint" + "32Float177Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 " + "\001(\002:\0028\001\032=\n\033FieldMapUint32Int32178Entry\022\013" + "\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldM" + "apUint32Int64179Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005va" + "lue\030\002 \001(\003:\0028\001\032e\n\035FieldMapUint32Message18" + "0Entry\022\013\n\003key\030\001 \001(\r\0223\n\005value\030\002 \001(\0132$.pro" + "tobuf.experimental.Proto2Message:\0028\001\032@\n\036" + "FieldMapUint32Sfixed32181Entry\022\013\n\003key\030\001 " + "\001(\r\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapUint32" + "Sfixed64182Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002" + " \001(\020:\0028\001\032>\n\034FieldMapUint32Sint32183Entry" + "\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034Fiel" + "dMapUint32Sint64184Entry\022\013\n\003key\030\001 \001(\r\022\r\n" + "\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapUint32String" + "185Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\t:\0028\001" + "\032>\n\034FieldMapUint32Uint32186Entry\022\013\n\003key\030" + "\001 \001(\r\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapUint" + "32Uint64187Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002" + " \001(\004:\0028\001\032<\n\032FieldMapUint64Bool188Entry\022\013" + "\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldM" + "apUint64Bytes189Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005va" + "lue\030\002 \001(\014:\0028\001\032>\n\034FieldMapUint64Double190" + "Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n" + "\032FieldMapUint64Enum191Entry\022\013\n\003key\030\001 \001(\004" + "\022<\n\005value\030\002 \001(\0162-.protobuf.experimental." + "Proto2Message.TestEnum:\0028\001\032?\n\035FieldMapUi" + "nt64Fixed32192Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005valu" + "e\030\002 \001(\007:\0028\001\032?\n\035FieldMapUint64Fixed64193E" + "ntry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033" + "FieldMapUint64Float194Entry\022\013\n\003key\030\001 \001(\004" + "\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapUint64Int" + "32195Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\005:\002" + "8\001\032=\n\033FieldMapUint64Int64196Entry\022\013\n\003key" + "\030\001 \001(\004\022\r\n\005value\030\002 \001(\003:\0028\001\032e\n\035FieldMapUin" + "t64Message197Entry\022\013\n\003key\030\001 \001(\004\0223\n\005value" + "\030\002 \001(\0132$.protobuf.experimental.Proto2Mes" + "sage:\0028\001\032@\n\036FieldMapUint64Sfixed32198Ent" + "ry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036Fi" + "eldMapUint64Sfixed64199Entry\022\013\n\003key\030\001 \001(" + "\004\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMapUint64Si" + "nt32200Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\021" + ":\0028\001\032>\n\034FieldMapUint64Sint64201Entry\022\013\n\003" + "key\030\001 \001(\004\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMap" + "Uint64String202Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005val" + "ue\030\002 \001(\t:\0028\001\032>\n\034FieldMapUint64Uint32203E" + "ntry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034" + "FieldMapUint64Uint64204Entry\022\013\n\003key\030\001 \001(" + "\004\022\r\n\005value\030\002 \001(\004:\0028\001:J\n\016field_double_1\0222" + ".protobuf.experimental.Proto2MessageWith" + "Extensions\030\001 \001(\001:I\n\rfield_float_2\0222.prot" + "obuf.experimental.Proto2MessageWithExten" + "sions\030\002 \001(\002:I\n\rfield_int64_3\0222.protobuf." + "experimental.Proto2MessageWithExtensions" + "\030\003 \001(\003:J\n\016field_uint64_4\0222.protobuf.expe" + "rimental.Proto2MessageWithExtensions\030\004 \001" + "(\004:I\n\rfield_int32_5\0222.protobuf.experimen" + "tal.Proto2MessageWithExtensions\030\005 \001(\005:K\n" + "\017field_fixed64_6\0222.protobuf.experimental" + ".Proto2MessageWithExtensions\030\006 \001(\006:K\n\017fi" + "eld_fixed32_7\0222.protobuf.experimental.Pr" + "oto2MessageWithExtensions\030\007 \001(\007:H\n\014field" + "_bool_8\0222.protobuf.experimental.Proto2Me" + "ssageWithExtensions\030\010 \001(\010:J\n\016field_strin" + "g_9\0222.protobuf.experimental.Proto2Messag" + "eWithExtensions\030\t \001(\t:r\n\020field_message_1" + "0\0222.protobuf.experimental.Proto2MessageW" + "ithExtensions\030\n \001(\0132$.protobuf.experimen" + "tal.Proto2Message:J\n\016field_bytes_11\0222.pr" + "otobuf.experimental.Proto2MessageWithExt" + "ensions\030\013 \001(\014:K\n\017field_uint32_12\0222.proto" + "buf.experimental.Proto2MessageWithExtens" + "ions\030\014 \001(\r:x\n\rfield_enum_13\0222.protobuf.e" + "xperimental.Proto2MessageWithExtensions\030" + "\r \001(\0162-.protobuf.experimental.Proto2Mess" + "age.TestEnum:M\n\021field_sfixed32_14\0222.prot" + "obuf.experimental.Proto2MessageWithExten" + "sions\030\016 \001(\017:M\n\021field_sfixed64_15\0222.proto" + "buf.experimental.Proto2MessageWithExtens" + "ions\030\017 \001(\020:K\n\017field_sint32_16\0222.protobuf" + ".experimental.Proto2MessageWithExtension" + "s\030\020 \001(\021:K\n\017field_sint64_17\0222.protobuf.ex" + "perimental.Proto2MessageWithExtensions\030\021" + " \001(\022:T\n\024field_double_list_18\0222.protobuf." + "experimental.Proto2MessageWithExtensions" + "\030\022 \003(\001B\002\020\000:S\n\023field_float_list_19\0222.prot" + "obuf.experimental.Proto2MessageWithExten" + "sions\030\023 \003(\002B\002\020\000:S\n\023field_int64_list_20\0222" + ".protobuf.experimental.Proto2MessageWith" + "Extensions\030\024 \003(\003B\002\020\000:T\n\024field_uint64_lis" + "t_21\0222.protobuf.experimental.Proto2Messa" + "geWithExtensions\030\025 \003(\004B\002\020\000:S\n\023field_int3" + "2_list_22\0222.protobuf.experimental.Proto2" + "MessageWithExtensions\030\026 \003(\005B\002\020\000:U\n\025field" + "_fixed64_list_23\0222.protobuf.experimental" + ".Proto2MessageWithExtensions\030\027 \003(\006B\002\020\000:U" + "\n\025field_fixed32_list_24\0222.protobuf.exper" + "imental.Proto2MessageWithExtensions\030\030 \003(" + "\007B\002\020\000:R\n\022field_bool_list_25\0222.protobuf.e" + "xperimental.Proto2MessageWithExtensions\030" + "\031 \003(\010B\002\020\000:T\n\024field_string_list_26\0222.prot" + "obuf.experimental.Proto2MessageWithExten" + "sions\030\032 \003(\tB\002\020\000:{\n\025field_message_list_27" + "\0222.protobuf.experimental.Proto2MessageWi" + "thExtensions\030\033 \003(\0132$.protobuf.experiment" + "al.Proto2MessageB\002\020\000:S\n\023field_bytes_list" + "_28\0222.protobuf.experimental.Proto2Messag" + "eWithExtensions\030\034 \003(\014B\002\020\000:T\n\024field_uint3" + "2_list_29\0222.protobuf.experimental.Proto2" + "MessageWithExtensions\030\035 \003(\rB\002\020\000:\201\001\n\022fiel" + "d_enum_list_30\0222.protobuf.experimental.P" + "roto2MessageWithExtensions\030\036 \003(\0162-.proto" + "buf.experimental.Proto2Message.TestEnumB" + "\002\020\000:V\n\026field_sfixed32_list_31\0222.protobuf" + ".experimental.Proto2MessageWithExtension" + "s\030\037 \003(\017B\002\020\000:V\n\026field_sfixed64_list_32\0222." + "protobuf.experimental.Proto2MessageWithE" + "xtensions\030 \003(\020B\002\020\000:T\n\024field_sint32_list" + "_33\0222.protobuf.experimental.Proto2Messag" + "eWithExtensions\030! \003(\021B\002\020\000:T\n\024field_sint6" + "4_list_34\0222.protobuf.experimental.Proto2" + "MessageWithExtensions\030\" \003(\022B\002\020\000:[\n\033field" + "_double_list_packed_35\0222.protobuf.experi" + "mental.Proto2MessageWithExtensions\030# \003(\001" + "B\002\020\001:Z\n\032field_float_list_packed_36\0222.pro" + "tobuf.experimental.Proto2MessageWithExte" + "nsions\030$ \003(\002B\002\020\001:Z\n\032field_int64_list_pac" + "ked_37\0222.protobuf.experimental.Proto2Mes" + "sageWithExtensions\030% \003(\003B\002\020\001:[\n\033field_ui" + "nt64_list_packed_38\0222.protobuf.experimen" + "tal.Proto2MessageWithExtensions\030& \003(\004B\002\020" + "\001:Z\n\032field_int32_list_packed_39\0222.protob" + "uf.experimental.Proto2MessageWithExtensi" + "ons\030\' \003(\005B\002\020\001:\\\n\034field_fixed64_list_pack" + "ed_40\0222.protobuf.experimental.Proto2Mess" + "ageWithExtensions\030( \003(\006B\002\020\001:\\\n\034field_fix" + "ed32_list_packed_41\0222.protobuf.experimen" + "tal.Proto2MessageWithExtensions\030) \003(\007B\002\020" + "\001:Y\n\031field_bool_list_packed_42\0222.protobu" + "f.experimental.Proto2MessageWithExtensio" + "ns\030* \003(\010B\002\020\001:[\n\033field_uint32_list_packed" + "_43\0222.protobuf.experimental.Proto2Messag" + "eWithExtensions\030+ \003(\rB\002\020\001:\210\001\n\031field_enum" + "_list_packed_44\0222.protobuf.experimental." + "Proto2MessageWithExtensions\030, \003(\0162-.prot" + "obuf.experimental.Proto2Message.TestEnum" + "B\002\020\001:]\n\035field_sfixed32_list_packed_45\0222." + "protobuf.experimental.Proto2MessageWithE" + "xtensions\030- \003(\017B\002\020\001:]\n\035field_sfixed64_li" + "st_packed_46\0222.protobuf.experimental.Pro" + "to2MessageWithExtensions\030. \003(\020B\002\020\001:[\n\033fi" + "eld_sint32_list_packed_47\0222.protobuf.exp" + "erimental.Proto2MessageWithExtensions\030/ " + "\003(\021B\002\020\001:[\n\033field_sint64_list_packed_48\0222" + ".protobuf.experimental.Proto2MessageWith" + "Extensions\0300 \003(\022B\002\020\001:m\n\014fieldgroup49\0222.p" + "rotobuf.experimental.Proto2MessageWithEx" + "tensions\0301 \001(\n2#.protobuf.experimental.F" + "ieldGroup49:u\n\020fieldgrouplist51\0222.protob" + "uf.experimental.Proto2MessageWithExtensi" + "ons\0303 \003(\n2\'.protobuf.experimental.FieldG" + "roupList51B,\n\033com.google.protobuf.testin" + "gB\rProto2Testing" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_protobuf_experimental_Proto2SpecialFieldName_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protobuf_experimental_Proto2SpecialFieldName_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2SpecialFieldName_descriptor, new java.lang.String[] { "RegularName", "CachedSize_", "SerializedSize_", "Class_", }); internal_static_protobuf_experimental_Proto2Message_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_protobuf_experimental_Proto2Message_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2Message_descriptor, new java.lang.String[] { "FieldDouble1", "FieldFloat2", "FieldInt643", "FieldUint644", "FieldInt325", "FieldFixed646", "FieldFixed327", "FieldBool8", "FieldString9", "FieldMessage10", "FieldBytes11", "FieldUint3212", "FieldEnum13", "FieldSfixed3214", "FieldSfixed6415", "FieldSint3216", "FieldSint6417", "FieldDoubleList18", "FieldFloatList19", "FieldInt64List20", "FieldUint64List21", "FieldInt32List22", "FieldFixed64List23", "FieldFixed32List24", "FieldBoolList25", "FieldStringList26", "FieldMessageList27", "FieldBytesList28", "FieldUint32List29", "FieldEnumList30", "FieldSfixed32List31", "FieldSfixed64List32", "FieldSint32List33", "FieldSint64List34", "FieldDoubleListPacked35", "FieldFloatListPacked36", "FieldInt64ListPacked37", "FieldUint64ListPacked38", "FieldInt32ListPacked39", "FieldFixed64ListPacked40", "FieldFixed32ListPacked41", "FieldBoolListPacked42", "FieldUint32ListPacked43", "FieldEnumListPacked44", "FieldSfixed32ListPacked45", "FieldSfixed64ListPacked46", "FieldSint32ListPacked47", "FieldSint64ListPacked48", "FieldGroup49", "FieldGroupList51", "FieldDouble53", "FieldFloat54", "FieldInt6455", "FieldUint6456", "FieldInt3257", "FieldFixed6458", "FieldFixed3259", "FieldBool60", "FieldString61", "FieldMessage62", "FieldBytes63", "FieldUint3264", "FieldSfixed3265", "FieldSfixed6466", "FieldSint3267", "FieldSint6468", "FieldGroup69", "FieldRequiredDouble71", "FieldRequiredFloat72", "FieldRequiredInt6473", "FieldRequiredUint6474", "FieldRequiredInt3275", "FieldRequiredFixed6476", "FieldRequiredFixed3277", "FieldRequiredBool78", "FieldRequiredString79", "FieldRequiredMessage80", "FieldRequiredBytes81", "FieldRequiredUint3282", "FieldRequiredEnum83", "FieldRequiredSfixed3284", "FieldRequiredSfixed6485", "FieldRequiredSint3286", "FieldRequiredSint6487", "FieldRequiredGroup88", "TestOneof", }); internal_static_protobuf_experimental_Proto2Message_FieldGroup49_descriptor = internal_static_protobuf_experimental_Proto2Message_descriptor.getNestedTypes().get(0); internal_static_protobuf_experimental_Proto2Message_FieldGroup49_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2Message_FieldGroup49_descriptor, new java.lang.String[] { "FieldInt3250", }); internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_descriptor = internal_static_protobuf_experimental_Proto2Message_descriptor.getNestedTypes().get(1); internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2Message_FieldGroupList51_descriptor, new java.lang.String[] { "FieldInt3252", }); internal_static_protobuf_experimental_Proto2Message_FieldGroup69_descriptor = internal_static_protobuf_experimental_Proto2Message_descriptor.getNestedTypes().get(2); internal_static_protobuf_experimental_Proto2Message_FieldGroup69_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2Message_FieldGroup69_descriptor, new java.lang.String[] { "FieldInt3270", }); internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_descriptor = internal_static_protobuf_experimental_Proto2Message_descriptor.getNestedTypes().get(3); internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2Message_RequiredNestedMessage_descriptor, new java.lang.String[] { "Value", }); internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_descriptor = internal_static_protobuf_experimental_Proto2Message_descriptor.getNestedTypes().get(4); internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2Message_FieldRequiredGroup88_descriptor, new java.lang.String[] { "FieldInt3289", }); internal_static_protobuf_experimental_Proto2Empty_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_protobuf_experimental_Proto2Empty_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2Empty_descriptor, new java.lang.String[] { }); internal_static_protobuf_experimental_Proto2MessageWithExtensions_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_protobuf_experimental_Proto2MessageWithExtensions_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithExtensions_descriptor, new java.lang.String[] { }); internal_static_protobuf_experimental_FieldGroup49_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_protobuf_experimental_FieldGroup49_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_FieldGroup49_descriptor, new java.lang.String[] { "FieldInt3250", }); internal_static_protobuf_experimental_FieldGroupList51_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_protobuf_experimental_FieldGroupList51_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_FieldGroupList51_descriptor, new java.lang.String[] { "FieldInt3252", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_protobuf_experimental_Proto2MessageWithMaps_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor, new java.lang.String[] { "FieldMapBoolBool1", "FieldMapBoolBytes2", "FieldMapBoolDouble3", "FieldMapBoolEnum4", "FieldMapBoolFixed325", "FieldMapBoolFixed646", "FieldMapBoolFloat7", "FieldMapBoolInt328", "FieldMapBoolInt649", "FieldMapBoolMessage10", "FieldMapBoolSfixed3211", "FieldMapBoolSfixed6412", "FieldMapBoolSint3213", "FieldMapBoolSint6414", "FieldMapBoolString15", "FieldMapBoolUint3216", "FieldMapBoolUint6417", "FieldMapFixed32Bool18", "FieldMapFixed32Bytes19", "FieldMapFixed32Double20", "FieldMapFixed32Enum21", "FieldMapFixed32Fixed3222", "FieldMapFixed32Fixed6423", "FieldMapFixed32Float24", "FieldMapFixed32Int3225", "FieldMapFixed32Int6426", "FieldMapFixed32Message27", "FieldMapFixed32Sfixed3228", "FieldMapFixed32Sfixed6429", "FieldMapFixed32Sint3230", "FieldMapFixed32Sint6431", "FieldMapFixed32String32", "FieldMapFixed32Uint3233", "FieldMapFixed32Uint6434", "FieldMapFixed64Bool35", "FieldMapFixed64Bytes36", "FieldMapFixed64Double37", "FieldMapFixed64Enum38", "FieldMapFixed64Fixed3239", "FieldMapFixed64Fixed6440", "FieldMapFixed64Float41", "FieldMapFixed64Int3242", "FieldMapFixed64Int6443", "FieldMapFixed64Message44", "FieldMapFixed64Sfixed3245", "FieldMapFixed64Sfixed6446", "FieldMapFixed64Sint3247", "FieldMapFixed64Sint6448", "FieldMapFixed64String49", "FieldMapFixed64Uint3250", "FieldMapFixed64Uint6451", "FieldMapInt32Bool52", "FieldMapInt32Bytes53", "FieldMapInt32Double54", "FieldMapInt32Enum55", "FieldMapInt32Fixed3256", "FieldMapInt32Fixed6457", "FieldMapInt32Float58", "FieldMapInt32Int3259", "FieldMapInt32Int6460", "FieldMapInt32Message61", "FieldMapInt32Sfixed3262", "FieldMapInt32Sfixed6463", "FieldMapInt32Sint3264", "FieldMapInt32Sint6465", "FieldMapInt32String66", "FieldMapInt32Uint3267", "FieldMapInt32Uint6468", "FieldMapInt64Bool69", "FieldMapInt64Bytes70", "FieldMapInt64Double71", "FieldMapInt64Enum72", "FieldMapInt64Fixed3273", "FieldMapInt64Fixed6474", "FieldMapInt64Float75", "FieldMapInt64Int3276", "FieldMapInt64Int6477", "FieldMapInt64Message78", "FieldMapInt64Sfixed3279", "FieldMapInt64Sfixed6480", "FieldMapInt64Sint3281", "FieldMapInt64Sint6482", "FieldMapInt64String83", "FieldMapInt64Uint3284", "FieldMapInt64Uint6485", "FieldMapSfixed32Bool86", "FieldMapSfixed32Bytes87", "FieldMapSfixed32Double88", "FieldMapSfixed32Enum89", "FieldMapSfixed32Fixed3290", "FieldMapSfixed32Fixed6491", "FieldMapSfixed32Float92", "FieldMapSfixed32Int3293", "FieldMapSfixed32Int6494", "FieldMapSfixed32Message95", "FieldMapSfixed32Sfixed3296", "FieldMapSfixed32Sfixed6497", "FieldMapSfixed32Sint3298", "FieldMapSfixed32Sint6499", "FieldMapSfixed32String100", "FieldMapSfixed32Uint32101", "FieldMapSfixed32Uint64102", "FieldMapSfixed64Bool103", "FieldMapSfixed64Bytes104", "FieldMapSfixed64Double105", "FieldMapSfixed64Enum106", "FieldMapSfixed64Fixed32107", "FieldMapSfixed64Fixed64108", "FieldMapSfixed64Float109", "FieldMapSfixed64Int32110", "FieldMapSfixed64Int64111", "FieldMapSfixed64Message112", "FieldMapSfixed64Sfixed32113", "FieldMapSfixed64Sfixed64114", "FieldMapSfixed64Sint32115", "FieldMapSfixed64Sint64116", "FieldMapSfixed64String117", "FieldMapSfixed64Uint32118", "FieldMapSfixed64Uint64119", "FieldMapSint32Bool120", "FieldMapSint32Bytes121", "FieldMapSint32Double122", "FieldMapSint32Enum123", "FieldMapSint32Fixed32124", "FieldMapSint32Fixed64125", "FieldMapSint32Float126", "FieldMapSint32Int32127", "FieldMapSint32Int64128", "FieldMapSint32Message129", "FieldMapSint32Sfixed32130", "FieldMapSint32Sfixed64131", "FieldMapSint32Sint32132", "FieldMapSint32Sint64133", "FieldMapSint32String134", "FieldMapSint32Uint32135", "FieldMapSint32Uint64136", "FieldMapSint64Bool137", "FieldMapSint64Bytes138", "FieldMapSint64Double139", "FieldMapSint64Enum140", "FieldMapSint64Fixed32141", "FieldMapSint64Fixed64142", "FieldMapSint64Float143", "FieldMapSint64Int32144", "FieldMapSint64Int64145", "FieldMapSint64Message146", "FieldMapSint64Sfixed32147", "FieldMapSint64Sfixed64148", "FieldMapSint64Sint32149", "FieldMapSint64Sint64150", "FieldMapSint64String151", "FieldMapSint64Uint32152", "FieldMapSint64Uint64153", "FieldMapStringBool154", "FieldMapStringBytes155", "FieldMapStringDouble156", "FieldMapStringEnum157", "FieldMapStringFixed32158", "FieldMapStringFixed64159", "FieldMapStringFloat160", "FieldMapStringInt32161", "FieldMapStringInt64162", "FieldMapStringMessage163", "FieldMapStringSfixed32164", "FieldMapStringSfixed64165", "FieldMapStringSint32166", "FieldMapStringSint64167", "FieldMapStringString168", "FieldMapStringUint32169", "FieldMapStringUint64170", "FieldMapUint32Bool171", "FieldMapUint32Bytes172", "FieldMapUint32Double173", "FieldMapUint32Enum174", "FieldMapUint32Fixed32175", "FieldMapUint32Fixed64176", "FieldMapUint32Float177", "FieldMapUint32Int32178", "FieldMapUint32Int64179", "FieldMapUint32Message180", "FieldMapUint32Sfixed32181", "FieldMapUint32Sfixed64182", "FieldMapUint32Sint32183", "FieldMapUint32Sint64184", "FieldMapUint32String185", "FieldMapUint32Uint32186", "FieldMapUint32Uint64187", "FieldMapUint64Bool188", "FieldMapUint64Bytes189", "FieldMapUint64Double190", "FieldMapUint64Enum191", "FieldMapUint64Fixed32192", "FieldMapUint64Fixed64193", "FieldMapUint64Float194", "FieldMapUint64Int32195", "FieldMapUint64Int64196", "FieldMapUint64Message197", "FieldMapUint64Sfixed32198", "FieldMapUint64Sfixed64199", "FieldMapUint64Sint32200", "FieldMapUint64Sint64201", "FieldMapUint64String202", "FieldMapUint64Uint32203", "FieldMapUint64Uint64204", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBool1Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(0); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBool1Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBytes2Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(1); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolBytes2Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolDouble3Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(2); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolDouble3Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolEnum4Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(3); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolEnum4Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed325Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(4); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed325Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed646Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(5); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFixed646Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFloat7Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(6); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolFloat7Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt328Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(7); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt328Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt649Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(8); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolInt649Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolMessage10Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(9); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolMessage10Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(10); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(11); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint3213Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(12); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint3213Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint6414Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(13); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolSint6414Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolString15Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(14); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolString15Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolString15Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint3216Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(15); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint3216Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint6417Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(16); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapBoolUint6417Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(17); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(18); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Double20Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(19); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Double20Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(20); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(21); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(22); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Float24Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(23); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Float24Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(24); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(25); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Message27Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(26); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Message27Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(27); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(28); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(29); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(30); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32String32Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(31); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32String32Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(32); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(33); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(34); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(35); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Double37Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(36); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Double37Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(37); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(38); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(39); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Float41Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(40); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Float41Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(41); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(42); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Message44Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(43); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Message44Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(44); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(45); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(46); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(47); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64String49Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(48); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64String49Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(49); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(50); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bool52Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(51); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bool52Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(52); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Double54Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(53); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Double54Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Enum55Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(54); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Enum55Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(55); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(56); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Float58Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(57); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Float58Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int3259Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(58); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int3259Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int6460Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(59); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Int6460Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Message61Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(60); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Message61Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(61); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(62); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(63); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(64); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32String66Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(65); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32String66Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32String66Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(66); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(67); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bool69Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(68); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bool69Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(69); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Double71Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(70); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Double71Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Enum72Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(71); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Enum72Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(72); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(73); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Float75Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(74); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Float75Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int3276Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(75); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int3276Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int6477Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(76); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Int6477Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Message78Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(77); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Message78Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(78); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(79); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(80); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(81); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64String83Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(82); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64String83Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64String83Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(83); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(84); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(85); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(86); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(87); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(88); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(89); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(90); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(91); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(92); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(93); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(94); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(95); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(96); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(97); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(98); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32String100Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(99); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32String100Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(100); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(101); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(102); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(103); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(104); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(105); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(106); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(107); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(108); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(109); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(110); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(111); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(112); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(113); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(114); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(115); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64String117Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(116); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64String117Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(117); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(118); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bool120Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(119); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bool120Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(120); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Double122Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(121); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Double122Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Enum123Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(122); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Enum123Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(123); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(124); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Float126Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(125); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Float126Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int32127Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(126); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int32127Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int64128Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(127); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Int64128Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Message129Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(128); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Message129Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(129); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(130); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(131); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(132); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32String134Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(133); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32String134Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32String134Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(134); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(135); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bool137Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(136); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bool137Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(137); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Double139Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(138); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Double139Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Enum140Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(139); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Enum140Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(140); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(141); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Float143Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(142); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Float143Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int32144Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(143); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int32144Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int64145Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(144); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Int64145Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Message146Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(145); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Message146Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(146); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(147); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(148); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(149); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64String151Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(150); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64String151Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64String151Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(151); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(152); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBool154Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(153); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBool154Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBool154Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBytes155Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(154); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringBytes155Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringDouble156Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(155); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringDouble156Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringEnum157Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(156); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringEnum157Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed32158Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(157); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed32158Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed64159Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(158); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFixed64159Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFloat160Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(159); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringFloat160Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt32161Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(160); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt32161Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt64162Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(161); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringInt64162Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringMessage163Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(162); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringMessage163Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(163); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(164); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint32166Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(165); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint32166Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint64167Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(166); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringSint64167Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringString168Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(167); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringString168Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringString168Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint32169Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(168); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint32169Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint64170Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(169); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapStringUint64170Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bool171Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(170); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bool171Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(171); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Double173Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(172); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Double173Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Enum174Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(173); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Enum174Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(174); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(175); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Float177Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(176); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Float177Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int32178Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(177); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int32178Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int64179Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(178); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Int64179Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Message180Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(179); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Message180Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(180); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(181); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(182); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(183); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32String185Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(184); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32String185Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32String185Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(185); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(186); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bool188Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(187); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bool188Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(188); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Double190Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(189); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Double190Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Enum191Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(190); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Enum191Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(191); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(192); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Float194Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(193); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Float194Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int32195Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(194); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int32195Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int64196Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(195); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Int64196Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Message197Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(196); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Message197Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(197); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(198); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(199); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(200); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64String202Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(201); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64String202Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64String202Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(202); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor = internal_static_protobuf_experimental_Proto2MessageWithMaps_descriptor.getNestedTypes().get(203); internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto2MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor, new java.lang.String[] { "Key", "Value", }); fieldDouble1.internalInit(descriptor.getExtensions().get(0)); fieldFloat2.internalInit(descriptor.getExtensions().get(1)); fieldInt643.internalInit(descriptor.getExtensions().get(2)); fieldUint644.internalInit(descriptor.getExtensions().get(3)); fieldInt325.internalInit(descriptor.getExtensions().get(4)); fieldFixed646.internalInit(descriptor.getExtensions().get(5)); fieldFixed327.internalInit(descriptor.getExtensions().get(6)); fieldBool8.internalInit(descriptor.getExtensions().get(7)); fieldString9.internalInit(descriptor.getExtensions().get(8)); fieldMessage10.internalInit(descriptor.getExtensions().get(9)); fieldBytes11.internalInit(descriptor.getExtensions().get(10)); fieldUint3212.internalInit(descriptor.getExtensions().get(11)); fieldEnum13.internalInit(descriptor.getExtensions().get(12)); fieldSfixed3214.internalInit(descriptor.getExtensions().get(13)); fieldSfixed6415.internalInit(descriptor.getExtensions().get(14)); fieldSint3216.internalInit(descriptor.getExtensions().get(15)); fieldSint6417.internalInit(descriptor.getExtensions().get(16)); fieldDoubleList18.internalInit(descriptor.getExtensions().get(17)); fieldFloatList19.internalInit(descriptor.getExtensions().get(18)); fieldInt64List20.internalInit(descriptor.getExtensions().get(19)); fieldUint64List21.internalInit(descriptor.getExtensions().get(20)); fieldInt32List22.internalInit(descriptor.getExtensions().get(21)); fieldFixed64List23.internalInit(descriptor.getExtensions().get(22)); fieldFixed32List24.internalInit(descriptor.getExtensions().get(23)); fieldBoolList25.internalInit(descriptor.getExtensions().get(24)); fieldStringList26.internalInit(descriptor.getExtensions().get(25)); fieldMessageList27.internalInit(descriptor.getExtensions().get(26)); fieldBytesList28.internalInit(descriptor.getExtensions().get(27)); fieldUint32List29.internalInit(descriptor.getExtensions().get(28)); fieldEnumList30.internalInit(descriptor.getExtensions().get(29)); fieldSfixed32List31.internalInit(descriptor.getExtensions().get(30)); fieldSfixed64List32.internalInit(descriptor.getExtensions().get(31)); fieldSint32List33.internalInit(descriptor.getExtensions().get(32)); fieldSint64List34.internalInit(descriptor.getExtensions().get(33)); fieldDoubleListPacked35.internalInit(descriptor.getExtensions().get(34)); fieldFloatListPacked36.internalInit(descriptor.getExtensions().get(35)); fieldInt64ListPacked37.internalInit(descriptor.getExtensions().get(36)); fieldUint64ListPacked38.internalInit(descriptor.getExtensions().get(37)); fieldInt32ListPacked39.internalInit(descriptor.getExtensions().get(38)); fieldFixed64ListPacked40.internalInit(descriptor.getExtensions().get(39)); fieldFixed32ListPacked41.internalInit(descriptor.getExtensions().get(40)); fieldBoolListPacked42.internalInit(descriptor.getExtensions().get(41)); fieldUint32ListPacked43.internalInit(descriptor.getExtensions().get(42)); fieldEnumListPacked44.internalInit(descriptor.getExtensions().get(43)); fieldSfixed32ListPacked45.internalInit(descriptor.getExtensions().get(44)); fieldSfixed64ListPacked46.internalInit(descriptor.getExtensions().get(45)); fieldSint32ListPacked47.internalInit(descriptor.getExtensions().get(46)); fieldSint64ListPacked48.internalInit(descriptor.getExtensions().get(47)); fieldGroup49.internalInit(descriptor.getExtensions().get(48)); fieldGroupList51.internalInit(descriptor.getExtensions().get(49)); } // @@protoc_insertion_point(outer_class_scope) } PK !e332com/google/protobuf/testing/Proto2TestingLite.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/proto2_message_lite.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf.testing; public final class Proto2TestingLite { private Proto2TestingLite() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldDouble1); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFloat2); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldInt643); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldUint644); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldInt325); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFixed646); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFixed327); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldBool8); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldString9); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldMessage10); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldBytes11); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldUint3212); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldEnum13); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSfixed3214); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSfixed6415); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSint3216); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSint6417); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldDoubleList18); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFloatList19); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldInt64List20); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldUint64List21); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldInt32List22); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFixed64List23); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFixed32List24); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldBoolList25); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldStringList26); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldMessageList27); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldBytesList28); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldUint32List29); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldEnumList30); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSfixed32List31); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSfixed64List32); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSint32List33); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSint64List34); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldDoubleListPacked35); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFloatListPacked36); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldInt64ListPacked37); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldUint64ListPacked38); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldInt32ListPacked39); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFixed64ListPacked40); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldFixed32ListPacked41); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldBoolListPacked42); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldUint32ListPacked43); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldEnumListPacked44); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSfixed32ListPacked45); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSfixed64ListPacked46); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSint32ListPacked47); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldSint64ListPacked48); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldGroup49); registry.add(com.google.protobuf.testing.Proto2TestingLite.fieldGroupList51); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface Proto2MessageLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLite) com.google.protobuf.MessageOrBuilder { /** * optional double field_double_1 = 1; * @return Whether the fieldDouble1 field is set. */ boolean hasFieldDouble1(); /** * optional double field_double_1 = 1; * @return The fieldDouble1. */ double getFieldDouble1(); /** * optional float field_float_2 = 2; * @return Whether the fieldFloat2 field is set. */ boolean hasFieldFloat2(); /** * optional float field_float_2 = 2; * @return The fieldFloat2. */ float getFieldFloat2(); /** * optional int64 field_int64_3 = 3; * @return Whether the fieldInt643 field is set. */ boolean hasFieldInt643(); /** * optional int64 field_int64_3 = 3; * @return The fieldInt643. */ long getFieldInt643(); /** * optional uint64 field_uint64_4 = 4; * @return Whether the fieldUint644 field is set. */ boolean hasFieldUint644(); /** * optional uint64 field_uint64_4 = 4; * @return The fieldUint644. */ long getFieldUint644(); /** * optional int32 field_int32_5 = 5; * @return Whether the fieldInt325 field is set. */ boolean hasFieldInt325(); /** * optional int32 field_int32_5 = 5; * @return The fieldInt325. */ int getFieldInt325(); /** * optional fixed64 field_fixed64_6 = 6; * @return Whether the fieldFixed646 field is set. */ boolean hasFieldFixed646(); /** * optional fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ long getFieldFixed646(); /** * optional fixed32 field_fixed32_7 = 7; * @return Whether the fieldFixed327 field is set. */ boolean hasFieldFixed327(); /** * optional fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ int getFieldFixed327(); /** * optional bool field_bool_8 = 8; * @return Whether the fieldBool8 field is set. */ boolean hasFieldBool8(); /** * optional bool field_bool_8 = 8; * @return The fieldBool8. */ boolean getFieldBool8(); /** * optional string field_string_9 = 9; * @return Whether the fieldString9 field is set. */ boolean hasFieldString9(); /** * optional string field_string_9 = 9; * @return The fieldString9. */ java.lang.String getFieldString9(); /** * optional string field_string_9 = 9; * @return The bytes for fieldString9. */ com.google.protobuf.ByteString getFieldString9Bytes(); /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ boolean hasFieldMessage10(); /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; * @return The fieldMessage10. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessage10(); /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessage10OrBuilder(); /** * optional bytes field_bytes_11 = 11; * @return Whether the fieldBytes11 field is set. */ boolean hasFieldBytes11(); /** * optional bytes field_bytes_11 = 11; * @return The fieldBytes11. */ com.google.protobuf.ByteString getFieldBytes11(); /** * optional uint32 field_uint32_12 = 12; * @return Whether the fieldUint3212 field is set. */ boolean hasFieldUint3212(); /** * optional uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ int getFieldUint3212(); /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @return Whether the fieldEnum13 field is set. */ boolean hasFieldEnum13(); /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnum13(); /** * optional sfixed32 field_sfixed32_14 = 14; * @return Whether the fieldSfixed3214 field is set. */ boolean hasFieldSfixed3214(); /** * optional sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ int getFieldSfixed3214(); /** * optional sfixed64 field_sfixed64_15 = 15; * @return Whether the fieldSfixed6415 field is set. */ boolean hasFieldSfixed6415(); /** * optional sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ long getFieldSfixed6415(); /** * optional sint32 field_sint32_16 = 16; * @return Whether the fieldSint3216 field is set. */ boolean hasFieldSint3216(); /** * optional sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ int getFieldSint3216(); /** * optional sint64 field_sint64_17 = 17; * @return Whether the fieldSint6417 field is set. */ boolean hasFieldSint6417(); /** * optional sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ long getFieldSint6417(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ java.util.List getFieldDoubleList18List(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ int getFieldDoubleList18Count(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ double getFieldDoubleList18(int index); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ java.util.List getFieldFloatList19List(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ int getFieldFloatList19Count(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ float getFieldFloatList19(int index); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ java.util.List getFieldInt64List20List(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ int getFieldInt64List20Count(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ long getFieldInt64List20(int index); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ java.util.List getFieldUint64List21List(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ int getFieldUint64List21Count(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ long getFieldUint64List21(int index); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ java.util.List getFieldInt32List22List(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ int getFieldInt32List22Count(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ int getFieldInt32List22(int index); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ java.util.List getFieldFixed64List23List(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ int getFieldFixed64List23Count(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ long getFieldFixed64List23(int index); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ java.util.List getFieldFixed32List24List(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ int getFieldFixed32List24Count(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ int getFieldFixed32List24(int index); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ java.util.List getFieldBoolList25List(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ int getFieldBoolList25Count(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ boolean getFieldBoolList25(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ java.util.List getFieldStringList26List(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ int getFieldStringList26Count(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ java.lang.String getFieldStringList26(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ com.google.protobuf.ByteString getFieldStringList26Bytes(int index); /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27List(); /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessageList27(int index); /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ int getFieldMessageList27Count(); /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27OrBuilderList(); /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessageList27OrBuilder( int index); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ java.util.List getFieldBytesList28List(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ int getFieldBytesList28Count(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ com.google.protobuf.ByteString getFieldBytesList28(int index); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ java.util.List getFieldUint32List29List(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ int getFieldUint32List29Count(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ int getFieldUint32List29(int index); /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ java.util.List getFieldEnumList30List(); /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ int getFieldEnumList30Count(); /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnumList30(int index); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ java.util.List getFieldSfixed32List31List(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ int getFieldSfixed32List31Count(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ int getFieldSfixed32List31(int index); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ java.util.List getFieldSfixed64List32List(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ int getFieldSfixed64List32Count(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ long getFieldSfixed64List32(int index); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ java.util.List getFieldSint32List33List(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ int getFieldSint32List33Count(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ int getFieldSint32List33(int index); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ java.util.List getFieldSint64List34List(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ int getFieldSint64List34Count(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ long getFieldSint64List34(int index); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ java.util.List getFieldDoubleListPacked35List(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ int getFieldDoubleListPacked35Count(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ double getFieldDoubleListPacked35(int index); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ java.util.List getFieldFloatListPacked36List(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ int getFieldFloatListPacked36Count(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ float getFieldFloatListPacked36(int index); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ java.util.List getFieldInt64ListPacked37List(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ int getFieldInt64ListPacked37Count(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ long getFieldInt64ListPacked37(int index); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ java.util.List getFieldUint64ListPacked38List(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ int getFieldUint64ListPacked38Count(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ long getFieldUint64ListPacked38(int index); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ java.util.List getFieldInt32ListPacked39List(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ int getFieldInt32ListPacked39Count(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ int getFieldInt32ListPacked39(int index); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ java.util.List getFieldFixed64ListPacked40List(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ int getFieldFixed64ListPacked40Count(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ long getFieldFixed64ListPacked40(int index); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ java.util.List getFieldFixed32ListPacked41List(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ int getFieldFixed32ListPacked41Count(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ int getFieldFixed32ListPacked41(int index); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ java.util.List getFieldBoolListPacked42List(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ int getFieldBoolListPacked42Count(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ boolean getFieldBoolListPacked42(int index); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ java.util.List getFieldUint32ListPacked43List(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ int getFieldUint32ListPacked43Count(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ int getFieldUint32ListPacked43(int index); /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ java.util.List getFieldEnumListPacked44List(); /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ int getFieldEnumListPacked44Count(); /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnumListPacked44(int index); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ java.util.List getFieldSfixed32ListPacked45List(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ int getFieldSfixed32ListPacked45Count(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ int getFieldSfixed32ListPacked45(int index); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ java.util.List getFieldSfixed64ListPacked46List(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ int getFieldSfixed64ListPacked46Count(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ long getFieldSfixed64ListPacked46(int index); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ java.util.List getFieldSint32ListPacked47List(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ int getFieldSint32ListPacked47Count(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ int getFieldSint32ListPacked47(int index); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ java.util.List getFieldSint64ListPacked48List(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ int getFieldSint64ListPacked48Count(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ long getFieldSint64ListPacked48(int index); /** * optional group FieldGroup49 = 49 { ... } * @return Whether the fieldgroup49 field is set. */ boolean hasFieldGroup49(); /** * optional group FieldGroup49 = 49 { ... } * @return The fieldgroup49. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 getFieldGroup49(); /** * optional group FieldGroup49 = 49 { ... } */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49OrBuilder getFieldGroup49OrBuilder(); /** * repeated group FieldGroupList51 = 51 { ... } */ java.util.List getFieldGroupList51List(); /** * repeated group FieldGroupList51 = 51 { ... } */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 getFieldGroupList51(int index); /** * repeated group FieldGroupList51 = 51 { ... } */ int getFieldGroupList51Count(); /** * repeated group FieldGroupList51 = 51 { ... } */ java.util.List getFieldGroupList51OrBuilderList(); /** * repeated group FieldGroupList51 = 51 { ... } */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51OrBuilder getFieldGroupList51OrBuilder( int index); /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ boolean hasFieldDouble53(); /** * double field_double_53 = 53; * @return The fieldDouble53. */ double getFieldDouble53(); /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ boolean hasFieldFloat54(); /** * float field_float_54 = 54; * @return The fieldFloat54. */ float getFieldFloat54(); /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ boolean hasFieldInt6455(); /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ long getFieldInt6455(); /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ boolean hasFieldUint6456(); /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ long getFieldUint6456(); /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ boolean hasFieldInt3257(); /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ int getFieldInt3257(); /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ boolean hasFieldFixed6458(); /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ long getFieldFixed6458(); /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ boolean hasFieldFixed3259(); /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ int getFieldFixed3259(); /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ boolean hasFieldBool60(); /** * bool field_bool_60 = 60; * @return The fieldBool60. */ boolean getFieldBool60(); /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ boolean hasFieldString61(); /** * string field_string_61 = 61; * @return The fieldString61. */ java.lang.String getFieldString61(); /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ com.google.protobuf.ByteString getFieldString61Bytes(); /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ boolean hasFieldMessage62(); /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; * @return The fieldMessage62. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessage62(); /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessage62OrBuilder(); /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ boolean hasFieldBytes63(); /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ com.google.protobuf.ByteString getFieldBytes63(); /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ boolean hasFieldUint3264(); /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ int getFieldUint3264(); /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ boolean hasFieldSfixed3265(); /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ int getFieldSfixed3265(); /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ boolean hasFieldSfixed6466(); /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ long getFieldSfixed6466(); /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ boolean hasFieldSint3267(); /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ int getFieldSint3267(); /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ boolean hasFieldSint6468(); /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ long getFieldSint6468(); /** * group FieldGroup69 = 69 { ... } * @return Whether the fieldgroup69 field is set. */ boolean hasFieldGroup69(); /** * group FieldGroup69 = 69 { ... } * @return The fieldgroup69. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 getFieldGroup69(); /** * group FieldGroup69 = 69 { ... } */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69OrBuilder getFieldGroup69OrBuilder(); /** * required double field_required_double_71 = 71; * @return Whether the fieldRequiredDouble71 field is set. */ boolean hasFieldRequiredDouble71(); /** * required double field_required_double_71 = 71; * @return The fieldRequiredDouble71. */ double getFieldRequiredDouble71(); /** * required float field_required_float_72 = 72; * @return Whether the fieldRequiredFloat72 field is set. */ boolean hasFieldRequiredFloat72(); /** * required float field_required_float_72 = 72; * @return The fieldRequiredFloat72. */ float getFieldRequiredFloat72(); /** * required int64 field_required_int64_73 = 73; * @return Whether the fieldRequiredInt6473 field is set. */ boolean hasFieldRequiredInt6473(); /** * required int64 field_required_int64_73 = 73; * @return The fieldRequiredInt6473. */ long getFieldRequiredInt6473(); /** * required uint64 field_required_uint64_74 = 74; * @return Whether the fieldRequiredUint6474 field is set. */ boolean hasFieldRequiredUint6474(); /** * required uint64 field_required_uint64_74 = 74; * @return The fieldRequiredUint6474. */ long getFieldRequiredUint6474(); /** * required int32 field_required_int32_75 = 75; * @return Whether the fieldRequiredInt3275 field is set. */ boolean hasFieldRequiredInt3275(); /** * required int32 field_required_int32_75 = 75; * @return The fieldRequiredInt3275. */ int getFieldRequiredInt3275(); /** * required fixed64 field_required_fixed64_76 = 76; * @return Whether the fieldRequiredFixed6476 field is set. */ boolean hasFieldRequiredFixed6476(); /** * required fixed64 field_required_fixed64_76 = 76; * @return The fieldRequiredFixed6476. */ long getFieldRequiredFixed6476(); /** * required fixed32 field_required_fixed32_77 = 77; * @return Whether the fieldRequiredFixed3277 field is set. */ boolean hasFieldRequiredFixed3277(); /** * required fixed32 field_required_fixed32_77 = 77; * @return The fieldRequiredFixed3277. */ int getFieldRequiredFixed3277(); /** * required bool field_required_bool_78 = 78; * @return Whether the fieldRequiredBool78 field is set. */ boolean hasFieldRequiredBool78(); /** * required bool field_required_bool_78 = 78; * @return The fieldRequiredBool78. */ boolean getFieldRequiredBool78(); /** * required string field_required_string_79 = 79; * @return Whether the fieldRequiredString79 field is set. */ boolean hasFieldRequiredString79(); /** * required string field_required_string_79 = 79; * @return The fieldRequiredString79. */ java.lang.String getFieldRequiredString79(); /** * required string field_required_string_79 = 79; * @return The bytes for fieldRequiredString79. */ com.google.protobuf.ByteString getFieldRequiredString79Bytes(); /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; * @return Whether the fieldRequiredMessage80 field is set. */ boolean hasFieldRequiredMessage80(); /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; * @return The fieldRequiredMessage80. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage getFieldRequiredMessage80(); /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessageOrBuilder getFieldRequiredMessage80OrBuilder(); /** * required bytes field_required_bytes_81 = 81; * @return Whether the fieldRequiredBytes81 field is set. */ boolean hasFieldRequiredBytes81(); /** * required bytes field_required_bytes_81 = 81; * @return The fieldRequiredBytes81. */ com.google.protobuf.ByteString getFieldRequiredBytes81(); /** * required uint32 field_required_uint32_82 = 82; * @return Whether the fieldRequiredUint3282 field is set. */ boolean hasFieldRequiredUint3282(); /** * required uint32 field_required_uint32_82 = 82; * @return The fieldRequiredUint3282. */ int getFieldRequiredUint3282(); /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @return Whether the fieldRequiredEnum83 field is set. */ boolean hasFieldRequiredEnum83(); /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @return The fieldRequiredEnum83. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldRequiredEnum83(); /** * required sfixed32 field_required_sfixed32_84 = 84; * @return Whether the fieldRequiredSfixed3284 field is set. */ boolean hasFieldRequiredSfixed3284(); /** * required sfixed32 field_required_sfixed32_84 = 84; * @return The fieldRequiredSfixed3284. */ int getFieldRequiredSfixed3284(); /** * required sfixed64 field_required_sfixed64_85 = 85; * @return Whether the fieldRequiredSfixed6485 field is set. */ boolean hasFieldRequiredSfixed6485(); /** * required sfixed64 field_required_sfixed64_85 = 85; * @return The fieldRequiredSfixed6485. */ long getFieldRequiredSfixed6485(); /** * required sint32 field_required_sint32_86 = 86; * @return Whether the fieldRequiredSint3286 field is set. */ boolean hasFieldRequiredSint3286(); /** * required sint32 field_required_sint32_86 = 86; * @return The fieldRequiredSint3286. */ int getFieldRequiredSint3286(); /** * required sint64 field_required_sint64_87 = 87; * @return Whether the fieldRequiredSint6487 field is set. */ boolean hasFieldRequiredSint6487(); /** * required sint64 field_required_sint64_87 = 87; * @return The fieldRequiredSint6487. */ long getFieldRequiredSint6487(); /** * required group FieldRequiredGroup88 = 88 { ... } * @return Whether the fieldrequiredgroup88 field is set. */ boolean hasFieldRequiredGroup88(); /** * required group FieldRequiredGroup88 = 88 { ... } * @return The fieldrequiredgroup88. */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 getFieldRequiredGroup88(); /** * required group FieldRequiredGroup88 = 88 { ... } */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88OrBuilder getFieldRequiredGroup88OrBuilder(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestOneofCase getTestOneofCase(); } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite} */ public static final class Proto2MessageLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLite) Proto2MessageLiteOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2MessageLite.newBuilder() to construct. private Proto2MessageLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2MessageLite() { fieldString9_ = ""; fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldEnum13_ = 0; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); fieldMessageList27_ = java.util.Collections.emptyList(); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); fieldGroupList51_ = java.util.Collections.emptyList(); fieldRequiredString79_ = ""; fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; fieldRequiredEnum83_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2MessageLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder.class); } /** * Protobuf enum {@code protobuf.experimental.lite.Proto2MessageLite.TestEnum} */ public enum TestEnum implements com.google.protobuf.ProtocolMessageEnum { /** * ZERO = 0; */ ZERO(0), /** * ONE = 1; */ ONE(1), /** * TWO = 2; */ TWO(2), ; /** * ZERO = 0; */ public static final int ZERO_VALUE = 0; /** * ONE = 1; */ public static final int ONE_VALUE = 1; /** * TWO = 2; */ public static final int TWO_VALUE = 2; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static TestEnum forNumber(int value) { switch (value) { case 0: return ZERO; case 1: return ONE; case 2: return TWO; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< TestEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public TestEnum findValueByNumber(int number) { return TestEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDescriptor().getEnumTypes().get(0); } private static final TestEnum[] VALUES = values(); public static TestEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private TestEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:protobuf.experimental.lite.Proto2MessageLite.TestEnum) } public interface FieldGroup49OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLite.FieldGroup49) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ boolean hasFieldInt3250(); /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ int getFieldInt3250(); } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldGroup49} */ public static final class FieldGroup49 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLite.FieldGroup49) FieldGroup49OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroup49.newBuilder() to construct. private FieldGroup49(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroup49() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroup49(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.Builder.class); } private int bitField0_; public static final int FIELD_INT32_50_FIELD_NUMBER = 50; private int fieldInt3250_ = 0; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(50, fieldInt3250_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(50, fieldInt3250_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49) obj; if (hasFieldInt3250() != other.hasFieldInt3250()) return false; if (hasFieldInt3250()) { if (getFieldInt3250() != other.getFieldInt3250()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3250()) { hash = (37 * hash) + FIELD_INT32_50_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3250(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldGroup49} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLite.FieldGroup49) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3250_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3250_ = fieldInt3250_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.getDefaultInstance()) return this; if (other.hasFieldInt3250()) { setFieldInt3250(other.getFieldInt3250()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 400: { fieldInt3250_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 400 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3250_ ; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } /** * optional int32 field_int32_50 = 50; * @param value The fieldInt3250 to set. * @return This builder for chaining. */ public Builder setFieldInt3250(int value) { fieldInt3250_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_50 = 50; * @return This builder for chaining. */ public Builder clearFieldInt3250() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3250_ = 0; onChanged(); 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:protobuf.experimental.lite.Proto2MessageLite.FieldGroup49) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLite.FieldGroup49) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroup49 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroupList51OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLite.FieldGroupList51) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ boolean hasFieldInt3252(); /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ int getFieldInt3252(); } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldGroupList51} */ public static final class FieldGroupList51 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLite.FieldGroupList51) FieldGroupList51OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroupList51.newBuilder() to construct. private FieldGroupList51(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroupList51() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroupList51(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder.class); } private int bitField0_; public static final int FIELD_INT32_52_FIELD_NUMBER = 52; private int fieldInt3252_ = 0; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(52, fieldInt3252_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(52, fieldInt3252_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51) obj; if (hasFieldInt3252() != other.hasFieldInt3252()) return false; if (hasFieldInt3252()) { if (getFieldInt3252() != other.getFieldInt3252()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3252()) { hash = (37 * hash) + FIELD_INT32_52_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3252(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldGroupList51} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLite.FieldGroupList51) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3252_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3252_ = fieldInt3252_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.getDefaultInstance()) return this; if (other.hasFieldInt3252()) { setFieldInt3252(other.getFieldInt3252()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 416: { fieldInt3252_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 416 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3252_ ; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } /** * optional int32 field_int32_52 = 52; * @param value The fieldInt3252 to set. * @return This builder for chaining. */ public Builder setFieldInt3252(int value) { fieldInt3252_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_52 = 52; * @return This builder for chaining. */ public Builder clearFieldInt3252() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3252_ = 0; onChanged(); 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:protobuf.experimental.lite.Proto2MessageLite.FieldGroupList51) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLite.FieldGroupList51) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroupList51 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroup69OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLite.FieldGroup69) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_70 = 70; * @return Whether the fieldInt3270 field is set. */ boolean hasFieldInt3270(); /** * optional int32 field_int32_70 = 70; * @return The fieldInt3270. */ int getFieldInt3270(); } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldGroup69} */ public static final class FieldGroup69 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLite.FieldGroup69) FieldGroup69OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroup69.newBuilder() to construct. private FieldGroup69(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroup69() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroup69(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.Builder.class); } private int bitField0_; public static final int FIELD_INT32_70_FIELD_NUMBER = 70; private int fieldInt3270_ = 0; /** * optional int32 field_int32_70 = 70; * @return Whether the fieldInt3270 field is set. */ @java.lang.Override public boolean hasFieldInt3270() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_70 = 70; * @return The fieldInt3270. */ @java.lang.Override public int getFieldInt3270() { return fieldInt3270_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(70, fieldInt3270_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(70, fieldInt3270_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) obj; if (hasFieldInt3270() != other.hasFieldInt3270()) return false; if (hasFieldInt3270()) { if (getFieldInt3270() != other.getFieldInt3270()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3270()) { hash = (37 * hash) + FIELD_INT32_70_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3270(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldGroup69} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLite.FieldGroup69) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3270_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3270_ = fieldInt3270_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance()) return this; if (other.hasFieldInt3270()) { setFieldInt3270(other.getFieldInt3270()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 560: { fieldInt3270_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 560 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3270_ ; /** * optional int32 field_int32_70 = 70; * @return Whether the fieldInt3270 field is set. */ @java.lang.Override public boolean hasFieldInt3270() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_70 = 70; * @return The fieldInt3270. */ @java.lang.Override public int getFieldInt3270() { return fieldInt3270_; } /** * optional int32 field_int32_70 = 70; * @param value The fieldInt3270 to set. * @return This builder for chaining. */ public Builder setFieldInt3270(int value) { fieldInt3270_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_70 = 70; * @return This builder for chaining. */ public Builder clearFieldInt3270() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3270_ = 0; onChanged(); 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:protobuf.experimental.lite.Proto2MessageLite.FieldGroup69) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLite.FieldGroup69) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroup69 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RequiredNestedMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage) com.google.protobuf.MessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage} */ public static final class RequiredNestedMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage) RequiredNestedMessageOrBuilder { private static final long serialVersionUID = 0L; // Use RequiredNestedMessage.newBuilder() to construct. private RequiredNestedMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RequiredNestedMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RequiredNestedMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RequiredNestedMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldRequiredGroup88OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLite.FieldRequiredGroup88) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_89 = 89; * @return Whether the fieldInt3289 field is set. */ boolean hasFieldInt3289(); /** * optional int32 field_int32_89 = 89; * @return The fieldInt3289. */ int getFieldInt3289(); } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldRequiredGroup88} */ public static final class FieldRequiredGroup88 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLite.FieldRequiredGroup88) FieldRequiredGroup88OrBuilder { private static final long serialVersionUID = 0L; // Use FieldRequiredGroup88.newBuilder() to construct. private FieldRequiredGroup88(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldRequiredGroup88() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldRequiredGroup88(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.Builder.class); } private int bitField0_; public static final int FIELD_INT32_89_FIELD_NUMBER = 89; private int fieldInt3289_ = 0; /** * optional int32 field_int32_89 = 89; * @return Whether the fieldInt3289 field is set. */ @java.lang.Override public boolean hasFieldInt3289() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_89 = 89; * @return The fieldInt3289. */ @java.lang.Override public int getFieldInt3289() { return fieldInt3289_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(89, fieldInt3289_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(89, fieldInt3289_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88) obj; if (hasFieldInt3289() != other.hasFieldInt3289()) return false; if (hasFieldInt3289()) { if (getFieldInt3289() != other.getFieldInt3289()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3289()) { hash = (37 * hash) + FIELD_INT32_89_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3289(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite.FieldRequiredGroup88} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLite.FieldRequiredGroup88) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3289_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3289_ = fieldInt3289_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.getDefaultInstance()) return this; if (other.hasFieldInt3289()) { setFieldInt3289(other.getFieldInt3289()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 712: { fieldInt3289_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 712 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3289_ ; /** * optional int32 field_int32_89 = 89; * @return Whether the fieldInt3289 field is set. */ @java.lang.Override public boolean hasFieldInt3289() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_89 = 89; * @return The fieldInt3289. */ @java.lang.Override public int getFieldInt3289() { return fieldInt3289_; } /** * optional int32 field_int32_89 = 89; * @param value The fieldInt3289 to set. * @return This builder for chaining. */ public Builder setFieldInt3289(int value) { fieldInt3289_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_89 = 89; * @return This builder for chaining. */ public Builder clearFieldInt3289() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3289_ = 0; onChanged(); 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:protobuf.experimental.lite.Proto2MessageLite.FieldRequiredGroup88) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLite.FieldRequiredGroup88) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldRequiredGroup88 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; private int bitField1_; private int testOneofCase_ = 0; @SuppressWarnings("serial") private java.lang.Object testOneof_; public enum TestOneofCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { FIELD_DOUBLE_53(53), FIELD_FLOAT_54(54), FIELD_INT64_55(55), FIELD_UINT64_56(56), FIELD_INT32_57(57), FIELD_FIXED64_58(58), FIELD_FIXED32_59(59), FIELD_BOOL_60(60), FIELD_STRING_61(61), FIELD_MESSAGE_62(62), FIELD_BYTES_63(63), FIELD_UINT32_64(64), FIELD_SFIXED32_65(65), FIELD_SFIXED64_66(66), FIELD_SINT32_67(67), FIELD_SINT64_68(68), FIELDGROUP69(69), TESTONEOF_NOT_SET(0); private final int value; private TestOneofCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestOneofCase valueOf(int value) { return forNumber(value); } public static TestOneofCase forNumber(int value) { switch (value) { case 53: return FIELD_DOUBLE_53; case 54: return FIELD_FLOAT_54; case 55: return FIELD_INT64_55; case 56: return FIELD_UINT64_56; case 57: return FIELD_INT32_57; case 58: return FIELD_FIXED64_58; case 59: return FIELD_FIXED32_59; case 60: return FIELD_BOOL_60; case 61: return FIELD_STRING_61; case 62: return FIELD_MESSAGE_62; case 63: return FIELD_BYTES_63; case 64: return FIELD_UINT32_64; case 65: return FIELD_SFIXED32_65; case 66: return FIELD_SFIXED64_66; case 67: return FIELD_SINT32_67; case 68: return FIELD_SINT64_68; case 69: return FIELDGROUP69; case 0: return TESTONEOF_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public static final int FIELD_DOUBLE_1_FIELD_NUMBER = 1; private double fieldDouble1_ = 0D; /** * optional double field_double_1 = 1; * @return Whether the fieldDouble1 field is set. */ @java.lang.Override public boolean hasFieldDouble1() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } public static final int FIELD_FLOAT_2_FIELD_NUMBER = 2; private float fieldFloat2_ = 0F; /** * optional float field_float_2 = 2; * @return Whether the fieldFloat2 field is set. */ @java.lang.Override public boolean hasFieldFloat2() { return ((bitField0_ & 0x00000002) != 0); } /** * optional float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } public static final int FIELD_INT64_3_FIELD_NUMBER = 3; private long fieldInt643_ = 0L; /** * optional int64 field_int64_3 = 3; * @return Whether the fieldInt643 field is set. */ @java.lang.Override public boolean hasFieldInt643() { return ((bitField0_ & 0x00000004) != 0); } /** * optional int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } public static final int FIELD_UINT64_4_FIELD_NUMBER = 4; private long fieldUint644_ = 0L; /** * optional uint64 field_uint64_4 = 4; * @return Whether the fieldUint644 field is set. */ @java.lang.Override public boolean hasFieldUint644() { return ((bitField0_ & 0x00000008) != 0); } /** * optional uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } public static final int FIELD_INT32_5_FIELD_NUMBER = 5; private int fieldInt325_ = 0; /** * optional int32 field_int32_5 = 5; * @return Whether the fieldInt325 field is set. */ @java.lang.Override public boolean hasFieldInt325() { return ((bitField0_ & 0x00000010) != 0); } /** * optional int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } public static final int FIELD_FIXED64_6_FIELD_NUMBER = 6; private long fieldFixed646_ = 0L; /** * optional fixed64 field_fixed64_6 = 6; * @return Whether the fieldFixed646 field is set. */ @java.lang.Override public boolean hasFieldFixed646() { return ((bitField0_ & 0x00000020) != 0); } /** * optional fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } public static final int FIELD_FIXED32_7_FIELD_NUMBER = 7; private int fieldFixed327_ = 0; /** * optional fixed32 field_fixed32_7 = 7; * @return Whether the fieldFixed327 field is set. */ @java.lang.Override public boolean hasFieldFixed327() { return ((bitField0_ & 0x00000040) != 0); } /** * optional fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } public static final int FIELD_BOOL_8_FIELD_NUMBER = 8; private boolean fieldBool8_ = false; /** * optional bool field_bool_8 = 8; * @return Whether the fieldBool8 field is set. */ @java.lang.Override public boolean hasFieldBool8() { return ((bitField0_ & 0x00000080) != 0); } /** * optional bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } public static final int FIELD_STRING_9_FIELD_NUMBER = 9; @SuppressWarnings("serial") private volatile java.lang.Object fieldString9_ = ""; /** * optional string field_string_9 = 9; * @return Whether the fieldString9 field is set. */ @java.lang.Override public boolean hasFieldString9() { return ((bitField0_ & 0x00000100) != 0); } /** * optional string field_string_9 = 9; * @return The fieldString9. */ @java.lang.Override public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldString9_ = s; } return s; } } /** * optional string field_string_9 = 9; * @return The bytes for fieldString9. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_10_FIELD_NUMBER = 10; private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite fieldMessage10_; /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ @java.lang.Override public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000200) != 0); } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; * @return The fieldMessage10. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessage10() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance() : fieldMessage10_; } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessage10OrBuilder() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance() : fieldMessage10_; } public static final int FIELD_BYTES_11_FIELD_NUMBER = 11; private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes field_bytes_11 = 11; * @return Whether the fieldBytes11 field is set. */ @java.lang.Override public boolean hasFieldBytes11() { return ((bitField0_ & 0x00000400) != 0); } /** * optional bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } public static final int FIELD_UINT32_12_FIELD_NUMBER = 12; private int fieldUint3212_ = 0; /** * optional uint32 field_uint32_12 = 12; * @return Whether the fieldUint3212 field is set. */ @java.lang.Override public boolean hasFieldUint3212() { return ((bitField0_ & 0x00000800) != 0); } /** * optional uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } public static final int FIELD_ENUM_13_FIELD_NUMBER = 13; private int fieldEnum13_ = 0; /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @return Whether the fieldEnum13 field is set. */ @java.lang.Override public boolean hasFieldEnum13() { return ((bitField0_ & 0x00001000) != 0); } /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum result = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO : result; } public static final int FIELD_SFIXED32_14_FIELD_NUMBER = 14; private int fieldSfixed3214_ = 0; /** * optional sfixed32 field_sfixed32_14 = 14; * @return Whether the fieldSfixed3214 field is set. */ @java.lang.Override public boolean hasFieldSfixed3214() { return ((bitField0_ & 0x00002000) != 0); } /** * optional sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } public static final int FIELD_SFIXED64_15_FIELD_NUMBER = 15; private long fieldSfixed6415_ = 0L; /** * optional sfixed64 field_sfixed64_15 = 15; * @return Whether the fieldSfixed6415 field is set. */ @java.lang.Override public boolean hasFieldSfixed6415() { return ((bitField0_ & 0x00004000) != 0); } /** * optional sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } public static final int FIELD_SINT32_16_FIELD_NUMBER = 16; private int fieldSint3216_ = 0; /** * optional sint32 field_sint32_16 = 16; * @return Whether the fieldSint3216 field is set. */ @java.lang.Override public boolean hasFieldSint3216() { return ((bitField0_ & 0x00008000) != 0); } /** * optional sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } public static final int FIELD_SINT64_17_FIELD_NUMBER = 17; private long fieldSint6417_ = 0L; /** * optional sint64 field_sint64_17 = 17; * @return Whether the fieldSint6417 field is set. */ @java.lang.Override public boolean hasFieldSint6417() { return ((bitField0_ & 0x00010000) != 0); } /** * optional sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } public static final int FIELD_DOUBLE_LIST_18_FIELD_NUMBER = 18; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ @java.lang.Override public java.util.List getFieldDoubleList18List() { return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } public static final int FIELD_FLOAT_LIST_19_FIELD_NUMBER = 19; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ @java.lang.Override public java.util.List getFieldFloatList19List() { return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } public static final int FIELD_INT64_LIST_20_FIELD_NUMBER = 20; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ @java.lang.Override public java.util.List getFieldInt64List20List() { return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } public static final int FIELD_UINT64_LIST_21_FIELD_NUMBER = 21; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ @java.lang.Override public java.util.List getFieldUint64List21List() { return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } public static final int FIELD_INT32_LIST_22_FIELD_NUMBER = 22; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ @java.lang.Override public java.util.List getFieldInt32List22List() { return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } public static final int FIELD_FIXED64_LIST_23_FIELD_NUMBER = 23; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ @java.lang.Override public java.util.List getFieldFixed64List23List() { return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } public static final int FIELD_FIXED32_LIST_24_FIELD_NUMBER = 24; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ @java.lang.Override public java.util.List getFieldFixed32List24List() { return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } public static final int FIELD_BOOL_LIST_25_FIELD_NUMBER = 25; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ @java.lang.Override public java.util.List getFieldBoolList25List() { return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } public static final int FIELD_STRING_LIST_26_FIELD_NUMBER = 26; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } public static final int FIELD_MESSAGE_LIST_27_FIELD_NUMBER = 27; @SuppressWarnings("serial") private java.util.List fieldMessageList27_; /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27List() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27OrBuilderList() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public int getFieldMessageList27Count() { return fieldMessageList27_.size(); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessageList27(int index) { return fieldMessageList27_.get(index); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessageList27OrBuilder( int index) { return fieldMessageList27_.get(index); } public static final int FIELD_BYTES_LIST_28_FIELD_NUMBER = 28; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ @java.lang.Override public java.util.List getFieldBytesList28List() { return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } public static final int FIELD_UINT32_LIST_29_FIELD_NUMBER = 29; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ @java.lang.Override public java.util.List getFieldUint32List29List() { return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } public static final int FIELD_ENUM_LIST_30_FIELD_NUMBER = 30; @SuppressWarnings("serial") private java.util.List fieldEnumList30_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldEnumList30_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum>() { public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum result = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO : result; } }; /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ @java.lang.Override public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ @java.lang.Override public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } public static final int FIELD_SFIXED32_LIST_31_FIELD_NUMBER = 31; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ @java.lang.Override public java.util.List getFieldSfixed32List31List() { return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } public static final int FIELD_SFIXED64_LIST_32_FIELD_NUMBER = 32; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ @java.lang.Override public java.util.List getFieldSfixed64List32List() { return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } public static final int FIELD_SINT32_LIST_33_FIELD_NUMBER = 33; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ @java.lang.Override public java.util.List getFieldSint32List33List() { return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } public static final int FIELD_SINT64_LIST_34_FIELD_NUMBER = 34; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ @java.lang.Override public java.util.List getFieldSint64List34List() { return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } public static final int FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER = 35; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ @java.lang.Override public java.util.List getFieldDoubleListPacked35List() { return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } private int fieldDoubleListPacked35MemoizedSerializedSize = -1; public static final int FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER = 36; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ @java.lang.Override public java.util.List getFieldFloatListPacked36List() { return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } private int fieldFloatListPacked36MemoizedSerializedSize = -1; public static final int FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER = 37; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ @java.lang.Override public java.util.List getFieldInt64ListPacked37List() { return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } private int fieldInt64ListPacked37MemoizedSerializedSize = -1; public static final int FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER = 38; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ @java.lang.Override public java.util.List getFieldUint64ListPacked38List() { return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } private int fieldUint64ListPacked38MemoizedSerializedSize = -1; public static final int FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER = 39; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ @java.lang.Override public java.util.List getFieldInt32ListPacked39List() { return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } private int fieldInt32ListPacked39MemoizedSerializedSize = -1; public static final int FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER = 40; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ @java.lang.Override public java.util.List getFieldFixed64ListPacked40List() { return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } private int fieldFixed64ListPacked40MemoizedSerializedSize = -1; public static final int FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER = 41; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ @java.lang.Override public java.util.List getFieldFixed32ListPacked41List() { return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } private int fieldFixed32ListPacked41MemoizedSerializedSize = -1; public static final int FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER = 42; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ @java.lang.Override public java.util.List getFieldBoolListPacked42List() { return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } private int fieldBoolListPacked42MemoizedSerializedSize = -1; public static final int FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER = 43; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ @java.lang.Override public java.util.List getFieldUint32ListPacked43List() { return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } private int fieldUint32ListPacked43MemoizedSerializedSize = -1; public static final int FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER = 44; @SuppressWarnings("serial") private java.util.List fieldEnumListPacked44_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldEnumListPacked44_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum>() { public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum result = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO : result; } }; /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ @java.lang.Override public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ @java.lang.Override public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } private int fieldEnumListPacked44MemoizedSerializedSize; public static final int FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER = 45; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ @java.lang.Override public java.util.List getFieldSfixed32ListPacked45List() { return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } private int fieldSfixed32ListPacked45MemoizedSerializedSize = -1; public static final int FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER = 46; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ @java.lang.Override public java.util.List getFieldSfixed64ListPacked46List() { return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } private int fieldSfixed64ListPacked46MemoizedSerializedSize = -1; public static final int FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER = 47; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ @java.lang.Override public java.util.List getFieldSint32ListPacked47List() { return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } private int fieldSint32ListPacked47MemoizedSerializedSize = -1; public static final int FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER = 48; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ @java.lang.Override public java.util.List getFieldSint64ListPacked48List() { return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } private int fieldSint64ListPacked48MemoizedSerializedSize = -1; public static final int FIELDGROUP49_FIELD_NUMBER = 49; private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 fieldGroup49_; /** * optional group FieldGroup49 = 49 { ... } * @return Whether the fieldgroup49 field is set. */ @java.lang.Override public boolean hasFieldGroup49() { return ((bitField0_ & 0x00020000) != 0); } /** * optional group FieldGroup49 = 49 { ... } * @return The fieldgroup49. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 getFieldGroup49() { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.getDefaultInstance() : fieldGroup49_; } /** * optional group FieldGroup49 = 49 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49OrBuilder getFieldGroup49OrBuilder() { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.getDefaultInstance() : fieldGroup49_; } public static final int FIELDGROUPLIST51_FIELD_NUMBER = 51; @SuppressWarnings("serial") private java.util.List fieldGroupList51_; /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public java.util.List getFieldGroupList51List() { return fieldGroupList51_; } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public java.util.List getFieldGroupList51OrBuilderList() { return fieldGroupList51_; } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public int getFieldGroupList51Count() { return fieldGroupList51_.size(); } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 getFieldGroupList51(int index) { return fieldGroupList51_.get(index); } /** * repeated group FieldGroupList51 = 51 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51OrBuilder getFieldGroupList51OrBuilder( int index) { return fieldGroupList51_.get(index); } public static final int FIELD_DOUBLE_53_FIELD_NUMBER = 53; /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ @java.lang.Override public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ @java.lang.Override public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } public static final int FIELD_FLOAT_54_FIELD_NUMBER = 54; /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ @java.lang.Override public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ @java.lang.Override public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } public static final int FIELD_INT64_55_FIELD_NUMBER = 55; /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ @java.lang.Override public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ @java.lang.Override public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_UINT64_56_FIELD_NUMBER = 56; /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ @java.lang.Override public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ @java.lang.Override public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_INT32_57_FIELD_NUMBER = 57; /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ @java.lang.Override public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ @java.lang.Override public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_FIXED64_58_FIELD_NUMBER = 58; /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ @java.lang.Override public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ @java.lang.Override public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_FIXED32_59_FIELD_NUMBER = 59; /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ @java.lang.Override public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ @java.lang.Override public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_BOOL_60_FIELD_NUMBER = 60; /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ @java.lang.Override public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ @java.lang.Override public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } public static final int FIELD_STRING_61_FIELD_NUMBER = 61; /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8() && (testOneofCase_ == 61)) { testOneof_ = s; } return s; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_62_FIELD_NUMBER = 62; /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessage62() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance(); } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessage62OrBuilder() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance(); } public static final int FIELD_BYTES_63_FIELD_NUMBER = 63; /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ @java.lang.Override public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } public static final int FIELD_UINT32_64_FIELD_NUMBER = 64; /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ @java.lang.Override public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ @java.lang.Override public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED32_65_FIELD_NUMBER = 65; /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ @java.lang.Override public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ @java.lang.Override public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED64_66_FIELD_NUMBER = 66; /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ @java.lang.Override public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ @java.lang.Override public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_SINT32_67_FIELD_NUMBER = 67; /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ @java.lang.Override public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ @java.lang.Override public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SINT64_68_FIELD_NUMBER = 68; /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ @java.lang.Override public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ @java.lang.Override public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELDGROUP69_FIELD_NUMBER = 69; /** * group FieldGroup69 = 69 { ... } * @return Whether the fieldgroup69 field is set. */ @java.lang.Override public boolean hasFieldGroup69() { return testOneofCase_ == 69; } /** * group FieldGroup69 = 69 { ... } * @return The fieldgroup69. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 getFieldGroup69() { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance(); } /** * group FieldGroup69 = 69 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69OrBuilder getFieldGroup69OrBuilder() { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance(); } public static final int FIELD_REQUIRED_DOUBLE_71_FIELD_NUMBER = 71; private double fieldRequiredDouble71_ = 0D; /** * required double field_required_double_71 = 71; * @return Whether the fieldRequiredDouble71 field is set. */ @java.lang.Override public boolean hasFieldRequiredDouble71() { return ((bitField0_ & 0x00040000) != 0); } /** * required double field_required_double_71 = 71; * @return The fieldRequiredDouble71. */ @java.lang.Override public double getFieldRequiredDouble71() { return fieldRequiredDouble71_; } public static final int FIELD_REQUIRED_FLOAT_72_FIELD_NUMBER = 72; private float fieldRequiredFloat72_ = 0F; /** * required float field_required_float_72 = 72; * @return Whether the fieldRequiredFloat72 field is set. */ @java.lang.Override public boolean hasFieldRequiredFloat72() { return ((bitField0_ & 0x00080000) != 0); } /** * required float field_required_float_72 = 72; * @return The fieldRequiredFloat72. */ @java.lang.Override public float getFieldRequiredFloat72() { return fieldRequiredFloat72_; } public static final int FIELD_REQUIRED_INT64_73_FIELD_NUMBER = 73; private long fieldRequiredInt6473_ = 0L; /** * required int64 field_required_int64_73 = 73; * @return Whether the fieldRequiredInt6473 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt6473() { return ((bitField0_ & 0x00100000) != 0); } /** * required int64 field_required_int64_73 = 73; * @return The fieldRequiredInt6473. */ @java.lang.Override public long getFieldRequiredInt6473() { return fieldRequiredInt6473_; } public static final int FIELD_REQUIRED_UINT64_74_FIELD_NUMBER = 74; private long fieldRequiredUint6474_ = 0L; /** * required uint64 field_required_uint64_74 = 74; * @return Whether the fieldRequiredUint6474 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint6474() { return ((bitField0_ & 0x00200000) != 0); } /** * required uint64 field_required_uint64_74 = 74; * @return The fieldRequiredUint6474. */ @java.lang.Override public long getFieldRequiredUint6474() { return fieldRequiredUint6474_; } public static final int FIELD_REQUIRED_INT32_75_FIELD_NUMBER = 75; private int fieldRequiredInt3275_ = 0; /** * required int32 field_required_int32_75 = 75; * @return Whether the fieldRequiredInt3275 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt3275() { return ((bitField0_ & 0x00400000) != 0); } /** * required int32 field_required_int32_75 = 75; * @return The fieldRequiredInt3275. */ @java.lang.Override public int getFieldRequiredInt3275() { return fieldRequiredInt3275_; } public static final int FIELD_REQUIRED_FIXED64_76_FIELD_NUMBER = 76; private long fieldRequiredFixed6476_ = 0L; /** * required fixed64 field_required_fixed64_76 = 76; * @return Whether the fieldRequiredFixed6476 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed6476() { return ((bitField0_ & 0x00800000) != 0); } /** * required fixed64 field_required_fixed64_76 = 76; * @return The fieldRequiredFixed6476. */ @java.lang.Override public long getFieldRequiredFixed6476() { return fieldRequiredFixed6476_; } public static final int FIELD_REQUIRED_FIXED32_77_FIELD_NUMBER = 77; private int fieldRequiredFixed3277_ = 0; /** * required fixed32 field_required_fixed32_77 = 77; * @return Whether the fieldRequiredFixed3277 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed3277() { return ((bitField0_ & 0x01000000) != 0); } /** * required fixed32 field_required_fixed32_77 = 77; * @return The fieldRequiredFixed3277. */ @java.lang.Override public int getFieldRequiredFixed3277() { return fieldRequiredFixed3277_; } public static final int FIELD_REQUIRED_BOOL_78_FIELD_NUMBER = 78; private boolean fieldRequiredBool78_ = false; /** * required bool field_required_bool_78 = 78; * @return Whether the fieldRequiredBool78 field is set. */ @java.lang.Override public boolean hasFieldRequiredBool78() { return ((bitField0_ & 0x02000000) != 0); } /** * required bool field_required_bool_78 = 78; * @return The fieldRequiredBool78. */ @java.lang.Override public boolean getFieldRequiredBool78() { return fieldRequiredBool78_; } public static final int FIELD_REQUIRED_STRING_79_FIELD_NUMBER = 79; @SuppressWarnings("serial") private volatile java.lang.Object fieldRequiredString79_ = ""; /** * required string field_required_string_79 = 79; * @return Whether the fieldRequiredString79 field is set. */ @java.lang.Override public boolean hasFieldRequiredString79() { return ((bitField0_ & 0x04000000) != 0); } /** * required string field_required_string_79 = 79; * @return The fieldRequiredString79. */ @java.lang.Override public java.lang.String getFieldRequiredString79() { java.lang.Object ref = fieldRequiredString79_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldRequiredString79_ = s; } return s; } } /** * required string field_required_string_79 = 79; * @return The bytes for fieldRequiredString79. */ @java.lang.Override public com.google.protobuf.ByteString getFieldRequiredString79Bytes() { java.lang.Object ref = fieldRequiredString79_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldRequiredString79_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_REQUIRED_MESSAGE_80_FIELD_NUMBER = 80; private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage fieldRequiredMessage80_; /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; * @return Whether the fieldRequiredMessage80 field is set. */ @java.lang.Override public boolean hasFieldRequiredMessage80() { return ((bitField0_ & 0x08000000) != 0); } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; * @return The fieldRequiredMessage80. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage getFieldRequiredMessage80() { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessageOrBuilder getFieldRequiredMessage80OrBuilder() { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } public static final int FIELD_REQUIRED_BYTES_81_FIELD_NUMBER = 81; private com.google.protobuf.ByteString fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes field_required_bytes_81 = 81; * @return Whether the fieldRequiredBytes81 field is set. */ @java.lang.Override public boolean hasFieldRequiredBytes81() { return ((bitField0_ & 0x10000000) != 0); } /** * required bytes field_required_bytes_81 = 81; * @return The fieldRequiredBytes81. */ @java.lang.Override public com.google.protobuf.ByteString getFieldRequiredBytes81() { return fieldRequiredBytes81_; } public static final int FIELD_REQUIRED_UINT32_82_FIELD_NUMBER = 82; private int fieldRequiredUint3282_ = 0; /** * required uint32 field_required_uint32_82 = 82; * @return Whether the fieldRequiredUint3282 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint3282() { return ((bitField0_ & 0x20000000) != 0); } /** * required uint32 field_required_uint32_82 = 82; * @return The fieldRequiredUint3282. */ @java.lang.Override public int getFieldRequiredUint3282() { return fieldRequiredUint3282_; } public static final int FIELD_REQUIRED_ENUM_83_FIELD_NUMBER = 83; private int fieldRequiredEnum83_ = 0; /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @return Whether the fieldRequiredEnum83 field is set. */ @java.lang.Override public boolean hasFieldRequiredEnum83() { return ((bitField0_ & 0x40000000) != 0); } /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @return The fieldRequiredEnum83. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldRequiredEnum83() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum result = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldRequiredEnum83_); return result == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO : result; } public static final int FIELD_REQUIRED_SFIXED32_84_FIELD_NUMBER = 84; private int fieldRequiredSfixed3284_ = 0; /** * required sfixed32 field_required_sfixed32_84 = 84; * @return Whether the fieldRequiredSfixed3284 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed3284() { return ((bitField0_ & 0x80000000) != 0); } /** * required sfixed32 field_required_sfixed32_84 = 84; * @return The fieldRequiredSfixed3284. */ @java.lang.Override public int getFieldRequiredSfixed3284() { return fieldRequiredSfixed3284_; } public static final int FIELD_REQUIRED_SFIXED64_85_FIELD_NUMBER = 85; private long fieldRequiredSfixed6485_ = 0L; /** * required sfixed64 field_required_sfixed64_85 = 85; * @return Whether the fieldRequiredSfixed6485 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed6485() { return ((bitField1_ & 0x00000001) != 0); } /** * required sfixed64 field_required_sfixed64_85 = 85; * @return The fieldRequiredSfixed6485. */ @java.lang.Override public long getFieldRequiredSfixed6485() { return fieldRequiredSfixed6485_; } public static final int FIELD_REQUIRED_SINT32_86_FIELD_NUMBER = 86; private int fieldRequiredSint3286_ = 0; /** * required sint32 field_required_sint32_86 = 86; * @return Whether the fieldRequiredSint3286 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint3286() { return ((bitField1_ & 0x00000002) != 0); } /** * required sint32 field_required_sint32_86 = 86; * @return The fieldRequiredSint3286. */ @java.lang.Override public int getFieldRequiredSint3286() { return fieldRequiredSint3286_; } public static final int FIELD_REQUIRED_SINT64_87_FIELD_NUMBER = 87; private long fieldRequiredSint6487_ = 0L; /** * required sint64 field_required_sint64_87 = 87; * @return Whether the fieldRequiredSint6487 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint6487() { return ((bitField1_ & 0x00000004) != 0); } /** * required sint64 field_required_sint64_87 = 87; * @return The fieldRequiredSint6487. */ @java.lang.Override public long getFieldRequiredSint6487() { return fieldRequiredSint6487_; } public static final int FIELDREQUIREDGROUP88_FIELD_NUMBER = 88; private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 fieldRequiredGroup88_; /** * required group FieldRequiredGroup88 = 88 { ... } * @return Whether the fieldrequiredgroup88 field is set. */ @java.lang.Override public boolean hasFieldRequiredGroup88() { return ((bitField1_ & 0x00000008) != 0); } /** * required group FieldRequiredGroup88 = 88 { ... } * @return The fieldrequiredgroup88. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 getFieldRequiredGroup88() { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } /** * required group FieldRequiredGroup88 = 88 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88OrBuilder getFieldRequiredGroup88OrBuilder() { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasFieldRequiredDouble71()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredFloat72()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredInt6473()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredUint6474()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredInt3275()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredFixed6476()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredFixed3277()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredBool78()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredString79()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredMessage80()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredBytes81()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredUint3282()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredEnum83()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSfixed3284()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSfixed6485()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSint3286()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredSint6487()) { memoizedIsInitialized = 0; return false; } if (!hasFieldRequiredGroup88()) { memoizedIsInitialized = 0; return false; } if (hasFieldMessage10()) { if (!getFieldMessage10().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getFieldMessageList27Count(); i++) { if (!getFieldMessageList27(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasFieldMessage62()) { if (!getFieldMessage62().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) != 0)) { output.writeDouble(1, fieldDouble1_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeFloat(2, fieldFloat2_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeInt64(3, fieldInt643_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeUInt64(4, fieldUint644_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeInt32(5, fieldInt325_); } if (((bitField0_ & 0x00000020) != 0)) { output.writeFixed64(6, fieldFixed646_); } if (((bitField0_ & 0x00000040) != 0)) { output.writeFixed32(7, fieldFixed327_); } if (((bitField0_ & 0x00000080) != 0)) { output.writeBool(8, fieldBool8_); } if (((bitField0_ & 0x00000100) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, fieldString9_); } if (((bitField0_ & 0x00000200) != 0)) { output.writeMessage(10, getFieldMessage10()); } if (((bitField0_ & 0x00000400) != 0)) { output.writeBytes(11, fieldBytes11_); } if (((bitField0_ & 0x00000800) != 0)) { output.writeUInt32(12, fieldUint3212_); } if (((bitField0_ & 0x00001000) != 0)) { output.writeEnum(13, fieldEnum13_); } if (((bitField0_ & 0x00002000) != 0)) { output.writeSFixed32(14, fieldSfixed3214_); } if (((bitField0_ & 0x00004000) != 0)) { output.writeSFixed64(15, fieldSfixed6415_); } if (((bitField0_ & 0x00008000) != 0)) { output.writeSInt32(16, fieldSint3216_); } if (((bitField0_ & 0x00010000) != 0)) { output.writeSInt64(17, fieldSint6417_); } for (int i = 0; i < fieldDoubleList18_.size(); i++) { output.writeDouble(18, fieldDoubleList18_.getDouble(i)); } for (int i = 0; i < fieldFloatList19_.size(); i++) { output.writeFloat(19, fieldFloatList19_.getFloat(i)); } for (int i = 0; i < fieldInt64List20_.size(); i++) { output.writeInt64(20, fieldInt64List20_.getLong(i)); } for (int i = 0; i < fieldUint64List21_.size(); i++) { output.writeUInt64(21, fieldUint64List21_.getLong(i)); } for (int i = 0; i < fieldInt32List22_.size(); i++) { output.writeInt32(22, fieldInt32List22_.getInt(i)); } for (int i = 0; i < fieldFixed64List23_.size(); i++) { output.writeFixed64(23, fieldFixed64List23_.getLong(i)); } for (int i = 0; i < fieldFixed32List24_.size(); i++) { output.writeFixed32(24, fieldFixed32List24_.getInt(i)); } for (int i = 0; i < fieldBoolList25_.size(); i++) { output.writeBool(25, fieldBoolList25_.getBoolean(i)); } for (int i = 0; i < fieldStringList26_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 26, fieldStringList26_.getRaw(i)); } for (int i = 0; i < fieldMessageList27_.size(); i++) { output.writeMessage(27, fieldMessageList27_.get(i)); } for (int i = 0; i < fieldBytesList28_.size(); i++) { output.writeBytes(28, fieldBytesList28_.get(i)); } for (int i = 0; i < fieldUint32List29_.size(); i++) { output.writeUInt32(29, fieldUint32List29_.getInt(i)); } for (int i = 0; i < fieldEnumList30_.size(); i++) { output.writeEnum(30, fieldEnumList30_.get(i)); } for (int i = 0; i < fieldSfixed32List31_.size(); i++) { output.writeSFixed32(31, fieldSfixed32List31_.getInt(i)); } for (int i = 0; i < fieldSfixed64List32_.size(); i++) { output.writeSFixed64(32, fieldSfixed64List32_.getLong(i)); } for (int i = 0; i < fieldSint32List33_.size(); i++) { output.writeSInt32(33, fieldSint32List33_.getInt(i)); } for (int i = 0; i < fieldSint64List34_.size(); i++) { output.writeSInt64(34, fieldSint64List34_.getLong(i)); } if (getFieldDoubleListPacked35List().size() > 0) { output.writeUInt32NoTag(282); output.writeUInt32NoTag(fieldDoubleListPacked35MemoizedSerializedSize); } for (int i = 0; i < fieldDoubleListPacked35_.size(); i++) { output.writeDoubleNoTag(fieldDoubleListPacked35_.getDouble(i)); } if (getFieldFloatListPacked36List().size() > 0) { output.writeUInt32NoTag(290); output.writeUInt32NoTag(fieldFloatListPacked36MemoizedSerializedSize); } for (int i = 0; i < fieldFloatListPacked36_.size(); i++) { output.writeFloatNoTag(fieldFloatListPacked36_.getFloat(i)); } if (getFieldInt64ListPacked37List().size() > 0) { output.writeUInt32NoTag(298); output.writeUInt32NoTag(fieldInt64ListPacked37MemoizedSerializedSize); } for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { output.writeInt64NoTag(fieldInt64ListPacked37_.getLong(i)); } if (getFieldUint64ListPacked38List().size() > 0) { output.writeUInt32NoTag(306); output.writeUInt32NoTag(fieldUint64ListPacked38MemoizedSerializedSize); } for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { output.writeUInt64NoTag(fieldUint64ListPacked38_.getLong(i)); } if (getFieldInt32ListPacked39List().size() > 0) { output.writeUInt32NoTag(314); output.writeUInt32NoTag(fieldInt32ListPacked39MemoizedSerializedSize); } for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { output.writeInt32NoTag(fieldInt32ListPacked39_.getInt(i)); } if (getFieldFixed64ListPacked40List().size() > 0) { output.writeUInt32NoTag(322); output.writeUInt32NoTag(fieldFixed64ListPacked40MemoizedSerializedSize); } for (int i = 0; i < fieldFixed64ListPacked40_.size(); i++) { output.writeFixed64NoTag(fieldFixed64ListPacked40_.getLong(i)); } if (getFieldFixed32ListPacked41List().size() > 0) { output.writeUInt32NoTag(330); output.writeUInt32NoTag(fieldFixed32ListPacked41MemoizedSerializedSize); } for (int i = 0; i < fieldFixed32ListPacked41_.size(); i++) { output.writeFixed32NoTag(fieldFixed32ListPacked41_.getInt(i)); } if (getFieldBoolListPacked42List().size() > 0) { output.writeUInt32NoTag(338); output.writeUInt32NoTag(fieldBoolListPacked42MemoizedSerializedSize); } for (int i = 0; i < fieldBoolListPacked42_.size(); i++) { output.writeBoolNoTag(fieldBoolListPacked42_.getBoolean(i)); } if (getFieldUint32ListPacked43List().size() > 0) { output.writeUInt32NoTag(346); output.writeUInt32NoTag(fieldUint32ListPacked43MemoizedSerializedSize); } for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { output.writeUInt32NoTag(fieldUint32ListPacked43_.getInt(i)); } if (getFieldEnumListPacked44List().size() > 0) { output.writeUInt32NoTag(354); output.writeUInt32NoTag(fieldEnumListPacked44MemoizedSerializedSize); } for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { output.writeEnumNoTag(fieldEnumListPacked44_.get(i)); } if (getFieldSfixed32ListPacked45List().size() > 0) { output.writeUInt32NoTag(362); output.writeUInt32NoTag(fieldSfixed32ListPacked45MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed32ListPacked45_.size(); i++) { output.writeSFixed32NoTag(fieldSfixed32ListPacked45_.getInt(i)); } if (getFieldSfixed64ListPacked46List().size() > 0) { output.writeUInt32NoTag(370); output.writeUInt32NoTag(fieldSfixed64ListPacked46MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed64ListPacked46_.size(); i++) { output.writeSFixed64NoTag(fieldSfixed64ListPacked46_.getLong(i)); } if (getFieldSint32ListPacked47List().size() > 0) { output.writeUInt32NoTag(378); output.writeUInt32NoTag(fieldSint32ListPacked47MemoizedSerializedSize); } for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { output.writeSInt32NoTag(fieldSint32ListPacked47_.getInt(i)); } if (getFieldSint64ListPacked48List().size() > 0) { output.writeUInt32NoTag(386); output.writeUInt32NoTag(fieldSint64ListPacked48MemoizedSerializedSize); } for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { output.writeSInt64NoTag(fieldSint64ListPacked48_.getLong(i)); } if (((bitField0_ & 0x00020000) != 0)) { output.writeGroup(49, getFieldGroup49()); } for (int i = 0; i < fieldGroupList51_.size(); i++) { output.writeGroup(51, fieldGroupList51_.get(i)); } if (testOneofCase_ == 53) { output.writeDouble( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { output.writeFloat( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { output.writeInt64( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { output.writeUInt64( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { output.writeInt32( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { output.writeFixed64( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { output.writeFixed32( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { output.writeBool( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { com.google.protobuf.GeneratedMessageV3.writeString(output, 61, testOneof_); } if (testOneofCase_ == 62) { output.writeMessage(62, (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_); } if (testOneofCase_ == 63) { output.writeBytes( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { output.writeUInt32( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { output.writeSFixed32( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { output.writeSFixed64( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { output.writeSInt32( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { output.writeSInt64( 68, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 69) { output.writeGroup(69, (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_); } if (((bitField0_ & 0x00040000) != 0)) { output.writeDouble(71, fieldRequiredDouble71_); } if (((bitField0_ & 0x00080000) != 0)) { output.writeFloat(72, fieldRequiredFloat72_); } if (((bitField0_ & 0x00100000) != 0)) { output.writeInt64(73, fieldRequiredInt6473_); } if (((bitField0_ & 0x00200000) != 0)) { output.writeUInt64(74, fieldRequiredUint6474_); } if (((bitField0_ & 0x00400000) != 0)) { output.writeInt32(75, fieldRequiredInt3275_); } if (((bitField0_ & 0x00800000) != 0)) { output.writeFixed64(76, fieldRequiredFixed6476_); } if (((bitField0_ & 0x01000000) != 0)) { output.writeFixed32(77, fieldRequiredFixed3277_); } if (((bitField0_ & 0x02000000) != 0)) { output.writeBool(78, fieldRequiredBool78_); } if (((bitField0_ & 0x04000000) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 79, fieldRequiredString79_); } if (((bitField0_ & 0x08000000) != 0)) { output.writeMessage(80, getFieldRequiredMessage80()); } if (((bitField0_ & 0x10000000) != 0)) { output.writeBytes(81, fieldRequiredBytes81_); } if (((bitField0_ & 0x20000000) != 0)) { output.writeUInt32(82, fieldRequiredUint3282_); } if (((bitField0_ & 0x40000000) != 0)) { output.writeEnum(83, fieldRequiredEnum83_); } if (((bitField0_ & 0x80000000) != 0)) { output.writeSFixed32(84, fieldRequiredSfixed3284_); } if (((bitField1_ & 0x00000001) != 0)) { output.writeSFixed64(85, fieldRequiredSfixed6485_); } if (((bitField1_ & 0x00000002) != 0)) { output.writeSInt32(86, fieldRequiredSint3286_); } if (((bitField1_ & 0x00000004) != 0)) { output.writeSInt64(87, fieldRequiredSint6487_); } if (((bitField1_ & 0x00000008) != 0)) { output.writeGroup(88, getFieldRequiredGroup88()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, fieldDouble1_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(2, fieldFloat2_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, fieldInt643_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(4, fieldUint644_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, fieldInt325_); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(6, fieldFixed646_); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(7, fieldFixed327_); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, fieldBool8_); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, fieldString9_); } if (((bitField0_ & 0x00000200) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getFieldMessage10()); } if (((bitField0_ & 0x00000400) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(11, fieldBytes11_); } if (((bitField0_ & 0x00000800) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, fieldUint3212_); } if (((bitField0_ & 0x00001000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(13, fieldEnum13_); } if (((bitField0_ & 0x00002000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size(14, fieldSfixed3214_); } if (((bitField0_ & 0x00004000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size(15, fieldSfixed6415_); } if (((bitField0_ & 0x00008000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(16, fieldSint3216_); } if (((bitField0_ & 0x00010000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(17, fieldSint6417_); } { int dataSize = 0; dataSize = 8 * getFieldDoubleList18List().size(); size += dataSize; size += 2 * getFieldDoubleList18List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFloatList19List().size(); size += dataSize; size += 2 * getFieldFloatList19List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt64List20_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64List20_.getLong(i)); } size += dataSize; size += 2 * getFieldInt64List20List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint64List21_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64List21_.getLong(i)); } size += dataSize; size += 2 * getFieldUint64List21List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt32List22_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32List22_.getInt(i)); } size += dataSize; size += 2 * getFieldInt32List22List().size(); } { int dataSize = 0; dataSize = 8 * getFieldFixed64List23List().size(); size += dataSize; size += 2 * getFieldFixed64List23List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFixed32List24List().size(); size += dataSize; size += 2 * getFieldFixed32List24List().size(); } { int dataSize = 0; dataSize = 1 * getFieldBoolList25List().size(); size += dataSize; size += 2 * getFieldBoolList25List().size(); } { int dataSize = 0; for (int i = 0; i < fieldStringList26_.size(); i++) { dataSize += computeStringSizeNoTag(fieldStringList26_.getRaw(i)); } size += dataSize; size += 2 * getFieldStringList26List().size(); } for (int i = 0; i < fieldMessageList27_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMessageList27_.get(i)); } { int dataSize = 0; for (int i = 0; i < fieldBytesList28_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(fieldBytesList28_.get(i)); } size += dataSize; size += 2 * getFieldBytesList28List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint32List29_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32List29_.getInt(i)); } size += dataSize; size += 2 * getFieldUint32List29List().size(); } { int dataSize = 0; for (int i = 0; i < fieldEnumList30_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumList30_.get(i)); } size += dataSize; size += 2 * fieldEnumList30_.size(); } { int dataSize = 0; dataSize = 4 * getFieldSfixed32List31List().size(); size += dataSize; size += 2 * getFieldSfixed32List31List().size(); } { int dataSize = 0; dataSize = 8 * getFieldSfixed64List32List().size(); size += dataSize; size += 2 * getFieldSfixed64List32List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint32List33_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32List33_.getInt(i)); } size += dataSize; size += 2 * getFieldSint32List33List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint64List34_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64List34_.getLong(i)); } size += dataSize; size += 2 * getFieldSint64List34List().size(); } { int dataSize = 0; dataSize = 8 * getFieldDoubleListPacked35List().size(); size += dataSize; if (!getFieldDoubleListPacked35List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldDoubleListPacked35MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFloatListPacked36List().size(); size += dataSize; if (!getFieldFloatListPacked36List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFloatListPacked36MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64ListPacked37_.getLong(i)); } size += dataSize; if (!getFieldInt64ListPacked37List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt64ListPacked37MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64ListPacked38_.getLong(i)); } size += dataSize; if (!getFieldUint64ListPacked38List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint64ListPacked38MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32ListPacked39_.getInt(i)); } size += dataSize; if (!getFieldInt32ListPacked39List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt32ListPacked39MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldFixed64ListPacked40List().size(); size += dataSize; if (!getFieldFixed64ListPacked40List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed64ListPacked40MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFixed32ListPacked41List().size(); size += dataSize; if (!getFieldFixed32ListPacked41List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed32ListPacked41MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 1 * getFieldBoolListPacked42List().size(); size += dataSize; if (!getFieldBoolListPacked42List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldBoolListPacked42MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32ListPacked43_.getInt(i)); } size += dataSize; if (!getFieldUint32ListPacked43List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint32ListPacked43MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumListPacked44_.get(i)); } size += dataSize; if (!getFieldEnumListPacked44List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }fieldEnumListPacked44MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldSfixed32ListPacked45List().size(); size += dataSize; if (!getFieldSfixed32ListPacked45List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed32ListPacked45MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldSfixed64ListPacked46List().size(); size += dataSize; if (!getFieldSfixed64ListPacked46List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed64ListPacked46MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32ListPacked47_.getInt(i)); } size += dataSize; if (!getFieldSint32ListPacked47List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint32ListPacked47MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64ListPacked48_.getLong(i)); } size += dataSize; if (!getFieldSint64ListPacked48List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint64ListPacked48MemoizedSerializedSize = dataSize; } if (((bitField0_ & 0x00020000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(49, getFieldGroup49()); } for (int i = 0; i < fieldGroupList51_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(51, fieldGroupList51_.get(i)); } if (testOneofCase_ == 53) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { size += com.google.protobuf.CodedOutputStream .computeFloatSize( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { size += com.google.protobuf.CodedOutputStream .computeInt64Size( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { size += com.google.protobuf.CodedOutputStream .computeInt32Size( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { size += com.google.protobuf.CodedOutputStream .computeBoolSize( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(61, testOneof_); } if (testOneofCase_ == 62) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_); } if (testOneofCase_ == 63) { size += com.google.protobuf.CodedOutputStream .computeBytesSize( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size( 68, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 69) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(69, (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_); } if (((bitField0_ & 0x00040000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(71, fieldRequiredDouble71_); } if (((bitField0_ & 0x00080000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(72, fieldRequiredFloat72_); } if (((bitField0_ & 0x00100000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(73, fieldRequiredInt6473_); } if (((bitField0_ & 0x00200000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(74, fieldRequiredUint6474_); } if (((bitField0_ & 0x00400000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(75, fieldRequiredInt3275_); } if (((bitField0_ & 0x00800000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(76, fieldRequiredFixed6476_); } if (((bitField0_ & 0x01000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(77, fieldRequiredFixed3277_); } if (((bitField0_ & 0x02000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(78, fieldRequiredBool78_); } if (((bitField0_ & 0x04000000) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(79, fieldRequiredString79_); } if (((bitField0_ & 0x08000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(80, getFieldRequiredMessage80()); } if (((bitField0_ & 0x10000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(81, fieldRequiredBytes81_); } if (((bitField0_ & 0x20000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(82, fieldRequiredUint3282_); } if (((bitField0_ & 0x40000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(83, fieldRequiredEnum83_); } if (((bitField0_ & 0x80000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size(84, fieldRequiredSfixed3284_); } if (((bitField1_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size(85, fieldRequiredSfixed6485_); } if (((bitField1_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(86, fieldRequiredSint3286_); } if (((bitField1_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(87, fieldRequiredSint6487_); } if (((bitField1_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(88, getFieldRequiredGroup88()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) obj; if (hasFieldDouble1() != other.hasFieldDouble1()) return false; if (hasFieldDouble1()) { if (java.lang.Double.doubleToLongBits(getFieldDouble1()) != java.lang.Double.doubleToLongBits( other.getFieldDouble1())) return false; } if (hasFieldFloat2() != other.hasFieldFloat2()) return false; if (hasFieldFloat2()) { if (java.lang.Float.floatToIntBits(getFieldFloat2()) != java.lang.Float.floatToIntBits( other.getFieldFloat2())) return false; } if (hasFieldInt643() != other.hasFieldInt643()) return false; if (hasFieldInt643()) { if (getFieldInt643() != other.getFieldInt643()) return false; } if (hasFieldUint644() != other.hasFieldUint644()) return false; if (hasFieldUint644()) { if (getFieldUint644() != other.getFieldUint644()) return false; } if (hasFieldInt325() != other.hasFieldInt325()) return false; if (hasFieldInt325()) { if (getFieldInt325() != other.getFieldInt325()) return false; } if (hasFieldFixed646() != other.hasFieldFixed646()) return false; if (hasFieldFixed646()) { if (getFieldFixed646() != other.getFieldFixed646()) return false; } if (hasFieldFixed327() != other.hasFieldFixed327()) return false; if (hasFieldFixed327()) { if (getFieldFixed327() != other.getFieldFixed327()) return false; } if (hasFieldBool8() != other.hasFieldBool8()) return false; if (hasFieldBool8()) { if (getFieldBool8() != other.getFieldBool8()) return false; } if (hasFieldString9() != other.hasFieldString9()) return false; if (hasFieldString9()) { if (!getFieldString9() .equals(other.getFieldString9())) return false; } if (hasFieldMessage10() != other.hasFieldMessage10()) return false; if (hasFieldMessage10()) { if (!getFieldMessage10() .equals(other.getFieldMessage10())) return false; } if (hasFieldBytes11() != other.hasFieldBytes11()) return false; if (hasFieldBytes11()) { if (!getFieldBytes11() .equals(other.getFieldBytes11())) return false; } if (hasFieldUint3212() != other.hasFieldUint3212()) return false; if (hasFieldUint3212()) { if (getFieldUint3212() != other.getFieldUint3212()) return false; } if (hasFieldEnum13() != other.hasFieldEnum13()) return false; if (hasFieldEnum13()) { if (fieldEnum13_ != other.fieldEnum13_) return false; } if (hasFieldSfixed3214() != other.hasFieldSfixed3214()) return false; if (hasFieldSfixed3214()) { if (getFieldSfixed3214() != other.getFieldSfixed3214()) return false; } if (hasFieldSfixed6415() != other.hasFieldSfixed6415()) return false; if (hasFieldSfixed6415()) { if (getFieldSfixed6415() != other.getFieldSfixed6415()) return false; } if (hasFieldSint3216() != other.hasFieldSint3216()) return false; if (hasFieldSint3216()) { if (getFieldSint3216() != other.getFieldSint3216()) return false; } if (hasFieldSint6417() != other.hasFieldSint6417()) return false; if (hasFieldSint6417()) { if (getFieldSint6417() != other.getFieldSint6417()) return false; } if (!getFieldDoubleList18List() .equals(other.getFieldDoubleList18List())) return false; if (!getFieldFloatList19List() .equals(other.getFieldFloatList19List())) return false; if (!getFieldInt64List20List() .equals(other.getFieldInt64List20List())) return false; if (!getFieldUint64List21List() .equals(other.getFieldUint64List21List())) return false; if (!getFieldInt32List22List() .equals(other.getFieldInt32List22List())) return false; if (!getFieldFixed64List23List() .equals(other.getFieldFixed64List23List())) return false; if (!getFieldFixed32List24List() .equals(other.getFieldFixed32List24List())) return false; if (!getFieldBoolList25List() .equals(other.getFieldBoolList25List())) return false; if (!getFieldStringList26List() .equals(other.getFieldStringList26List())) return false; if (!getFieldMessageList27List() .equals(other.getFieldMessageList27List())) return false; if (!getFieldBytesList28List() .equals(other.getFieldBytesList28List())) return false; if (!getFieldUint32List29List() .equals(other.getFieldUint32List29List())) return false; if (!fieldEnumList30_.equals(other.fieldEnumList30_)) return false; if (!getFieldSfixed32List31List() .equals(other.getFieldSfixed32List31List())) return false; if (!getFieldSfixed64List32List() .equals(other.getFieldSfixed64List32List())) return false; if (!getFieldSint32List33List() .equals(other.getFieldSint32List33List())) return false; if (!getFieldSint64List34List() .equals(other.getFieldSint64List34List())) return false; if (!getFieldDoubleListPacked35List() .equals(other.getFieldDoubleListPacked35List())) return false; if (!getFieldFloatListPacked36List() .equals(other.getFieldFloatListPacked36List())) return false; if (!getFieldInt64ListPacked37List() .equals(other.getFieldInt64ListPacked37List())) return false; if (!getFieldUint64ListPacked38List() .equals(other.getFieldUint64ListPacked38List())) return false; if (!getFieldInt32ListPacked39List() .equals(other.getFieldInt32ListPacked39List())) return false; if (!getFieldFixed64ListPacked40List() .equals(other.getFieldFixed64ListPacked40List())) return false; if (!getFieldFixed32ListPacked41List() .equals(other.getFieldFixed32ListPacked41List())) return false; if (!getFieldBoolListPacked42List() .equals(other.getFieldBoolListPacked42List())) return false; if (!getFieldUint32ListPacked43List() .equals(other.getFieldUint32ListPacked43List())) return false; if (!fieldEnumListPacked44_.equals(other.fieldEnumListPacked44_)) return false; if (!getFieldSfixed32ListPacked45List() .equals(other.getFieldSfixed32ListPacked45List())) return false; if (!getFieldSfixed64ListPacked46List() .equals(other.getFieldSfixed64ListPacked46List())) return false; if (!getFieldSint32ListPacked47List() .equals(other.getFieldSint32ListPacked47List())) return false; if (!getFieldSint64ListPacked48List() .equals(other.getFieldSint64ListPacked48List())) return false; if (hasFieldGroup49() != other.hasFieldGroup49()) return false; if (hasFieldGroup49()) { if (!getFieldGroup49() .equals(other.getFieldGroup49())) return false; } if (!getFieldGroupList51List() .equals(other.getFieldGroupList51List())) return false; if (hasFieldRequiredDouble71() != other.hasFieldRequiredDouble71()) return false; if (hasFieldRequiredDouble71()) { if (java.lang.Double.doubleToLongBits(getFieldRequiredDouble71()) != java.lang.Double.doubleToLongBits( other.getFieldRequiredDouble71())) return false; } if (hasFieldRequiredFloat72() != other.hasFieldRequiredFloat72()) return false; if (hasFieldRequiredFloat72()) { if (java.lang.Float.floatToIntBits(getFieldRequiredFloat72()) != java.lang.Float.floatToIntBits( other.getFieldRequiredFloat72())) return false; } if (hasFieldRequiredInt6473() != other.hasFieldRequiredInt6473()) return false; if (hasFieldRequiredInt6473()) { if (getFieldRequiredInt6473() != other.getFieldRequiredInt6473()) return false; } if (hasFieldRequiredUint6474() != other.hasFieldRequiredUint6474()) return false; if (hasFieldRequiredUint6474()) { if (getFieldRequiredUint6474() != other.getFieldRequiredUint6474()) return false; } if (hasFieldRequiredInt3275() != other.hasFieldRequiredInt3275()) return false; if (hasFieldRequiredInt3275()) { if (getFieldRequiredInt3275() != other.getFieldRequiredInt3275()) return false; } if (hasFieldRequiredFixed6476() != other.hasFieldRequiredFixed6476()) return false; if (hasFieldRequiredFixed6476()) { if (getFieldRequiredFixed6476() != other.getFieldRequiredFixed6476()) return false; } if (hasFieldRequiredFixed3277() != other.hasFieldRequiredFixed3277()) return false; if (hasFieldRequiredFixed3277()) { if (getFieldRequiredFixed3277() != other.getFieldRequiredFixed3277()) return false; } if (hasFieldRequiredBool78() != other.hasFieldRequiredBool78()) return false; if (hasFieldRequiredBool78()) { if (getFieldRequiredBool78() != other.getFieldRequiredBool78()) return false; } if (hasFieldRequiredString79() != other.hasFieldRequiredString79()) return false; if (hasFieldRequiredString79()) { if (!getFieldRequiredString79() .equals(other.getFieldRequiredString79())) return false; } if (hasFieldRequiredMessage80() != other.hasFieldRequiredMessage80()) return false; if (hasFieldRequiredMessage80()) { if (!getFieldRequiredMessage80() .equals(other.getFieldRequiredMessage80())) return false; } if (hasFieldRequiredBytes81() != other.hasFieldRequiredBytes81()) return false; if (hasFieldRequiredBytes81()) { if (!getFieldRequiredBytes81() .equals(other.getFieldRequiredBytes81())) return false; } if (hasFieldRequiredUint3282() != other.hasFieldRequiredUint3282()) return false; if (hasFieldRequiredUint3282()) { if (getFieldRequiredUint3282() != other.getFieldRequiredUint3282()) return false; } if (hasFieldRequiredEnum83() != other.hasFieldRequiredEnum83()) return false; if (hasFieldRequiredEnum83()) { if (fieldRequiredEnum83_ != other.fieldRequiredEnum83_) return false; } if (hasFieldRequiredSfixed3284() != other.hasFieldRequiredSfixed3284()) return false; if (hasFieldRequiredSfixed3284()) { if (getFieldRequiredSfixed3284() != other.getFieldRequiredSfixed3284()) return false; } if (hasFieldRequiredSfixed6485() != other.hasFieldRequiredSfixed6485()) return false; if (hasFieldRequiredSfixed6485()) { if (getFieldRequiredSfixed6485() != other.getFieldRequiredSfixed6485()) return false; } if (hasFieldRequiredSint3286() != other.hasFieldRequiredSint3286()) return false; if (hasFieldRequiredSint3286()) { if (getFieldRequiredSint3286() != other.getFieldRequiredSint3286()) return false; } if (hasFieldRequiredSint6487() != other.hasFieldRequiredSint6487()) return false; if (hasFieldRequiredSint6487()) { if (getFieldRequiredSint6487() != other.getFieldRequiredSint6487()) return false; } if (hasFieldRequiredGroup88() != other.hasFieldRequiredGroup88()) return false; if (hasFieldRequiredGroup88()) { if (!getFieldRequiredGroup88() .equals(other.getFieldRequiredGroup88())) return false; } if (!getTestOneofCase().equals(other.getTestOneofCase())) return false; switch (testOneofCase_) { case 53: if (java.lang.Double.doubleToLongBits(getFieldDouble53()) != java.lang.Double.doubleToLongBits( other.getFieldDouble53())) return false; break; case 54: if (java.lang.Float.floatToIntBits(getFieldFloat54()) != java.lang.Float.floatToIntBits( other.getFieldFloat54())) return false; break; case 55: if (getFieldInt6455() != other.getFieldInt6455()) return false; break; case 56: if (getFieldUint6456() != other.getFieldUint6456()) return false; break; case 57: if (getFieldInt3257() != other.getFieldInt3257()) return false; break; case 58: if (getFieldFixed6458() != other.getFieldFixed6458()) return false; break; case 59: if (getFieldFixed3259() != other.getFieldFixed3259()) return false; break; case 60: if (getFieldBool60() != other.getFieldBool60()) return false; break; case 61: if (!getFieldString61() .equals(other.getFieldString61())) return false; break; case 62: if (!getFieldMessage62() .equals(other.getFieldMessage62())) return false; break; case 63: if (!getFieldBytes63() .equals(other.getFieldBytes63())) return false; break; case 64: if (getFieldUint3264() != other.getFieldUint3264()) return false; break; case 65: if (getFieldSfixed3265() != other.getFieldSfixed3265()) return false; break; case 66: if (getFieldSfixed6466() != other.getFieldSfixed6466()) return false; break; case 67: if (getFieldSint3267() != other.getFieldSint3267()) return false; break; case 68: if (getFieldSint6468() != other.getFieldSint6468()) return false; break; case 69: if (!getFieldGroup69() .equals(other.getFieldGroup69())) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldDouble1()) { hash = (37 * hash) + FIELD_DOUBLE_1_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble1())); } if (hasFieldFloat2()) { hash = (37 * hash) + FIELD_FLOAT_2_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat2()); } if (hasFieldInt643()) { hash = (37 * hash) + FIELD_INT64_3_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt643()); } if (hasFieldUint644()) { hash = (37 * hash) + FIELD_UINT64_4_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint644()); } if (hasFieldInt325()) { hash = (37 * hash) + FIELD_INT32_5_FIELD_NUMBER; hash = (53 * hash) + getFieldInt325(); } if (hasFieldFixed646()) { hash = (37 * hash) + FIELD_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed646()); } if (hasFieldFixed327()) { hash = (37 * hash) + FIELD_FIXED32_7_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed327(); } if (hasFieldBool8()) { hash = (37 * hash) + FIELD_BOOL_8_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool8()); } if (hasFieldString9()) { hash = (37 * hash) + FIELD_STRING_9_FIELD_NUMBER; hash = (53 * hash) + getFieldString9().hashCode(); } if (hasFieldMessage10()) { hash = (37 * hash) + FIELD_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage10().hashCode(); } if (hasFieldBytes11()) { hash = (37 * hash) + FIELD_BYTES_11_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes11().hashCode(); } if (hasFieldUint3212()) { hash = (37 * hash) + FIELD_UINT32_12_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3212(); } if (hasFieldEnum13()) { hash = (37 * hash) + FIELD_ENUM_13_FIELD_NUMBER; hash = (53 * hash) + fieldEnum13_; } if (hasFieldSfixed3214()) { hash = (37 * hash) + FIELD_SFIXED32_14_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3214(); } if (hasFieldSfixed6415()) { hash = (37 * hash) + FIELD_SFIXED64_15_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6415()); } if (hasFieldSint3216()) { hash = (37 * hash) + FIELD_SINT32_16_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3216(); } if (hasFieldSint6417()) { hash = (37 * hash) + FIELD_SINT64_17_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6417()); } if (getFieldDoubleList18Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_18_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleList18List().hashCode(); } if (getFieldFloatList19Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_19_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatList19List().hashCode(); } if (getFieldInt64List20Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_20_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64List20List().hashCode(); } if (getFieldUint64List21Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_21_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64List21List().hashCode(); } if (getFieldInt32List22Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_22_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32List22List().hashCode(); } if (getFieldFixed64List23Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_23_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64List23List().hashCode(); } if (getFieldFixed32List24Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_24_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32List24List().hashCode(); } if (getFieldBoolList25Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_25_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolList25List().hashCode(); } if (getFieldStringList26Count() > 0) { hash = (37 * hash) + FIELD_STRING_LIST_26_FIELD_NUMBER; hash = (53 * hash) + getFieldStringList26List().hashCode(); } if (getFieldMessageList27Count() > 0) { hash = (37 * hash) + FIELD_MESSAGE_LIST_27_FIELD_NUMBER; hash = (53 * hash) + getFieldMessageList27List().hashCode(); } if (getFieldBytesList28Count() > 0) { hash = (37 * hash) + FIELD_BYTES_LIST_28_FIELD_NUMBER; hash = (53 * hash) + getFieldBytesList28List().hashCode(); } if (getFieldUint32List29Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_29_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32List29List().hashCode(); } if (getFieldEnumList30Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_30_FIELD_NUMBER; hash = (53 * hash) + fieldEnumList30_.hashCode(); } if (getFieldSfixed32List31Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_31_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32List31List().hashCode(); } if (getFieldSfixed64List32Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_32_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64List32List().hashCode(); } if (getFieldSint32List33Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_33_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32List33List().hashCode(); } if (getFieldSint64List34Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_34_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64List34List().hashCode(); } if (getFieldDoubleListPacked35Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleListPacked35List().hashCode(); } if (getFieldFloatListPacked36Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatListPacked36List().hashCode(); } if (getFieldInt64ListPacked37Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64ListPacked37List().hashCode(); } if (getFieldUint64ListPacked38Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64ListPacked38List().hashCode(); } if (getFieldInt32ListPacked39Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32ListPacked39List().hashCode(); } if (getFieldFixed64ListPacked40Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64ListPacked40List().hashCode(); } if (getFieldFixed32ListPacked41Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32ListPacked41List().hashCode(); } if (getFieldBoolListPacked42Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolListPacked42List().hashCode(); } if (getFieldUint32ListPacked43Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32ListPacked43List().hashCode(); } if (getFieldEnumListPacked44Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER; hash = (53 * hash) + fieldEnumListPacked44_.hashCode(); } if (getFieldSfixed32ListPacked45Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32ListPacked45List().hashCode(); } if (getFieldSfixed64ListPacked46Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64ListPacked46List().hashCode(); } if (getFieldSint32ListPacked47Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32ListPacked47List().hashCode(); } if (getFieldSint64ListPacked48Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64ListPacked48List().hashCode(); } if (hasFieldGroup49()) { hash = (37 * hash) + FIELDGROUP49_FIELD_NUMBER; hash = (53 * hash) + getFieldGroup49().hashCode(); } if (getFieldGroupList51Count() > 0) { hash = (37 * hash) + FIELDGROUPLIST51_FIELD_NUMBER; hash = (53 * hash) + getFieldGroupList51List().hashCode(); } if (hasFieldRequiredDouble71()) { hash = (37 * hash) + FIELD_REQUIRED_DOUBLE_71_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldRequiredDouble71())); } if (hasFieldRequiredFloat72()) { hash = (37 * hash) + FIELD_REQUIRED_FLOAT_72_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldRequiredFloat72()); } if (hasFieldRequiredInt6473()) { hash = (37 * hash) + FIELD_REQUIRED_INT64_73_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredInt6473()); } if (hasFieldRequiredUint6474()) { hash = (37 * hash) + FIELD_REQUIRED_UINT64_74_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredUint6474()); } if (hasFieldRequiredInt3275()) { hash = (37 * hash) + FIELD_REQUIRED_INT32_75_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredInt3275(); } if (hasFieldRequiredFixed6476()) { hash = (37 * hash) + FIELD_REQUIRED_FIXED64_76_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredFixed6476()); } if (hasFieldRequiredFixed3277()) { hash = (37 * hash) + FIELD_REQUIRED_FIXED32_77_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredFixed3277(); } if (hasFieldRequiredBool78()) { hash = (37 * hash) + FIELD_REQUIRED_BOOL_78_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldRequiredBool78()); } if (hasFieldRequiredString79()) { hash = (37 * hash) + FIELD_REQUIRED_STRING_79_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredString79().hashCode(); } if (hasFieldRequiredMessage80()) { hash = (37 * hash) + FIELD_REQUIRED_MESSAGE_80_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredMessage80().hashCode(); } if (hasFieldRequiredBytes81()) { hash = (37 * hash) + FIELD_REQUIRED_BYTES_81_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredBytes81().hashCode(); } if (hasFieldRequiredUint3282()) { hash = (37 * hash) + FIELD_REQUIRED_UINT32_82_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredUint3282(); } if (hasFieldRequiredEnum83()) { hash = (37 * hash) + FIELD_REQUIRED_ENUM_83_FIELD_NUMBER; hash = (53 * hash) + fieldRequiredEnum83_; } if (hasFieldRequiredSfixed3284()) { hash = (37 * hash) + FIELD_REQUIRED_SFIXED32_84_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredSfixed3284(); } if (hasFieldRequiredSfixed6485()) { hash = (37 * hash) + FIELD_REQUIRED_SFIXED64_85_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredSfixed6485()); } if (hasFieldRequiredSint3286()) { hash = (37 * hash) + FIELD_REQUIRED_SINT32_86_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredSint3286(); } if (hasFieldRequiredSint6487()) { hash = (37 * hash) + FIELD_REQUIRED_SINT64_87_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldRequiredSint6487()); } if (hasFieldRequiredGroup88()) { hash = (37 * hash) + FIELDREQUIREDGROUP88_FIELD_NUMBER; hash = (53 * hash) + getFieldRequiredGroup88().hashCode(); } switch (testOneofCase_) { case 53: hash = (37 * hash) + FIELD_DOUBLE_53_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble53())); break; case 54: hash = (37 * hash) + FIELD_FLOAT_54_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat54()); break; case 55: hash = (37 * hash) + FIELD_INT64_55_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt6455()); break; case 56: hash = (37 * hash) + FIELD_UINT64_56_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint6456()); break; case 57: hash = (37 * hash) + FIELD_INT32_57_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3257(); break; case 58: hash = (37 * hash) + FIELD_FIXED64_58_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed6458()); break; case 59: hash = (37 * hash) + FIELD_FIXED32_59_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed3259(); break; case 60: hash = (37 * hash) + FIELD_BOOL_60_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool60()); break; case 61: hash = (37 * hash) + FIELD_STRING_61_FIELD_NUMBER; hash = (53 * hash) + getFieldString61().hashCode(); break; case 62: hash = (37 * hash) + FIELD_MESSAGE_62_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage62().hashCode(); break; case 63: hash = (37 * hash) + FIELD_BYTES_63_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes63().hashCode(); break; case 64: hash = (37 * hash) + FIELD_UINT32_64_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3264(); break; case 65: hash = (37 * hash) + FIELD_SFIXED32_65_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3265(); break; case 66: hash = (37 * hash) + FIELD_SFIXED64_66_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6466()); break; case 67: hash = (37 * hash) + FIELD_SINT32_67_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3267(); break; case 68: hash = (37 * hash) + FIELD_SINT64_68_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6468()); break; case 69: hash = (37 * hash) + FIELDGROUP69_FIELD_NUMBER; hash = (53 * hash) + getFieldGroup69().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLite) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFieldMessage10FieldBuilder(); getFieldMessageList27FieldBuilder(); getFieldGroup49FieldBuilder(); getFieldGroupList51FieldBuilder(); getFieldRequiredMessage80FieldBuilder(); getFieldRequiredGroup88FieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; bitField2_ = 0; fieldDouble1_ = 0D; fieldFloat2_ = 0F; fieldInt643_ = 0L; fieldUint644_ = 0L; fieldInt325_ = 0; fieldFixed646_ = 0L; fieldFixed327_ = 0; fieldBool8_ = false; fieldString9_ = ""; fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldUint3212_ = 0; fieldEnum13_ = 0; fieldSfixed3214_ = 0; fieldSfixed6415_ = 0L; fieldSint3216_ = 0; fieldSint6417_ = 0L; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); } else { fieldMessageList27_ = null; fieldMessageList27Builder_.clear(); } bitField0_ = (bitField0_ & ~0x04000000); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); fieldGroup49_ = null; if (fieldGroup49Builder_ != null) { fieldGroup49Builder_.dispose(); fieldGroup49Builder_ = null; } if (fieldGroupList51Builder_ == null) { fieldGroupList51_ = java.util.Collections.emptyList(); } else { fieldGroupList51_ = null; fieldGroupList51Builder_.clear(); } bitField1_ = (bitField1_ & ~0x00020000); if (fieldMessage62Builder_ != null) { fieldMessage62Builder_.clear(); } if (fieldGroup69Builder_ != null) { fieldGroup69Builder_.clear(); } fieldRequiredDouble71_ = 0D; fieldRequiredFloat72_ = 0F; fieldRequiredInt6473_ = 0L; fieldRequiredUint6474_ = 0L; fieldRequiredInt3275_ = 0; fieldRequiredFixed6476_ = 0L; fieldRequiredFixed3277_ = 0; fieldRequiredBool78_ = false; fieldRequiredString79_ = ""; fieldRequiredMessage80_ = null; if (fieldRequiredMessage80Builder_ != null) { fieldRequiredMessage80Builder_.dispose(); fieldRequiredMessage80Builder_ = null; } fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; fieldRequiredUint3282_ = 0; fieldRequiredEnum83_ = 0; fieldRequiredSfixed3284_ = 0; fieldRequiredSfixed6485_ = 0L; fieldRequiredSint3286_ = 0; fieldRequiredSint6487_ = 0L; fieldRequiredGroup88_ = null; if (fieldRequiredGroup88Builder_ != null) { fieldRequiredGroup88Builder_.dispose(); fieldRequiredGroup88Builder_ = null; } testOneofCase_ = 0; testOneof_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } if (bitField2_ != 0) { buildPartial2(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite result) { if (fieldMessageList27Builder_ == null) { if (((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = java.util.Collections.unmodifiableList(fieldMessageList27_); bitField0_ = (bitField0_ & ~0x04000000); } result.fieldMessageList27_ = fieldMessageList27_; } else { result.fieldMessageList27_ = fieldMessageList27Builder_.build(); } if (((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = java.util.Collections.unmodifiableList(fieldEnumList30_); bitField0_ = (bitField0_ & ~0x20000000); } result.fieldEnumList30_ = fieldEnumList30_; if (((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = java.util.Collections.unmodifiableList(fieldEnumListPacked44_); bitField1_ = (bitField1_ & ~0x00000800); } result.fieldEnumListPacked44_ = fieldEnumListPacked44_; if (fieldGroupList51Builder_ == null) { if (((bitField1_ & 0x00020000) != 0)) { fieldGroupList51_ = java.util.Collections.unmodifiableList(fieldGroupList51_); bitField1_ = (bitField1_ & ~0x00020000); } result.fieldGroupList51_ = fieldGroupList51_; } else { result.fieldGroupList51_ = fieldGroupList51Builder_.build(); } } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldDouble1_ = fieldDouble1_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldFloat2_ = fieldFloat2_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldInt643_ = fieldInt643_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldUint644_ = fieldUint644_; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldInt325_ = fieldInt325_; to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldFixed646_ = fieldFixed646_; to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldFixed327_ = fieldFixed327_; to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldBool8_ = fieldBool8_; to_bitField0_ |= 0x00000080; } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldString9_ = fieldString9_; to_bitField0_ |= 0x00000100; } if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMessage10_ = fieldMessage10Builder_ == null ? fieldMessage10_ : fieldMessage10Builder_.build(); to_bitField0_ |= 0x00000200; } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldBytes11_ = fieldBytes11_; to_bitField0_ |= 0x00000400; } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldUint3212_ = fieldUint3212_; to_bitField0_ |= 0x00000800; } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldEnum13_ = fieldEnum13_; to_bitField0_ |= 0x00001000; } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldSfixed3214_ = fieldSfixed3214_; to_bitField0_ |= 0x00002000; } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldSfixed6415_ = fieldSfixed6415_; to_bitField0_ |= 0x00004000; } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldSint3216_ = fieldSint3216_; to_bitField0_ |= 0x00008000; } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldSint6417_ = fieldSint6417_; to_bitField0_ |= 0x00010000; } if (((from_bitField0_ & 0x00020000) != 0)) { fieldDoubleList18_.makeImmutable(); result.fieldDoubleList18_ = fieldDoubleList18_; } if (((from_bitField0_ & 0x00040000) != 0)) { fieldFloatList19_.makeImmutable(); result.fieldFloatList19_ = fieldFloatList19_; } if (((from_bitField0_ & 0x00080000) != 0)) { fieldInt64List20_.makeImmutable(); result.fieldInt64List20_ = fieldInt64List20_; } if (((from_bitField0_ & 0x00100000) != 0)) { fieldUint64List21_.makeImmutable(); result.fieldUint64List21_ = fieldUint64List21_; } if (((from_bitField0_ & 0x00200000) != 0)) { fieldInt32List22_.makeImmutable(); result.fieldInt32List22_ = fieldInt32List22_; } if (((from_bitField0_ & 0x00400000) != 0)) { fieldFixed64List23_.makeImmutable(); result.fieldFixed64List23_ = fieldFixed64List23_; } if (((from_bitField0_ & 0x00800000) != 0)) { fieldFixed32List24_.makeImmutable(); result.fieldFixed32List24_ = fieldFixed32List24_; } if (((from_bitField0_ & 0x01000000) != 0)) { fieldBoolList25_.makeImmutable(); result.fieldBoolList25_ = fieldBoolList25_; } if (((from_bitField0_ & 0x02000000) != 0)) { fieldStringList26_.makeImmutable(); result.fieldStringList26_ = fieldStringList26_; } if (((from_bitField0_ & 0x08000000) != 0)) { fieldBytesList28_.makeImmutable(); result.fieldBytesList28_ = fieldBytesList28_; } if (((from_bitField0_ & 0x10000000) != 0)) { fieldUint32List29_.makeImmutable(); result.fieldUint32List29_ = fieldUint32List29_; } if (((from_bitField0_ & 0x40000000) != 0)) { fieldSfixed32List31_.makeImmutable(); result.fieldSfixed32List31_ = fieldSfixed32List31_; } if (((from_bitField0_ & 0x80000000) != 0)) { fieldSfixed64List32_.makeImmutable(); result.fieldSfixed64List32_ = fieldSfixed64List32_; } result.bitField0_ |= to_bitField0_; } private void buildPartial1(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { fieldSint32List33_.makeImmutable(); result.fieldSint32List33_ = fieldSint32List33_; } if (((from_bitField1_ & 0x00000002) != 0)) { fieldSint64List34_.makeImmutable(); result.fieldSint64List34_ = fieldSint64List34_; } if (((from_bitField1_ & 0x00000004) != 0)) { fieldDoubleListPacked35_.makeImmutable(); result.fieldDoubleListPacked35_ = fieldDoubleListPacked35_; } if (((from_bitField1_ & 0x00000008) != 0)) { fieldFloatListPacked36_.makeImmutable(); result.fieldFloatListPacked36_ = fieldFloatListPacked36_; } if (((from_bitField1_ & 0x00000010) != 0)) { fieldInt64ListPacked37_.makeImmutable(); result.fieldInt64ListPacked37_ = fieldInt64ListPacked37_; } if (((from_bitField1_ & 0x00000020) != 0)) { fieldUint64ListPacked38_.makeImmutable(); result.fieldUint64ListPacked38_ = fieldUint64ListPacked38_; } if (((from_bitField1_ & 0x00000040) != 0)) { fieldInt32ListPacked39_.makeImmutable(); result.fieldInt32ListPacked39_ = fieldInt32ListPacked39_; } if (((from_bitField1_ & 0x00000080) != 0)) { fieldFixed64ListPacked40_.makeImmutable(); result.fieldFixed64ListPacked40_ = fieldFixed64ListPacked40_; } if (((from_bitField1_ & 0x00000100) != 0)) { fieldFixed32ListPacked41_.makeImmutable(); result.fieldFixed32ListPacked41_ = fieldFixed32ListPacked41_; } if (((from_bitField1_ & 0x00000200) != 0)) { fieldBoolListPacked42_.makeImmutable(); result.fieldBoolListPacked42_ = fieldBoolListPacked42_; } if (((from_bitField1_ & 0x00000400) != 0)) { fieldUint32ListPacked43_.makeImmutable(); result.fieldUint32ListPacked43_ = fieldUint32ListPacked43_; } if (((from_bitField1_ & 0x00001000) != 0)) { fieldSfixed32ListPacked45_.makeImmutable(); result.fieldSfixed32ListPacked45_ = fieldSfixed32ListPacked45_; } if (((from_bitField1_ & 0x00002000) != 0)) { fieldSfixed64ListPacked46_.makeImmutable(); result.fieldSfixed64ListPacked46_ = fieldSfixed64ListPacked46_; } if (((from_bitField1_ & 0x00004000) != 0)) { fieldSint32ListPacked47_.makeImmutable(); result.fieldSint32ListPacked47_ = fieldSint32ListPacked47_; } if (((from_bitField1_ & 0x00008000) != 0)) { fieldSint64ListPacked48_.makeImmutable(); result.fieldSint64ListPacked48_ = fieldSint64ListPacked48_; } int to_bitField0_ = 0; if (((from_bitField1_ & 0x00010000) != 0)) { result.fieldGroup49_ = fieldGroup49Builder_ == null ? fieldGroup49_ : fieldGroup49Builder_.build(); to_bitField0_ |= 0x00020000; } result.bitField0_ |= to_bitField0_; } private void buildPartial2(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite result) { int from_bitField2_ = bitField2_; int to_bitField0_ = 0; if (((from_bitField2_ & 0x00000008) != 0)) { result.fieldRequiredDouble71_ = fieldRequiredDouble71_; to_bitField0_ |= 0x00040000; } if (((from_bitField2_ & 0x00000010) != 0)) { result.fieldRequiredFloat72_ = fieldRequiredFloat72_; to_bitField0_ |= 0x00080000; } if (((from_bitField2_ & 0x00000020) != 0)) { result.fieldRequiredInt6473_ = fieldRequiredInt6473_; to_bitField0_ |= 0x00100000; } if (((from_bitField2_ & 0x00000040) != 0)) { result.fieldRequiredUint6474_ = fieldRequiredUint6474_; to_bitField0_ |= 0x00200000; } if (((from_bitField2_ & 0x00000080) != 0)) { result.fieldRequiredInt3275_ = fieldRequiredInt3275_; to_bitField0_ |= 0x00400000; } if (((from_bitField2_ & 0x00000100) != 0)) { result.fieldRequiredFixed6476_ = fieldRequiredFixed6476_; to_bitField0_ |= 0x00800000; } if (((from_bitField2_ & 0x00000200) != 0)) { result.fieldRequiredFixed3277_ = fieldRequiredFixed3277_; to_bitField0_ |= 0x01000000; } if (((from_bitField2_ & 0x00000400) != 0)) { result.fieldRequiredBool78_ = fieldRequiredBool78_; to_bitField0_ |= 0x02000000; } if (((from_bitField2_ & 0x00000800) != 0)) { result.fieldRequiredString79_ = fieldRequiredString79_; to_bitField0_ |= 0x04000000; } if (((from_bitField2_ & 0x00001000) != 0)) { result.fieldRequiredMessage80_ = fieldRequiredMessage80Builder_ == null ? fieldRequiredMessage80_ : fieldRequiredMessage80Builder_.build(); to_bitField0_ |= 0x08000000; } if (((from_bitField2_ & 0x00002000) != 0)) { result.fieldRequiredBytes81_ = fieldRequiredBytes81_; to_bitField0_ |= 0x10000000; } if (((from_bitField2_ & 0x00004000) != 0)) { result.fieldRequiredUint3282_ = fieldRequiredUint3282_; to_bitField0_ |= 0x20000000; } if (((from_bitField2_ & 0x00008000) != 0)) { result.fieldRequiredEnum83_ = fieldRequiredEnum83_; to_bitField0_ |= 0x40000000; } if (((from_bitField2_ & 0x00010000) != 0)) { result.fieldRequiredSfixed3284_ = fieldRequiredSfixed3284_; to_bitField0_ |= 0x80000000; } int to_bitField1_ = 0; if (((from_bitField2_ & 0x00020000) != 0)) { result.fieldRequiredSfixed6485_ = fieldRequiredSfixed6485_; to_bitField1_ |= 0x00000001; } if (((from_bitField2_ & 0x00040000) != 0)) { result.fieldRequiredSint3286_ = fieldRequiredSint3286_; to_bitField1_ |= 0x00000002; } if (((from_bitField2_ & 0x00080000) != 0)) { result.fieldRequiredSint6487_ = fieldRequiredSint6487_; to_bitField1_ |= 0x00000004; } if (((from_bitField2_ & 0x00100000) != 0)) { result.fieldRequiredGroup88_ = fieldRequiredGroup88Builder_ == null ? fieldRequiredGroup88_ : fieldRequiredGroup88Builder_.build(); to_bitField1_ |= 0x00000008; } result.bitField0_ |= to_bitField0_; result.bitField1_ |= to_bitField1_; } private void buildPartialOneofs(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite result) { result.testOneofCase_ = testOneofCase_; result.testOneof_ = this.testOneof_; if (testOneofCase_ == 62 && fieldMessage62Builder_ != null) { result.testOneof_ = fieldMessage62Builder_.build(); } if (testOneofCase_ == 69 && fieldGroup69Builder_ != null) { result.testOneof_ = fieldGroup69Builder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()) return this; if (other.hasFieldDouble1()) { setFieldDouble1(other.getFieldDouble1()); } if (other.hasFieldFloat2()) { setFieldFloat2(other.getFieldFloat2()); } if (other.hasFieldInt643()) { setFieldInt643(other.getFieldInt643()); } if (other.hasFieldUint644()) { setFieldUint644(other.getFieldUint644()); } if (other.hasFieldInt325()) { setFieldInt325(other.getFieldInt325()); } if (other.hasFieldFixed646()) { setFieldFixed646(other.getFieldFixed646()); } if (other.hasFieldFixed327()) { setFieldFixed327(other.getFieldFixed327()); } if (other.hasFieldBool8()) { setFieldBool8(other.getFieldBool8()); } if (other.hasFieldString9()) { fieldString9_ = other.fieldString9_; bitField0_ |= 0x00000100; onChanged(); } if (other.hasFieldMessage10()) { mergeFieldMessage10(other.getFieldMessage10()); } if (other.hasFieldBytes11()) { setFieldBytes11(other.getFieldBytes11()); } if (other.hasFieldUint3212()) { setFieldUint3212(other.getFieldUint3212()); } if (other.hasFieldEnum13()) { setFieldEnum13(other.getFieldEnum13()); } if (other.hasFieldSfixed3214()) { setFieldSfixed3214(other.getFieldSfixed3214()); } if (other.hasFieldSfixed6415()) { setFieldSfixed6415(other.getFieldSfixed6415()); } if (other.hasFieldSint3216()) { setFieldSint3216(other.getFieldSint3216()); } if (other.hasFieldSint6417()) { setFieldSint6417(other.getFieldSint6417()); } if (!other.fieldDoubleList18_.isEmpty()) { if (fieldDoubleList18_.isEmpty()) { fieldDoubleList18_ = other.fieldDoubleList18_; fieldDoubleList18_.makeImmutable(); bitField0_ |= 0x00020000; } else { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addAll(other.fieldDoubleList18_); } onChanged(); } if (!other.fieldFloatList19_.isEmpty()) { if (fieldFloatList19_.isEmpty()) { fieldFloatList19_ = other.fieldFloatList19_; fieldFloatList19_.makeImmutable(); bitField0_ |= 0x00040000; } else { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addAll(other.fieldFloatList19_); } onChanged(); } if (!other.fieldInt64List20_.isEmpty()) { if (fieldInt64List20_.isEmpty()) { fieldInt64List20_ = other.fieldInt64List20_; fieldInt64List20_.makeImmutable(); bitField0_ |= 0x00080000; } else { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addAll(other.fieldInt64List20_); } onChanged(); } if (!other.fieldUint64List21_.isEmpty()) { if (fieldUint64List21_.isEmpty()) { fieldUint64List21_ = other.fieldUint64List21_; fieldUint64List21_.makeImmutable(); bitField0_ |= 0x00100000; } else { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addAll(other.fieldUint64List21_); } onChanged(); } if (!other.fieldInt32List22_.isEmpty()) { if (fieldInt32List22_.isEmpty()) { fieldInt32List22_ = other.fieldInt32List22_; fieldInt32List22_.makeImmutable(); bitField0_ |= 0x00200000; } else { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addAll(other.fieldInt32List22_); } onChanged(); } if (!other.fieldFixed64List23_.isEmpty()) { if (fieldFixed64List23_.isEmpty()) { fieldFixed64List23_ = other.fieldFixed64List23_; fieldFixed64List23_.makeImmutable(); bitField0_ |= 0x00400000; } else { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addAll(other.fieldFixed64List23_); } onChanged(); } if (!other.fieldFixed32List24_.isEmpty()) { if (fieldFixed32List24_.isEmpty()) { fieldFixed32List24_ = other.fieldFixed32List24_; fieldFixed32List24_.makeImmutable(); bitField0_ |= 0x00800000; } else { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addAll(other.fieldFixed32List24_); } onChanged(); } if (!other.fieldBoolList25_.isEmpty()) { if (fieldBoolList25_.isEmpty()) { fieldBoolList25_ = other.fieldBoolList25_; fieldBoolList25_.makeImmutable(); bitField0_ |= 0x01000000; } else { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addAll(other.fieldBoolList25_); } onChanged(); } if (!other.fieldStringList26_.isEmpty()) { if (fieldStringList26_.isEmpty()) { fieldStringList26_ = other.fieldStringList26_; bitField0_ |= 0x02000000; } else { ensureFieldStringList26IsMutable(); fieldStringList26_.addAll(other.fieldStringList26_); } onChanged(); } if (fieldMessageList27Builder_ == null) { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27_.isEmpty()) { fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); } else { ensureFieldMessageList27IsMutable(); fieldMessageList27_.addAll(other.fieldMessageList27_); } onChanged(); } } else { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27Builder_.isEmpty()) { fieldMessageList27Builder_.dispose(); fieldMessageList27Builder_ = null; fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); fieldMessageList27Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFieldMessageList27FieldBuilder() : null; } else { fieldMessageList27Builder_.addAllMessages(other.fieldMessageList27_); } } } if (!other.fieldBytesList28_.isEmpty()) { if (fieldBytesList28_.isEmpty()) { fieldBytesList28_ = other.fieldBytesList28_; fieldBytesList28_.makeImmutable(); bitField0_ |= 0x08000000; } else { ensureFieldBytesList28IsMutable(); fieldBytesList28_.addAll(other.fieldBytesList28_); } onChanged(); } if (!other.fieldUint32List29_.isEmpty()) { if (fieldUint32List29_.isEmpty()) { fieldUint32List29_ = other.fieldUint32List29_; fieldUint32List29_.makeImmutable(); bitField0_ |= 0x10000000; } else { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addAll(other.fieldUint32List29_); } onChanged(); } if (!other.fieldEnumList30_.isEmpty()) { if (fieldEnumList30_.isEmpty()) { fieldEnumList30_ = other.fieldEnumList30_; bitField0_ = (bitField0_ & ~0x20000000); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.addAll(other.fieldEnumList30_); } onChanged(); } if (!other.fieldSfixed32List31_.isEmpty()) { if (fieldSfixed32List31_.isEmpty()) { fieldSfixed32List31_ = other.fieldSfixed32List31_; fieldSfixed32List31_.makeImmutable(); bitField0_ |= 0x40000000; } else { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addAll(other.fieldSfixed32List31_); } onChanged(); } if (!other.fieldSfixed64List32_.isEmpty()) { if (fieldSfixed64List32_.isEmpty()) { fieldSfixed64List32_ = other.fieldSfixed64List32_; fieldSfixed64List32_.makeImmutable(); bitField0_ |= 0x80000000; } else { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addAll(other.fieldSfixed64List32_); } onChanged(); } if (!other.fieldSint32List33_.isEmpty()) { if (fieldSint32List33_.isEmpty()) { fieldSint32List33_ = other.fieldSint32List33_; fieldSint32List33_.makeImmutable(); bitField1_ |= 0x00000001; } else { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addAll(other.fieldSint32List33_); } onChanged(); } if (!other.fieldSint64List34_.isEmpty()) { if (fieldSint64List34_.isEmpty()) { fieldSint64List34_ = other.fieldSint64List34_; fieldSint64List34_.makeImmutable(); bitField1_ |= 0x00000002; } else { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addAll(other.fieldSint64List34_); } onChanged(); } if (!other.fieldDoubleListPacked35_.isEmpty()) { if (fieldDoubleListPacked35_.isEmpty()) { fieldDoubleListPacked35_ = other.fieldDoubleListPacked35_; fieldDoubleListPacked35_.makeImmutable(); bitField1_ |= 0x00000004; } else { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addAll(other.fieldDoubleListPacked35_); } onChanged(); } if (!other.fieldFloatListPacked36_.isEmpty()) { if (fieldFloatListPacked36_.isEmpty()) { fieldFloatListPacked36_ = other.fieldFloatListPacked36_; fieldFloatListPacked36_.makeImmutable(); bitField1_ |= 0x00000008; } else { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addAll(other.fieldFloatListPacked36_); } onChanged(); } if (!other.fieldInt64ListPacked37_.isEmpty()) { if (fieldInt64ListPacked37_.isEmpty()) { fieldInt64ListPacked37_ = other.fieldInt64ListPacked37_; fieldInt64ListPacked37_.makeImmutable(); bitField1_ |= 0x00000010; } else { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addAll(other.fieldInt64ListPacked37_); } onChanged(); } if (!other.fieldUint64ListPacked38_.isEmpty()) { if (fieldUint64ListPacked38_.isEmpty()) { fieldUint64ListPacked38_ = other.fieldUint64ListPacked38_; fieldUint64ListPacked38_.makeImmutable(); bitField1_ |= 0x00000020; } else { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addAll(other.fieldUint64ListPacked38_); } onChanged(); } if (!other.fieldInt32ListPacked39_.isEmpty()) { if (fieldInt32ListPacked39_.isEmpty()) { fieldInt32ListPacked39_ = other.fieldInt32ListPacked39_; fieldInt32ListPacked39_.makeImmutable(); bitField1_ |= 0x00000040; } else { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addAll(other.fieldInt32ListPacked39_); } onChanged(); } if (!other.fieldFixed64ListPacked40_.isEmpty()) { if (fieldFixed64ListPacked40_.isEmpty()) { fieldFixed64ListPacked40_ = other.fieldFixed64ListPacked40_; fieldFixed64ListPacked40_.makeImmutable(); bitField1_ |= 0x00000080; } else { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addAll(other.fieldFixed64ListPacked40_); } onChanged(); } if (!other.fieldFixed32ListPacked41_.isEmpty()) { if (fieldFixed32ListPacked41_.isEmpty()) { fieldFixed32ListPacked41_ = other.fieldFixed32ListPacked41_; fieldFixed32ListPacked41_.makeImmutable(); bitField1_ |= 0x00000100; } else { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addAll(other.fieldFixed32ListPacked41_); } onChanged(); } if (!other.fieldBoolListPacked42_.isEmpty()) { if (fieldBoolListPacked42_.isEmpty()) { fieldBoolListPacked42_ = other.fieldBoolListPacked42_; fieldBoolListPacked42_.makeImmutable(); bitField1_ |= 0x00000200; } else { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addAll(other.fieldBoolListPacked42_); } onChanged(); } if (!other.fieldUint32ListPacked43_.isEmpty()) { if (fieldUint32ListPacked43_.isEmpty()) { fieldUint32ListPacked43_ = other.fieldUint32ListPacked43_; fieldUint32ListPacked43_.makeImmutable(); bitField1_ |= 0x00000400; } else { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addAll(other.fieldUint32ListPacked43_); } onChanged(); } if (!other.fieldEnumListPacked44_.isEmpty()) { if (fieldEnumListPacked44_.isEmpty()) { fieldEnumListPacked44_ = other.fieldEnumListPacked44_; bitField1_ = (bitField1_ & ~0x00000800); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.addAll(other.fieldEnumListPacked44_); } onChanged(); } if (!other.fieldSfixed32ListPacked45_.isEmpty()) { if (fieldSfixed32ListPacked45_.isEmpty()) { fieldSfixed32ListPacked45_ = other.fieldSfixed32ListPacked45_; fieldSfixed32ListPacked45_.makeImmutable(); bitField1_ |= 0x00001000; } else { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addAll(other.fieldSfixed32ListPacked45_); } onChanged(); } if (!other.fieldSfixed64ListPacked46_.isEmpty()) { if (fieldSfixed64ListPacked46_.isEmpty()) { fieldSfixed64ListPacked46_ = other.fieldSfixed64ListPacked46_; fieldSfixed64ListPacked46_.makeImmutable(); bitField1_ |= 0x00002000; } else { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addAll(other.fieldSfixed64ListPacked46_); } onChanged(); } if (!other.fieldSint32ListPacked47_.isEmpty()) { if (fieldSint32ListPacked47_.isEmpty()) { fieldSint32ListPacked47_ = other.fieldSint32ListPacked47_; fieldSint32ListPacked47_.makeImmutable(); bitField1_ |= 0x00004000; } else { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addAll(other.fieldSint32ListPacked47_); } onChanged(); } if (!other.fieldSint64ListPacked48_.isEmpty()) { if (fieldSint64ListPacked48_.isEmpty()) { fieldSint64ListPacked48_ = other.fieldSint64ListPacked48_; fieldSint64ListPacked48_.makeImmutable(); bitField1_ |= 0x00008000; } else { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addAll(other.fieldSint64ListPacked48_); } onChanged(); } if (other.hasFieldGroup49()) { mergeFieldGroup49(other.getFieldGroup49()); } if (fieldGroupList51Builder_ == null) { if (!other.fieldGroupList51_.isEmpty()) { if (fieldGroupList51_.isEmpty()) { fieldGroupList51_ = other.fieldGroupList51_; bitField1_ = (bitField1_ & ~0x00020000); } else { ensureFieldGroupList51IsMutable(); fieldGroupList51_.addAll(other.fieldGroupList51_); } onChanged(); } } else { if (!other.fieldGroupList51_.isEmpty()) { if (fieldGroupList51Builder_.isEmpty()) { fieldGroupList51Builder_.dispose(); fieldGroupList51Builder_ = null; fieldGroupList51_ = other.fieldGroupList51_; bitField1_ = (bitField1_ & ~0x00020000); fieldGroupList51Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFieldGroupList51FieldBuilder() : null; } else { fieldGroupList51Builder_.addAllMessages(other.fieldGroupList51_); } } } if (other.hasFieldRequiredDouble71()) { setFieldRequiredDouble71(other.getFieldRequiredDouble71()); } if (other.hasFieldRequiredFloat72()) { setFieldRequiredFloat72(other.getFieldRequiredFloat72()); } if (other.hasFieldRequiredInt6473()) { setFieldRequiredInt6473(other.getFieldRequiredInt6473()); } if (other.hasFieldRequiredUint6474()) { setFieldRequiredUint6474(other.getFieldRequiredUint6474()); } if (other.hasFieldRequiredInt3275()) { setFieldRequiredInt3275(other.getFieldRequiredInt3275()); } if (other.hasFieldRequiredFixed6476()) { setFieldRequiredFixed6476(other.getFieldRequiredFixed6476()); } if (other.hasFieldRequiredFixed3277()) { setFieldRequiredFixed3277(other.getFieldRequiredFixed3277()); } if (other.hasFieldRequiredBool78()) { setFieldRequiredBool78(other.getFieldRequiredBool78()); } if (other.hasFieldRequiredString79()) { fieldRequiredString79_ = other.fieldRequiredString79_; bitField2_ |= 0x00000800; onChanged(); } if (other.hasFieldRequiredMessage80()) { mergeFieldRequiredMessage80(other.getFieldRequiredMessage80()); } if (other.hasFieldRequiredBytes81()) { setFieldRequiredBytes81(other.getFieldRequiredBytes81()); } if (other.hasFieldRequiredUint3282()) { setFieldRequiredUint3282(other.getFieldRequiredUint3282()); } if (other.hasFieldRequiredEnum83()) { setFieldRequiredEnum83(other.getFieldRequiredEnum83()); } if (other.hasFieldRequiredSfixed3284()) { setFieldRequiredSfixed3284(other.getFieldRequiredSfixed3284()); } if (other.hasFieldRequiredSfixed6485()) { setFieldRequiredSfixed6485(other.getFieldRequiredSfixed6485()); } if (other.hasFieldRequiredSint3286()) { setFieldRequiredSint3286(other.getFieldRequiredSint3286()); } if (other.hasFieldRequiredSint6487()) { setFieldRequiredSint6487(other.getFieldRequiredSint6487()); } if (other.hasFieldRequiredGroup88()) { mergeFieldRequiredGroup88(other.getFieldRequiredGroup88()); } switch (other.getTestOneofCase()) { case FIELD_DOUBLE_53: { setFieldDouble53(other.getFieldDouble53()); break; } case FIELD_FLOAT_54: { setFieldFloat54(other.getFieldFloat54()); break; } case FIELD_INT64_55: { setFieldInt6455(other.getFieldInt6455()); break; } case FIELD_UINT64_56: { setFieldUint6456(other.getFieldUint6456()); break; } case FIELD_INT32_57: { setFieldInt3257(other.getFieldInt3257()); break; } case FIELD_FIXED64_58: { setFieldFixed6458(other.getFieldFixed6458()); break; } case FIELD_FIXED32_59: { setFieldFixed3259(other.getFieldFixed3259()); break; } case FIELD_BOOL_60: { setFieldBool60(other.getFieldBool60()); break; } case FIELD_STRING_61: { testOneofCase_ = 61; testOneof_ = other.testOneof_; onChanged(); break; } case FIELD_MESSAGE_62: { mergeFieldMessage62(other.getFieldMessage62()); break; } case FIELD_BYTES_63: { setFieldBytes63(other.getFieldBytes63()); break; } case FIELD_UINT32_64: { setFieldUint3264(other.getFieldUint3264()); break; } case FIELD_SFIXED32_65: { setFieldSfixed3265(other.getFieldSfixed3265()); break; } case FIELD_SFIXED64_66: { setFieldSfixed6466(other.getFieldSfixed6466()); break; } case FIELD_SINT32_67: { setFieldSint3267(other.getFieldSint3267()); break; } case FIELD_SINT64_68: { setFieldSint6468(other.getFieldSint6468()); break; } case FIELDGROUP69: { mergeFieldGroup69(other.getFieldGroup69()); break; } case TESTONEOF_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!hasFieldRequiredDouble71()) { return false; } if (!hasFieldRequiredFloat72()) { return false; } if (!hasFieldRequiredInt6473()) { return false; } if (!hasFieldRequiredUint6474()) { return false; } if (!hasFieldRequiredInt3275()) { return false; } if (!hasFieldRequiredFixed6476()) { return false; } if (!hasFieldRequiredFixed3277()) { return false; } if (!hasFieldRequiredBool78()) { return false; } if (!hasFieldRequiredString79()) { return false; } if (!hasFieldRequiredMessage80()) { return false; } if (!hasFieldRequiredBytes81()) { return false; } if (!hasFieldRequiredUint3282()) { return false; } if (!hasFieldRequiredEnum83()) { return false; } if (!hasFieldRequiredSfixed3284()) { return false; } if (!hasFieldRequiredSfixed6485()) { return false; } if (!hasFieldRequiredSint3286()) { return false; } if (!hasFieldRequiredSint6487()) { return false; } if (!hasFieldRequiredGroup88()) { return false; } if (hasFieldMessage10()) { if (!getFieldMessage10().isInitialized()) { return false; } } for (int i = 0; i < getFieldMessageList27Count(); i++) { if (!getFieldMessageList27(i).isInitialized()) { return false; } } if (hasFieldMessage62()) { if (!getFieldMessage62().isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 9: { fieldDouble1_ = input.readDouble(); bitField0_ |= 0x00000001; break; } // case 9 case 21: { fieldFloat2_ = input.readFloat(); bitField0_ |= 0x00000002; break; } // case 21 case 24: { fieldInt643_ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { fieldUint644_ = input.readUInt64(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { fieldInt325_ = input.readInt32(); bitField0_ |= 0x00000010; break; } // case 40 case 49: { fieldFixed646_ = input.readFixed64(); bitField0_ |= 0x00000020; break; } // case 49 case 61: { fieldFixed327_ = input.readFixed32(); bitField0_ |= 0x00000040; break; } // case 61 case 64: { fieldBool8_ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 64 case 74: { fieldString9_ = input.readBytes(); bitField0_ |= 0x00000100; break; } // case 74 case 82: { input.readMessage( getFieldMessage10FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 82 case 90: { fieldBytes11_ = input.readBytes(); bitField0_ |= 0x00000400; break; } // case 90 case 96: { fieldUint3212_ = input.readUInt32(); bitField0_ |= 0x00000800; break; } // case 96 case 104: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum tmpValue = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(13, tmpRaw); } else { fieldEnum13_ = tmpRaw; bitField0_ |= 0x00001000; } break; } // case 104 case 117: { fieldSfixed3214_ = input.readSFixed32(); bitField0_ |= 0x00002000; break; } // case 117 case 121: { fieldSfixed6415_ = input.readSFixed64(); bitField0_ |= 0x00004000; break; } // case 121 case 128: { fieldSint3216_ = input.readSInt32(); bitField0_ |= 0x00008000; break; } // case 128 case 136: { fieldSint6417_ = input.readSInt64(); bitField0_ |= 0x00010000; break; } // case 136 case 145: { double v = input.readDouble(); ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(v); break; } // case 145 case 146: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleList18IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleList18_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 146 case 157: { float v = input.readFloat(); ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(v); break; } // case 157 case 154: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatList19IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatList19_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 154 case 160: { long v = input.readInt64(); ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(v); break; } // case 160 case 162: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64List20IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64List20_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 162 case 168: { long v = input.readUInt64(); ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(v); break; } // case 168 case 170: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64List21IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64List21_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 170 case 176: { int v = input.readInt32(); ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(v); break; } // case 176 case 178: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32List22IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32List22_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 178 case 185: { long v = input.readFixed64(); ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(v); break; } // case 185 case 186: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64List23IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64List23_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 186 case 197: { int v = input.readFixed32(); ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(v); break; } // case 197 case 194: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32List24IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32List24_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 194 case 200: { boolean v = input.readBool(); ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(v); break; } // case 200 case 202: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolList25IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolList25_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 202 case 210: { com.google.protobuf.ByteString bs = input.readBytes(); ensureFieldStringList26IsMutable(); fieldStringList26_.add(bs); break; } // case 210 case 218: { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite m = input.readMessage( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.PARSER, extensionRegistry); if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(m); } else { fieldMessageList27Builder_.addMessage(m); } break; } // case 218 case 226: { com.google.protobuf.ByteString v = input.readBytes(); ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(v); break; } // case 226 case 232: { int v = input.readUInt32(); ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(v); break; } // case 232 case 234: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32List29IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32List29_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 234 case 240: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum tmpValue = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(30, tmpRaw); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); } break; } // case 240 case 242: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum tmpValue = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(30, tmpRaw); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 242 case 253: { int v = input.readSFixed32(); ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(v); break; } // case 253 case 250: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32List31IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32List31_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 250 case 257: { long v = input.readSFixed64(); ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(v); break; } // case 257 case 258: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64List32IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64List32_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 258 case 264: { int v = input.readSInt32(); ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(v); break; } // case 264 case 266: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32List33IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32List33_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 266 case 272: { long v = input.readSInt64(); ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(v); break; } // case 272 case 274: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64List34IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64List34_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 274 case 281: { double v = input.readDouble(); ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(v); break; } // case 281 case 282: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleListPacked35IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleListPacked35_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 282 case 293: { float v = input.readFloat(); ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(v); break; } // case 293 case 290: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatListPacked36IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatListPacked36_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 290 case 296: { long v = input.readInt64(); ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(v); break; } // case 296 case 298: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64ListPacked37IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64ListPacked37_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 298 case 304: { long v = input.readUInt64(); ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(v); break; } // case 304 case 306: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64ListPacked38IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64ListPacked38_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 306 case 312: { int v = input.readInt32(); ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(v); break; } // case 312 case 314: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32ListPacked39IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32ListPacked39_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 314 case 321: { long v = input.readFixed64(); ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(v); break; } // case 321 case 322: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64ListPacked40IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64ListPacked40_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 322 case 333: { int v = input.readFixed32(); ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(v); break; } // case 333 case 330: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32ListPacked41IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32ListPacked41_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 330 case 336: { boolean v = input.readBool(); ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(v); break; } // case 336 case 338: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolListPacked42IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolListPacked42_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 338 case 344: { int v = input.readUInt32(); ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(v); break; } // case 344 case 346: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32ListPacked43IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32ListPacked43_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 346 case 352: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum tmpValue = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(44, tmpRaw); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); } break; } // case 352 case 354: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum tmpValue = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(44, tmpRaw); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); } } input.popLimit(oldLimit); break; } // case 354 case 365: { int v = input.readSFixed32(); ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(v); break; } // case 365 case 362: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32ListPacked45IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32ListPacked45_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 362 case 369: { long v = input.readSFixed64(); ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(v); break; } // case 369 case 370: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64ListPacked46IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64ListPacked46_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 370 case 376: { int v = input.readSInt32(); ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(v); break; } // case 376 case 378: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32ListPacked47IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32ListPacked47_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 378 case 384: { long v = input.readSInt64(); ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(v); break; } // case 384 case 386: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64ListPacked48IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64ListPacked48_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 386 case 395: { input.readGroup(49, getFieldGroup49FieldBuilder().getBuilder(), extensionRegistry); bitField1_ |= 0x00010000; break; } // case 395 case 411: { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 m = input.readGroup(51, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.PARSER, extensionRegistry); if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(m); } else { fieldGroupList51Builder_.addMessage(m); } break; } // case 411 case 425: { testOneof_ = input.readDouble(); testOneofCase_ = 53; break; } // case 425 case 437: { testOneof_ = input.readFloat(); testOneofCase_ = 54; break; } // case 437 case 440: { testOneof_ = input.readInt64(); testOneofCase_ = 55; break; } // case 440 case 448: { testOneof_ = input.readUInt64(); testOneofCase_ = 56; break; } // case 448 case 456: { testOneof_ = input.readInt32(); testOneofCase_ = 57; break; } // case 456 case 465: { testOneof_ = input.readFixed64(); testOneofCase_ = 58; break; } // case 465 case 477: { testOneof_ = input.readFixed32(); testOneofCase_ = 59; break; } // case 477 case 480: { testOneof_ = input.readBool(); testOneofCase_ = 60; break; } // case 480 case 490: { com.google.protobuf.ByteString bs = input.readBytes(); testOneofCase_ = 61; testOneof_ = bs; break; } // case 490 case 498: { input.readMessage( getFieldMessage62FieldBuilder().getBuilder(), extensionRegistry); testOneofCase_ = 62; break; } // case 498 case 506: { testOneof_ = input.readBytes(); testOneofCase_ = 63; break; } // case 506 case 512: { testOneof_ = input.readUInt32(); testOneofCase_ = 64; break; } // case 512 case 525: { testOneof_ = input.readSFixed32(); testOneofCase_ = 65; break; } // case 525 case 529: { testOneof_ = input.readSFixed64(); testOneofCase_ = 66; break; } // case 529 case 536: { testOneof_ = input.readSInt32(); testOneofCase_ = 67; break; } // case 536 case 544: { testOneof_ = input.readSInt64(); testOneofCase_ = 68; break; } // case 544 case 555: { input.readGroup(69, getFieldGroup69FieldBuilder().getBuilder(), extensionRegistry); testOneofCase_ = 69; break; } // case 555 case 569: { fieldRequiredDouble71_ = input.readDouble(); bitField2_ |= 0x00000008; break; } // case 569 case 581: { fieldRequiredFloat72_ = input.readFloat(); bitField2_ |= 0x00000010; break; } // case 581 case 584: { fieldRequiredInt6473_ = input.readInt64(); bitField2_ |= 0x00000020; break; } // case 584 case 592: { fieldRequiredUint6474_ = input.readUInt64(); bitField2_ |= 0x00000040; break; } // case 592 case 600: { fieldRequiredInt3275_ = input.readInt32(); bitField2_ |= 0x00000080; break; } // case 600 case 609: { fieldRequiredFixed6476_ = input.readFixed64(); bitField2_ |= 0x00000100; break; } // case 609 case 621: { fieldRequiredFixed3277_ = input.readFixed32(); bitField2_ |= 0x00000200; break; } // case 621 case 624: { fieldRequiredBool78_ = input.readBool(); bitField2_ |= 0x00000400; break; } // case 624 case 634: { fieldRequiredString79_ = input.readBytes(); bitField2_ |= 0x00000800; break; } // case 634 case 642: { input.readMessage( getFieldRequiredMessage80FieldBuilder().getBuilder(), extensionRegistry); bitField2_ |= 0x00001000; break; } // case 642 case 650: { fieldRequiredBytes81_ = input.readBytes(); bitField2_ |= 0x00002000; break; } // case 650 case 656: { fieldRequiredUint3282_ = input.readUInt32(); bitField2_ |= 0x00004000; break; } // case 656 case 664: { int tmpRaw = input.readEnum(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum tmpValue = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(83, tmpRaw); } else { fieldRequiredEnum83_ = tmpRaw; bitField2_ |= 0x00008000; } break; } // case 664 case 677: { fieldRequiredSfixed3284_ = input.readSFixed32(); bitField2_ |= 0x00010000; break; } // case 677 case 681: { fieldRequiredSfixed6485_ = input.readSFixed64(); bitField2_ |= 0x00020000; break; } // case 681 case 688: { fieldRequiredSint3286_ = input.readSInt32(); bitField2_ |= 0x00040000; break; } // case 688 case 696: { fieldRequiredSint6487_ = input.readSInt64(); bitField2_ |= 0x00080000; break; } // case 696 case 707: { input.readGroup(88, getFieldRequiredGroup88FieldBuilder().getBuilder(), extensionRegistry); bitField2_ |= 0x00100000; break; } // case 707 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int testOneofCase_ = 0; private java.lang.Object testOneof_; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public Builder clearTestOneof() { testOneofCase_ = 0; testOneof_ = null; onChanged(); return this; } private int bitField0_; private int bitField1_; private int bitField2_; private double fieldDouble1_ ; /** * optional double field_double_1 = 1; * @return Whether the fieldDouble1 field is set. */ @java.lang.Override public boolean hasFieldDouble1() { return ((bitField0_ & 0x00000001) != 0); } /** * optional double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } /** * optional double field_double_1 = 1; * @param value The fieldDouble1 to set. * @return This builder for chaining. */ public Builder setFieldDouble1(double value) { fieldDouble1_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional double field_double_1 = 1; * @return This builder for chaining. */ public Builder clearFieldDouble1() { bitField0_ = (bitField0_ & ~0x00000001); fieldDouble1_ = 0D; onChanged(); return this; } private float fieldFloat2_ ; /** * optional float field_float_2 = 2; * @return Whether the fieldFloat2 field is set. */ @java.lang.Override public boolean hasFieldFloat2() { return ((bitField0_ & 0x00000002) != 0); } /** * optional float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } /** * optional float field_float_2 = 2; * @param value The fieldFloat2 to set. * @return This builder for chaining. */ public Builder setFieldFloat2(float value) { fieldFloat2_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional float field_float_2 = 2; * @return This builder for chaining. */ public Builder clearFieldFloat2() { bitField0_ = (bitField0_ & ~0x00000002); fieldFloat2_ = 0F; onChanged(); return this; } private long fieldInt643_ ; /** * optional int64 field_int64_3 = 3; * @return Whether the fieldInt643 field is set. */ @java.lang.Override public boolean hasFieldInt643() { return ((bitField0_ & 0x00000004) != 0); } /** * optional int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } /** * optional int64 field_int64_3 = 3; * @param value The fieldInt643 to set. * @return This builder for chaining. */ public Builder setFieldInt643(long value) { fieldInt643_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional int64 field_int64_3 = 3; * @return This builder for chaining. */ public Builder clearFieldInt643() { bitField0_ = (bitField0_ & ~0x00000004); fieldInt643_ = 0L; onChanged(); return this; } private long fieldUint644_ ; /** * optional uint64 field_uint64_4 = 4; * @return Whether the fieldUint644 field is set. */ @java.lang.Override public boolean hasFieldUint644() { return ((bitField0_ & 0x00000008) != 0); } /** * optional uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } /** * optional uint64 field_uint64_4 = 4; * @param value The fieldUint644 to set. * @return This builder for chaining. */ public Builder setFieldUint644(long value) { fieldUint644_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * optional uint64 field_uint64_4 = 4; * @return This builder for chaining. */ public Builder clearFieldUint644() { bitField0_ = (bitField0_ & ~0x00000008); fieldUint644_ = 0L; onChanged(); return this; } private int fieldInt325_ ; /** * optional int32 field_int32_5 = 5; * @return Whether the fieldInt325 field is set. */ @java.lang.Override public boolean hasFieldInt325() { return ((bitField0_ & 0x00000010) != 0); } /** * optional int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } /** * optional int32 field_int32_5 = 5; * @param value The fieldInt325 to set. * @return This builder for chaining. */ public Builder setFieldInt325(int value) { fieldInt325_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * optional int32 field_int32_5 = 5; * @return This builder for chaining. */ public Builder clearFieldInt325() { bitField0_ = (bitField0_ & ~0x00000010); fieldInt325_ = 0; onChanged(); return this; } private long fieldFixed646_ ; /** * optional fixed64 field_fixed64_6 = 6; * @return Whether the fieldFixed646 field is set. */ @java.lang.Override public boolean hasFieldFixed646() { return ((bitField0_ & 0x00000020) != 0); } /** * optional fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } /** * optional fixed64 field_fixed64_6 = 6; * @param value The fieldFixed646 to set. * @return This builder for chaining. */ public Builder setFieldFixed646(long value) { fieldFixed646_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * optional fixed64 field_fixed64_6 = 6; * @return This builder for chaining. */ public Builder clearFieldFixed646() { bitField0_ = (bitField0_ & ~0x00000020); fieldFixed646_ = 0L; onChanged(); return this; } private int fieldFixed327_ ; /** * optional fixed32 field_fixed32_7 = 7; * @return Whether the fieldFixed327 field is set. */ @java.lang.Override public boolean hasFieldFixed327() { return ((bitField0_ & 0x00000040) != 0); } /** * optional fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } /** * optional fixed32 field_fixed32_7 = 7; * @param value The fieldFixed327 to set. * @return This builder for chaining. */ public Builder setFieldFixed327(int value) { fieldFixed327_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** * optional fixed32 field_fixed32_7 = 7; * @return This builder for chaining. */ public Builder clearFieldFixed327() { bitField0_ = (bitField0_ & ~0x00000040); fieldFixed327_ = 0; onChanged(); return this; } private boolean fieldBool8_ ; /** * optional bool field_bool_8 = 8; * @return Whether the fieldBool8 field is set. */ @java.lang.Override public boolean hasFieldBool8() { return ((bitField0_ & 0x00000080) != 0); } /** * optional bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } /** * optional bool field_bool_8 = 8; * @param value The fieldBool8 to set. * @return This builder for chaining. */ public Builder setFieldBool8(boolean value) { fieldBool8_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** * optional bool field_bool_8 = 8; * @return This builder for chaining. */ public Builder clearFieldBool8() { bitField0_ = (bitField0_ & ~0x00000080); fieldBool8_ = false; onChanged(); return this; } private java.lang.Object fieldString9_ = ""; /** * optional string field_string_9 = 9; * @return Whether the fieldString9 field is set. */ public boolean hasFieldString9() { return ((bitField0_ & 0x00000100) != 0); } /** * optional string field_string_9 = 9; * @return The fieldString9. */ public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldString9_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string field_string_9 = 9; * @return The bytes for fieldString9. */ public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string field_string_9 = 9; * @param value The fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } /** * optional string field_string_9 = 9; * @return This builder for chaining. */ public Builder clearFieldString9() { fieldString9_ = getDefaultInstance().getFieldString9(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } /** * optional string field_string_9 = 9; * @param value The bytes for fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite fieldMessage10_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder> fieldMessage10Builder_; /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000200) != 0); } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; * @return The fieldMessage10. */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessage10() { if (fieldMessage10Builder_ == null) { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance() : fieldMessage10_; } else { return fieldMessage10Builder_.getMessage(); } } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ public Builder setFieldMessage10(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (fieldMessage10Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldMessage10_ = value; } else { fieldMessage10Builder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ public Builder setFieldMessage10( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder builderForValue) { if (fieldMessage10Builder_ == null) { fieldMessage10_ = builderForValue.build(); } else { fieldMessage10Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ public Builder mergeFieldMessage10(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (fieldMessage10Builder_ == null) { if (((bitField0_ & 0x00000200) != 0) && fieldMessage10_ != null && fieldMessage10_ != com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()) { getFieldMessage10Builder().mergeFrom(value); } else { fieldMessage10_ = value; } } else { fieldMessage10Builder_.mergeFrom(value); } if (fieldMessage10_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ public Builder clearFieldMessage10() { bitField0_ = (bitField0_ & ~0x00000200); fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } onChanged(); return this; } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder getFieldMessage10Builder() { bitField0_ |= 0x00000200; onChanged(); return getFieldMessage10FieldBuilder().getBuilder(); } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessage10OrBuilder() { if (fieldMessage10Builder_ != null) { return fieldMessage10Builder_.getMessageOrBuilder(); } else { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance() : fieldMessage10_; } } /** * optional .protobuf.experimental.lite.Proto2MessageLite field_message_10 = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder> getFieldMessage10FieldBuilder() { if (fieldMessage10Builder_ == null) { fieldMessage10Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder>( getFieldMessage10(), getParentForChildren(), isClean()); fieldMessage10_ = null; } return fieldMessage10Builder_; } private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes field_bytes_11 = 11; * @return Whether the fieldBytes11 field is set. */ @java.lang.Override public boolean hasFieldBytes11() { return ((bitField0_ & 0x00000400) != 0); } /** * optional bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } /** * optional bytes field_bytes_11 = 11; * @param value The fieldBytes11 to set. * @return This builder for chaining. */ public Builder setFieldBytes11(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldBytes11_ = value; bitField0_ |= 0x00000400; onChanged(); return this; } /** * optional bytes field_bytes_11 = 11; * @return This builder for chaining. */ public Builder clearFieldBytes11() { bitField0_ = (bitField0_ & ~0x00000400); fieldBytes11_ = getDefaultInstance().getFieldBytes11(); onChanged(); return this; } private int fieldUint3212_ ; /** * optional uint32 field_uint32_12 = 12; * @return Whether the fieldUint3212 field is set. */ @java.lang.Override public boolean hasFieldUint3212() { return ((bitField0_ & 0x00000800) != 0); } /** * optional uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } /** * optional uint32 field_uint32_12 = 12; * @param value The fieldUint3212 to set. * @return This builder for chaining. */ public Builder setFieldUint3212(int value) { fieldUint3212_ = value; bitField0_ |= 0x00000800; onChanged(); return this; } /** * optional uint32 field_uint32_12 = 12; * @return This builder for chaining. */ public Builder clearFieldUint3212() { bitField0_ = (bitField0_ & ~0x00000800); fieldUint3212_ = 0; onChanged(); return this; } private int fieldEnum13_ = 0; /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @return Whether the fieldEnum13 field is set. */ @java.lang.Override public boolean hasFieldEnum13() { return ((bitField0_ & 0x00001000) != 0); } /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum result = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO : result; } /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @param value The fieldEnum13 to set. * @return This builder for chaining. */ public Builder setFieldEnum13(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00001000; fieldEnum13_ = value.getNumber(); onChanged(); return this; } /** * optional .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_13 = 13; * @return This builder for chaining. */ public Builder clearFieldEnum13() { bitField0_ = (bitField0_ & ~0x00001000); fieldEnum13_ = 0; onChanged(); return this; } private int fieldSfixed3214_ ; /** * optional sfixed32 field_sfixed32_14 = 14; * @return Whether the fieldSfixed3214 field is set. */ @java.lang.Override public boolean hasFieldSfixed3214() { return ((bitField0_ & 0x00002000) != 0); } /** * optional sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } /** * optional sfixed32 field_sfixed32_14 = 14; * @param value The fieldSfixed3214 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3214(int value) { fieldSfixed3214_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } /** * optional sfixed32 field_sfixed32_14 = 14; * @return This builder for chaining. */ public Builder clearFieldSfixed3214() { bitField0_ = (bitField0_ & ~0x00002000); fieldSfixed3214_ = 0; onChanged(); return this; } private long fieldSfixed6415_ ; /** * optional sfixed64 field_sfixed64_15 = 15; * @return Whether the fieldSfixed6415 field is set. */ @java.lang.Override public boolean hasFieldSfixed6415() { return ((bitField0_ & 0x00004000) != 0); } /** * optional sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } /** * optional sfixed64 field_sfixed64_15 = 15; * @param value The fieldSfixed6415 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6415(long value) { fieldSfixed6415_ = value; bitField0_ |= 0x00004000; onChanged(); return this; } /** * optional sfixed64 field_sfixed64_15 = 15; * @return This builder for chaining. */ public Builder clearFieldSfixed6415() { bitField0_ = (bitField0_ & ~0x00004000); fieldSfixed6415_ = 0L; onChanged(); return this; } private int fieldSint3216_ ; /** * optional sint32 field_sint32_16 = 16; * @return Whether the fieldSint3216 field is set. */ @java.lang.Override public boolean hasFieldSint3216() { return ((bitField0_ & 0x00008000) != 0); } /** * optional sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } /** * optional sint32 field_sint32_16 = 16; * @param value The fieldSint3216 to set. * @return This builder for chaining. */ public Builder setFieldSint3216(int value) { fieldSint3216_ = value; bitField0_ |= 0x00008000; onChanged(); return this; } /** * optional sint32 field_sint32_16 = 16; * @return This builder for chaining. */ public Builder clearFieldSint3216() { bitField0_ = (bitField0_ & ~0x00008000); fieldSint3216_ = 0; onChanged(); return this; } private long fieldSint6417_ ; /** * optional sint64 field_sint64_17 = 17; * @return Whether the fieldSint6417 field is set. */ @java.lang.Override public boolean hasFieldSint6417() { return ((bitField0_ & 0x00010000) != 0); } /** * optional sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } /** * optional sint64 field_sint64_17 = 17; * @param value The fieldSint6417 to set. * @return This builder for chaining. */ public Builder setFieldSint6417(long value) { fieldSint6417_ = value; bitField0_ |= 0x00010000; onChanged(); return this; } /** * optional sint64 field_sint64_17 = 17; * @return This builder for chaining. */ public Builder clearFieldSint6417() { bitField0_ = (bitField0_ & ~0x00010000); fieldSint6417_ = 0L; onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); private void ensureFieldDoubleList18IsMutable() { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_); } bitField0_ |= 0x00020000; } private void ensureFieldDoubleList18IsMutable(int capacity) { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_, capacity); } bitField0_ |= 0x00020000; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ public java.util.List getFieldDoubleList18List() { fieldDoubleList18_.makeImmutable(); return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index to set the value at. * @param value The fieldDoubleList18 to set. * @return This builder for chaining. */ public Builder setFieldDoubleList18( int index, double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.setDouble(index, value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param value The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addFieldDoubleList18(double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param values The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleList18( java.lang.Iterable values) { ensureFieldDoubleList18IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleList18_); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldDoubleList18() { fieldDoubleList18_ = emptyDoubleList(); bitField0_ = (bitField0_ & ~0x00020000); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); private void ensureFieldFloatList19IsMutable() { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_); } bitField0_ |= 0x00040000; } private void ensureFieldFloatList19IsMutable(int capacity) { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_, capacity); } bitField0_ |= 0x00040000; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ public java.util.List getFieldFloatList19List() { fieldFloatList19_.makeImmutable(); return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index to set the value at. * @param value The fieldFloatList19 to set. * @return This builder for chaining. */ public Builder setFieldFloatList19( int index, float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.setFloat(index, value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param value The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addFieldFloatList19(float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param values The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatList19( java.lang.Iterable values) { ensureFieldFloatList19IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatList19_); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFloatList19() { fieldFloatList19_ = emptyFloatList(); bitField0_ = (bitField0_ & ~0x00040000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); private void ensureFieldInt64List20IsMutable() { if (!fieldInt64List20_.isModifiable()) { fieldInt64List20_ = makeMutableCopy(fieldInt64List20_); } bitField0_ |= 0x00080000; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ public java.util.List getFieldInt64List20List() { fieldInt64List20_.makeImmutable(); return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt64List20 to set. * @return This builder for chaining. */ public Builder setFieldInt64List20( int index, long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.setLong(index, value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param value The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addFieldInt64List20(long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param values The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64List20( java.lang.Iterable values) { ensureFieldInt64List20IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64List20_); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt64List20() { fieldInt64List20_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00080000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); private void ensureFieldUint64List21IsMutable() { if (!fieldUint64List21_.isModifiable()) { fieldUint64List21_ = makeMutableCopy(fieldUint64List21_); } bitField0_ |= 0x00100000; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ public java.util.List getFieldUint64List21List() { fieldUint64List21_.makeImmutable(); return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint64List21 to set. * @return This builder for chaining. */ public Builder setFieldUint64List21( int index, long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.setLong(index, value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param value The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addFieldUint64List21(long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param values The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64List21( java.lang.Iterable values) { ensureFieldUint64List21IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64List21_); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint64List21() { fieldUint64List21_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00100000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); private void ensureFieldInt32List22IsMutable() { if (!fieldInt32List22_.isModifiable()) { fieldInt32List22_ = makeMutableCopy(fieldInt32List22_); } bitField0_ |= 0x00200000; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ public java.util.List getFieldInt32List22List() { fieldInt32List22_.makeImmutable(); return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt32List22 to set. * @return This builder for chaining. */ public Builder setFieldInt32List22( int index, int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.setInt(index, value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param value The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addFieldInt32List22(int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param values The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32List22( java.lang.Iterable values) { ensureFieldInt32List22IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32List22_); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt32List22() { fieldInt32List22_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00200000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); private void ensureFieldFixed64List23IsMutable() { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_); } bitField0_ |= 0x00400000; } private void ensureFieldFixed64List23IsMutable(int capacity) { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_, capacity); } bitField0_ |= 0x00400000; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ public java.util.List getFieldFixed64List23List() { fieldFixed64List23_.makeImmutable(); return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed64List23 to set. * @return This builder for chaining. */ public Builder setFieldFixed64List23( int index, long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.setLong(index, value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param value The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addFieldFixed64List23(long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param values The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64List23( java.lang.Iterable values) { ensureFieldFixed64List23IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64List23_); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed64List23() { fieldFixed64List23_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00400000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); private void ensureFieldFixed32List24IsMutable() { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_); } bitField0_ |= 0x00800000; } private void ensureFieldFixed32List24IsMutable(int capacity) { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_, capacity); } bitField0_ |= 0x00800000; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ public java.util.List getFieldFixed32List24List() { fieldFixed32List24_.makeImmutable(); return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed32List24 to set. * @return This builder for chaining. */ public Builder setFieldFixed32List24( int index, int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.setInt(index, value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param value The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addFieldFixed32List24(int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param values The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32List24( java.lang.Iterable values) { ensureFieldFixed32List24IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32List24_); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed32List24() { fieldFixed32List24_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00800000); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); private void ensureFieldBoolList25IsMutable() { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_); } bitField0_ |= 0x01000000; } private void ensureFieldBoolList25IsMutable(int capacity) { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_, capacity); } bitField0_ |= 0x01000000; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ public java.util.List getFieldBoolList25List() { fieldBoolList25_.makeImmutable(); return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index to set the value at. * @param value The fieldBoolList25 to set. * @return This builder for chaining. */ public Builder setFieldBoolList25( int index, boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.setBoolean(index, value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param value The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addFieldBoolList25(boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param values The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolList25( java.lang.Iterable values) { ensureFieldBoolList25IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolList25_); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBoolList25() { fieldBoolList25_ = emptyBooleanList(); bitField0_ = (bitField0_ & ~0x01000000); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureFieldStringList26IsMutable() { if (!fieldStringList26_.isModifiable()) { fieldStringList26_ = new com.google.protobuf.LazyStringArrayList(fieldStringList26_); } bitField0_ |= 0x02000000; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { fieldStringList26_.makeImmutable(); return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index to set the value at. * @param value The fieldStringList26 to set. * @return This builder for chaining. */ public Builder setFieldStringList26( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.set(index, value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param values The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addAllFieldStringList26( java.lang.Iterable values) { ensureFieldStringList26IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldStringList26_); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldStringList26() { fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x02000000);; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The bytes of the fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } private java.util.List fieldMessageList27_ = java.util.Collections.emptyList(); private void ensureFieldMessageList27IsMutable() { if (!((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = new java.util.ArrayList(fieldMessageList27_); bitField0_ |= 0x04000000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder> fieldMessageList27Builder_; /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27List() { if (fieldMessageList27Builder_ == null) { return java.util.Collections.unmodifiableList(fieldMessageList27_); } else { return fieldMessageList27Builder_.getMessageList(); } } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public int getFieldMessageList27Count() { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.size(); } else { return fieldMessageList27Builder_.getCount(); } } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessage(index); } } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, value); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, value); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(value); onChanged(); } else { fieldMessageList27Builder_.addMessage(value); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, value); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, value); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addAllFieldMessageList27( java.lang.Iterable values) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldMessageList27_); onChanged(); } else { fieldMessageList27Builder_.addAllMessages(values); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder clearFieldMessageList27() { if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x04000000); onChanged(); } else { fieldMessageList27Builder_.clear(); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder removeFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.remove(index); onChanged(); } else { fieldMessageList27Builder_.remove(index); } return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder getFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().getBuilder(index); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessageList27OrBuilder( int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessageOrBuilder(index); } } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27OrBuilderList() { if (fieldMessageList27Builder_ != null) { return fieldMessageList27Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(fieldMessageList27_); } } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder addFieldMessageList27Builder() { return getFieldMessageList27FieldBuilder().addBuilder( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder addFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().addBuilder( index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27BuilderList() { return getFieldMessageList27FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder> getFieldMessageList27FieldBuilder() { if (fieldMessageList27Builder_ == null) { fieldMessageList27Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder>( fieldMessageList27_, ((bitField0_ & 0x04000000) != 0), getParentForChildren(), isClean()); fieldMessageList27_ = null; } return fieldMessageList27Builder_; } private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); private void ensureFieldBytesList28IsMutable() { if (!fieldBytesList28_.isModifiable()) { fieldBytesList28_ = makeMutableCopy(fieldBytesList28_); } bitField0_ |= 0x08000000; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ public java.util.List getFieldBytesList28List() { fieldBytesList28_.makeImmutable(); return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index to set the value at. * @param value The fieldBytesList28 to set. * @return This builder for chaining. */ public Builder setFieldBytesList28( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.set(index, value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param value The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addFieldBytesList28(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param values The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addAllFieldBytesList28( java.lang.Iterable values) { ensureFieldBytesList28IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBytesList28_); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBytesList28() { fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x08000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); private void ensureFieldUint32List29IsMutable() { if (!fieldUint32List29_.isModifiable()) { fieldUint32List29_ = makeMutableCopy(fieldUint32List29_); } bitField0_ |= 0x10000000; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ public java.util.List getFieldUint32List29List() { fieldUint32List29_.makeImmutable(); return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint32List29 to set. * @return This builder for chaining. */ public Builder setFieldUint32List29( int index, int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.setInt(index, value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param value The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addFieldUint32List29(int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param values The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32List29( java.lang.Iterable values) { ensureFieldUint32List29IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32List29_); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint32List29() { fieldUint32List29_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x10000000); onChanged(); return this; } private java.util.List fieldEnumList30_ = java.util.Collections.emptyList(); private void ensureFieldEnumList30IsMutable() { if (!((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = new java.util.ArrayList(fieldEnumList30_); bitField0_ |= 0x20000000; } } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index to set the value at. * @param value The fieldEnumList30 to set. * @return This builder for chaining. */ public Builder setFieldEnumList30( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param value The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addFieldEnumList30(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param values The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumList30( java.lang.Iterable values) { ensureFieldEnumList30IsMutable(); for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value : values) { fieldEnumList30_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldEnumList30() { fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); private void ensureFieldSfixed32List31IsMutable() { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_); } bitField0_ |= 0x40000000; } private void ensureFieldSfixed32List31IsMutable(int capacity) { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_, capacity); } bitField0_ |= 0x40000000; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ public java.util.List getFieldSfixed32List31List() { fieldSfixed32List31_.makeImmutable(); return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed32List31 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32List31( int index, int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.setInt(index, value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param value The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32List31(int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param values The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32List31( java.lang.Iterable values) { ensureFieldSfixed32List31IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32List31_); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed32List31() { fieldSfixed32List31_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x40000000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); private void ensureFieldSfixed64List32IsMutable() { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_); } bitField0_ |= 0x80000000; } private void ensureFieldSfixed64List32IsMutable(int capacity) { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_, capacity); } bitField0_ |= 0x80000000; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ public java.util.List getFieldSfixed64List32List() { fieldSfixed64List32_.makeImmutable(); return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed64List32 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64List32( int index, long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.setLong(index, value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param value The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64List32(long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param values The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64List32( java.lang.Iterable values) { ensureFieldSfixed64List32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64List32_); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed64List32() { fieldSfixed64List32_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x80000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); private void ensureFieldSint32List33IsMutable() { if (!fieldSint32List33_.isModifiable()) { fieldSint32List33_ = makeMutableCopy(fieldSint32List33_); } bitField1_ |= 0x00000001; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ public java.util.List getFieldSint32List33List() { fieldSint32List33_.makeImmutable(); return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint32List33 to set. * @return This builder for chaining. */ public Builder setFieldSint32List33( int index, int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.setInt(index, value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param value The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addFieldSint32List33(int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param values The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32List33( java.lang.Iterable values) { ensureFieldSint32List33IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32List33_); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint32List33() { fieldSint32List33_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); private void ensureFieldSint64List34IsMutable() { if (!fieldSint64List34_.isModifiable()) { fieldSint64List34_ = makeMutableCopy(fieldSint64List34_); } bitField1_ |= 0x00000002; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ public java.util.List getFieldSint64List34List() { fieldSint64List34_.makeImmutable(); return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint64List34 to set. * @return This builder for chaining. */ public Builder setFieldSint64List34( int index, long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.setLong(index, value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param value The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addFieldSint64List34(long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param values The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64List34( java.lang.Iterable values) { ensureFieldSint64List34IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64List34_); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint64List34() { fieldSint64List34_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); private void ensureFieldDoubleListPacked35IsMutable() { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_); } bitField1_ |= 0x00000004; } private void ensureFieldDoubleListPacked35IsMutable(int capacity) { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_, capacity); } bitField1_ |= 0x00000004; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ public java.util.List getFieldDoubleListPacked35List() { fieldDoubleListPacked35_.makeImmutable(); return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index to set the value at. * @param value The fieldDoubleListPacked35 to set. * @return This builder for chaining. */ public Builder setFieldDoubleListPacked35( int index, double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.setDouble(index, value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param value The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addFieldDoubleListPacked35(double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param values The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleListPacked35( java.lang.Iterable values) { ensureFieldDoubleListPacked35IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleListPacked35_); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldDoubleListPacked35() { fieldDoubleListPacked35_ = emptyDoubleList(); bitField1_ = (bitField1_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); private void ensureFieldFloatListPacked36IsMutable() { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_); } bitField1_ |= 0x00000008; } private void ensureFieldFloatListPacked36IsMutable(int capacity) { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_, capacity); } bitField1_ |= 0x00000008; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ public java.util.List getFieldFloatListPacked36List() { fieldFloatListPacked36_.makeImmutable(); return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index to set the value at. * @param value The fieldFloatListPacked36 to set. * @return This builder for chaining. */ public Builder setFieldFloatListPacked36( int index, float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.setFloat(index, value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param value The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addFieldFloatListPacked36(float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param values The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatListPacked36( java.lang.Iterable values) { ensureFieldFloatListPacked36IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatListPacked36_); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFloatListPacked36() { fieldFloatListPacked36_ = emptyFloatList(); bitField1_ = (bitField1_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); private void ensureFieldInt64ListPacked37IsMutable() { if (!fieldInt64ListPacked37_.isModifiable()) { fieldInt64ListPacked37_ = makeMutableCopy(fieldInt64ListPacked37_); } bitField1_ |= 0x00000010; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ public java.util.List getFieldInt64ListPacked37List() { fieldInt64ListPacked37_.makeImmutable(); return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt64ListPacked37 to set. * @return This builder for chaining. */ public Builder setFieldInt64ListPacked37( int index, long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.setLong(index, value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param value The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addFieldInt64ListPacked37(long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param values The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64ListPacked37( java.lang.Iterable values) { ensureFieldInt64ListPacked37IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64ListPacked37_); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt64ListPacked37() { fieldInt64ListPacked37_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000010); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); private void ensureFieldUint64ListPacked38IsMutable() { if (!fieldUint64ListPacked38_.isModifiable()) { fieldUint64ListPacked38_ = makeMutableCopy(fieldUint64ListPacked38_); } bitField1_ |= 0x00000020; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ public java.util.List getFieldUint64ListPacked38List() { fieldUint64ListPacked38_.makeImmutable(); return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint64ListPacked38 to set. * @return This builder for chaining. */ public Builder setFieldUint64ListPacked38( int index, long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.setLong(index, value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param value The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addFieldUint64ListPacked38(long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param values The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64ListPacked38( java.lang.Iterable values) { ensureFieldUint64ListPacked38IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64ListPacked38_); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint64ListPacked38() { fieldUint64ListPacked38_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000020); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); private void ensureFieldInt32ListPacked39IsMutable() { if (!fieldInt32ListPacked39_.isModifiable()) { fieldInt32ListPacked39_ = makeMutableCopy(fieldInt32ListPacked39_); } bitField1_ |= 0x00000040; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ public java.util.List getFieldInt32ListPacked39List() { fieldInt32ListPacked39_.makeImmutable(); return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt32ListPacked39 to set. * @return This builder for chaining. */ public Builder setFieldInt32ListPacked39( int index, int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.setInt(index, value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param value The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addFieldInt32ListPacked39(int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param values The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32ListPacked39( java.lang.Iterable values) { ensureFieldInt32ListPacked39IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32ListPacked39_); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt32ListPacked39() { fieldInt32ListPacked39_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000040); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); private void ensureFieldFixed64ListPacked40IsMutable() { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_); } bitField1_ |= 0x00000080; } private void ensureFieldFixed64ListPacked40IsMutable(int capacity) { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_, capacity); } bitField1_ |= 0x00000080; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ public java.util.List getFieldFixed64ListPacked40List() { fieldFixed64ListPacked40_.makeImmutable(); return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed64ListPacked40 to set. * @return This builder for chaining. */ public Builder setFieldFixed64ListPacked40( int index, long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.setLong(index, value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param value The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addFieldFixed64ListPacked40(long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param values The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64ListPacked40( java.lang.Iterable values) { ensureFieldFixed64ListPacked40IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64ListPacked40_); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed64ListPacked40() { fieldFixed64ListPacked40_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000080); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); private void ensureFieldFixed32ListPacked41IsMutable() { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_); } bitField1_ |= 0x00000100; } private void ensureFieldFixed32ListPacked41IsMutable(int capacity) { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_, capacity); } bitField1_ |= 0x00000100; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ public java.util.List getFieldFixed32ListPacked41List() { fieldFixed32ListPacked41_.makeImmutable(); return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed32ListPacked41 to set. * @return This builder for chaining. */ public Builder setFieldFixed32ListPacked41( int index, int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.setInt(index, value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param value The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addFieldFixed32ListPacked41(int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param values The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32ListPacked41( java.lang.Iterable values) { ensureFieldFixed32ListPacked41IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32ListPacked41_); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed32ListPacked41() { fieldFixed32ListPacked41_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000100); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); private void ensureFieldBoolListPacked42IsMutable() { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_); } bitField1_ |= 0x00000200; } private void ensureFieldBoolListPacked42IsMutable(int capacity) { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_, capacity); } bitField1_ |= 0x00000200; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ public java.util.List getFieldBoolListPacked42List() { fieldBoolListPacked42_.makeImmutable(); return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index to set the value at. * @param value The fieldBoolListPacked42 to set. * @return This builder for chaining. */ public Builder setFieldBoolListPacked42( int index, boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.setBoolean(index, value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param value The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addFieldBoolListPacked42(boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param values The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolListPacked42( java.lang.Iterable values) { ensureFieldBoolListPacked42IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolListPacked42_); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldBoolListPacked42() { fieldBoolListPacked42_ = emptyBooleanList(); bitField1_ = (bitField1_ & ~0x00000200); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); private void ensureFieldUint32ListPacked43IsMutable() { if (!fieldUint32ListPacked43_.isModifiable()) { fieldUint32ListPacked43_ = makeMutableCopy(fieldUint32ListPacked43_); } bitField1_ |= 0x00000400; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ public java.util.List getFieldUint32ListPacked43List() { fieldUint32ListPacked43_.makeImmutable(); return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint32ListPacked43 to set. * @return This builder for chaining. */ public Builder setFieldUint32ListPacked43( int index, int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.setInt(index, value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param value The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addFieldUint32ListPacked43(int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param values The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32ListPacked43( java.lang.Iterable values) { ensureFieldUint32ListPacked43IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32ListPacked43_); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint32ListPacked43() { fieldUint32ListPacked43_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000400); onChanged(); return this; } private java.util.List fieldEnumListPacked44_ = java.util.Collections.emptyList(); private void ensureFieldEnumListPacked44IsMutable() { if (!((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = new java.util.ArrayList(fieldEnumListPacked44_); bitField1_ |= 0x00000800; } } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index to set the value at. * @param value The fieldEnumListPacked44 to set. * @return This builder for chaining. */ public Builder setFieldEnumListPacked44( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param value The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addFieldEnumListPacked44(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param values The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumListPacked44( java.lang.Iterable values) { ensureFieldEnumListPacked44IsMutable(); for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value : values) { fieldEnumListPacked44_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldEnumListPacked44() { fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); private void ensureFieldSfixed32ListPacked45IsMutable() { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_); } bitField1_ |= 0x00001000; } private void ensureFieldSfixed32ListPacked45IsMutable(int capacity) { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_, capacity); } bitField1_ |= 0x00001000; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ public java.util.List getFieldSfixed32ListPacked45List() { fieldSfixed32ListPacked45_.makeImmutable(); return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed32ListPacked45 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32ListPacked45( int index, int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.setInt(index, value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param value The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32ListPacked45(int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param values The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32ListPacked45( java.lang.Iterable values) { ensureFieldSfixed32ListPacked45IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32ListPacked45_); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed32ListPacked45() { fieldSfixed32ListPacked45_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00001000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); private void ensureFieldSfixed64ListPacked46IsMutable() { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_); } bitField1_ |= 0x00002000; } private void ensureFieldSfixed64ListPacked46IsMutable(int capacity) { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_, capacity); } bitField1_ |= 0x00002000; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ public java.util.List getFieldSfixed64ListPacked46List() { fieldSfixed64ListPacked46_.makeImmutable(); return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed64ListPacked46 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64ListPacked46( int index, long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.setLong(index, value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param value The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64ListPacked46(long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param values The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64ListPacked46( java.lang.Iterable values) { ensureFieldSfixed64ListPacked46IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64ListPacked46_); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed64ListPacked46() { fieldSfixed64ListPacked46_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00002000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); private void ensureFieldSint32ListPacked47IsMutable() { if (!fieldSint32ListPacked47_.isModifiable()) { fieldSint32ListPacked47_ = makeMutableCopy(fieldSint32ListPacked47_); } bitField1_ |= 0x00004000; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ public java.util.List getFieldSint32ListPacked47List() { fieldSint32ListPacked47_.makeImmutable(); return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint32ListPacked47 to set. * @return This builder for chaining. */ public Builder setFieldSint32ListPacked47( int index, int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.setInt(index, value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param value The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addFieldSint32ListPacked47(int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param values The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32ListPacked47( java.lang.Iterable values) { ensureFieldSint32ListPacked47IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32ListPacked47_); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint32ListPacked47() { fieldSint32ListPacked47_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00004000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); private void ensureFieldSint64ListPacked48IsMutable() { if (!fieldSint64ListPacked48_.isModifiable()) { fieldSint64ListPacked48_ = makeMutableCopy(fieldSint64ListPacked48_); } bitField1_ |= 0x00008000; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ public java.util.List getFieldSint64ListPacked48List() { fieldSint64ListPacked48_.makeImmutable(); return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint64ListPacked48 to set. * @return This builder for chaining. */ public Builder setFieldSint64ListPacked48( int index, long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.setLong(index, value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param value The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addFieldSint64ListPacked48(long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param values The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64ListPacked48( java.lang.Iterable values) { ensureFieldSint64ListPacked48IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64ListPacked48_); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint64ListPacked48() { fieldSint64ListPacked48_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00008000); onChanged(); return this; } private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 fieldGroup49_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49OrBuilder> fieldGroup49Builder_; /** * optional group FieldGroup49 = 49 { ... } * @return Whether the fieldgroup49 field is set. */ public boolean hasFieldGroup49() { return ((bitField1_ & 0x00010000) != 0); } /** * optional group FieldGroup49 = 49 { ... } * @return The fieldgroup49. */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 getFieldGroup49() { if (fieldGroup49Builder_ == null) { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.getDefaultInstance() : fieldGroup49_; } else { return fieldGroup49Builder_.getMessage(); } } /** * optional group FieldGroup49 = 49 { ... } */ public Builder setFieldGroup49(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 value) { if (fieldGroup49Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldGroup49_ = value; } else { fieldGroup49Builder_.setMessage(value); } bitField1_ |= 0x00010000; onChanged(); return this; } /** * optional group FieldGroup49 = 49 { ... } */ public Builder setFieldGroup49( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.Builder builderForValue) { if (fieldGroup49Builder_ == null) { fieldGroup49_ = builderForValue.build(); } else { fieldGroup49Builder_.setMessage(builderForValue.build()); } bitField1_ |= 0x00010000; onChanged(); return this; } /** * optional group FieldGroup49 = 49 { ... } */ public Builder mergeFieldGroup49(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49 value) { if (fieldGroup49Builder_ == null) { if (((bitField1_ & 0x00010000) != 0) && fieldGroup49_ != null && fieldGroup49_ != com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.getDefaultInstance()) { getFieldGroup49Builder().mergeFrom(value); } else { fieldGroup49_ = value; } } else { fieldGroup49Builder_.mergeFrom(value); } if (fieldGroup49_ != null) { bitField1_ |= 0x00010000; onChanged(); } return this; } /** * optional group FieldGroup49 = 49 { ... } */ public Builder clearFieldGroup49() { bitField1_ = (bitField1_ & ~0x00010000); fieldGroup49_ = null; if (fieldGroup49Builder_ != null) { fieldGroup49Builder_.dispose(); fieldGroup49Builder_ = null; } onChanged(); return this; } /** * optional group FieldGroup49 = 49 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.Builder getFieldGroup49Builder() { bitField1_ |= 0x00010000; onChanged(); return getFieldGroup49FieldBuilder().getBuilder(); } /** * optional group FieldGroup49 = 49 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49OrBuilder getFieldGroup49OrBuilder() { if (fieldGroup49Builder_ != null) { return fieldGroup49Builder_.getMessageOrBuilder(); } else { return fieldGroup49_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.getDefaultInstance() : fieldGroup49_; } } /** * optional group FieldGroup49 = 49 { ... } */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49OrBuilder> getFieldGroup49FieldBuilder() { if (fieldGroup49Builder_ == null) { fieldGroup49Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup49OrBuilder>( getFieldGroup49(), getParentForChildren(), isClean()); fieldGroup49_ = null; } return fieldGroup49Builder_; } private java.util.List fieldGroupList51_ = java.util.Collections.emptyList(); private void ensureFieldGroupList51IsMutable() { if (!((bitField1_ & 0x00020000) != 0)) { fieldGroupList51_ = new java.util.ArrayList(fieldGroupList51_); bitField1_ |= 0x00020000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51OrBuilder> fieldGroupList51Builder_; /** * repeated group FieldGroupList51 = 51 { ... } */ public java.util.List getFieldGroupList51List() { if (fieldGroupList51Builder_ == null) { return java.util.Collections.unmodifiableList(fieldGroupList51_); } else { return fieldGroupList51Builder_.getMessageList(); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public int getFieldGroupList51Count() { if (fieldGroupList51Builder_ == null) { return fieldGroupList51_.size(); } else { return fieldGroupList51Builder_.getCount(); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 getFieldGroupList51(int index) { if (fieldGroupList51Builder_ == null) { return fieldGroupList51_.get(index); } else { return fieldGroupList51Builder_.getMessage(index); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder setFieldGroupList51( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 value) { if (fieldGroupList51Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldGroupList51IsMutable(); fieldGroupList51_.set(index, value); onChanged(); } else { fieldGroupList51Builder_.setMessage(index, value); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder setFieldGroupList51( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder builderForValue) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.set(index, builderForValue.build()); onChanged(); } else { fieldGroupList51Builder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 value) { if (fieldGroupList51Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(value); onChanged(); } else { fieldGroupList51Builder_.addMessage(value); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51 value) { if (fieldGroupList51Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(index, value); onChanged(); } else { fieldGroupList51Builder_.addMessage(index, value); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder builderForValue) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(builderForValue.build()); onChanged(); } else { fieldGroupList51Builder_.addMessage(builderForValue.build()); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addFieldGroupList51( int index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder builderForValue) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.add(index, builderForValue.build()); onChanged(); } else { fieldGroupList51Builder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder addAllFieldGroupList51( java.lang.Iterable values) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldGroupList51_); onChanged(); } else { fieldGroupList51Builder_.addAllMessages(values); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder clearFieldGroupList51() { if (fieldGroupList51Builder_ == null) { fieldGroupList51_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00020000); onChanged(); } else { fieldGroupList51Builder_.clear(); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public Builder removeFieldGroupList51(int index) { if (fieldGroupList51Builder_ == null) { ensureFieldGroupList51IsMutable(); fieldGroupList51_.remove(index); onChanged(); } else { fieldGroupList51Builder_.remove(index); } return this; } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder getFieldGroupList51Builder( int index) { return getFieldGroupList51FieldBuilder().getBuilder(index); } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51OrBuilder getFieldGroupList51OrBuilder( int index) { if (fieldGroupList51Builder_ == null) { return fieldGroupList51_.get(index); } else { return fieldGroupList51Builder_.getMessageOrBuilder(index); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public java.util.List getFieldGroupList51OrBuilderList() { if (fieldGroupList51Builder_ != null) { return fieldGroupList51Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(fieldGroupList51_); } } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder addFieldGroupList51Builder() { return getFieldGroupList51FieldBuilder().addBuilder( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.getDefaultInstance()); } /** * repeated group FieldGroupList51 = 51 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder addFieldGroupList51Builder( int index) { return getFieldGroupList51FieldBuilder().addBuilder( index, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.getDefaultInstance()); } /** * repeated group FieldGroupList51 = 51 { ... } */ public java.util.List getFieldGroupList51BuilderList() { return getFieldGroupList51FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51OrBuilder> getFieldGroupList51FieldBuilder() { if (fieldGroupList51Builder_ == null) { fieldGroupList51Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroupList51OrBuilder>( fieldGroupList51_, ((bitField1_ & 0x00020000) != 0), getParentForChildren(), isClean()); fieldGroupList51_ = null; } return fieldGroupList51Builder_; } /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } /** * double field_double_53 = 53; * @param value The fieldDouble53 to set. * @return This builder for chaining. */ public Builder setFieldDouble53(double value) { testOneofCase_ = 53; testOneof_ = value; onChanged(); return this; } /** * double field_double_53 = 53; * @return This builder for chaining. */ public Builder clearFieldDouble53() { if (testOneofCase_ == 53) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } /** * float field_float_54 = 54; * @param value The fieldFloat54 to set. * @return This builder for chaining. */ public Builder setFieldFloat54(float value) { testOneofCase_ = 54; testOneof_ = value; onChanged(); return this; } /** * float field_float_54 = 54; * @return This builder for chaining. */ public Builder clearFieldFloat54() { if (testOneofCase_ == 54) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } /** * int64 field_int64_55 = 55; * @param value The fieldInt6455 to set. * @return This builder for chaining. */ public Builder setFieldInt6455(long value) { testOneofCase_ = 55; testOneof_ = value; onChanged(); return this; } /** * int64 field_int64_55 = 55; * @return This builder for chaining. */ public Builder clearFieldInt6455() { if (testOneofCase_ == 55) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } /** * uint64 field_uint64_56 = 56; * @param value The fieldUint6456 to set. * @return This builder for chaining. */ public Builder setFieldUint6456(long value) { testOneofCase_ = 56; testOneof_ = value; onChanged(); return this; } /** * uint64 field_uint64_56 = 56; * @return This builder for chaining. */ public Builder clearFieldUint6456() { if (testOneofCase_ == 56) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } /** * int32 field_int32_57 = 57; * @param value The fieldInt3257 to set. * @return This builder for chaining. */ public Builder setFieldInt3257(int value) { testOneofCase_ = 57; testOneof_ = value; onChanged(); return this; } /** * int32 field_int32_57 = 57; * @return This builder for chaining. */ public Builder clearFieldInt3257() { if (testOneofCase_ == 57) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } /** * fixed64 field_fixed64_58 = 58; * @param value The fieldFixed6458 to set. * @return This builder for chaining. */ public Builder setFieldFixed6458(long value) { testOneofCase_ = 58; testOneof_ = value; onChanged(); return this; } /** * fixed64 field_fixed64_58 = 58; * @return This builder for chaining. */ public Builder clearFieldFixed6458() { if (testOneofCase_ == 58) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } /** * fixed32 field_fixed32_59 = 59; * @param value The fieldFixed3259 to set. * @return This builder for chaining. */ public Builder setFieldFixed3259(int value) { testOneofCase_ = 59; testOneof_ = value; onChanged(); return this; } /** * fixed32 field_fixed32_59 = 59; * @return This builder for chaining. */ public Builder clearFieldFixed3259() { if (testOneofCase_ == 59) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } /** * bool field_bool_60 = 60; * @param value The fieldBool60 to set. * @return This builder for chaining. */ public Builder setFieldBool60(boolean value) { testOneofCase_ = 60; testOneof_ = value; onChanged(); return this; } /** * bool field_bool_60 = 60; * @return This builder for chaining. */ public Builder clearFieldBool60() { if (testOneofCase_ == 60) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ @java.lang.Override public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ @java.lang.Override public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (testOneofCase_ == 61) { if (bs.isValidUtf8()) { testOneof_ = s; } } return s; } else { return (java.lang.String) ref; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string field_string_61 = 61; * @param value The fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61( java.lang.String value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } /** * string field_string_61 = 61; * @return This builder for chaining. */ public Builder clearFieldString61() { if (testOneofCase_ == 61) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @param value The bytes for fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder> fieldMessage62Builder_; /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance(); } else { if (testOneofCase_ == 62) { return fieldMessage62Builder_.getMessage(); } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance(); } } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ public Builder setFieldMessage62(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (fieldMessage62Builder_ == null) { if (value == null) { throw new NullPointerException(); } testOneof_ = value; onChanged(); } else { fieldMessage62Builder_.setMessage(value); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ public Builder setFieldMessage62( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder builderForValue) { if (fieldMessage62Builder_ == null) { testOneof_ = builderForValue.build(); onChanged(); } else { fieldMessage62Builder_.setMessage(builderForValue.build()); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ public Builder mergeFieldMessage62(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62 && testOneof_ != com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()) { testOneof_ = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_) .mergeFrom(value).buildPartial(); } else { testOneof_ = value; } onChanged(); } else { if (testOneofCase_ == 62) { fieldMessage62Builder_.mergeFrom(value); } else { fieldMessage62Builder_.setMessage(value); } } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ public Builder clearFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } } else { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; } fieldMessage62Builder_.clear(); } return this; } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder getFieldMessage62Builder() { return getFieldMessage62FieldBuilder().getBuilder(); } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder getFieldMessage62OrBuilder() { if ((testOneofCase_ == 62) && (fieldMessage62Builder_ != null)) { return fieldMessage62Builder_.getMessageOrBuilder(); } else { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance(); } } /** * .protobuf.experimental.lite.Proto2MessageLite field_message_62 = 62; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder> getFieldMessage62FieldBuilder() { if (fieldMessage62Builder_ == null) { if (!(testOneofCase_ == 62)) { testOneof_ = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance(); } fieldMessage62Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder>( (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) testOneof_, getParentForChildren(), isClean()); testOneof_ = null; } testOneofCase_ = 62; onChanged(); return fieldMessage62Builder_; } /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } /** * bytes field_bytes_63 = 63; * @param value The fieldBytes63 to set. * @return This builder for chaining. */ public Builder setFieldBytes63(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 63; testOneof_ = value; onChanged(); return this; } /** * bytes field_bytes_63 = 63; * @return This builder for chaining. */ public Builder clearFieldBytes63() { if (testOneofCase_ == 63) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } /** * uint32 field_uint32_64 = 64; * @param value The fieldUint3264 to set. * @return This builder for chaining. */ public Builder setFieldUint3264(int value) { testOneofCase_ = 64; testOneof_ = value; onChanged(); return this; } /** * uint32 field_uint32_64 = 64; * @return This builder for chaining. */ public Builder clearFieldUint3264() { if (testOneofCase_ == 64) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } /** * sfixed32 field_sfixed32_65 = 65; * @param value The fieldSfixed3265 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3265(int value) { testOneofCase_ = 65; testOneof_ = value; onChanged(); return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return This builder for chaining. */ public Builder clearFieldSfixed3265() { if (testOneofCase_ == 65) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } /** * sfixed64 field_sfixed64_66 = 66; * @param value The fieldSfixed6466 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6466(long value) { testOneofCase_ = 66; testOneof_ = value; onChanged(); return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return This builder for chaining. */ public Builder clearFieldSfixed6466() { if (testOneofCase_ == 66) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } /** * sint32 field_sint32_67 = 67; * @param value The fieldSint3267 to set. * @return This builder for chaining. */ public Builder setFieldSint3267(int value) { testOneofCase_ = 67; testOneof_ = value; onChanged(); return this; } /** * sint32 field_sint32_67 = 67; * @return This builder for chaining. */ public Builder clearFieldSint3267() { if (testOneofCase_ == 67) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } /** * sint64 field_sint64_68 = 68; * @param value The fieldSint6468 to set. * @return This builder for chaining. */ public Builder setFieldSint6468(long value) { testOneofCase_ = 68; testOneof_ = value; onChanged(); return this; } /** * sint64 field_sint64_68 = 68; * @return This builder for chaining. */ public Builder clearFieldSint6468() { if (testOneofCase_ == 68) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69OrBuilder> fieldGroup69Builder_; /** * group FieldGroup69 = 69 { ... } * @return Whether the fieldgroup69 field is set. */ @java.lang.Override public boolean hasFieldGroup69() { return testOneofCase_ == 69; } /** * group FieldGroup69 = 69 { ... } * @return The fieldgroup69. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 getFieldGroup69() { if (fieldGroup69Builder_ == null) { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance(); } else { if (testOneofCase_ == 69) { return fieldGroup69Builder_.getMessage(); } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance(); } } /** * group FieldGroup69 = 69 { ... } */ public Builder setFieldGroup69(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 value) { if (fieldGroup69Builder_ == null) { if (value == null) { throw new NullPointerException(); } testOneof_ = value; onChanged(); } else { fieldGroup69Builder_.setMessage(value); } testOneofCase_ = 69; return this; } /** * group FieldGroup69 = 69 { ... } */ public Builder setFieldGroup69( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.Builder builderForValue) { if (fieldGroup69Builder_ == null) { testOneof_ = builderForValue.build(); onChanged(); } else { fieldGroup69Builder_.setMessage(builderForValue.build()); } testOneofCase_ = 69; return this; } /** * group FieldGroup69 = 69 { ... } */ public Builder mergeFieldGroup69(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69 value) { if (fieldGroup69Builder_ == null) { if (testOneofCase_ == 69 && testOneof_ != com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance()) { testOneof_ = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.newBuilder((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_) .mergeFrom(value).buildPartial(); } else { testOneof_ = value; } onChanged(); } else { if (testOneofCase_ == 69) { fieldGroup69Builder_.mergeFrom(value); } else { fieldGroup69Builder_.setMessage(value); } } testOneofCase_ = 69; return this; } /** * group FieldGroup69 = 69 { ... } */ public Builder clearFieldGroup69() { if (fieldGroup69Builder_ == null) { if (testOneofCase_ == 69) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } } else { if (testOneofCase_ == 69) { testOneofCase_ = 0; testOneof_ = null; } fieldGroup69Builder_.clear(); } return this; } /** * group FieldGroup69 = 69 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.Builder getFieldGroup69Builder() { return getFieldGroup69FieldBuilder().getBuilder(); } /** * group FieldGroup69 = 69 { ... } */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69OrBuilder getFieldGroup69OrBuilder() { if ((testOneofCase_ == 69) && (fieldGroup69Builder_ != null)) { return fieldGroup69Builder_.getMessageOrBuilder(); } else { if (testOneofCase_ == 69) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_; } return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance(); } } /** * group FieldGroup69 = 69 { ... } */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69OrBuilder> getFieldGroup69FieldBuilder() { if (fieldGroup69Builder_ == null) { if (!(testOneofCase_ == 69)) { testOneof_ = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.getDefaultInstance(); } fieldGroup69Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69OrBuilder>( (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldGroup69) testOneof_, getParentForChildren(), isClean()); testOneof_ = null; } testOneofCase_ = 69; onChanged(); return fieldGroup69Builder_; } private double fieldRequiredDouble71_ ; /** * required double field_required_double_71 = 71; * @return Whether the fieldRequiredDouble71 field is set. */ @java.lang.Override public boolean hasFieldRequiredDouble71() { return ((bitField2_ & 0x00000008) != 0); } /** * required double field_required_double_71 = 71; * @return The fieldRequiredDouble71. */ @java.lang.Override public double getFieldRequiredDouble71() { return fieldRequiredDouble71_; } /** * required double field_required_double_71 = 71; * @param value The fieldRequiredDouble71 to set. * @return This builder for chaining. */ public Builder setFieldRequiredDouble71(double value) { fieldRequiredDouble71_ = value; bitField2_ |= 0x00000008; onChanged(); return this; } /** * required double field_required_double_71 = 71; * @return This builder for chaining. */ public Builder clearFieldRequiredDouble71() { bitField2_ = (bitField2_ & ~0x00000008); fieldRequiredDouble71_ = 0D; onChanged(); return this; } private float fieldRequiredFloat72_ ; /** * required float field_required_float_72 = 72; * @return Whether the fieldRequiredFloat72 field is set. */ @java.lang.Override public boolean hasFieldRequiredFloat72() { return ((bitField2_ & 0x00000010) != 0); } /** * required float field_required_float_72 = 72; * @return The fieldRequiredFloat72. */ @java.lang.Override public float getFieldRequiredFloat72() { return fieldRequiredFloat72_; } /** * required float field_required_float_72 = 72; * @param value The fieldRequiredFloat72 to set. * @return This builder for chaining. */ public Builder setFieldRequiredFloat72(float value) { fieldRequiredFloat72_ = value; bitField2_ |= 0x00000010; onChanged(); return this; } /** * required float field_required_float_72 = 72; * @return This builder for chaining. */ public Builder clearFieldRequiredFloat72() { bitField2_ = (bitField2_ & ~0x00000010); fieldRequiredFloat72_ = 0F; onChanged(); return this; } private long fieldRequiredInt6473_ ; /** * required int64 field_required_int64_73 = 73; * @return Whether the fieldRequiredInt6473 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt6473() { return ((bitField2_ & 0x00000020) != 0); } /** * required int64 field_required_int64_73 = 73; * @return The fieldRequiredInt6473. */ @java.lang.Override public long getFieldRequiredInt6473() { return fieldRequiredInt6473_; } /** * required int64 field_required_int64_73 = 73; * @param value The fieldRequiredInt6473 to set. * @return This builder for chaining. */ public Builder setFieldRequiredInt6473(long value) { fieldRequiredInt6473_ = value; bitField2_ |= 0x00000020; onChanged(); return this; } /** * required int64 field_required_int64_73 = 73; * @return This builder for chaining. */ public Builder clearFieldRequiredInt6473() { bitField2_ = (bitField2_ & ~0x00000020); fieldRequiredInt6473_ = 0L; onChanged(); return this; } private long fieldRequiredUint6474_ ; /** * required uint64 field_required_uint64_74 = 74; * @return Whether the fieldRequiredUint6474 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint6474() { return ((bitField2_ & 0x00000040) != 0); } /** * required uint64 field_required_uint64_74 = 74; * @return The fieldRequiredUint6474. */ @java.lang.Override public long getFieldRequiredUint6474() { return fieldRequiredUint6474_; } /** * required uint64 field_required_uint64_74 = 74; * @param value The fieldRequiredUint6474 to set. * @return This builder for chaining. */ public Builder setFieldRequiredUint6474(long value) { fieldRequiredUint6474_ = value; bitField2_ |= 0x00000040; onChanged(); return this; } /** * required uint64 field_required_uint64_74 = 74; * @return This builder for chaining. */ public Builder clearFieldRequiredUint6474() { bitField2_ = (bitField2_ & ~0x00000040); fieldRequiredUint6474_ = 0L; onChanged(); return this; } private int fieldRequiredInt3275_ ; /** * required int32 field_required_int32_75 = 75; * @return Whether the fieldRequiredInt3275 field is set. */ @java.lang.Override public boolean hasFieldRequiredInt3275() { return ((bitField2_ & 0x00000080) != 0); } /** * required int32 field_required_int32_75 = 75; * @return The fieldRequiredInt3275. */ @java.lang.Override public int getFieldRequiredInt3275() { return fieldRequiredInt3275_; } /** * required int32 field_required_int32_75 = 75; * @param value The fieldRequiredInt3275 to set. * @return This builder for chaining. */ public Builder setFieldRequiredInt3275(int value) { fieldRequiredInt3275_ = value; bitField2_ |= 0x00000080; onChanged(); return this; } /** * required int32 field_required_int32_75 = 75; * @return This builder for chaining. */ public Builder clearFieldRequiredInt3275() { bitField2_ = (bitField2_ & ~0x00000080); fieldRequiredInt3275_ = 0; onChanged(); return this; } private long fieldRequiredFixed6476_ ; /** * required fixed64 field_required_fixed64_76 = 76; * @return Whether the fieldRequiredFixed6476 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed6476() { return ((bitField2_ & 0x00000100) != 0); } /** * required fixed64 field_required_fixed64_76 = 76; * @return The fieldRequiredFixed6476. */ @java.lang.Override public long getFieldRequiredFixed6476() { return fieldRequiredFixed6476_; } /** * required fixed64 field_required_fixed64_76 = 76; * @param value The fieldRequiredFixed6476 to set. * @return This builder for chaining. */ public Builder setFieldRequiredFixed6476(long value) { fieldRequiredFixed6476_ = value; bitField2_ |= 0x00000100; onChanged(); return this; } /** * required fixed64 field_required_fixed64_76 = 76; * @return This builder for chaining. */ public Builder clearFieldRequiredFixed6476() { bitField2_ = (bitField2_ & ~0x00000100); fieldRequiredFixed6476_ = 0L; onChanged(); return this; } private int fieldRequiredFixed3277_ ; /** * required fixed32 field_required_fixed32_77 = 77; * @return Whether the fieldRequiredFixed3277 field is set. */ @java.lang.Override public boolean hasFieldRequiredFixed3277() { return ((bitField2_ & 0x00000200) != 0); } /** * required fixed32 field_required_fixed32_77 = 77; * @return The fieldRequiredFixed3277. */ @java.lang.Override public int getFieldRequiredFixed3277() { return fieldRequiredFixed3277_; } /** * required fixed32 field_required_fixed32_77 = 77; * @param value The fieldRequiredFixed3277 to set. * @return This builder for chaining. */ public Builder setFieldRequiredFixed3277(int value) { fieldRequiredFixed3277_ = value; bitField2_ |= 0x00000200; onChanged(); return this; } /** * required fixed32 field_required_fixed32_77 = 77; * @return This builder for chaining. */ public Builder clearFieldRequiredFixed3277() { bitField2_ = (bitField2_ & ~0x00000200); fieldRequiredFixed3277_ = 0; onChanged(); return this; } private boolean fieldRequiredBool78_ ; /** * required bool field_required_bool_78 = 78; * @return Whether the fieldRequiredBool78 field is set. */ @java.lang.Override public boolean hasFieldRequiredBool78() { return ((bitField2_ & 0x00000400) != 0); } /** * required bool field_required_bool_78 = 78; * @return The fieldRequiredBool78. */ @java.lang.Override public boolean getFieldRequiredBool78() { return fieldRequiredBool78_; } /** * required bool field_required_bool_78 = 78; * @param value The fieldRequiredBool78 to set. * @return This builder for chaining. */ public Builder setFieldRequiredBool78(boolean value) { fieldRequiredBool78_ = value; bitField2_ |= 0x00000400; onChanged(); return this; } /** * required bool field_required_bool_78 = 78; * @return This builder for chaining. */ public Builder clearFieldRequiredBool78() { bitField2_ = (bitField2_ & ~0x00000400); fieldRequiredBool78_ = false; onChanged(); return this; } private java.lang.Object fieldRequiredString79_ = ""; /** * required string field_required_string_79 = 79; * @return Whether the fieldRequiredString79 field is set. */ public boolean hasFieldRequiredString79() { return ((bitField2_ & 0x00000800) != 0); } /** * required string field_required_string_79 = 79; * @return The fieldRequiredString79. */ public java.lang.String getFieldRequiredString79() { java.lang.Object ref = fieldRequiredString79_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fieldRequiredString79_ = s; } return s; } else { return (java.lang.String) ref; } } /** * required string field_required_string_79 = 79; * @return The bytes for fieldRequiredString79. */ public com.google.protobuf.ByteString getFieldRequiredString79Bytes() { java.lang.Object ref = fieldRequiredString79_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldRequiredString79_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * required string field_required_string_79 = 79; * @param value The fieldRequiredString79 to set. * @return This builder for chaining. */ public Builder setFieldRequiredString79( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldRequiredString79_ = value; bitField2_ |= 0x00000800; onChanged(); return this; } /** * required string field_required_string_79 = 79; * @return This builder for chaining. */ public Builder clearFieldRequiredString79() { fieldRequiredString79_ = getDefaultInstance().getFieldRequiredString79(); bitField2_ = (bitField2_ & ~0x00000800); onChanged(); return this; } /** * required string field_required_string_79 = 79; * @param value The bytes for fieldRequiredString79 to set. * @return This builder for chaining. */ public Builder setFieldRequiredString79Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldRequiredString79_ = value; bitField2_ |= 0x00000800; onChanged(); return this; } private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage fieldRequiredMessage80_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessageOrBuilder> fieldRequiredMessage80Builder_; /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; * @return Whether the fieldRequiredMessage80 field is set. */ public boolean hasFieldRequiredMessage80() { return ((bitField2_ & 0x00001000) != 0); } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; * @return The fieldRequiredMessage80. */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage getFieldRequiredMessage80() { if (fieldRequiredMessage80Builder_ == null) { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } else { return fieldRequiredMessage80Builder_.getMessage(); } } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ public Builder setFieldRequiredMessage80(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage value) { if (fieldRequiredMessage80Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldRequiredMessage80_ = value; } else { fieldRequiredMessage80Builder_.setMessage(value); } bitField2_ |= 0x00001000; onChanged(); return this; } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ public Builder setFieldRequiredMessage80( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.Builder builderForValue) { if (fieldRequiredMessage80Builder_ == null) { fieldRequiredMessage80_ = builderForValue.build(); } else { fieldRequiredMessage80Builder_.setMessage(builderForValue.build()); } bitField2_ |= 0x00001000; onChanged(); return this; } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ public Builder mergeFieldRequiredMessage80(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage value) { if (fieldRequiredMessage80Builder_ == null) { if (((bitField2_ & 0x00001000) != 0) && fieldRequiredMessage80_ != null && fieldRequiredMessage80_ != com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.getDefaultInstance()) { getFieldRequiredMessage80Builder().mergeFrom(value); } else { fieldRequiredMessage80_ = value; } } else { fieldRequiredMessage80Builder_.mergeFrom(value); } if (fieldRequiredMessage80_ != null) { bitField2_ |= 0x00001000; onChanged(); } return this; } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ public Builder clearFieldRequiredMessage80() { bitField2_ = (bitField2_ & ~0x00001000); fieldRequiredMessage80_ = null; if (fieldRequiredMessage80Builder_ != null) { fieldRequiredMessage80Builder_.dispose(); fieldRequiredMessage80Builder_ = null; } onChanged(); return this; } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.Builder getFieldRequiredMessage80Builder() { bitField2_ |= 0x00001000; onChanged(); return getFieldRequiredMessage80FieldBuilder().getBuilder(); } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessageOrBuilder getFieldRequiredMessage80OrBuilder() { if (fieldRequiredMessage80Builder_ != null) { return fieldRequiredMessage80Builder_.getMessageOrBuilder(); } else { return fieldRequiredMessage80_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.getDefaultInstance() : fieldRequiredMessage80_; } } /** * required .protobuf.experimental.lite.Proto2MessageLite.RequiredNestedMessage field_required_message_80 = 80; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessageOrBuilder> getFieldRequiredMessage80FieldBuilder() { if (fieldRequiredMessage80Builder_ == null) { fieldRequiredMessage80Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessage.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.RequiredNestedMessageOrBuilder>( getFieldRequiredMessage80(), getParentForChildren(), isClean()); fieldRequiredMessage80_ = null; } return fieldRequiredMessage80Builder_; } private com.google.protobuf.ByteString fieldRequiredBytes81_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes field_required_bytes_81 = 81; * @return Whether the fieldRequiredBytes81 field is set. */ @java.lang.Override public boolean hasFieldRequiredBytes81() { return ((bitField2_ & 0x00002000) != 0); } /** * required bytes field_required_bytes_81 = 81; * @return The fieldRequiredBytes81. */ @java.lang.Override public com.google.protobuf.ByteString getFieldRequiredBytes81() { return fieldRequiredBytes81_; } /** * required bytes field_required_bytes_81 = 81; * @param value The fieldRequiredBytes81 to set. * @return This builder for chaining. */ public Builder setFieldRequiredBytes81(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldRequiredBytes81_ = value; bitField2_ |= 0x00002000; onChanged(); return this; } /** * required bytes field_required_bytes_81 = 81; * @return This builder for chaining. */ public Builder clearFieldRequiredBytes81() { bitField2_ = (bitField2_ & ~0x00002000); fieldRequiredBytes81_ = getDefaultInstance().getFieldRequiredBytes81(); onChanged(); return this; } private int fieldRequiredUint3282_ ; /** * required uint32 field_required_uint32_82 = 82; * @return Whether the fieldRequiredUint3282 field is set. */ @java.lang.Override public boolean hasFieldRequiredUint3282() { return ((bitField2_ & 0x00004000) != 0); } /** * required uint32 field_required_uint32_82 = 82; * @return The fieldRequiredUint3282. */ @java.lang.Override public int getFieldRequiredUint3282() { return fieldRequiredUint3282_; } /** * required uint32 field_required_uint32_82 = 82; * @param value The fieldRequiredUint3282 to set. * @return This builder for chaining. */ public Builder setFieldRequiredUint3282(int value) { fieldRequiredUint3282_ = value; bitField2_ |= 0x00004000; onChanged(); return this; } /** * required uint32 field_required_uint32_82 = 82; * @return This builder for chaining. */ public Builder clearFieldRequiredUint3282() { bitField2_ = (bitField2_ & ~0x00004000); fieldRequiredUint3282_ = 0; onChanged(); return this; } private int fieldRequiredEnum83_ = 0; /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @return Whether the fieldRequiredEnum83 field is set. */ @java.lang.Override public boolean hasFieldRequiredEnum83() { return ((bitField2_ & 0x00008000) != 0); } /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @return The fieldRequiredEnum83. */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldRequiredEnum83() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum result = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldRequiredEnum83_); return result == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO : result; } /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @param value The fieldRequiredEnum83 to set. * @return This builder for chaining. */ public Builder setFieldRequiredEnum83(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField2_ |= 0x00008000; fieldRequiredEnum83_ = value.getNumber(); onChanged(); return this; } /** * required .protobuf.experimental.lite.Proto2MessageLite.TestEnum field_required_enum_83 = 83; * @return This builder for chaining. */ public Builder clearFieldRequiredEnum83() { bitField2_ = (bitField2_ & ~0x00008000); fieldRequiredEnum83_ = 0; onChanged(); return this; } private int fieldRequiredSfixed3284_ ; /** * required sfixed32 field_required_sfixed32_84 = 84; * @return Whether the fieldRequiredSfixed3284 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed3284() { return ((bitField2_ & 0x00010000) != 0); } /** * required sfixed32 field_required_sfixed32_84 = 84; * @return The fieldRequiredSfixed3284. */ @java.lang.Override public int getFieldRequiredSfixed3284() { return fieldRequiredSfixed3284_; } /** * required sfixed32 field_required_sfixed32_84 = 84; * @param value The fieldRequiredSfixed3284 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSfixed3284(int value) { fieldRequiredSfixed3284_ = value; bitField2_ |= 0x00010000; onChanged(); return this; } /** * required sfixed32 field_required_sfixed32_84 = 84; * @return This builder for chaining. */ public Builder clearFieldRequiredSfixed3284() { bitField2_ = (bitField2_ & ~0x00010000); fieldRequiredSfixed3284_ = 0; onChanged(); return this; } private long fieldRequiredSfixed6485_ ; /** * required sfixed64 field_required_sfixed64_85 = 85; * @return Whether the fieldRequiredSfixed6485 field is set. */ @java.lang.Override public boolean hasFieldRequiredSfixed6485() { return ((bitField2_ & 0x00020000) != 0); } /** * required sfixed64 field_required_sfixed64_85 = 85; * @return The fieldRequiredSfixed6485. */ @java.lang.Override public long getFieldRequiredSfixed6485() { return fieldRequiredSfixed6485_; } /** * required sfixed64 field_required_sfixed64_85 = 85; * @param value The fieldRequiredSfixed6485 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSfixed6485(long value) { fieldRequiredSfixed6485_ = value; bitField2_ |= 0x00020000; onChanged(); return this; } /** * required sfixed64 field_required_sfixed64_85 = 85; * @return This builder for chaining. */ public Builder clearFieldRequiredSfixed6485() { bitField2_ = (bitField2_ & ~0x00020000); fieldRequiredSfixed6485_ = 0L; onChanged(); return this; } private int fieldRequiredSint3286_ ; /** * required sint32 field_required_sint32_86 = 86; * @return Whether the fieldRequiredSint3286 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint3286() { return ((bitField2_ & 0x00040000) != 0); } /** * required sint32 field_required_sint32_86 = 86; * @return The fieldRequiredSint3286. */ @java.lang.Override public int getFieldRequiredSint3286() { return fieldRequiredSint3286_; } /** * required sint32 field_required_sint32_86 = 86; * @param value The fieldRequiredSint3286 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSint3286(int value) { fieldRequiredSint3286_ = value; bitField2_ |= 0x00040000; onChanged(); return this; } /** * required sint32 field_required_sint32_86 = 86; * @return This builder for chaining. */ public Builder clearFieldRequiredSint3286() { bitField2_ = (bitField2_ & ~0x00040000); fieldRequiredSint3286_ = 0; onChanged(); return this; } private long fieldRequiredSint6487_ ; /** * required sint64 field_required_sint64_87 = 87; * @return Whether the fieldRequiredSint6487 field is set. */ @java.lang.Override public boolean hasFieldRequiredSint6487() { return ((bitField2_ & 0x00080000) != 0); } /** * required sint64 field_required_sint64_87 = 87; * @return The fieldRequiredSint6487. */ @java.lang.Override public long getFieldRequiredSint6487() { return fieldRequiredSint6487_; } /** * required sint64 field_required_sint64_87 = 87; * @param value The fieldRequiredSint6487 to set. * @return This builder for chaining. */ public Builder setFieldRequiredSint6487(long value) { fieldRequiredSint6487_ = value; bitField2_ |= 0x00080000; onChanged(); return this; } /** * required sint64 field_required_sint64_87 = 87; * @return This builder for chaining. */ public Builder clearFieldRequiredSint6487() { bitField2_ = (bitField2_ & ~0x00080000); fieldRequiredSint6487_ = 0L; onChanged(); return this; } private com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 fieldRequiredGroup88_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88OrBuilder> fieldRequiredGroup88Builder_; /** * required group FieldRequiredGroup88 = 88 { ... } * @return Whether the fieldrequiredgroup88 field is set. */ public boolean hasFieldRequiredGroup88() { return ((bitField2_ & 0x00100000) != 0); } /** * required group FieldRequiredGroup88 = 88 { ... } * @return The fieldrequiredgroup88. */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 getFieldRequiredGroup88() { if (fieldRequiredGroup88Builder_ == null) { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } else { return fieldRequiredGroup88Builder_.getMessage(); } } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder setFieldRequiredGroup88(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 value) { if (fieldRequiredGroup88Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldRequiredGroup88_ = value; } else { fieldRequiredGroup88Builder_.setMessage(value); } bitField2_ |= 0x00100000; onChanged(); return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder setFieldRequiredGroup88( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.Builder builderForValue) { if (fieldRequiredGroup88Builder_ == null) { fieldRequiredGroup88_ = builderForValue.build(); } else { fieldRequiredGroup88Builder_.setMessage(builderForValue.build()); } bitField2_ |= 0x00100000; onChanged(); return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder mergeFieldRequiredGroup88(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88 value) { if (fieldRequiredGroup88Builder_ == null) { if (((bitField2_ & 0x00100000) != 0) && fieldRequiredGroup88_ != null && fieldRequiredGroup88_ != com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.getDefaultInstance()) { getFieldRequiredGroup88Builder().mergeFrom(value); } else { fieldRequiredGroup88_ = value; } } else { fieldRequiredGroup88Builder_.mergeFrom(value); } if (fieldRequiredGroup88_ != null) { bitField2_ |= 0x00100000; onChanged(); } return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public Builder clearFieldRequiredGroup88() { bitField2_ = (bitField2_ & ~0x00100000); fieldRequiredGroup88_ = null; if (fieldRequiredGroup88Builder_ != null) { fieldRequiredGroup88Builder_.dispose(); fieldRequiredGroup88Builder_ = null; } onChanged(); return this; } /** * required group FieldRequiredGroup88 = 88 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.Builder getFieldRequiredGroup88Builder() { bitField2_ |= 0x00100000; onChanged(); return getFieldRequiredGroup88FieldBuilder().getBuilder(); } /** * required group FieldRequiredGroup88 = 88 { ... } */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88OrBuilder getFieldRequiredGroup88OrBuilder() { if (fieldRequiredGroup88Builder_ != null) { return fieldRequiredGroup88Builder_.getMessageOrBuilder(); } else { return fieldRequiredGroup88_ == null ? com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.getDefaultInstance() : fieldRequiredGroup88_; } } /** * required group FieldRequiredGroup88 = 88 { ... } */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88OrBuilder> getFieldRequiredGroup88FieldBuilder() { if (fieldRequiredGroup88Builder_ == null) { fieldRequiredGroup88Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88.Builder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.FieldRequiredGroup88OrBuilder>( getFieldRequiredGroup88(), getParentForChildren(), isClean()); fieldRequiredGroup88_ = null; } return fieldRequiredGroup88Builder_; } @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:protobuf.experimental.lite.Proto2MessageLite) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLite) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2MessageLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2EmptyLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2EmptyLite) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code protobuf.experimental.lite.Proto2EmptyLite} */ public static final class Proto2EmptyLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2EmptyLite) Proto2EmptyLiteOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2EmptyLite.newBuilder() to construct. private Proto2EmptyLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2EmptyLite() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2EmptyLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2EmptyLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2EmptyLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite.class, com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite other = (com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2EmptyLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2EmptyLite) com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2EmptyLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2EmptyLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite.class, com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2EmptyLite_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite build() { com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite result = new com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:protobuf.experimental.lite.Proto2EmptyLite) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2EmptyLite) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2EmptyLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2EmptyLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2MessageLiteWithExtensionsOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLiteWithExtensions) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLiteWithExtensions} */ public static final class Proto2MessageLiteWithExtensions extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< Proto2MessageLiteWithExtensions> implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLiteWithExtensions) Proto2MessageLiteWithExtensionsOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2MessageLiteWithExtensions.newBuilder() to construct. private Proto2MessageLiteWithExtensions(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private Proto2MessageLiteWithExtensions() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2MessageLiteWithExtensions(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLiteWithExtensions} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, Builder> implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLiteWithExtensions) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensionsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions.getDefaultInstance()) return this; this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:protobuf.experimental.lite.Proto2MessageLiteWithExtensions) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLiteWithExtensions) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2MessageLiteWithExtensions parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroup49OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.FieldGroup49) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ boolean hasFieldInt3250(); /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ int getFieldInt3250(); } /** * Protobuf type {@code protobuf.experimental.lite.FieldGroup49} */ public static final class FieldGroup49 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.FieldGroup49) FieldGroup49OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroup49.newBuilder() to construct. private FieldGroup49(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroup49() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroup49(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.class, com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.Builder.class); } private int bitField0_; public static final int FIELD_INT32_50_FIELD_NUMBER = 50; private int fieldInt3250_ = 0; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(50, fieldInt3250_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(50, fieldInt3250_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.FieldGroup49)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 other = (com.google.protobuf.testing.Proto2TestingLite.FieldGroup49) obj; if (hasFieldInt3250() != other.hasFieldInt3250()) return false; if (hasFieldInt3250()) { if (getFieldInt3250() != other.getFieldInt3250()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3250()) { hash = (37 * hash) + FIELD_INT32_50_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3250(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.FieldGroup49} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.FieldGroup49) com.google.protobuf.testing.Proto2TestingLite.FieldGroup49OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroup49_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroup49_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.class, com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3250_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroup49_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 build() { com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 buildPartial() { com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 result = new com.google.protobuf.testing.Proto2TestingLite.FieldGroup49(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3250_ = fieldInt3250_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.FieldGroup49) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.FieldGroup49)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 other) { if (other == com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.getDefaultInstance()) return this; if (other.hasFieldInt3250()) { setFieldInt3250(other.getFieldInt3250()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 400: { fieldInt3250_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 400 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3250_ ; /** * optional int32 field_int32_50 = 50; * @return Whether the fieldInt3250 field is set. */ @java.lang.Override public boolean hasFieldInt3250() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_50 = 50; * @return The fieldInt3250. */ @java.lang.Override public int getFieldInt3250() { return fieldInt3250_; } /** * optional int32 field_int32_50 = 50; * @param value The fieldInt3250 to set. * @return This builder for chaining. */ public Builder setFieldInt3250(int value) { fieldInt3250_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_50 = 50; * @return This builder for chaining. */ public Builder clearFieldInt3250() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3250_ = 0; onChanged(); 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:protobuf.experimental.lite.FieldGroup49) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.FieldGroup49) private static final com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.FieldGroup49(); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroup49 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroup49 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FieldGroupList51OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.FieldGroupList51) com.google.protobuf.MessageOrBuilder { /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ boolean hasFieldInt3252(); /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ int getFieldInt3252(); } /** * Protobuf type {@code protobuf.experimental.lite.FieldGroupList51} */ public static final class FieldGroupList51 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.FieldGroupList51) FieldGroupList51OrBuilder { private static final long serialVersionUID = 0L; // Use FieldGroupList51.newBuilder() to construct. private FieldGroupList51(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FieldGroupList51() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FieldGroupList51(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.class, com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.Builder.class); } private int bitField0_; public static final int FIELD_INT32_52_FIELD_NUMBER = 52; private int fieldInt3252_ = 0; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(52, fieldInt3252_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(52, fieldInt3252_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 other = (com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51) obj; if (hasFieldInt3252() != other.hasFieldInt3252()) return false; if (hasFieldInt3252()) { if (getFieldInt3252() != other.getFieldInt3252()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasFieldInt3252()) { hash = (37 * hash) + FIELD_INT32_52_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3252(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.FieldGroupList51} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.FieldGroupList51) com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroupList51_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroupList51_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.class, com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fieldInt3252_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_FieldGroupList51_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 build() { com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 buildPartial() { com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 result = new com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldInt3252_ = fieldInt3252_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 other) { if (other == com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.getDefaultInstance()) return this; if (other.hasFieldInt3252()) { setFieldInt3252(other.getFieldInt3252()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 416: { fieldInt3252_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 416 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int fieldInt3252_ ; /** * optional int32 field_int32_52 = 52; * @return Whether the fieldInt3252 field is set. */ @java.lang.Override public boolean hasFieldInt3252() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 field_int32_52 = 52; * @return The fieldInt3252. */ @java.lang.Override public int getFieldInt3252() { return fieldInt3252_; } /** * optional int32 field_int32_52 = 52; * @param value The fieldInt3252 to set. * @return This builder for chaining. */ public Builder setFieldInt3252(int value) { fieldInt3252_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 field_int32_52 = 52; * @return This builder for chaining. */ public Builder clearFieldInt3252() { bitField0_ = (bitField0_ & ~0x00000001); fieldInt3252_ = 0; onChanged(); 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:protobuf.experimental.lite.FieldGroupList51) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.FieldGroupList51) private static final com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51(); } public static com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FieldGroupList51 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto2MessageLiteWithMapsOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.lite.Proto2MessageLiteWithMaps) com.google.protobuf.MessageOrBuilder { /** * map<bool, bool> field_map_bool_bool_1 = 1; */ int getFieldMapBoolBool1Count(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean containsFieldMapBoolBool1( boolean key); /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBool1(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ java.util.Map getFieldMapBoolBool1Map(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrThrow( boolean key); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ int getFieldMapBoolBytes2Count(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ boolean containsFieldMapBoolBytes2( boolean key); /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBytes2(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ java.util.Map getFieldMapBoolBytes2Map(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key); /** * map<bool, double> field_map_bool_double_3 = 3; */ int getFieldMapBoolDouble3Count(); /** * map<bool, double> field_map_bool_double_3 = 3; */ boolean containsFieldMapBoolDouble3( boolean key); /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolDouble3(); /** * map<bool, double> field_map_bool_double_3 = 3; */ java.util.Map getFieldMapBoolDouble3Map(); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrThrow( boolean key); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4Count(); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ boolean containsFieldMapBoolEnum4( boolean key); /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolEnum4(); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ java.util.Map getFieldMapBoolEnum4Map(); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapBoolEnum4OrThrow( boolean key); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325Count(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ boolean containsFieldMapBoolFixed325( boolean key); /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed325(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ java.util.Map getFieldMapBoolFixed325Map(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrThrow( boolean key); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ int getFieldMapBoolFixed646Count(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ boolean containsFieldMapBoolFixed646( boolean key); /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed646(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ java.util.Map getFieldMapBoolFixed646Map(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrThrow( boolean key); /** * map<bool, float> field_map_bool_float_7 = 7; */ int getFieldMapBoolFloat7Count(); /** * map<bool, float> field_map_bool_float_7 = 7; */ boolean containsFieldMapBoolFloat7( boolean key); /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFloat7(); /** * map<bool, float> field_map_bool_float_7 = 7; */ java.util.Map getFieldMapBoolFloat7Map(); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrThrow( boolean key); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328Count(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ boolean containsFieldMapBoolInt328( boolean key); /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt328(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ java.util.Map getFieldMapBoolInt328Map(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrThrow( boolean key); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ int getFieldMapBoolInt649Count(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ boolean containsFieldMapBoolInt649( boolean key); /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt649(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ java.util.Map getFieldMapBoolInt649Map(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrThrow( boolean key); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ int getFieldMapBoolMessage10Count(); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ boolean containsFieldMapBoolMessage10( boolean key); /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolMessage10(); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ java.util.Map getFieldMapBoolMessage10Map(); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapBoolMessage10OrThrow( boolean key); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211Count(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ boolean containsFieldMapBoolSfixed3211( boolean key); /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed3211(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ java.util.Map getFieldMapBoolSfixed3211Map(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrThrow( boolean key); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ int getFieldMapBoolSfixed6412Count(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ boolean containsFieldMapBoolSfixed6412( boolean key); /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed6412(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ java.util.Map getFieldMapBoolSfixed6412Map(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrThrow( boolean key); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213Count(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ boolean containsFieldMapBoolSint3213( boolean key); /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint3213(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ java.util.Map getFieldMapBoolSint3213Map(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrThrow( boolean key); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ int getFieldMapBoolSint6414Count(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ boolean containsFieldMapBoolSint6414( boolean key); /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint6414(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ java.util.Map getFieldMapBoolSint6414Map(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrThrow( boolean key); /** * map<bool, string> field_map_bool_string_15 = 15; */ int getFieldMapBoolString15Count(); /** * map<bool, string> field_map_bool_string_15 = 15; */ boolean containsFieldMapBoolString15( boolean key); /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolString15(); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.util.Map getFieldMapBoolString15Map(); /** * map<bool, string> field_map_bool_string_15 = 15; */ /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.lang.String getFieldMapBoolString15OrThrow( boolean key); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216Count(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ boolean containsFieldMapBoolUint3216( boolean key); /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint3216(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ java.util.Map getFieldMapBoolUint3216Map(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrThrow( boolean key); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ int getFieldMapBoolUint6417Count(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ boolean containsFieldMapBoolUint6417( boolean key); /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint6417(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ java.util.Map getFieldMapBoolUint6417Map(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrThrow( boolean key); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ int getFieldMapFixed32Bool18Count(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean containsFieldMapFixed32Bool18( int key); /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bool18(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ java.util.Map getFieldMapFixed32Bool18Map(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrThrow( int key); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ int getFieldMapFixed32Bytes19Count(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ boolean containsFieldMapFixed32Bytes19( int key); /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bytes19(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ java.util.Map getFieldMapFixed32Bytes19Map(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ int getFieldMapFixed32Double20Count(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ boolean containsFieldMapFixed32Double20( int key); /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Double20(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ java.util.Map getFieldMapFixed32Double20Map(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrDefault( int key, double defaultValue); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrThrow( int key); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21Count(); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ boolean containsFieldMapFixed32Enum21( int key); /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Enum21(); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ java.util.Map getFieldMapFixed32Enum21Map(); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed32Enum21OrThrow( int key); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222Count(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ boolean containsFieldMapFixed32Fixed3222( int key); /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed3222(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ java.util.Map getFieldMapFixed32Fixed3222Map(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrThrow( int key); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ int getFieldMapFixed32Fixed6423Count(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ boolean containsFieldMapFixed32Fixed6423( int key); /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed6423(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ java.util.Map getFieldMapFixed32Fixed6423Map(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrThrow( int key); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ int getFieldMapFixed32Float24Count(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ boolean containsFieldMapFixed32Float24( int key); /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Float24(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ java.util.Map getFieldMapFixed32Float24Map(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrDefault( int key, float defaultValue); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrThrow( int key); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225Count(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ boolean containsFieldMapFixed32Int3225( int key); /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int3225(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ java.util.Map getFieldMapFixed32Int3225Map(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrThrow( int key); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ int getFieldMapFixed32Int6426Count(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ boolean containsFieldMapFixed32Int6426( int key); /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int6426(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ java.util.Map getFieldMapFixed32Int6426Map(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrThrow( int key); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ int getFieldMapFixed32Message27Count(); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ boolean containsFieldMapFixed32Message27( int key); /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Message27(); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ java.util.Map getFieldMapFixed32Message27Map(); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed32Message27OrThrow( int key); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228Count(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ boolean containsFieldMapFixed32Sfixed3228( int key); /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed3228(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ java.util.Map getFieldMapFixed32Sfixed3228Map(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrThrow( int key); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ int getFieldMapFixed32Sfixed6429Count(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ boolean containsFieldMapFixed32Sfixed6429( int key); /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed6429(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ java.util.Map getFieldMapFixed32Sfixed6429Map(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrThrow( int key); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230Count(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ boolean containsFieldMapFixed32Sint3230( int key); /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint3230(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ java.util.Map getFieldMapFixed32Sint3230Map(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrThrow( int key); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ int getFieldMapFixed32Sint6431Count(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ boolean containsFieldMapFixed32Sint6431( int key); /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint6431(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ java.util.Map getFieldMapFixed32Sint6431Map(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrThrow( int key); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ int getFieldMapFixed32String32Count(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ boolean containsFieldMapFixed32String32( int key); /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32String32(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.util.Map getFieldMapFixed32String32Map(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.lang.String getFieldMapFixed32String32OrThrow( int key); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233Count(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ boolean containsFieldMapFixed32Uint3233( int key); /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint3233(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ java.util.Map getFieldMapFixed32Uint3233Map(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrThrow( int key); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ int getFieldMapFixed32Uint6434Count(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ boolean containsFieldMapFixed32Uint6434( int key); /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint6434(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ java.util.Map getFieldMapFixed32Uint6434Map(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrThrow( int key); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ int getFieldMapFixed64Bool35Count(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean containsFieldMapFixed64Bool35( long key); /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bool35(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ java.util.Map getFieldMapFixed64Bool35Map(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrThrow( long key); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ int getFieldMapFixed64Bytes36Count(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ boolean containsFieldMapFixed64Bytes36( long key); /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bytes36(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ java.util.Map getFieldMapFixed64Bytes36Map(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ int getFieldMapFixed64Double37Count(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ boolean containsFieldMapFixed64Double37( long key); /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Double37(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ java.util.Map getFieldMapFixed64Double37Map(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrDefault( long key, double defaultValue); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrThrow( long key); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38Count(); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ boolean containsFieldMapFixed64Enum38( long key); /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Enum38(); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ java.util.Map getFieldMapFixed64Enum38Map(); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed64Enum38OrThrow( long key); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239Count(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ boolean containsFieldMapFixed64Fixed3239( long key); /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed3239(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ java.util.Map getFieldMapFixed64Fixed3239Map(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrThrow( long key); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ int getFieldMapFixed64Fixed6440Count(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ boolean containsFieldMapFixed64Fixed6440( long key); /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed6440(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ java.util.Map getFieldMapFixed64Fixed6440Map(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrThrow( long key); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ int getFieldMapFixed64Float41Count(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ boolean containsFieldMapFixed64Float41( long key); /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Float41(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ java.util.Map getFieldMapFixed64Float41Map(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrDefault( long key, float defaultValue); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrThrow( long key); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242Count(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ boolean containsFieldMapFixed64Int3242( long key); /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int3242(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ java.util.Map getFieldMapFixed64Int3242Map(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrThrow( long key); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ int getFieldMapFixed64Int6443Count(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ boolean containsFieldMapFixed64Int6443( long key); /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int6443(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ java.util.Map getFieldMapFixed64Int6443Map(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrThrow( long key); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ int getFieldMapFixed64Message44Count(); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ boolean containsFieldMapFixed64Message44( long key); /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Message44(); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ java.util.Map getFieldMapFixed64Message44Map(); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed64Message44OrThrow( long key); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245Count(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ boolean containsFieldMapFixed64Sfixed3245( long key); /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed3245(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ java.util.Map getFieldMapFixed64Sfixed3245Map(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrThrow( long key); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ int getFieldMapFixed64Sfixed6446Count(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ boolean containsFieldMapFixed64Sfixed6446( long key); /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed6446(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ java.util.Map getFieldMapFixed64Sfixed6446Map(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrThrow( long key); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247Count(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ boolean containsFieldMapFixed64Sint3247( long key); /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint3247(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ java.util.Map getFieldMapFixed64Sint3247Map(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrThrow( long key); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ int getFieldMapFixed64Sint6448Count(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ boolean containsFieldMapFixed64Sint6448( long key); /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint6448(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ java.util.Map getFieldMapFixed64Sint6448Map(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrThrow( long key); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ int getFieldMapFixed64String49Count(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ boolean containsFieldMapFixed64String49( long key); /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64String49(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.util.Map getFieldMapFixed64String49Map(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.lang.String getFieldMapFixed64String49OrThrow( long key); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250Count(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ boolean containsFieldMapFixed64Uint3250( long key); /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint3250(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ java.util.Map getFieldMapFixed64Uint3250Map(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrThrow( long key); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ int getFieldMapFixed64Uint6451Count(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ boolean containsFieldMapFixed64Uint6451( long key); /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint6451(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ java.util.Map getFieldMapFixed64Uint6451Map(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrThrow( long key); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ int getFieldMapInt32Bool52Count(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean containsFieldMapInt32Bool52( int key); /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bool52(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ java.util.Map getFieldMapInt32Bool52Map(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrThrow( int key); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ int getFieldMapInt32Bytes53Count(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ boolean containsFieldMapInt32Bytes53( int key); /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bytes53(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ java.util.Map getFieldMapInt32Bytes53Map(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key); /** * map<int32, double> field_map_int32_double_54 = 54; */ int getFieldMapInt32Double54Count(); /** * map<int32, double> field_map_int32_double_54 = 54; */ boolean containsFieldMapInt32Double54( int key); /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Double54(); /** * map<int32, double> field_map_int32_double_54 = 54; */ java.util.Map getFieldMapInt32Double54Map(); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrDefault( int key, double defaultValue); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrThrow( int key); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55Count(); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ boolean containsFieldMapInt32Enum55( int key); /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Enum55(); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ java.util.Map getFieldMapInt32Enum55Map(); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt32Enum55OrThrow( int key); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256Count(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ boolean containsFieldMapInt32Fixed3256( int key); /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed3256(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ java.util.Map getFieldMapInt32Fixed3256Map(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrThrow( int key); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ int getFieldMapInt32Fixed6457Count(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ boolean containsFieldMapInt32Fixed6457( int key); /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed6457(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ java.util.Map getFieldMapInt32Fixed6457Map(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrThrow( int key); /** * map<int32, float> field_map_int32_float_58 = 58; */ int getFieldMapInt32Float58Count(); /** * map<int32, float> field_map_int32_float_58 = 58; */ boolean containsFieldMapInt32Float58( int key); /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Float58(); /** * map<int32, float> field_map_int32_float_58 = 58; */ java.util.Map getFieldMapInt32Float58Map(); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrDefault( int key, float defaultValue); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrThrow( int key); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259Count(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ boolean containsFieldMapInt32Int3259( int key); /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int3259(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ java.util.Map getFieldMapInt32Int3259Map(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrDefault( int key, int defaultValue); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrThrow( int key); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ int getFieldMapInt32Int6460Count(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ boolean containsFieldMapInt32Int6460( int key); /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int6460(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ java.util.Map getFieldMapInt32Int6460Map(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrDefault( int key, long defaultValue); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrThrow( int key); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ int getFieldMapInt32Message61Count(); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ boolean containsFieldMapInt32Message61( int key); /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Message61(); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ java.util.Map getFieldMapInt32Message61Map(); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt32Message61OrThrow( int key); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262Count(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ boolean containsFieldMapInt32Sfixed3262( int key); /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed3262(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ java.util.Map getFieldMapInt32Sfixed3262Map(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrThrow( int key); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ int getFieldMapInt32Sfixed6463Count(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ boolean containsFieldMapInt32Sfixed6463( int key); /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed6463(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ java.util.Map getFieldMapInt32Sfixed6463Map(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrThrow( int key); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264Count(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ boolean containsFieldMapInt32Sint3264( int key); /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint3264(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ java.util.Map getFieldMapInt32Sint3264Map(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrThrow( int key); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ int getFieldMapInt32Sint6465Count(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ boolean containsFieldMapInt32Sint6465( int key); /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint6465(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ java.util.Map getFieldMapInt32Sint6465Map(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrThrow( int key); /** * map<int32, string> field_map_int32_string_66 = 66; */ int getFieldMapInt32String66Count(); /** * map<int32, string> field_map_int32_string_66 = 66; */ boolean containsFieldMapInt32String66( int key); /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32String66(); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.util.Map getFieldMapInt32String66Map(); /** * map<int32, string> field_map_int32_string_66 = 66; */ /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.lang.String getFieldMapInt32String66OrThrow( int key); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267Count(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ boolean containsFieldMapInt32Uint3267( int key); /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint3267(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ java.util.Map getFieldMapInt32Uint3267Map(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrThrow( int key); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ int getFieldMapInt32Uint6468Count(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ boolean containsFieldMapInt32Uint6468( int key); /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint6468(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ java.util.Map getFieldMapInt32Uint6468Map(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrThrow( int key); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ int getFieldMapInt64Bool69Count(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean containsFieldMapInt64Bool69( long key); /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bool69(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ java.util.Map getFieldMapInt64Bool69Map(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrThrow( long key); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ int getFieldMapInt64Bytes70Count(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ boolean containsFieldMapInt64Bytes70( long key); /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bytes70(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ java.util.Map getFieldMapInt64Bytes70Map(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key); /** * map<int64, double> field_map_int64_double_71 = 71; */ int getFieldMapInt64Double71Count(); /** * map<int64, double> field_map_int64_double_71 = 71; */ boolean containsFieldMapInt64Double71( long key); /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Double71(); /** * map<int64, double> field_map_int64_double_71 = 71; */ java.util.Map getFieldMapInt64Double71Map(); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrDefault( long key, double defaultValue); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrThrow( long key); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72Count(); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ boolean containsFieldMapInt64Enum72( long key); /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Enum72(); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ java.util.Map getFieldMapInt64Enum72Map(); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt64Enum72OrThrow( long key); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273Count(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ boolean containsFieldMapInt64Fixed3273( long key); /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed3273(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ java.util.Map getFieldMapInt64Fixed3273Map(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrThrow( long key); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ int getFieldMapInt64Fixed6474Count(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ boolean containsFieldMapInt64Fixed6474( long key); /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed6474(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ java.util.Map getFieldMapInt64Fixed6474Map(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrThrow( long key); /** * map<int64, float> field_map_int64_float_75 = 75; */ int getFieldMapInt64Float75Count(); /** * map<int64, float> field_map_int64_float_75 = 75; */ boolean containsFieldMapInt64Float75( long key); /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Float75(); /** * map<int64, float> field_map_int64_float_75 = 75; */ java.util.Map getFieldMapInt64Float75Map(); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrDefault( long key, float defaultValue); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrThrow( long key); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276Count(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ boolean containsFieldMapInt64Int3276( long key); /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int3276(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ java.util.Map getFieldMapInt64Int3276Map(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrDefault( long key, int defaultValue); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrThrow( long key); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ int getFieldMapInt64Int6477Count(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ boolean containsFieldMapInt64Int6477( long key); /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int6477(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ java.util.Map getFieldMapInt64Int6477Map(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrDefault( long key, long defaultValue); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrThrow( long key); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ int getFieldMapInt64Message78Count(); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ boolean containsFieldMapInt64Message78( long key); /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Message78(); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ java.util.Map getFieldMapInt64Message78Map(); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt64Message78OrThrow( long key); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279Count(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ boolean containsFieldMapInt64Sfixed3279( long key); /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed3279(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ java.util.Map getFieldMapInt64Sfixed3279Map(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrThrow( long key); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ int getFieldMapInt64Sfixed6480Count(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ boolean containsFieldMapInt64Sfixed6480( long key); /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed6480(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ java.util.Map getFieldMapInt64Sfixed6480Map(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrThrow( long key); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281Count(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ boolean containsFieldMapInt64Sint3281( long key); /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint3281(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ java.util.Map getFieldMapInt64Sint3281Map(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrThrow( long key); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ int getFieldMapInt64Sint6482Count(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ boolean containsFieldMapInt64Sint6482( long key); /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint6482(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ java.util.Map getFieldMapInt64Sint6482Map(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrThrow( long key); /** * map<int64, string> field_map_int64_string_83 = 83; */ int getFieldMapInt64String83Count(); /** * map<int64, string> field_map_int64_string_83 = 83; */ boolean containsFieldMapInt64String83( long key); /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64String83(); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.util.Map getFieldMapInt64String83Map(); /** * map<int64, string> field_map_int64_string_83 = 83; */ /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.lang.String getFieldMapInt64String83OrThrow( long key); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284Count(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ boolean containsFieldMapInt64Uint3284( long key); /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint3284(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ java.util.Map getFieldMapInt64Uint3284Map(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrThrow( long key); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ int getFieldMapInt64Uint6485Count(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ boolean containsFieldMapInt64Uint6485( long key); /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint6485(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ java.util.Map getFieldMapInt64Uint6485Map(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrThrow( long key); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ int getFieldMapSfixed32Bool86Count(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean containsFieldMapSfixed32Bool86( int key); /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bool86(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ java.util.Map getFieldMapSfixed32Bool86Map(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrThrow( int key); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ int getFieldMapSfixed32Bytes87Count(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ boolean containsFieldMapSfixed32Bytes87( int key); /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bytes87(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ java.util.Map getFieldMapSfixed32Bytes87Map(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ int getFieldMapSfixed32Double88Count(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ boolean containsFieldMapSfixed32Double88( int key); /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Double88(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ java.util.Map getFieldMapSfixed32Double88Map(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89Count(); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ boolean containsFieldMapSfixed32Enum89( int key); /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Enum89(); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ java.util.Map getFieldMapSfixed32Enum89Map(); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed32Enum89OrThrow( int key); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290Count(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ boolean containsFieldMapSfixed32Fixed3290( int key); /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed3290(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ java.util.Map getFieldMapSfixed32Fixed3290Map(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrThrow( int key); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ int getFieldMapSfixed32Fixed6491Count(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ boolean containsFieldMapSfixed32Fixed6491( int key); /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed6491(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ java.util.Map getFieldMapSfixed32Fixed6491Map(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrThrow( int key); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ int getFieldMapSfixed32Float92Count(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ boolean containsFieldMapSfixed32Float92( int key); /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Float92(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ java.util.Map getFieldMapSfixed32Float92Map(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrThrow( int key); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293Count(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ boolean containsFieldMapSfixed32Int3293( int key); /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int3293(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ java.util.Map getFieldMapSfixed32Int3293Map(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrThrow( int key); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ int getFieldMapSfixed32Int6494Count(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ boolean containsFieldMapSfixed32Int6494( int key); /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int6494(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ java.util.Map getFieldMapSfixed32Int6494Map(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ int getFieldMapSfixed32Message95Count(); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ boolean containsFieldMapSfixed32Message95( int key); /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Message95(); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ java.util.Map getFieldMapSfixed32Message95Map(); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed32Message95OrThrow( int key); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296Count(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ boolean containsFieldMapSfixed32Sfixed3296( int key); /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed3296(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ java.util.Map getFieldMapSfixed32Sfixed3296Map(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrThrow( int key); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ int getFieldMapSfixed32Sfixed6497Count(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ boolean containsFieldMapSfixed32Sfixed6497( int key); /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed6497(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ java.util.Map getFieldMapSfixed32Sfixed6497Map(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrThrow( int key); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298Count(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ boolean containsFieldMapSfixed32Sint3298( int key); /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint3298(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ java.util.Map getFieldMapSfixed32Sint3298Map(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrThrow( int key); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ int getFieldMapSfixed32Sint6499Count(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ boolean containsFieldMapSfixed32Sint6499( int key); /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint6499(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ java.util.Map getFieldMapSfixed32Sint6499Map(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrThrow( int key); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ int getFieldMapSfixed32String100Count(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ boolean containsFieldMapSfixed32String100( int key); /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32String100(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.util.Map getFieldMapSfixed32String100Map(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.lang.String getFieldMapSfixed32String100OrThrow( int key); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101Count(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ boolean containsFieldMapSfixed32Uint32101( int key); /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint32101(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ java.util.Map getFieldMapSfixed32Uint32101Map(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrThrow( int key); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ int getFieldMapSfixed32Uint64102Count(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ boolean containsFieldMapSfixed32Uint64102( int key); /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint64102(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ java.util.Map getFieldMapSfixed32Uint64102Map(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrThrow( int key); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ int getFieldMapSfixed64Bool103Count(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean containsFieldMapSfixed64Bool103( long key); /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bool103(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ java.util.Map getFieldMapSfixed64Bool103Map(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrThrow( long key); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ int getFieldMapSfixed64Bytes104Count(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ boolean containsFieldMapSfixed64Bytes104( long key); /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bytes104(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ java.util.Map getFieldMapSfixed64Bytes104Map(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ int getFieldMapSfixed64Double105Count(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ boolean containsFieldMapSfixed64Double105( long key); /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Double105(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ java.util.Map getFieldMapSfixed64Double105Map(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106Count(); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ boolean containsFieldMapSfixed64Enum106( long key); /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Enum106(); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ java.util.Map getFieldMapSfixed64Enum106Map(); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed64Enum106OrThrow( long key); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107Count(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ boolean containsFieldMapSfixed64Fixed32107( long key); /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed32107(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ java.util.Map getFieldMapSfixed64Fixed32107Map(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrThrow( long key); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ int getFieldMapSfixed64Fixed64108Count(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ boolean containsFieldMapSfixed64Fixed64108( long key); /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed64108(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ java.util.Map getFieldMapSfixed64Fixed64108Map(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrThrow( long key); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ int getFieldMapSfixed64Float109Count(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ boolean containsFieldMapSfixed64Float109( long key); /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Float109(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ java.util.Map getFieldMapSfixed64Float109Map(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrThrow( long key); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110Count(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ boolean containsFieldMapSfixed64Int32110( long key); /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int32110(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ java.util.Map getFieldMapSfixed64Int32110Map(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrThrow( long key); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ int getFieldMapSfixed64Int64111Count(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ boolean containsFieldMapSfixed64Int64111( long key); /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int64111(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ java.util.Map getFieldMapSfixed64Int64111Map(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ int getFieldMapSfixed64Message112Count(); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ boolean containsFieldMapSfixed64Message112( long key); /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Message112(); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ java.util.Map getFieldMapSfixed64Message112Map(); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed64Message112OrThrow( long key); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113Count(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ boolean containsFieldMapSfixed64Sfixed32113( long key); /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed32113(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ java.util.Map getFieldMapSfixed64Sfixed32113Map(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrThrow( long key); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ int getFieldMapSfixed64Sfixed64114Count(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ boolean containsFieldMapSfixed64Sfixed64114( long key); /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed64114(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ java.util.Map getFieldMapSfixed64Sfixed64114Map(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrThrow( long key); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115Count(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ boolean containsFieldMapSfixed64Sint32115( long key); /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint32115(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ java.util.Map getFieldMapSfixed64Sint32115Map(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrThrow( long key); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ int getFieldMapSfixed64Sint64116Count(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ boolean containsFieldMapSfixed64Sint64116( long key); /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint64116(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ java.util.Map getFieldMapSfixed64Sint64116Map(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrThrow( long key); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ int getFieldMapSfixed64String117Count(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ boolean containsFieldMapSfixed64String117( long key); /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64String117(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.util.Map getFieldMapSfixed64String117Map(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.lang.String getFieldMapSfixed64String117OrThrow( long key); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118Count(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ boolean containsFieldMapSfixed64Uint32118( long key); /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint32118(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ java.util.Map getFieldMapSfixed64Uint32118Map(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrThrow( long key); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ int getFieldMapSfixed64Uint64119Count(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ boolean containsFieldMapSfixed64Uint64119( long key); /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint64119(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ java.util.Map getFieldMapSfixed64Uint64119Map(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrThrow( long key); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ int getFieldMapSint32Bool120Count(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean containsFieldMapSint32Bool120( int key); /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bool120(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ java.util.Map getFieldMapSint32Bool120Map(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrThrow( int key); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ int getFieldMapSint32Bytes121Count(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ boolean containsFieldMapSint32Bytes121( int key); /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bytes121(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ java.util.Map getFieldMapSint32Bytes121Map(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ int getFieldMapSint32Double122Count(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ boolean containsFieldMapSint32Double122( int key); /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Double122(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ java.util.Map getFieldMapSint32Double122Map(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrDefault( int key, double defaultValue); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrThrow( int key); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123Count(); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ boolean containsFieldMapSint32Enum123( int key); /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Enum123(); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ java.util.Map getFieldMapSint32Enum123Map(); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint32Enum123OrThrow( int key); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124Count(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ boolean containsFieldMapSint32Fixed32124( int key); /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed32124(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ java.util.Map getFieldMapSint32Fixed32124Map(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrThrow( int key); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ int getFieldMapSint32Fixed64125Count(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ boolean containsFieldMapSint32Fixed64125( int key); /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed64125(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ java.util.Map getFieldMapSint32Fixed64125Map(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrThrow( int key); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ int getFieldMapSint32Float126Count(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ boolean containsFieldMapSint32Float126( int key); /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Float126(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ java.util.Map getFieldMapSint32Float126Map(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrDefault( int key, float defaultValue); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrThrow( int key); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127Count(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ boolean containsFieldMapSint32Int32127( int key); /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int32127(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ java.util.Map getFieldMapSint32Int32127Map(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrDefault( int key, int defaultValue); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrThrow( int key); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ int getFieldMapSint32Int64128Count(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ boolean containsFieldMapSint32Int64128( int key); /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int64128(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ java.util.Map getFieldMapSint32Int64128Map(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrDefault( int key, long defaultValue); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrThrow( int key); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ int getFieldMapSint32Message129Count(); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ boolean containsFieldMapSint32Message129( int key); /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Message129(); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ java.util.Map getFieldMapSint32Message129Map(); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint32Message129OrThrow( int key); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130Count(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ boolean containsFieldMapSint32Sfixed32130( int key); /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed32130(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ java.util.Map getFieldMapSint32Sfixed32130Map(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrThrow( int key); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ int getFieldMapSint32Sfixed64131Count(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ boolean containsFieldMapSint32Sfixed64131( int key); /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed64131(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ java.util.Map getFieldMapSint32Sfixed64131Map(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrThrow( int key); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132Count(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ boolean containsFieldMapSint32Sint32132( int key); /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint32132(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ java.util.Map getFieldMapSint32Sint32132Map(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrThrow( int key); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ int getFieldMapSint32Sint64133Count(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ boolean containsFieldMapSint32Sint64133( int key); /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint64133(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ java.util.Map getFieldMapSint32Sint64133Map(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrThrow( int key); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ int getFieldMapSint32String134Count(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ boolean containsFieldMapSint32String134( int key); /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32String134(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.util.Map getFieldMapSint32String134Map(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.lang.String getFieldMapSint32String134OrThrow( int key); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135Count(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ boolean containsFieldMapSint32Uint32135( int key); /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint32135(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ java.util.Map getFieldMapSint32Uint32135Map(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrThrow( int key); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ int getFieldMapSint32Uint64136Count(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ boolean containsFieldMapSint32Uint64136( int key); /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint64136(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ java.util.Map getFieldMapSint32Uint64136Map(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrThrow( int key); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ int getFieldMapSint64Bool137Count(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean containsFieldMapSint64Bool137( long key); /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bool137(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ java.util.Map getFieldMapSint64Bool137Map(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrThrow( long key); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ int getFieldMapSint64Bytes138Count(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ boolean containsFieldMapSint64Bytes138( long key); /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bytes138(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ java.util.Map getFieldMapSint64Bytes138Map(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ int getFieldMapSint64Double139Count(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ boolean containsFieldMapSint64Double139( long key); /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Double139(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ java.util.Map getFieldMapSint64Double139Map(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrDefault( long key, double defaultValue); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrThrow( long key); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140Count(); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ boolean containsFieldMapSint64Enum140( long key); /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Enum140(); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ java.util.Map getFieldMapSint64Enum140Map(); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint64Enum140OrThrow( long key); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141Count(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ boolean containsFieldMapSint64Fixed32141( long key); /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed32141(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ java.util.Map getFieldMapSint64Fixed32141Map(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrThrow( long key); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ int getFieldMapSint64Fixed64142Count(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ boolean containsFieldMapSint64Fixed64142( long key); /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed64142(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ java.util.Map getFieldMapSint64Fixed64142Map(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrThrow( long key); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ int getFieldMapSint64Float143Count(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ boolean containsFieldMapSint64Float143( long key); /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Float143(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ java.util.Map getFieldMapSint64Float143Map(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrDefault( long key, float defaultValue); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrThrow( long key); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144Count(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ boolean containsFieldMapSint64Int32144( long key); /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int32144(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ java.util.Map getFieldMapSint64Int32144Map(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrDefault( long key, int defaultValue); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrThrow( long key); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ int getFieldMapSint64Int64145Count(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ boolean containsFieldMapSint64Int64145( long key); /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int64145(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ java.util.Map getFieldMapSint64Int64145Map(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrDefault( long key, long defaultValue); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrThrow( long key); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ int getFieldMapSint64Message146Count(); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ boolean containsFieldMapSint64Message146( long key); /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Message146(); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ java.util.Map getFieldMapSint64Message146Map(); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint64Message146OrThrow( long key); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147Count(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ boolean containsFieldMapSint64Sfixed32147( long key); /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed32147(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ java.util.Map getFieldMapSint64Sfixed32147Map(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrThrow( long key); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ int getFieldMapSint64Sfixed64148Count(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ boolean containsFieldMapSint64Sfixed64148( long key); /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed64148(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ java.util.Map getFieldMapSint64Sfixed64148Map(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrThrow( long key); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149Count(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ boolean containsFieldMapSint64Sint32149( long key); /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint32149(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ java.util.Map getFieldMapSint64Sint32149Map(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrThrow( long key); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ int getFieldMapSint64Sint64150Count(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ boolean containsFieldMapSint64Sint64150( long key); /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint64150(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ java.util.Map getFieldMapSint64Sint64150Map(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrThrow( long key); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ int getFieldMapSint64String151Count(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ boolean containsFieldMapSint64String151( long key); /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64String151(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.util.Map getFieldMapSint64String151Map(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.lang.String getFieldMapSint64String151OrThrow( long key); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152Count(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ boolean containsFieldMapSint64Uint32152( long key); /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint32152(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ java.util.Map getFieldMapSint64Uint32152Map(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrThrow( long key); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ int getFieldMapSint64Uint64153Count(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ boolean containsFieldMapSint64Uint64153( long key); /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint64153(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ java.util.Map getFieldMapSint64Uint64153Map(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrThrow( long key); /** * map<string, bool> field_map_string_bool_154 = 154; */ int getFieldMapStringBool154Count(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean containsFieldMapStringBool154( java.lang.String key); /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBool154(); /** * map<string, bool> field_map_string_bool_154 = 154; */ java.util.Map getFieldMapStringBool154Map(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrThrow( java.lang.String key); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ int getFieldMapStringBytes155Count(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ boolean containsFieldMapStringBytes155( java.lang.String key); /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBytes155(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ java.util.Map getFieldMapStringBytes155Map(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key); /** * map<string, double> field_map_string_double_156 = 156; */ int getFieldMapStringDouble156Count(); /** * map<string, double> field_map_string_double_156 = 156; */ boolean containsFieldMapStringDouble156( java.lang.String key); /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringDouble156(); /** * map<string, double> field_map_string_double_156 = 156; */ java.util.Map getFieldMapStringDouble156Map(); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157Count(); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ boolean containsFieldMapStringEnum157( java.lang.String key); /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringEnum157(); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ java.util.Map getFieldMapStringEnum157Map(); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158Count(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ boolean containsFieldMapStringFixed32158( java.lang.String key); /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed32158(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ java.util.Map getFieldMapStringFixed32158Map(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrThrow( java.lang.String key); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ int getFieldMapStringFixed64159Count(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ boolean containsFieldMapStringFixed64159( java.lang.String key); /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed64159(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ java.util.Map getFieldMapStringFixed64159Map(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrThrow( java.lang.String key); /** * map<string, float> field_map_string_float_160 = 160; */ int getFieldMapStringFloat160Count(); /** * map<string, float> field_map_string_float_160 = 160; */ boolean containsFieldMapStringFloat160( java.lang.String key); /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFloat160(); /** * map<string, float> field_map_string_float_160 = 160; */ java.util.Map getFieldMapStringFloat160Map(); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrThrow( java.lang.String key); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161Count(); /** * map<string, int32> field_map_string_int32_161 = 161; */ boolean containsFieldMapStringInt32161( java.lang.String key); /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt32161(); /** * map<string, int32> field_map_string_int32_161 = 161; */ java.util.Map getFieldMapStringInt32161Map(); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrThrow( java.lang.String key); /** * map<string, int64> field_map_string_int64_162 = 162; */ int getFieldMapStringInt64162Count(); /** * map<string, int64> field_map_string_int64_162 = 162; */ boolean containsFieldMapStringInt64162( java.lang.String key); /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt64162(); /** * map<string, int64> field_map_string_int64_162 = 162; */ java.util.Map getFieldMapStringInt64162Map(); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ int getFieldMapStringMessage163Count(); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ boolean containsFieldMapStringMessage163( java.lang.String key); /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringMessage163(); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ java.util.Map getFieldMapStringMessage163Map(); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapStringMessage163OrThrow( java.lang.String key); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164Count(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ boolean containsFieldMapStringSfixed32164( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed32164(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ java.util.Map getFieldMapStringSfixed32164Map(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrThrow( java.lang.String key); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ int getFieldMapStringSfixed64165Count(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ boolean containsFieldMapStringSfixed64165( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed64165(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ java.util.Map getFieldMapStringSfixed64165Map(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrThrow( java.lang.String key); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166Count(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ boolean containsFieldMapStringSint32166( java.lang.String key); /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint32166(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ java.util.Map getFieldMapStringSint32166Map(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrThrow( java.lang.String key); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ int getFieldMapStringSint64167Count(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ boolean containsFieldMapStringSint64167( java.lang.String key); /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint64167(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ java.util.Map getFieldMapStringSint64167Map(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrThrow( java.lang.String key); /** * map<string, string> field_map_string_string_168 = 168; */ int getFieldMapStringString168Count(); /** * map<string, string> field_map_string_string_168 = 168; */ boolean containsFieldMapStringString168( java.lang.String key); /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringString168(); /** * map<string, string> field_map_string_string_168 = 168; */ java.util.Map getFieldMapStringString168Map(); /** * map<string, string> field_map_string_string_168 = 168; */ /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> field_map_string_string_168 = 168; */ java.lang.String getFieldMapStringString168OrThrow( java.lang.String key); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169Count(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ boolean containsFieldMapStringUint32169( java.lang.String key); /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint32169(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ java.util.Map getFieldMapStringUint32169Map(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrThrow( java.lang.String key); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ int getFieldMapStringUint64170Count(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ boolean containsFieldMapStringUint64170( java.lang.String key); /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint64170(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ java.util.Map getFieldMapStringUint64170Map(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrThrow( java.lang.String key); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ int getFieldMapUint32Bool171Count(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean containsFieldMapUint32Bool171( int key); /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bool171(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ java.util.Map getFieldMapUint32Bool171Map(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrThrow( int key); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ int getFieldMapUint32Bytes172Count(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ boolean containsFieldMapUint32Bytes172( int key); /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bytes172(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ java.util.Map getFieldMapUint32Bytes172Map(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ int getFieldMapUint32Double173Count(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ boolean containsFieldMapUint32Double173( int key); /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Double173(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ java.util.Map getFieldMapUint32Double173Map(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrDefault( int key, double defaultValue); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrThrow( int key); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174Count(); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ boolean containsFieldMapUint32Enum174( int key); /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Enum174(); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ java.util.Map getFieldMapUint32Enum174Map(); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint32Enum174OrThrow( int key); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175Count(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ boolean containsFieldMapUint32Fixed32175( int key); /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed32175(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ java.util.Map getFieldMapUint32Fixed32175Map(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrThrow( int key); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ int getFieldMapUint32Fixed64176Count(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ boolean containsFieldMapUint32Fixed64176( int key); /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed64176(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ java.util.Map getFieldMapUint32Fixed64176Map(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrThrow( int key); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ int getFieldMapUint32Float177Count(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ boolean containsFieldMapUint32Float177( int key); /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Float177(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ java.util.Map getFieldMapUint32Float177Map(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrDefault( int key, float defaultValue); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrThrow( int key); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178Count(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ boolean containsFieldMapUint32Int32178( int key); /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int32178(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ java.util.Map getFieldMapUint32Int32178Map(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrDefault( int key, int defaultValue); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrThrow( int key); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ int getFieldMapUint32Int64179Count(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ boolean containsFieldMapUint32Int64179( int key); /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int64179(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ java.util.Map getFieldMapUint32Int64179Map(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrDefault( int key, long defaultValue); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrThrow( int key); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ int getFieldMapUint32Message180Count(); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ boolean containsFieldMapUint32Message180( int key); /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Message180(); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ java.util.Map getFieldMapUint32Message180Map(); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint32Message180OrThrow( int key); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181Count(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ boolean containsFieldMapUint32Sfixed32181( int key); /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed32181(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ java.util.Map getFieldMapUint32Sfixed32181Map(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrThrow( int key); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ int getFieldMapUint32Sfixed64182Count(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ boolean containsFieldMapUint32Sfixed64182( int key); /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed64182(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ java.util.Map getFieldMapUint32Sfixed64182Map(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrThrow( int key); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183Count(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ boolean containsFieldMapUint32Sint32183( int key); /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint32183(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ java.util.Map getFieldMapUint32Sint32183Map(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrThrow( int key); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ int getFieldMapUint32Sint64184Count(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ boolean containsFieldMapUint32Sint64184( int key); /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint64184(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ java.util.Map getFieldMapUint32Sint64184Map(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrThrow( int key); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ int getFieldMapUint32String185Count(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ boolean containsFieldMapUint32String185( int key); /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32String185(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.util.Map getFieldMapUint32String185Map(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.lang.String getFieldMapUint32String185OrThrow( int key); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186Count(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ boolean containsFieldMapUint32Uint32186( int key); /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint32186(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ java.util.Map getFieldMapUint32Uint32186Map(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrThrow( int key); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ int getFieldMapUint32Uint64187Count(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ boolean containsFieldMapUint32Uint64187( int key); /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint64187(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ java.util.Map getFieldMapUint32Uint64187Map(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrThrow( int key); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ int getFieldMapUint64Bool188Count(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean containsFieldMapUint64Bool188( long key); /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bool188(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ java.util.Map getFieldMapUint64Bool188Map(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrThrow( long key); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ int getFieldMapUint64Bytes189Count(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ boolean containsFieldMapUint64Bytes189( long key); /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bytes189(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ java.util.Map getFieldMapUint64Bytes189Map(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ int getFieldMapUint64Double190Count(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ boolean containsFieldMapUint64Double190( long key); /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Double190(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ java.util.Map getFieldMapUint64Double190Map(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrDefault( long key, double defaultValue); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrThrow( long key); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191Count(); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ boolean containsFieldMapUint64Enum191( long key); /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Enum191(); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ java.util.Map getFieldMapUint64Enum191Map(); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint64Enum191OrThrow( long key); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192Count(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ boolean containsFieldMapUint64Fixed32192( long key); /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed32192(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ java.util.Map getFieldMapUint64Fixed32192Map(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrThrow( long key); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ int getFieldMapUint64Fixed64193Count(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ boolean containsFieldMapUint64Fixed64193( long key); /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed64193(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ java.util.Map getFieldMapUint64Fixed64193Map(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrThrow( long key); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ int getFieldMapUint64Float194Count(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ boolean containsFieldMapUint64Float194( long key); /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Float194(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ java.util.Map getFieldMapUint64Float194Map(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrDefault( long key, float defaultValue); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrThrow( long key); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195Count(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ boolean containsFieldMapUint64Int32195( long key); /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int32195(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ java.util.Map getFieldMapUint64Int32195Map(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrDefault( long key, int defaultValue); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrThrow( long key); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ int getFieldMapUint64Int64196Count(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ boolean containsFieldMapUint64Int64196( long key); /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int64196(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ java.util.Map getFieldMapUint64Int64196Map(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrDefault( long key, long defaultValue); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrThrow( long key); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ int getFieldMapUint64Message197Count(); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ boolean containsFieldMapUint64Message197( long key); /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Message197(); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ java.util.Map getFieldMapUint64Message197Map(); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue); /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint64Message197OrThrow( long key); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198Count(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ boolean containsFieldMapUint64Sfixed32198( long key); /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed32198(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ java.util.Map getFieldMapUint64Sfixed32198Map(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrThrow( long key); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ int getFieldMapUint64Sfixed64199Count(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ boolean containsFieldMapUint64Sfixed64199( long key); /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed64199(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ java.util.Map getFieldMapUint64Sfixed64199Map(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrThrow( long key); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200Count(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ boolean containsFieldMapUint64Sint32200( long key); /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint32200(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ java.util.Map getFieldMapUint64Sint32200Map(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrThrow( long key); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ int getFieldMapUint64Sint64201Count(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ boolean containsFieldMapUint64Sint64201( long key); /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint64201(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ java.util.Map getFieldMapUint64Sint64201Map(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrThrow( long key); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ int getFieldMapUint64String202Count(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ boolean containsFieldMapUint64String202( long key); /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64String202(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.util.Map getFieldMapUint64String202Map(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.lang.String getFieldMapUint64String202OrThrow( long key); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203Count(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ boolean containsFieldMapUint64Uint32203( long key); /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint32203(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ java.util.Map getFieldMapUint64Uint32203Map(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrThrow( long key); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ int getFieldMapUint64Uint64204Count(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ boolean containsFieldMapUint64Uint64204( long key); /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint64204(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ java.util.Map getFieldMapUint64Uint64204Map(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrThrow( long key); } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLiteWithMaps} */ public static final class Proto2MessageLiteWithMaps extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.lite.Proto2MessageLiteWithMaps) Proto2MessageLiteWithMapsOrBuilder { private static final long serialVersionUID = 0L; // Use Proto2MessageLiteWithMaps.newBuilder() to construct. private Proto2MessageLiteWithMaps(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto2MessageLiteWithMaps() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto2MessageLiteWithMaps(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps.Builder.class); } public static final int FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER = 1; private static final class FieldMapBoolBool1DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER = 2; private static final class FieldMapBoolBytes2DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER = 3; private static final class FieldMapBoolDouble3DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER = 4; private static final class FieldMapBoolEnum4DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapBoolEnum4ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapBoolEnum4Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Boolean, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapBoolEnum4ValueConverter); } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER = 5; private static final class FieldMapBoolFixed325DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER = 6; private static final class FieldMapBoolFixed646DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER = 7; private static final class FieldMapBoolFloat7DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER = 8; private static final class FieldMapBoolInt328DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER = 9; private static final class FieldMapBoolInt649DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER = 10; private static final class FieldMapBoolMessage10DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapBoolMessage10_; private com.google.protobuf.MapField internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().getMap().size(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getMap(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER = 11; private static final class FieldMapBoolSfixed3211DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER = 12; private static final class FieldMapBoolSfixed6412DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER = 13; private static final class FieldMapBoolSint3213DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER = 14; private static final class FieldMapBoolSint6414DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER = 15; private static final class FieldMapBoolString15DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER = 16; private static final class FieldMapBoolUint3216DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER = 17; private static final class FieldMapBoolUint6417DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER = 18; private static final class FieldMapFixed32Bool18DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER = 19; private static final class FieldMapFixed32Bytes19DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER = 20; private static final class FieldMapFixed32Double20DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER = 21; private static final class FieldMapFixed32Enum21DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapFixed32Enum21ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapFixed32Enum21Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapFixed32Enum21ValueConverter); } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER = 22; private static final class FieldMapFixed32Fixed3222DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER = 23; private static final class FieldMapFixed32Fixed6423DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER = 24; private static final class FieldMapFixed32Float24DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER = 25; private static final class FieldMapFixed32Int3225DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER = 26; private static final class FieldMapFixed32Int6426DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER = 27; private static final class FieldMapFixed32Message27DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapFixed32Message27_; private com.google.protobuf.MapField internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().getMap().size(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getMap(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER = 28; private static final class FieldMapFixed32Sfixed3228DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER = 29; private static final class FieldMapFixed32Sfixed6429DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER = 30; private static final class FieldMapFixed32Sint3230DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER = 31; private static final class FieldMapFixed32Sint6431DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER = 32; private static final class FieldMapFixed32String32DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER = 33; private static final class FieldMapFixed32Uint3233DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER = 34; private static final class FieldMapFixed32Uint6434DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER = 35; private static final class FieldMapFixed64Bool35DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER = 36; private static final class FieldMapFixed64Bytes36DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER = 37; private static final class FieldMapFixed64Double37DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER = 38; private static final class FieldMapFixed64Enum38DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapFixed64Enum38ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapFixed64Enum38Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapFixed64Enum38ValueConverter); } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER = 39; private static final class FieldMapFixed64Fixed3239DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER = 40; private static final class FieldMapFixed64Fixed6440DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER = 41; private static final class FieldMapFixed64Float41DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER = 42; private static final class FieldMapFixed64Int3242DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER = 43; private static final class FieldMapFixed64Int6443DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER = 44; private static final class FieldMapFixed64Message44DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapFixed64Message44_; private com.google.protobuf.MapField internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().getMap().size(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getMap(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER = 45; private static final class FieldMapFixed64Sfixed3245DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER = 46; private static final class FieldMapFixed64Sfixed6446DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER = 47; private static final class FieldMapFixed64Sint3247DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER = 48; private static final class FieldMapFixed64Sint6448DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER = 49; private static final class FieldMapFixed64String49DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER = 50; private static final class FieldMapFixed64Uint3250DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER = 51; private static final class FieldMapFixed64Uint6451DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER = 52; private static final class FieldMapInt32Bool52DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER = 53; private static final class FieldMapInt32Bytes53DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER = 54; private static final class FieldMapInt32Double54DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER = 55; private static final class FieldMapInt32Enum55DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapInt32Enum55ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapInt32Enum55Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapInt32Enum55ValueConverter); } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER = 56; private static final class FieldMapInt32Fixed3256DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER = 57; private static final class FieldMapInt32Fixed6457DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER = 58; private static final class FieldMapInt32Float58DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT32_59_FIELD_NUMBER = 59; private static final class FieldMapInt32Int3259DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT64_60_FIELD_NUMBER = 60; private static final class FieldMapInt32Int6460DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER = 61; private static final class FieldMapInt32Message61DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapInt32Message61_; private com.google.protobuf.MapField internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().getMap().size(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getMap(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER = 62; private static final class FieldMapInt32Sfixed3262DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER = 63; private static final class FieldMapInt32Sfixed6463DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER = 64; private static final class FieldMapInt32Sint3264DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER = 65; private static final class FieldMapInt32Sint6465DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_STRING_66_FIELD_NUMBER = 66; private static final class FieldMapInt32String66DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER = 67; private static final class FieldMapInt32Uint3267DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER = 68; private static final class FieldMapInt32Uint6468DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER = 69; private static final class FieldMapInt64Bool69DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER = 70; private static final class FieldMapInt64Bytes70DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER = 71; private static final class FieldMapInt64Double71DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER = 72; private static final class FieldMapInt64Enum72DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapInt64Enum72ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapInt64Enum72Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapInt64Enum72ValueConverter); } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER = 73; private static final class FieldMapInt64Fixed3273DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER = 74; private static final class FieldMapInt64Fixed6474DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER = 75; private static final class FieldMapInt64Float75DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT32_76_FIELD_NUMBER = 76; private static final class FieldMapInt64Int3276DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT64_77_FIELD_NUMBER = 77; private static final class FieldMapInt64Int6477DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER = 78; private static final class FieldMapInt64Message78DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapInt64Message78_; private com.google.protobuf.MapField internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().getMap().size(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getMap(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER = 79; private static final class FieldMapInt64Sfixed3279DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER = 80; private static final class FieldMapInt64Sfixed6480DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER = 81; private static final class FieldMapInt64Sint3281DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER = 82; private static final class FieldMapInt64Sint6482DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_STRING_83_FIELD_NUMBER = 83; private static final class FieldMapInt64String83DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER = 84; private static final class FieldMapInt64Uint3284DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER = 85; private static final class FieldMapInt64Uint6485DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER = 86; private static final class FieldMapSfixed32Bool86DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER = 87; private static final class FieldMapSfixed32Bytes87DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER = 88; private static final class FieldMapSfixed32Double88DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER = 89; private static final class FieldMapSfixed32Enum89DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapSfixed32Enum89ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSfixed32Enum89Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSfixed32Enum89ValueConverter); } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER = 90; private static final class FieldMapSfixed32Fixed3290DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER = 91; private static final class FieldMapSfixed32Fixed6491DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER = 92; private static final class FieldMapSfixed32Float92DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER = 93; private static final class FieldMapSfixed32Int3293DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER = 94; private static final class FieldMapSfixed32Int6494DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER = 95; private static final class FieldMapSfixed32Message95DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapSfixed32Message95_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getMap(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER = 96; private static final class FieldMapSfixed32Sfixed3296DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER = 97; private static final class FieldMapSfixed32Sfixed6497DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER = 98; private static final class FieldMapSfixed32Sint3298DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER = 99; private static final class FieldMapSfixed32Sint6499DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER = 100; private static final class FieldMapSfixed32String100DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER = 101; private static final class FieldMapSfixed32Uint32101DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER = 102; private static final class FieldMapSfixed32Uint64102DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER = 103; private static final class FieldMapSfixed64Bool103DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER = 104; private static final class FieldMapSfixed64Bytes104DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER = 105; private static final class FieldMapSfixed64Double105DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER = 106; private static final class FieldMapSfixed64Enum106DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapSfixed64Enum106ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSfixed64Enum106Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSfixed64Enum106ValueConverter); } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER = 107; private static final class FieldMapSfixed64Fixed32107DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER = 108; private static final class FieldMapSfixed64Fixed64108DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER = 109; private static final class FieldMapSfixed64Float109DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER = 110; private static final class FieldMapSfixed64Int32110DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER = 111; private static final class FieldMapSfixed64Int64111DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER = 112; private static final class FieldMapSfixed64Message112DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapSfixed64Message112_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getMap(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER = 113; private static final class FieldMapSfixed64Sfixed32113DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER = 114; private static final class FieldMapSfixed64Sfixed64114DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER = 115; private static final class FieldMapSfixed64Sint32115DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER = 116; private static final class FieldMapSfixed64Sint64116DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER = 117; private static final class FieldMapSfixed64String117DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER = 118; private static final class FieldMapSfixed64Uint32118DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER = 119; private static final class FieldMapSfixed64Uint64119DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER = 120; private static final class FieldMapSint32Bool120DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER = 121; private static final class FieldMapSint32Bytes121DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER = 122; private static final class FieldMapSint32Double122DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER = 123; private static final class FieldMapSint32Enum123DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapSint32Enum123ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSint32Enum123Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSint32Enum123ValueConverter); } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER = 124; private static final class FieldMapSint32Fixed32124DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER = 125; private static final class FieldMapSint32Fixed64125DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER = 126; private static final class FieldMapSint32Float126DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER = 127; private static final class FieldMapSint32Int32127DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER = 128; private static final class FieldMapSint32Int64128DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER = 129; private static final class FieldMapSint32Message129DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapSint32Message129_; private com.google.protobuf.MapField internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().getMap().size(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getMap(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER = 130; private static final class FieldMapSint32Sfixed32130DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER = 131; private static final class FieldMapSint32Sfixed64131DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER = 132; private static final class FieldMapSint32Sint32132DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER = 133; private static final class FieldMapSint32Sint64133DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER = 134; private static final class FieldMapSint32String134DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER = 135; private static final class FieldMapSint32Uint32135DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER = 136; private static final class FieldMapSint32Uint64136DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER = 137; private static final class FieldMapSint64Bool137DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER = 138; private static final class FieldMapSint64Bytes138DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER = 139; private static final class FieldMapSint64Double139DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER = 140; private static final class FieldMapSint64Enum140DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapSint64Enum140ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapSint64Enum140Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSint64Enum140ValueConverter); } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER = 141; private static final class FieldMapSint64Fixed32141DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER = 142; private static final class FieldMapSint64Fixed64142DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER = 143; private static final class FieldMapSint64Float143DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER = 144; private static final class FieldMapSint64Int32144DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER = 145; private static final class FieldMapSint64Int64145DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER = 146; private static final class FieldMapSint64Message146DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapSint64Message146_; private com.google.protobuf.MapField internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().getMap().size(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getMap(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER = 147; private static final class FieldMapSint64Sfixed32147DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER = 148; private static final class FieldMapSint64Sfixed64148DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER = 149; private static final class FieldMapSint64Sint32149DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER = 150; private static final class FieldMapSint64Sint64150DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER = 151; private static final class FieldMapSint64String151DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER = 152; private static final class FieldMapSint64Uint32152DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER = 153; private static final class FieldMapSint64Uint64153DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER = 154; private static final class FieldMapStringBool154DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER = 155; private static final class FieldMapStringBytes155DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER = 156; private static final class FieldMapStringDouble156DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER = 157; private static final class FieldMapStringEnum157DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapStringEnum157ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapStringEnum157Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapStringEnum157ValueConverter); } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER = 158; private static final class FieldMapStringFixed32158DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER = 159; private static final class FieldMapStringFixed64159DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER = 160; private static final class FieldMapStringFloat160DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT32_161_FIELD_NUMBER = 161; private static final class FieldMapStringInt32161DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT64_162_FIELD_NUMBER = 162; private static final class FieldMapStringInt64162DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER = 163; private static final class FieldMapStringMessage163DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapStringMessage163_; private com.google.protobuf.MapField internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().getMap().size(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getMap(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER = 164; private static final class FieldMapStringSfixed32164DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER = 165; private static final class FieldMapStringSfixed64165DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER = 166; private static final class FieldMapStringSint32166DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER = 167; private static final class FieldMapStringSint64167DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_STRING_168_FIELD_NUMBER = 168; private static final class FieldMapStringString168DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringString168Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER = 169; private static final class FieldMapStringUint32169DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER = 170; private static final class FieldMapStringUint64170DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER = 171; private static final class FieldMapUint32Bool171DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER = 172; private static final class FieldMapUint32Bytes172DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER = 173; private static final class FieldMapUint32Double173DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER = 174; private static final class FieldMapUint32Enum174DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapUint32Enum174ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapUint32Enum174Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapUint32Enum174ValueConverter); } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER = 175; private static final class FieldMapUint32Fixed32175DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER = 176; private static final class FieldMapUint32Fixed64176DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER = 177; private static final class FieldMapUint32Float177DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER = 178; private static final class FieldMapUint32Int32178DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER = 179; private static final class FieldMapUint32Int64179DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER = 180; private static final class FieldMapUint32Message180DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapUint32Message180_; private com.google.protobuf.MapField internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().getMap().size(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getMap(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER = 181; private static final class FieldMapUint32Sfixed32181DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER = 182; private static final class FieldMapUint32Sfixed64182DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER = 183; private static final class FieldMapUint32Sint32183DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER = 184; private static final class FieldMapUint32Sint64184DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER = 185; private static final class FieldMapUint32String185DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER = 186; private static final class FieldMapUint32Uint32186DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER = 187; private static final class FieldMapUint32Uint64187DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER = 188; private static final class FieldMapUint64Bool188DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER = 189; private static final class FieldMapUint64Bytes189DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER = 190; private static final class FieldMapUint64Double190DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER = 191; private static final class FieldMapUint64Enum191DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldMapUint64Enum191ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.ZERO); private static final java.util.Map internalGetAdaptedFieldMapUint64Enum191Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum, java.lang.Integer>( map, fieldMapUint64Enum191ValueConverter); } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } public static final int FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER = 192; private static final class FieldMapUint64Fixed32192DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER = 193; private static final class FieldMapUint64Fixed64193DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER = 194; private static final class FieldMapUint64Float194DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER = 195; private static final class FieldMapUint64Int32195DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER = 196; private static final class FieldMapUint64Int64196DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER = 197; private static final class FieldMapUint64Message197DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMapUint64Message197_; private com.google.protobuf.MapField internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().getMap().size(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getMap(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER = 198; private static final class FieldMapUint64Sfixed32198DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER = 199; private static final class FieldMapUint64Sfixed64199DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER = 200; private static final class FieldMapUint64Sint32200DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER = 201; private static final class FieldMapUint64Sint64201DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER = 202; private static final class FieldMapUint64String202DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER = 203; private static final class FieldMapUint64Uint32203DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER = 204; private static final class FieldMapUint64Uint64204DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapBoolMessage10Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapFixed32Message27Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapFixed64Message44Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapInt32Message61Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapInt64Message78Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSfixed32Message95Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSfixed64Message112Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSint32Message129Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSint64Message146Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapStringMessage163Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapUint32Message180Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapUint64Message197Map().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBool1(), FieldMapBoolBool1DefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBytes2(), FieldMapBoolBytes2DefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolDouble3(), FieldMapBoolDouble3DefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolEnum4(), FieldMapBoolEnum4DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed325(), FieldMapBoolFixed325DefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed646(), FieldMapBoolFixed646DefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFloat7(), FieldMapBoolFloat7DefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt328(), FieldMapBoolInt328DefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt649(), FieldMapBoolInt649DefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolMessage10(), FieldMapBoolMessage10DefaultEntryHolder.defaultEntry, 10); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed3211(), FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry, 11); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed6412(), FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry, 12); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint3213(), FieldMapBoolSint3213DefaultEntryHolder.defaultEntry, 13); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint6414(), FieldMapBoolSint6414DefaultEntryHolder.defaultEntry, 14); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolString15(), FieldMapBoolString15DefaultEntryHolder.defaultEntry, 15); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint3216(), FieldMapBoolUint3216DefaultEntryHolder.defaultEntry, 16); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint6417(), FieldMapBoolUint6417DefaultEntryHolder.defaultEntry, 17); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bool18(), FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry, 18); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bytes19(), FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry, 19); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Double20(), FieldMapFixed32Double20DefaultEntryHolder.defaultEntry, 20); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Enum21(), FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry, 21); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed3222(), FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry, 22); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed6423(), FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry, 23); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Float24(), FieldMapFixed32Float24DefaultEntryHolder.defaultEntry, 24); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int3225(), FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry, 25); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int6426(), FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry, 26); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Message27(), FieldMapFixed32Message27DefaultEntryHolder.defaultEntry, 27); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed3228(), FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry, 28); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed6429(), FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry, 29); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint3230(), FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry, 30); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint6431(), FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry, 31); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32String32(), FieldMapFixed32String32DefaultEntryHolder.defaultEntry, 32); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint3233(), FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry, 33); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint6434(), FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry, 34); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bool35(), FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry, 35); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bytes36(), FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry, 36); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Double37(), FieldMapFixed64Double37DefaultEntryHolder.defaultEntry, 37); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Enum38(), FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry, 38); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed3239(), FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry, 39); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed6440(), FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry, 40); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Float41(), FieldMapFixed64Float41DefaultEntryHolder.defaultEntry, 41); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int3242(), FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry, 42); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int6443(), FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry, 43); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Message44(), FieldMapFixed64Message44DefaultEntryHolder.defaultEntry, 44); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed3245(), FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry, 45); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed6446(), FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry, 46); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint3247(), FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry, 47); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint6448(), FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry, 48); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64String49(), FieldMapFixed64String49DefaultEntryHolder.defaultEntry, 49); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint3250(), FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry, 50); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint6451(), FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry, 51); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bool52(), FieldMapInt32Bool52DefaultEntryHolder.defaultEntry, 52); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bytes53(), FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry, 53); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Double54(), FieldMapInt32Double54DefaultEntryHolder.defaultEntry, 54); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Enum55(), FieldMapInt32Enum55DefaultEntryHolder.defaultEntry, 55); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed3256(), FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry, 56); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed6457(), FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry, 57); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Float58(), FieldMapInt32Float58DefaultEntryHolder.defaultEntry, 58); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int3259(), FieldMapInt32Int3259DefaultEntryHolder.defaultEntry, 59); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int6460(), FieldMapInt32Int6460DefaultEntryHolder.defaultEntry, 60); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Message61(), FieldMapInt32Message61DefaultEntryHolder.defaultEntry, 61); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed3262(), FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry, 62); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed6463(), FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry, 63); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint3264(), FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry, 64); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint6465(), FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry, 65); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32String66(), FieldMapInt32String66DefaultEntryHolder.defaultEntry, 66); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint3267(), FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry, 67); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint6468(), FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry, 68); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bool69(), FieldMapInt64Bool69DefaultEntryHolder.defaultEntry, 69); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bytes70(), FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry, 70); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Double71(), FieldMapInt64Double71DefaultEntryHolder.defaultEntry, 71); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Enum72(), FieldMapInt64Enum72DefaultEntryHolder.defaultEntry, 72); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed3273(), FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry, 73); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed6474(), FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry, 74); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Float75(), FieldMapInt64Float75DefaultEntryHolder.defaultEntry, 75); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int3276(), FieldMapInt64Int3276DefaultEntryHolder.defaultEntry, 76); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int6477(), FieldMapInt64Int6477DefaultEntryHolder.defaultEntry, 77); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Message78(), FieldMapInt64Message78DefaultEntryHolder.defaultEntry, 78); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed3279(), FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry, 79); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed6480(), FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry, 80); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint3281(), FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry, 81); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint6482(), FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry, 82); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64String83(), FieldMapInt64String83DefaultEntryHolder.defaultEntry, 83); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint3284(), FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry, 84); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint6485(), FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry, 85); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bool86(), FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry, 86); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bytes87(), FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry, 87); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Double88(), FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry, 88); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Enum89(), FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry, 89); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed3290(), FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry, 90); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed6491(), FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry, 91); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Float92(), FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry, 92); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int3293(), FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry, 93); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int6494(), FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry, 94); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Message95(), FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry, 95); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed3296(), FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry, 96); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed6497(), FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry, 97); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint3298(), FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry, 98); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint6499(), FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry, 99); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32String100(), FieldMapSfixed32String100DefaultEntryHolder.defaultEntry, 100); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint32101(), FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry, 101); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint64102(), FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry, 102); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bool103(), FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry, 103); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bytes104(), FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry, 104); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Double105(), FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry, 105); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Enum106(), FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry, 106); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed32107(), FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry, 107); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed64108(), FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry, 108); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Float109(), FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry, 109); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int32110(), FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry, 110); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int64111(), FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry, 111); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Message112(), FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry, 112); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed32113(), FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry, 113); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed64114(), FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry, 114); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint32115(), FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry, 115); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint64116(), FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry, 116); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64String117(), FieldMapSfixed64String117DefaultEntryHolder.defaultEntry, 117); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint32118(), FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry, 118); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint64119(), FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry, 119); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bool120(), FieldMapSint32Bool120DefaultEntryHolder.defaultEntry, 120); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bytes121(), FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry, 121); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Double122(), FieldMapSint32Double122DefaultEntryHolder.defaultEntry, 122); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Enum123(), FieldMapSint32Enum123DefaultEntryHolder.defaultEntry, 123); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed32124(), FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry, 124); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed64125(), FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry, 125); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Float126(), FieldMapSint32Float126DefaultEntryHolder.defaultEntry, 126); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int32127(), FieldMapSint32Int32127DefaultEntryHolder.defaultEntry, 127); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int64128(), FieldMapSint32Int64128DefaultEntryHolder.defaultEntry, 128); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Message129(), FieldMapSint32Message129DefaultEntryHolder.defaultEntry, 129); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed32130(), FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry, 130); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed64131(), FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry, 131); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint32132(), FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry, 132); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint64133(), FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry, 133); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32String134(), FieldMapSint32String134DefaultEntryHolder.defaultEntry, 134); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint32135(), FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry, 135); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint64136(), FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry, 136); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bool137(), FieldMapSint64Bool137DefaultEntryHolder.defaultEntry, 137); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bytes138(), FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry, 138); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Double139(), FieldMapSint64Double139DefaultEntryHolder.defaultEntry, 139); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Enum140(), FieldMapSint64Enum140DefaultEntryHolder.defaultEntry, 140); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed32141(), FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry, 141); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed64142(), FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry, 142); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Float143(), FieldMapSint64Float143DefaultEntryHolder.defaultEntry, 143); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int32144(), FieldMapSint64Int32144DefaultEntryHolder.defaultEntry, 144); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int64145(), FieldMapSint64Int64145DefaultEntryHolder.defaultEntry, 145); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Message146(), FieldMapSint64Message146DefaultEntryHolder.defaultEntry, 146); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed32147(), FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry, 147); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed64148(), FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry, 148); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint32149(), FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry, 149); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint64150(), FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry, 150); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64String151(), FieldMapSint64String151DefaultEntryHolder.defaultEntry, 151); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint32152(), FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry, 152); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint64153(), FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry, 153); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBool154(), FieldMapStringBool154DefaultEntryHolder.defaultEntry, 154); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBytes155(), FieldMapStringBytes155DefaultEntryHolder.defaultEntry, 155); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringDouble156(), FieldMapStringDouble156DefaultEntryHolder.defaultEntry, 156); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringEnum157(), FieldMapStringEnum157DefaultEntryHolder.defaultEntry, 157); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed32158(), FieldMapStringFixed32158DefaultEntryHolder.defaultEntry, 158); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed64159(), FieldMapStringFixed64159DefaultEntryHolder.defaultEntry, 159); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFloat160(), FieldMapStringFloat160DefaultEntryHolder.defaultEntry, 160); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt32161(), FieldMapStringInt32161DefaultEntryHolder.defaultEntry, 161); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt64162(), FieldMapStringInt64162DefaultEntryHolder.defaultEntry, 162); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringMessage163(), FieldMapStringMessage163DefaultEntryHolder.defaultEntry, 163); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed32164(), FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry, 164); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed64165(), FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry, 165); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint32166(), FieldMapStringSint32166DefaultEntryHolder.defaultEntry, 166); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint64167(), FieldMapStringSint64167DefaultEntryHolder.defaultEntry, 167); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringString168(), FieldMapStringString168DefaultEntryHolder.defaultEntry, 168); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint32169(), FieldMapStringUint32169DefaultEntryHolder.defaultEntry, 169); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint64170(), FieldMapStringUint64170DefaultEntryHolder.defaultEntry, 170); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bool171(), FieldMapUint32Bool171DefaultEntryHolder.defaultEntry, 171); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bytes172(), FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry, 172); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Double173(), FieldMapUint32Double173DefaultEntryHolder.defaultEntry, 173); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Enum174(), FieldMapUint32Enum174DefaultEntryHolder.defaultEntry, 174); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed32175(), FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry, 175); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed64176(), FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry, 176); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Float177(), FieldMapUint32Float177DefaultEntryHolder.defaultEntry, 177); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int32178(), FieldMapUint32Int32178DefaultEntryHolder.defaultEntry, 178); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int64179(), FieldMapUint32Int64179DefaultEntryHolder.defaultEntry, 179); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Message180(), FieldMapUint32Message180DefaultEntryHolder.defaultEntry, 180); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed32181(), FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry, 181); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed64182(), FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry, 182); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint32183(), FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry, 183); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint64184(), FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry, 184); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32String185(), FieldMapUint32String185DefaultEntryHolder.defaultEntry, 185); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint32186(), FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry, 186); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint64187(), FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry, 187); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bool188(), FieldMapUint64Bool188DefaultEntryHolder.defaultEntry, 188); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bytes189(), FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry, 189); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Double190(), FieldMapUint64Double190DefaultEntryHolder.defaultEntry, 190); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Enum191(), FieldMapUint64Enum191DefaultEntryHolder.defaultEntry, 191); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed32192(), FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry, 192); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed64193(), FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry, 193); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Float194(), FieldMapUint64Float194DefaultEntryHolder.defaultEntry, 194); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int32195(), FieldMapUint64Int32195DefaultEntryHolder.defaultEntry, 195); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int64196(), FieldMapUint64Int64196DefaultEntryHolder.defaultEntry, 196); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Message197(), FieldMapUint64Message197DefaultEntryHolder.defaultEntry, 197); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed32198(), FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry, 198); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed64199(), FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry, 199); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint32200(), FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry, 200); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint64201(), FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry, 201); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64String202(), FieldMapUint64String202DefaultEntryHolder.defaultEntry, 202); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint32203(), FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry, 203); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint64204(), FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry, 204); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetFieldMapBoolBool1().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBool1__ = FieldMapBoolBool1DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, fieldMapBoolBool1__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolBytes2().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, fieldMapBoolBytes2__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolDouble3().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, fieldMapBoolDouble3__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolEnum4().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolEnum4__ = FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, fieldMapBoolEnum4__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed325().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, fieldMapBoolFixed325__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed646().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, fieldMapBoolFixed646__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFloat7().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, fieldMapBoolFloat7__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt328().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt328__ = FieldMapBoolInt328DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, fieldMapBoolInt328__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt649().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt649__ = FieldMapBoolInt649DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, fieldMapBoolInt649__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolMessage10().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, fieldMapBoolMessage10__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed3211().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, fieldMapBoolSfixed3211__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed6412().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, fieldMapBoolSfixed6412__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint3213().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, fieldMapBoolSint3213__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint6414().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, fieldMapBoolSint6414__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolString15().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolString15__ = FieldMapBoolString15DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, fieldMapBoolString15__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint3216().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, fieldMapBoolUint3216__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint6417().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, fieldMapBoolUint6417__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bool18().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, fieldMapFixed32Bool18__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bytes19().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, fieldMapFixed32Bytes19__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Double20().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, fieldMapFixed32Double20__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Enum21().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(21, fieldMapFixed32Enum21__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed3222().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, fieldMapFixed32Fixed3222__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed6423().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(23, fieldMapFixed32Fixed6423__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Float24().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(24, fieldMapFixed32Float24__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int3225().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, fieldMapFixed32Int3225__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int6426().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, fieldMapFixed32Int6426__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Message27().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMapFixed32Message27__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed3228().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(28, fieldMapFixed32Sfixed3228__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed6429().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(29, fieldMapFixed32Sfixed6429__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint3230().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, fieldMapFixed32Sint3230__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint6431().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, fieldMapFixed32Sint6431__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32String32().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32String32__ = FieldMapFixed32String32DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(32, fieldMapFixed32String32__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint3233().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(33, fieldMapFixed32Uint3233__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint6434().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(34, fieldMapFixed32Uint6434__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bool35().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(35, fieldMapFixed64Bool35__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bytes36().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(36, fieldMapFixed64Bytes36__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Double37().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(37, fieldMapFixed64Double37__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Enum38().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(38, fieldMapFixed64Enum38__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed3239().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(39, fieldMapFixed64Fixed3239__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed6440().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(40, fieldMapFixed64Fixed6440__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Float41().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(41, fieldMapFixed64Float41__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int3242().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(42, fieldMapFixed64Int3242__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int6443().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(43, fieldMapFixed64Int6443__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Message44().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(44, fieldMapFixed64Message44__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed3245().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(45, fieldMapFixed64Sfixed3245__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed6446().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(46, fieldMapFixed64Sfixed6446__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint3247().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(47, fieldMapFixed64Sint3247__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint6448().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(48, fieldMapFixed64Sint6448__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64String49().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64String49__ = FieldMapFixed64String49DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(49, fieldMapFixed64String49__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint3250().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(50, fieldMapFixed64Uint3250__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint6451().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(51, fieldMapFixed64Uint6451__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bool52().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(52, fieldMapInt32Bool52__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bytes53().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(53, fieldMapInt32Bytes53__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Double54().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Double54__ = FieldMapInt32Double54DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(54, fieldMapInt32Double54__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Enum55().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Enum55__ = FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(55, fieldMapInt32Enum55__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed3256().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(56, fieldMapInt32Fixed3256__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed6457().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(57, fieldMapInt32Fixed6457__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Float58().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Float58__ = FieldMapInt32Float58DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(58, fieldMapInt32Float58__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int3259().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(59, fieldMapInt32Int3259__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int6460().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(60, fieldMapInt32Int6460__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Message61().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Message61__ = FieldMapInt32Message61DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(61, fieldMapInt32Message61__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed3262().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, fieldMapInt32Sfixed3262__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed6463().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(63, fieldMapInt32Sfixed6463__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint3264().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(64, fieldMapInt32Sint3264__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint6465().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(65, fieldMapInt32Sint6465__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32String66().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32String66__ = FieldMapInt32String66DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(66, fieldMapInt32String66__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint3267().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(67, fieldMapInt32Uint3267__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint6468().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(68, fieldMapInt32Uint6468__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bool69().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(69, fieldMapInt64Bool69__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bytes70().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(70, fieldMapInt64Bytes70__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Double71().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Double71__ = FieldMapInt64Double71DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(71, fieldMapInt64Double71__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Enum72().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Enum72__ = FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(72, fieldMapInt64Enum72__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed3273().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(73, fieldMapInt64Fixed3273__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed6474().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(74, fieldMapInt64Fixed6474__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Float75().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Float75__ = FieldMapInt64Float75DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(75, fieldMapInt64Float75__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int3276().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(76, fieldMapInt64Int3276__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int6477().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(77, fieldMapInt64Int6477__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Message78().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Message78__ = FieldMapInt64Message78DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(78, fieldMapInt64Message78__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed3279().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(79, fieldMapInt64Sfixed3279__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed6480().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(80, fieldMapInt64Sfixed6480__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint3281().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(81, fieldMapInt64Sint3281__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint6482().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(82, fieldMapInt64Sint6482__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64String83().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64String83__ = FieldMapInt64String83DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(83, fieldMapInt64String83__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint3284().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(84, fieldMapInt64Uint3284__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint6485().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(85, fieldMapInt64Uint6485__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bool86().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(86, fieldMapSfixed32Bool86__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bytes87().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(87, fieldMapSfixed32Bytes87__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Double88().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(88, fieldMapSfixed32Double88__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Enum89().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(89, fieldMapSfixed32Enum89__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed3290().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(90, fieldMapSfixed32Fixed3290__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed6491().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(91, fieldMapSfixed32Fixed6491__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Float92().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(92, fieldMapSfixed32Float92__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int3293().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(93, fieldMapSfixed32Int3293__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int6494().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(94, fieldMapSfixed32Int6494__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Message95().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(95, fieldMapSfixed32Message95__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed3296().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(96, fieldMapSfixed32Sfixed3296__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed6497().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(97, fieldMapSfixed32Sfixed6497__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint3298().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(98, fieldMapSfixed32Sint3298__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint6499().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(99, fieldMapSfixed32Sint6499__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32String100().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(100, fieldMapSfixed32String100__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint32101().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(101, fieldMapSfixed32Uint32101__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint64102().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(102, fieldMapSfixed32Uint64102__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bool103().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(103, fieldMapSfixed64Bool103__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bytes104().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(104, fieldMapSfixed64Bytes104__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Double105().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(105, fieldMapSfixed64Double105__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Enum106().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(106, fieldMapSfixed64Enum106__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed32107().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(107, fieldMapSfixed64Fixed32107__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed64108().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(108, fieldMapSfixed64Fixed64108__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Float109().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(109, fieldMapSfixed64Float109__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int32110().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(110, fieldMapSfixed64Int32110__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int64111().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(111, fieldMapSfixed64Int64111__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Message112().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(112, fieldMapSfixed64Message112__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed32113().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(113, fieldMapSfixed64Sfixed32113__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed64114().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(114, fieldMapSfixed64Sfixed64114__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint32115().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(115, fieldMapSfixed64Sint32115__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint64116().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(116, fieldMapSfixed64Sint64116__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64String117().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(117, fieldMapSfixed64String117__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint32118().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(118, fieldMapSfixed64Uint32118__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint64119().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(119, fieldMapSfixed64Uint64119__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bool120().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(120, fieldMapSint32Bool120__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bytes121().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(121, fieldMapSint32Bytes121__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Double122().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Double122__ = FieldMapSint32Double122DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(122, fieldMapSint32Double122__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Enum123().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Enum123__ = FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(123, fieldMapSint32Enum123__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed32124().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(124, fieldMapSint32Fixed32124__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed64125().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(125, fieldMapSint32Fixed64125__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Float126().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Float126__ = FieldMapSint32Float126DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(126, fieldMapSint32Float126__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int32127().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(127, fieldMapSint32Int32127__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int64128().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(128, fieldMapSint32Int64128__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Message129().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Message129__ = FieldMapSint32Message129DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(129, fieldMapSint32Message129__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed32130().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(130, fieldMapSint32Sfixed32130__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed64131().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(131, fieldMapSint32Sfixed64131__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint32132().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(132, fieldMapSint32Sint32132__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint64133().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(133, fieldMapSint32Sint64133__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32String134().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32String134__ = FieldMapSint32String134DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(134, fieldMapSint32String134__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint32135().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(135, fieldMapSint32Uint32135__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint64136().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(136, fieldMapSint32Uint64136__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bool137().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(137, fieldMapSint64Bool137__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bytes138().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(138, fieldMapSint64Bytes138__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Double139().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Double139__ = FieldMapSint64Double139DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(139, fieldMapSint64Double139__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Enum140().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Enum140__ = FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(140, fieldMapSint64Enum140__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed32141().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(141, fieldMapSint64Fixed32141__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed64142().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(142, fieldMapSint64Fixed64142__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Float143().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Float143__ = FieldMapSint64Float143DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(143, fieldMapSint64Float143__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int32144().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(144, fieldMapSint64Int32144__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int64145().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(145, fieldMapSint64Int64145__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Message146().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Message146__ = FieldMapSint64Message146DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(146, fieldMapSint64Message146__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed32147().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(147, fieldMapSint64Sfixed32147__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed64148().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(148, fieldMapSint64Sfixed64148__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint32149().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(149, fieldMapSint64Sint32149__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint64150().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(150, fieldMapSint64Sint64150__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64String151().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64String151__ = FieldMapSint64String151DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(151, fieldMapSint64String151__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint32152().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(152, fieldMapSint64Uint32152__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint64153().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(153, fieldMapSint64Uint64153__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBool154().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBool154__ = FieldMapStringBool154DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(154, fieldMapStringBool154__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBytes155().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBytes155__ = FieldMapStringBytes155DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(155, fieldMapStringBytes155__); } for (java.util.Map.Entry entry : internalGetFieldMapStringDouble156().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringDouble156__ = FieldMapStringDouble156DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(156, fieldMapStringDouble156__); } for (java.util.Map.Entry entry : internalGetFieldMapStringEnum157().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringEnum157__ = FieldMapStringEnum157DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(157, fieldMapStringEnum157__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed32158().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(158, fieldMapStringFixed32158__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed64159().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(159, fieldMapStringFixed64159__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFloat160().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFloat160__ = FieldMapStringFloat160DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(160, fieldMapStringFloat160__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt32161().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt32161__ = FieldMapStringInt32161DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(161, fieldMapStringInt32161__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt64162().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt64162__ = FieldMapStringInt64162DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(162, fieldMapStringInt64162__); } for (java.util.Map.Entry entry : internalGetFieldMapStringMessage163().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringMessage163__ = FieldMapStringMessage163DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(163, fieldMapStringMessage163__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed32164().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(164, fieldMapStringSfixed32164__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed64165().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(165, fieldMapStringSfixed64165__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint32166().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint32166__ = FieldMapStringSint32166DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(166, fieldMapStringSint32166__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint64167().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint64167__ = FieldMapStringSint64167DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(167, fieldMapStringSint64167__); } for (java.util.Map.Entry entry : internalGetFieldMapStringString168().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringString168__ = FieldMapStringString168DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(168, fieldMapStringString168__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint32169().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint32169__ = FieldMapStringUint32169DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(169, fieldMapStringUint32169__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint64170().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint64170__ = FieldMapStringUint64170DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(170, fieldMapStringUint64170__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bool171().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(171, fieldMapUint32Bool171__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bytes172().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(172, fieldMapUint32Bytes172__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Double173().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Double173__ = FieldMapUint32Double173DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(173, fieldMapUint32Double173__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Enum174().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Enum174__ = FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(174, fieldMapUint32Enum174__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed32175().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(175, fieldMapUint32Fixed32175__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed64176().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(176, fieldMapUint32Fixed64176__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Float177().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Float177__ = FieldMapUint32Float177DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(177, fieldMapUint32Float177__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int32178().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(178, fieldMapUint32Int32178__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int64179().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(179, fieldMapUint32Int64179__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Message180().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Message180__ = FieldMapUint32Message180DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(180, fieldMapUint32Message180__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed32181().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(181, fieldMapUint32Sfixed32181__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed64182().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(182, fieldMapUint32Sfixed64182__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint32183().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(183, fieldMapUint32Sint32183__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint64184().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(184, fieldMapUint32Sint64184__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32String185().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32String185__ = FieldMapUint32String185DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(185, fieldMapUint32String185__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint32186().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(186, fieldMapUint32Uint32186__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint64187().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(187, fieldMapUint32Uint64187__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bool188().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(188, fieldMapUint64Bool188__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bytes189().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(189, fieldMapUint64Bytes189__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Double190().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Double190__ = FieldMapUint64Double190DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(190, fieldMapUint64Double190__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Enum191().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Enum191__ = FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(191, fieldMapUint64Enum191__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed32192().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(192, fieldMapUint64Fixed32192__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed64193().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(193, fieldMapUint64Fixed64193__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Float194().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Float194__ = FieldMapUint64Float194DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(194, fieldMapUint64Float194__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int32195().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(195, fieldMapUint64Int32195__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int64196().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(196, fieldMapUint64Int64196__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Message197().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Message197__ = FieldMapUint64Message197DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(197, fieldMapUint64Message197__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed32198().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(198, fieldMapUint64Sfixed32198__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed64199().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(199, fieldMapUint64Sfixed64199__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint32200().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(200, fieldMapUint64Sint32200__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint64201().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(201, fieldMapUint64Sint64201__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64String202().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64String202__ = FieldMapUint64String202DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(202, fieldMapUint64String202__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint32203().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(203, fieldMapUint64Uint32203__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint64204().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(204, fieldMapUint64Uint64204__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps)) { return super.equals(obj); } com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps other = (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps) obj; if (!internalGetFieldMapBoolBool1().equals( other.internalGetFieldMapBoolBool1())) return false; if (!internalGetFieldMapBoolBytes2().equals( other.internalGetFieldMapBoolBytes2())) return false; if (!internalGetFieldMapBoolDouble3().equals( other.internalGetFieldMapBoolDouble3())) return false; if (!internalGetFieldMapBoolEnum4().equals( other.internalGetFieldMapBoolEnum4())) return false; if (!internalGetFieldMapBoolFixed325().equals( other.internalGetFieldMapBoolFixed325())) return false; if (!internalGetFieldMapBoolFixed646().equals( other.internalGetFieldMapBoolFixed646())) return false; if (!internalGetFieldMapBoolFloat7().equals( other.internalGetFieldMapBoolFloat7())) return false; if (!internalGetFieldMapBoolInt328().equals( other.internalGetFieldMapBoolInt328())) return false; if (!internalGetFieldMapBoolInt649().equals( other.internalGetFieldMapBoolInt649())) return false; if (!internalGetFieldMapBoolMessage10().equals( other.internalGetFieldMapBoolMessage10())) return false; if (!internalGetFieldMapBoolSfixed3211().equals( other.internalGetFieldMapBoolSfixed3211())) return false; if (!internalGetFieldMapBoolSfixed6412().equals( other.internalGetFieldMapBoolSfixed6412())) return false; if (!internalGetFieldMapBoolSint3213().equals( other.internalGetFieldMapBoolSint3213())) return false; if (!internalGetFieldMapBoolSint6414().equals( other.internalGetFieldMapBoolSint6414())) return false; if (!internalGetFieldMapBoolString15().equals( other.internalGetFieldMapBoolString15())) return false; if (!internalGetFieldMapBoolUint3216().equals( other.internalGetFieldMapBoolUint3216())) return false; if (!internalGetFieldMapBoolUint6417().equals( other.internalGetFieldMapBoolUint6417())) return false; if (!internalGetFieldMapFixed32Bool18().equals( other.internalGetFieldMapFixed32Bool18())) return false; if (!internalGetFieldMapFixed32Bytes19().equals( other.internalGetFieldMapFixed32Bytes19())) return false; if (!internalGetFieldMapFixed32Double20().equals( other.internalGetFieldMapFixed32Double20())) return false; if (!internalGetFieldMapFixed32Enum21().equals( other.internalGetFieldMapFixed32Enum21())) return false; if (!internalGetFieldMapFixed32Fixed3222().equals( other.internalGetFieldMapFixed32Fixed3222())) return false; if (!internalGetFieldMapFixed32Fixed6423().equals( other.internalGetFieldMapFixed32Fixed6423())) return false; if (!internalGetFieldMapFixed32Float24().equals( other.internalGetFieldMapFixed32Float24())) return false; if (!internalGetFieldMapFixed32Int3225().equals( other.internalGetFieldMapFixed32Int3225())) return false; if (!internalGetFieldMapFixed32Int6426().equals( other.internalGetFieldMapFixed32Int6426())) return false; if (!internalGetFieldMapFixed32Message27().equals( other.internalGetFieldMapFixed32Message27())) return false; if (!internalGetFieldMapFixed32Sfixed3228().equals( other.internalGetFieldMapFixed32Sfixed3228())) return false; if (!internalGetFieldMapFixed32Sfixed6429().equals( other.internalGetFieldMapFixed32Sfixed6429())) return false; if (!internalGetFieldMapFixed32Sint3230().equals( other.internalGetFieldMapFixed32Sint3230())) return false; if (!internalGetFieldMapFixed32Sint6431().equals( other.internalGetFieldMapFixed32Sint6431())) return false; if (!internalGetFieldMapFixed32String32().equals( other.internalGetFieldMapFixed32String32())) return false; if (!internalGetFieldMapFixed32Uint3233().equals( other.internalGetFieldMapFixed32Uint3233())) return false; if (!internalGetFieldMapFixed32Uint6434().equals( other.internalGetFieldMapFixed32Uint6434())) return false; if (!internalGetFieldMapFixed64Bool35().equals( other.internalGetFieldMapFixed64Bool35())) return false; if (!internalGetFieldMapFixed64Bytes36().equals( other.internalGetFieldMapFixed64Bytes36())) return false; if (!internalGetFieldMapFixed64Double37().equals( other.internalGetFieldMapFixed64Double37())) return false; if (!internalGetFieldMapFixed64Enum38().equals( other.internalGetFieldMapFixed64Enum38())) return false; if (!internalGetFieldMapFixed64Fixed3239().equals( other.internalGetFieldMapFixed64Fixed3239())) return false; if (!internalGetFieldMapFixed64Fixed6440().equals( other.internalGetFieldMapFixed64Fixed6440())) return false; if (!internalGetFieldMapFixed64Float41().equals( other.internalGetFieldMapFixed64Float41())) return false; if (!internalGetFieldMapFixed64Int3242().equals( other.internalGetFieldMapFixed64Int3242())) return false; if (!internalGetFieldMapFixed64Int6443().equals( other.internalGetFieldMapFixed64Int6443())) return false; if (!internalGetFieldMapFixed64Message44().equals( other.internalGetFieldMapFixed64Message44())) return false; if (!internalGetFieldMapFixed64Sfixed3245().equals( other.internalGetFieldMapFixed64Sfixed3245())) return false; if (!internalGetFieldMapFixed64Sfixed6446().equals( other.internalGetFieldMapFixed64Sfixed6446())) return false; if (!internalGetFieldMapFixed64Sint3247().equals( other.internalGetFieldMapFixed64Sint3247())) return false; if (!internalGetFieldMapFixed64Sint6448().equals( other.internalGetFieldMapFixed64Sint6448())) return false; if (!internalGetFieldMapFixed64String49().equals( other.internalGetFieldMapFixed64String49())) return false; if (!internalGetFieldMapFixed64Uint3250().equals( other.internalGetFieldMapFixed64Uint3250())) return false; if (!internalGetFieldMapFixed64Uint6451().equals( other.internalGetFieldMapFixed64Uint6451())) return false; if (!internalGetFieldMapInt32Bool52().equals( other.internalGetFieldMapInt32Bool52())) return false; if (!internalGetFieldMapInt32Bytes53().equals( other.internalGetFieldMapInt32Bytes53())) return false; if (!internalGetFieldMapInt32Double54().equals( other.internalGetFieldMapInt32Double54())) return false; if (!internalGetFieldMapInt32Enum55().equals( other.internalGetFieldMapInt32Enum55())) return false; if (!internalGetFieldMapInt32Fixed3256().equals( other.internalGetFieldMapInt32Fixed3256())) return false; if (!internalGetFieldMapInt32Fixed6457().equals( other.internalGetFieldMapInt32Fixed6457())) return false; if (!internalGetFieldMapInt32Float58().equals( other.internalGetFieldMapInt32Float58())) return false; if (!internalGetFieldMapInt32Int3259().equals( other.internalGetFieldMapInt32Int3259())) return false; if (!internalGetFieldMapInt32Int6460().equals( other.internalGetFieldMapInt32Int6460())) return false; if (!internalGetFieldMapInt32Message61().equals( other.internalGetFieldMapInt32Message61())) return false; if (!internalGetFieldMapInt32Sfixed3262().equals( other.internalGetFieldMapInt32Sfixed3262())) return false; if (!internalGetFieldMapInt32Sfixed6463().equals( other.internalGetFieldMapInt32Sfixed6463())) return false; if (!internalGetFieldMapInt32Sint3264().equals( other.internalGetFieldMapInt32Sint3264())) return false; if (!internalGetFieldMapInt32Sint6465().equals( other.internalGetFieldMapInt32Sint6465())) return false; if (!internalGetFieldMapInt32String66().equals( other.internalGetFieldMapInt32String66())) return false; if (!internalGetFieldMapInt32Uint3267().equals( other.internalGetFieldMapInt32Uint3267())) return false; if (!internalGetFieldMapInt32Uint6468().equals( other.internalGetFieldMapInt32Uint6468())) return false; if (!internalGetFieldMapInt64Bool69().equals( other.internalGetFieldMapInt64Bool69())) return false; if (!internalGetFieldMapInt64Bytes70().equals( other.internalGetFieldMapInt64Bytes70())) return false; if (!internalGetFieldMapInt64Double71().equals( other.internalGetFieldMapInt64Double71())) return false; if (!internalGetFieldMapInt64Enum72().equals( other.internalGetFieldMapInt64Enum72())) return false; if (!internalGetFieldMapInt64Fixed3273().equals( other.internalGetFieldMapInt64Fixed3273())) return false; if (!internalGetFieldMapInt64Fixed6474().equals( other.internalGetFieldMapInt64Fixed6474())) return false; if (!internalGetFieldMapInt64Float75().equals( other.internalGetFieldMapInt64Float75())) return false; if (!internalGetFieldMapInt64Int3276().equals( other.internalGetFieldMapInt64Int3276())) return false; if (!internalGetFieldMapInt64Int6477().equals( other.internalGetFieldMapInt64Int6477())) return false; if (!internalGetFieldMapInt64Message78().equals( other.internalGetFieldMapInt64Message78())) return false; if (!internalGetFieldMapInt64Sfixed3279().equals( other.internalGetFieldMapInt64Sfixed3279())) return false; if (!internalGetFieldMapInt64Sfixed6480().equals( other.internalGetFieldMapInt64Sfixed6480())) return false; if (!internalGetFieldMapInt64Sint3281().equals( other.internalGetFieldMapInt64Sint3281())) return false; if (!internalGetFieldMapInt64Sint6482().equals( other.internalGetFieldMapInt64Sint6482())) return false; if (!internalGetFieldMapInt64String83().equals( other.internalGetFieldMapInt64String83())) return false; if (!internalGetFieldMapInt64Uint3284().equals( other.internalGetFieldMapInt64Uint3284())) return false; if (!internalGetFieldMapInt64Uint6485().equals( other.internalGetFieldMapInt64Uint6485())) return false; if (!internalGetFieldMapSfixed32Bool86().equals( other.internalGetFieldMapSfixed32Bool86())) return false; if (!internalGetFieldMapSfixed32Bytes87().equals( other.internalGetFieldMapSfixed32Bytes87())) return false; if (!internalGetFieldMapSfixed32Double88().equals( other.internalGetFieldMapSfixed32Double88())) return false; if (!internalGetFieldMapSfixed32Enum89().equals( other.internalGetFieldMapSfixed32Enum89())) return false; if (!internalGetFieldMapSfixed32Fixed3290().equals( other.internalGetFieldMapSfixed32Fixed3290())) return false; if (!internalGetFieldMapSfixed32Fixed6491().equals( other.internalGetFieldMapSfixed32Fixed6491())) return false; if (!internalGetFieldMapSfixed32Float92().equals( other.internalGetFieldMapSfixed32Float92())) return false; if (!internalGetFieldMapSfixed32Int3293().equals( other.internalGetFieldMapSfixed32Int3293())) return false; if (!internalGetFieldMapSfixed32Int6494().equals( other.internalGetFieldMapSfixed32Int6494())) return false; if (!internalGetFieldMapSfixed32Message95().equals( other.internalGetFieldMapSfixed32Message95())) return false; if (!internalGetFieldMapSfixed32Sfixed3296().equals( other.internalGetFieldMapSfixed32Sfixed3296())) return false; if (!internalGetFieldMapSfixed32Sfixed6497().equals( other.internalGetFieldMapSfixed32Sfixed6497())) return false; if (!internalGetFieldMapSfixed32Sint3298().equals( other.internalGetFieldMapSfixed32Sint3298())) return false; if (!internalGetFieldMapSfixed32Sint6499().equals( other.internalGetFieldMapSfixed32Sint6499())) return false; if (!internalGetFieldMapSfixed32String100().equals( other.internalGetFieldMapSfixed32String100())) return false; if (!internalGetFieldMapSfixed32Uint32101().equals( other.internalGetFieldMapSfixed32Uint32101())) return false; if (!internalGetFieldMapSfixed32Uint64102().equals( other.internalGetFieldMapSfixed32Uint64102())) return false; if (!internalGetFieldMapSfixed64Bool103().equals( other.internalGetFieldMapSfixed64Bool103())) return false; if (!internalGetFieldMapSfixed64Bytes104().equals( other.internalGetFieldMapSfixed64Bytes104())) return false; if (!internalGetFieldMapSfixed64Double105().equals( other.internalGetFieldMapSfixed64Double105())) return false; if (!internalGetFieldMapSfixed64Enum106().equals( other.internalGetFieldMapSfixed64Enum106())) return false; if (!internalGetFieldMapSfixed64Fixed32107().equals( other.internalGetFieldMapSfixed64Fixed32107())) return false; if (!internalGetFieldMapSfixed64Fixed64108().equals( other.internalGetFieldMapSfixed64Fixed64108())) return false; if (!internalGetFieldMapSfixed64Float109().equals( other.internalGetFieldMapSfixed64Float109())) return false; if (!internalGetFieldMapSfixed64Int32110().equals( other.internalGetFieldMapSfixed64Int32110())) return false; if (!internalGetFieldMapSfixed64Int64111().equals( other.internalGetFieldMapSfixed64Int64111())) return false; if (!internalGetFieldMapSfixed64Message112().equals( other.internalGetFieldMapSfixed64Message112())) return false; if (!internalGetFieldMapSfixed64Sfixed32113().equals( other.internalGetFieldMapSfixed64Sfixed32113())) return false; if (!internalGetFieldMapSfixed64Sfixed64114().equals( other.internalGetFieldMapSfixed64Sfixed64114())) return false; if (!internalGetFieldMapSfixed64Sint32115().equals( other.internalGetFieldMapSfixed64Sint32115())) return false; if (!internalGetFieldMapSfixed64Sint64116().equals( other.internalGetFieldMapSfixed64Sint64116())) return false; if (!internalGetFieldMapSfixed64String117().equals( other.internalGetFieldMapSfixed64String117())) return false; if (!internalGetFieldMapSfixed64Uint32118().equals( other.internalGetFieldMapSfixed64Uint32118())) return false; if (!internalGetFieldMapSfixed64Uint64119().equals( other.internalGetFieldMapSfixed64Uint64119())) return false; if (!internalGetFieldMapSint32Bool120().equals( other.internalGetFieldMapSint32Bool120())) return false; if (!internalGetFieldMapSint32Bytes121().equals( other.internalGetFieldMapSint32Bytes121())) return false; if (!internalGetFieldMapSint32Double122().equals( other.internalGetFieldMapSint32Double122())) return false; if (!internalGetFieldMapSint32Enum123().equals( other.internalGetFieldMapSint32Enum123())) return false; if (!internalGetFieldMapSint32Fixed32124().equals( other.internalGetFieldMapSint32Fixed32124())) return false; if (!internalGetFieldMapSint32Fixed64125().equals( other.internalGetFieldMapSint32Fixed64125())) return false; if (!internalGetFieldMapSint32Float126().equals( other.internalGetFieldMapSint32Float126())) return false; if (!internalGetFieldMapSint32Int32127().equals( other.internalGetFieldMapSint32Int32127())) return false; if (!internalGetFieldMapSint32Int64128().equals( other.internalGetFieldMapSint32Int64128())) return false; if (!internalGetFieldMapSint32Message129().equals( other.internalGetFieldMapSint32Message129())) return false; if (!internalGetFieldMapSint32Sfixed32130().equals( other.internalGetFieldMapSint32Sfixed32130())) return false; if (!internalGetFieldMapSint32Sfixed64131().equals( other.internalGetFieldMapSint32Sfixed64131())) return false; if (!internalGetFieldMapSint32Sint32132().equals( other.internalGetFieldMapSint32Sint32132())) return false; if (!internalGetFieldMapSint32Sint64133().equals( other.internalGetFieldMapSint32Sint64133())) return false; if (!internalGetFieldMapSint32String134().equals( other.internalGetFieldMapSint32String134())) return false; if (!internalGetFieldMapSint32Uint32135().equals( other.internalGetFieldMapSint32Uint32135())) return false; if (!internalGetFieldMapSint32Uint64136().equals( other.internalGetFieldMapSint32Uint64136())) return false; if (!internalGetFieldMapSint64Bool137().equals( other.internalGetFieldMapSint64Bool137())) return false; if (!internalGetFieldMapSint64Bytes138().equals( other.internalGetFieldMapSint64Bytes138())) return false; if (!internalGetFieldMapSint64Double139().equals( other.internalGetFieldMapSint64Double139())) return false; if (!internalGetFieldMapSint64Enum140().equals( other.internalGetFieldMapSint64Enum140())) return false; if (!internalGetFieldMapSint64Fixed32141().equals( other.internalGetFieldMapSint64Fixed32141())) return false; if (!internalGetFieldMapSint64Fixed64142().equals( other.internalGetFieldMapSint64Fixed64142())) return false; if (!internalGetFieldMapSint64Float143().equals( other.internalGetFieldMapSint64Float143())) return false; if (!internalGetFieldMapSint64Int32144().equals( other.internalGetFieldMapSint64Int32144())) return false; if (!internalGetFieldMapSint64Int64145().equals( other.internalGetFieldMapSint64Int64145())) return false; if (!internalGetFieldMapSint64Message146().equals( other.internalGetFieldMapSint64Message146())) return false; if (!internalGetFieldMapSint64Sfixed32147().equals( other.internalGetFieldMapSint64Sfixed32147())) return false; if (!internalGetFieldMapSint64Sfixed64148().equals( other.internalGetFieldMapSint64Sfixed64148())) return false; if (!internalGetFieldMapSint64Sint32149().equals( other.internalGetFieldMapSint64Sint32149())) return false; if (!internalGetFieldMapSint64Sint64150().equals( other.internalGetFieldMapSint64Sint64150())) return false; if (!internalGetFieldMapSint64String151().equals( other.internalGetFieldMapSint64String151())) return false; if (!internalGetFieldMapSint64Uint32152().equals( other.internalGetFieldMapSint64Uint32152())) return false; if (!internalGetFieldMapSint64Uint64153().equals( other.internalGetFieldMapSint64Uint64153())) return false; if (!internalGetFieldMapStringBool154().equals( other.internalGetFieldMapStringBool154())) return false; if (!internalGetFieldMapStringBytes155().equals( other.internalGetFieldMapStringBytes155())) return false; if (!internalGetFieldMapStringDouble156().equals( other.internalGetFieldMapStringDouble156())) return false; if (!internalGetFieldMapStringEnum157().equals( other.internalGetFieldMapStringEnum157())) return false; if (!internalGetFieldMapStringFixed32158().equals( other.internalGetFieldMapStringFixed32158())) return false; if (!internalGetFieldMapStringFixed64159().equals( other.internalGetFieldMapStringFixed64159())) return false; if (!internalGetFieldMapStringFloat160().equals( other.internalGetFieldMapStringFloat160())) return false; if (!internalGetFieldMapStringInt32161().equals( other.internalGetFieldMapStringInt32161())) return false; if (!internalGetFieldMapStringInt64162().equals( other.internalGetFieldMapStringInt64162())) return false; if (!internalGetFieldMapStringMessage163().equals( other.internalGetFieldMapStringMessage163())) return false; if (!internalGetFieldMapStringSfixed32164().equals( other.internalGetFieldMapStringSfixed32164())) return false; if (!internalGetFieldMapStringSfixed64165().equals( other.internalGetFieldMapStringSfixed64165())) return false; if (!internalGetFieldMapStringSint32166().equals( other.internalGetFieldMapStringSint32166())) return false; if (!internalGetFieldMapStringSint64167().equals( other.internalGetFieldMapStringSint64167())) return false; if (!internalGetFieldMapStringString168().equals( other.internalGetFieldMapStringString168())) return false; if (!internalGetFieldMapStringUint32169().equals( other.internalGetFieldMapStringUint32169())) return false; if (!internalGetFieldMapStringUint64170().equals( other.internalGetFieldMapStringUint64170())) return false; if (!internalGetFieldMapUint32Bool171().equals( other.internalGetFieldMapUint32Bool171())) return false; if (!internalGetFieldMapUint32Bytes172().equals( other.internalGetFieldMapUint32Bytes172())) return false; if (!internalGetFieldMapUint32Double173().equals( other.internalGetFieldMapUint32Double173())) return false; if (!internalGetFieldMapUint32Enum174().equals( other.internalGetFieldMapUint32Enum174())) return false; if (!internalGetFieldMapUint32Fixed32175().equals( other.internalGetFieldMapUint32Fixed32175())) return false; if (!internalGetFieldMapUint32Fixed64176().equals( other.internalGetFieldMapUint32Fixed64176())) return false; if (!internalGetFieldMapUint32Float177().equals( other.internalGetFieldMapUint32Float177())) return false; if (!internalGetFieldMapUint32Int32178().equals( other.internalGetFieldMapUint32Int32178())) return false; if (!internalGetFieldMapUint32Int64179().equals( other.internalGetFieldMapUint32Int64179())) return false; if (!internalGetFieldMapUint32Message180().equals( other.internalGetFieldMapUint32Message180())) return false; if (!internalGetFieldMapUint32Sfixed32181().equals( other.internalGetFieldMapUint32Sfixed32181())) return false; if (!internalGetFieldMapUint32Sfixed64182().equals( other.internalGetFieldMapUint32Sfixed64182())) return false; if (!internalGetFieldMapUint32Sint32183().equals( other.internalGetFieldMapUint32Sint32183())) return false; if (!internalGetFieldMapUint32Sint64184().equals( other.internalGetFieldMapUint32Sint64184())) return false; if (!internalGetFieldMapUint32String185().equals( other.internalGetFieldMapUint32String185())) return false; if (!internalGetFieldMapUint32Uint32186().equals( other.internalGetFieldMapUint32Uint32186())) return false; if (!internalGetFieldMapUint32Uint64187().equals( other.internalGetFieldMapUint32Uint64187())) return false; if (!internalGetFieldMapUint64Bool188().equals( other.internalGetFieldMapUint64Bool188())) return false; if (!internalGetFieldMapUint64Bytes189().equals( other.internalGetFieldMapUint64Bytes189())) return false; if (!internalGetFieldMapUint64Double190().equals( other.internalGetFieldMapUint64Double190())) return false; if (!internalGetFieldMapUint64Enum191().equals( other.internalGetFieldMapUint64Enum191())) return false; if (!internalGetFieldMapUint64Fixed32192().equals( other.internalGetFieldMapUint64Fixed32192())) return false; if (!internalGetFieldMapUint64Fixed64193().equals( other.internalGetFieldMapUint64Fixed64193())) return false; if (!internalGetFieldMapUint64Float194().equals( other.internalGetFieldMapUint64Float194())) return false; if (!internalGetFieldMapUint64Int32195().equals( other.internalGetFieldMapUint64Int32195())) return false; if (!internalGetFieldMapUint64Int64196().equals( other.internalGetFieldMapUint64Int64196())) return false; if (!internalGetFieldMapUint64Message197().equals( other.internalGetFieldMapUint64Message197())) return false; if (!internalGetFieldMapUint64Sfixed32198().equals( other.internalGetFieldMapUint64Sfixed32198())) return false; if (!internalGetFieldMapUint64Sfixed64199().equals( other.internalGetFieldMapUint64Sfixed64199())) return false; if (!internalGetFieldMapUint64Sint32200().equals( other.internalGetFieldMapUint64Sint32200())) return false; if (!internalGetFieldMapUint64Sint64201().equals( other.internalGetFieldMapUint64Sint64201())) return false; if (!internalGetFieldMapUint64String202().equals( other.internalGetFieldMapUint64String202())) return false; if (!internalGetFieldMapUint64Uint32203().equals( other.internalGetFieldMapUint64Uint32203())) return false; if (!internalGetFieldMapUint64Uint64204().equals( other.internalGetFieldMapUint64Uint64204())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetFieldMapBoolBool1().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBool1().hashCode(); } if (!internalGetFieldMapBoolBytes2().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBytes2().hashCode(); } if (!internalGetFieldMapBoolDouble3().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolDouble3().hashCode(); } if (!internalGetFieldMapBoolEnum4().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolEnum4().hashCode(); } if (!internalGetFieldMapBoolFixed325().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed325().hashCode(); } if (!internalGetFieldMapBoolFixed646().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed646().hashCode(); } if (!internalGetFieldMapBoolFloat7().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFloat7().hashCode(); } if (!internalGetFieldMapBoolInt328().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt328().hashCode(); } if (!internalGetFieldMapBoolInt649().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt649().hashCode(); } if (!internalGetFieldMapBoolMessage10().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolMessage10().hashCode(); } if (!internalGetFieldMapBoolSfixed3211().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed3211().hashCode(); } if (!internalGetFieldMapBoolSfixed6412().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed6412().hashCode(); } if (!internalGetFieldMapBoolSint3213().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint3213().hashCode(); } if (!internalGetFieldMapBoolSint6414().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint6414().hashCode(); } if (!internalGetFieldMapBoolString15().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolString15().hashCode(); } if (!internalGetFieldMapBoolUint3216().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint3216().hashCode(); } if (!internalGetFieldMapBoolUint6417().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint6417().hashCode(); } if (!internalGetFieldMapFixed32Bool18().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bool18().hashCode(); } if (!internalGetFieldMapFixed32Bytes19().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bytes19().hashCode(); } if (!internalGetFieldMapFixed32Double20().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Double20().hashCode(); } if (!internalGetFieldMapFixed32Enum21().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Enum21().hashCode(); } if (!internalGetFieldMapFixed32Fixed3222().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed3222().hashCode(); } if (!internalGetFieldMapFixed32Fixed6423().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed6423().hashCode(); } if (!internalGetFieldMapFixed32Float24().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Float24().hashCode(); } if (!internalGetFieldMapFixed32Int3225().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int3225().hashCode(); } if (!internalGetFieldMapFixed32Int6426().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int6426().hashCode(); } if (!internalGetFieldMapFixed32Message27().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Message27().hashCode(); } if (!internalGetFieldMapFixed32Sfixed3228().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed3228().hashCode(); } if (!internalGetFieldMapFixed32Sfixed6429().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed6429().hashCode(); } if (!internalGetFieldMapFixed32Sint3230().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint3230().hashCode(); } if (!internalGetFieldMapFixed32Sint6431().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint6431().hashCode(); } if (!internalGetFieldMapFixed32String32().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32String32().hashCode(); } if (!internalGetFieldMapFixed32Uint3233().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint3233().hashCode(); } if (!internalGetFieldMapFixed32Uint6434().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint6434().hashCode(); } if (!internalGetFieldMapFixed64Bool35().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bool35().hashCode(); } if (!internalGetFieldMapFixed64Bytes36().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bytes36().hashCode(); } if (!internalGetFieldMapFixed64Double37().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Double37().hashCode(); } if (!internalGetFieldMapFixed64Enum38().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Enum38().hashCode(); } if (!internalGetFieldMapFixed64Fixed3239().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed3239().hashCode(); } if (!internalGetFieldMapFixed64Fixed6440().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed6440().hashCode(); } if (!internalGetFieldMapFixed64Float41().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Float41().hashCode(); } if (!internalGetFieldMapFixed64Int3242().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int3242().hashCode(); } if (!internalGetFieldMapFixed64Int6443().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int6443().hashCode(); } if (!internalGetFieldMapFixed64Message44().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Message44().hashCode(); } if (!internalGetFieldMapFixed64Sfixed3245().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed3245().hashCode(); } if (!internalGetFieldMapFixed64Sfixed6446().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed6446().hashCode(); } if (!internalGetFieldMapFixed64Sint3247().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint3247().hashCode(); } if (!internalGetFieldMapFixed64Sint6448().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint6448().hashCode(); } if (!internalGetFieldMapFixed64String49().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64String49().hashCode(); } if (!internalGetFieldMapFixed64Uint3250().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint3250().hashCode(); } if (!internalGetFieldMapFixed64Uint6451().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint6451().hashCode(); } if (!internalGetFieldMapInt32Bool52().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bool52().hashCode(); } if (!internalGetFieldMapInt32Bytes53().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bytes53().hashCode(); } if (!internalGetFieldMapInt32Double54().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Double54().hashCode(); } if (!internalGetFieldMapInt32Enum55().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Enum55().hashCode(); } if (!internalGetFieldMapInt32Fixed3256().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed3256().hashCode(); } if (!internalGetFieldMapInt32Fixed6457().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed6457().hashCode(); } if (!internalGetFieldMapInt32Float58().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Float58().hashCode(); } if (!internalGetFieldMapInt32Int3259().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT32_59_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int3259().hashCode(); } if (!internalGetFieldMapInt32Int6460().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT64_60_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int6460().hashCode(); } if (!internalGetFieldMapInt32Message61().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Message61().hashCode(); } if (!internalGetFieldMapInt32Sfixed3262().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed3262().hashCode(); } if (!internalGetFieldMapInt32Sfixed6463().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed6463().hashCode(); } if (!internalGetFieldMapInt32Sint3264().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint3264().hashCode(); } if (!internalGetFieldMapInt32Sint6465().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint6465().hashCode(); } if (!internalGetFieldMapInt32String66().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_STRING_66_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32String66().hashCode(); } if (!internalGetFieldMapInt32Uint3267().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint3267().hashCode(); } if (!internalGetFieldMapInt32Uint6468().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint6468().hashCode(); } if (!internalGetFieldMapInt64Bool69().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bool69().hashCode(); } if (!internalGetFieldMapInt64Bytes70().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bytes70().hashCode(); } if (!internalGetFieldMapInt64Double71().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Double71().hashCode(); } if (!internalGetFieldMapInt64Enum72().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Enum72().hashCode(); } if (!internalGetFieldMapInt64Fixed3273().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed3273().hashCode(); } if (!internalGetFieldMapInt64Fixed6474().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed6474().hashCode(); } if (!internalGetFieldMapInt64Float75().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Float75().hashCode(); } if (!internalGetFieldMapInt64Int3276().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT32_76_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int3276().hashCode(); } if (!internalGetFieldMapInt64Int6477().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT64_77_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int6477().hashCode(); } if (!internalGetFieldMapInt64Message78().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Message78().hashCode(); } if (!internalGetFieldMapInt64Sfixed3279().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed3279().hashCode(); } if (!internalGetFieldMapInt64Sfixed6480().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed6480().hashCode(); } if (!internalGetFieldMapInt64Sint3281().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint3281().hashCode(); } if (!internalGetFieldMapInt64Sint6482().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint6482().hashCode(); } if (!internalGetFieldMapInt64String83().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_STRING_83_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64String83().hashCode(); } if (!internalGetFieldMapInt64Uint3284().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint3284().hashCode(); } if (!internalGetFieldMapInt64Uint6485().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint6485().hashCode(); } if (!internalGetFieldMapSfixed32Bool86().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bool86().hashCode(); } if (!internalGetFieldMapSfixed32Bytes87().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bytes87().hashCode(); } if (!internalGetFieldMapSfixed32Double88().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Double88().hashCode(); } if (!internalGetFieldMapSfixed32Enum89().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Enum89().hashCode(); } if (!internalGetFieldMapSfixed32Fixed3290().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed3290().hashCode(); } if (!internalGetFieldMapSfixed32Fixed6491().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed6491().hashCode(); } if (!internalGetFieldMapSfixed32Float92().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Float92().hashCode(); } if (!internalGetFieldMapSfixed32Int3293().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int3293().hashCode(); } if (!internalGetFieldMapSfixed32Int6494().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int6494().hashCode(); } if (!internalGetFieldMapSfixed32Message95().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Message95().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed3296().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed3296().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed6497().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed6497().hashCode(); } if (!internalGetFieldMapSfixed32Sint3298().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint3298().hashCode(); } if (!internalGetFieldMapSfixed32Sint6499().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint6499().hashCode(); } if (!internalGetFieldMapSfixed32String100().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32String100().hashCode(); } if (!internalGetFieldMapSfixed32Uint32101().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint32101().hashCode(); } if (!internalGetFieldMapSfixed32Uint64102().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint64102().hashCode(); } if (!internalGetFieldMapSfixed64Bool103().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bool103().hashCode(); } if (!internalGetFieldMapSfixed64Bytes104().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bytes104().hashCode(); } if (!internalGetFieldMapSfixed64Double105().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Double105().hashCode(); } if (!internalGetFieldMapSfixed64Enum106().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Enum106().hashCode(); } if (!internalGetFieldMapSfixed64Fixed32107().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed32107().hashCode(); } if (!internalGetFieldMapSfixed64Fixed64108().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed64108().hashCode(); } if (!internalGetFieldMapSfixed64Float109().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Float109().hashCode(); } if (!internalGetFieldMapSfixed64Int32110().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int32110().hashCode(); } if (!internalGetFieldMapSfixed64Int64111().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int64111().hashCode(); } if (!internalGetFieldMapSfixed64Message112().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Message112().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed32113().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed32113().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed64114().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed64114().hashCode(); } if (!internalGetFieldMapSfixed64Sint32115().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint32115().hashCode(); } if (!internalGetFieldMapSfixed64Sint64116().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint64116().hashCode(); } if (!internalGetFieldMapSfixed64String117().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64String117().hashCode(); } if (!internalGetFieldMapSfixed64Uint32118().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint32118().hashCode(); } if (!internalGetFieldMapSfixed64Uint64119().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint64119().hashCode(); } if (!internalGetFieldMapSint32Bool120().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bool120().hashCode(); } if (!internalGetFieldMapSint32Bytes121().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bytes121().hashCode(); } if (!internalGetFieldMapSint32Double122().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Double122().hashCode(); } if (!internalGetFieldMapSint32Enum123().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Enum123().hashCode(); } if (!internalGetFieldMapSint32Fixed32124().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed32124().hashCode(); } if (!internalGetFieldMapSint32Fixed64125().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed64125().hashCode(); } if (!internalGetFieldMapSint32Float126().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Float126().hashCode(); } if (!internalGetFieldMapSint32Int32127().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int32127().hashCode(); } if (!internalGetFieldMapSint32Int64128().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int64128().hashCode(); } if (!internalGetFieldMapSint32Message129().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Message129().hashCode(); } if (!internalGetFieldMapSint32Sfixed32130().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed32130().hashCode(); } if (!internalGetFieldMapSint32Sfixed64131().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed64131().hashCode(); } if (!internalGetFieldMapSint32Sint32132().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint32132().hashCode(); } if (!internalGetFieldMapSint32Sint64133().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint64133().hashCode(); } if (!internalGetFieldMapSint32String134().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32String134().hashCode(); } if (!internalGetFieldMapSint32Uint32135().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint32135().hashCode(); } if (!internalGetFieldMapSint32Uint64136().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint64136().hashCode(); } if (!internalGetFieldMapSint64Bool137().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bool137().hashCode(); } if (!internalGetFieldMapSint64Bytes138().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bytes138().hashCode(); } if (!internalGetFieldMapSint64Double139().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Double139().hashCode(); } if (!internalGetFieldMapSint64Enum140().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Enum140().hashCode(); } if (!internalGetFieldMapSint64Fixed32141().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed32141().hashCode(); } if (!internalGetFieldMapSint64Fixed64142().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed64142().hashCode(); } if (!internalGetFieldMapSint64Float143().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Float143().hashCode(); } if (!internalGetFieldMapSint64Int32144().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int32144().hashCode(); } if (!internalGetFieldMapSint64Int64145().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int64145().hashCode(); } if (!internalGetFieldMapSint64Message146().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Message146().hashCode(); } if (!internalGetFieldMapSint64Sfixed32147().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed32147().hashCode(); } if (!internalGetFieldMapSint64Sfixed64148().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed64148().hashCode(); } if (!internalGetFieldMapSint64Sint32149().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint32149().hashCode(); } if (!internalGetFieldMapSint64Sint64150().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint64150().hashCode(); } if (!internalGetFieldMapSint64String151().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64String151().hashCode(); } if (!internalGetFieldMapSint64Uint32152().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint32152().hashCode(); } if (!internalGetFieldMapSint64Uint64153().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint64153().hashCode(); } if (!internalGetFieldMapStringBool154().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBool154().hashCode(); } if (!internalGetFieldMapStringBytes155().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBytes155().hashCode(); } if (!internalGetFieldMapStringDouble156().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringDouble156().hashCode(); } if (!internalGetFieldMapStringEnum157().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringEnum157().hashCode(); } if (!internalGetFieldMapStringFixed32158().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed32158().hashCode(); } if (!internalGetFieldMapStringFixed64159().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed64159().hashCode(); } if (!internalGetFieldMapStringFloat160().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFloat160().hashCode(); } if (!internalGetFieldMapStringInt32161().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT32_161_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt32161().hashCode(); } if (!internalGetFieldMapStringInt64162().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT64_162_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt64162().hashCode(); } if (!internalGetFieldMapStringMessage163().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringMessage163().hashCode(); } if (!internalGetFieldMapStringSfixed32164().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed32164().hashCode(); } if (!internalGetFieldMapStringSfixed64165().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed64165().hashCode(); } if (!internalGetFieldMapStringSint32166().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint32166().hashCode(); } if (!internalGetFieldMapStringSint64167().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint64167().hashCode(); } if (!internalGetFieldMapStringString168().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_STRING_168_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringString168().hashCode(); } if (!internalGetFieldMapStringUint32169().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint32169().hashCode(); } if (!internalGetFieldMapStringUint64170().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint64170().hashCode(); } if (!internalGetFieldMapUint32Bool171().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bool171().hashCode(); } if (!internalGetFieldMapUint32Bytes172().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bytes172().hashCode(); } if (!internalGetFieldMapUint32Double173().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Double173().hashCode(); } if (!internalGetFieldMapUint32Enum174().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Enum174().hashCode(); } if (!internalGetFieldMapUint32Fixed32175().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed32175().hashCode(); } if (!internalGetFieldMapUint32Fixed64176().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed64176().hashCode(); } if (!internalGetFieldMapUint32Float177().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Float177().hashCode(); } if (!internalGetFieldMapUint32Int32178().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int32178().hashCode(); } if (!internalGetFieldMapUint32Int64179().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int64179().hashCode(); } if (!internalGetFieldMapUint32Message180().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Message180().hashCode(); } if (!internalGetFieldMapUint32Sfixed32181().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed32181().hashCode(); } if (!internalGetFieldMapUint32Sfixed64182().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed64182().hashCode(); } if (!internalGetFieldMapUint32Sint32183().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint32183().hashCode(); } if (!internalGetFieldMapUint32Sint64184().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint64184().hashCode(); } if (!internalGetFieldMapUint32String185().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32String185().hashCode(); } if (!internalGetFieldMapUint32Uint32186().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint32186().hashCode(); } if (!internalGetFieldMapUint32Uint64187().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint64187().hashCode(); } if (!internalGetFieldMapUint64Bool188().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bool188().hashCode(); } if (!internalGetFieldMapUint64Bytes189().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bytes189().hashCode(); } if (!internalGetFieldMapUint64Double190().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Double190().hashCode(); } if (!internalGetFieldMapUint64Enum191().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Enum191().hashCode(); } if (!internalGetFieldMapUint64Fixed32192().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed32192().hashCode(); } if (!internalGetFieldMapUint64Fixed64193().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed64193().hashCode(); } if (!internalGetFieldMapUint64Float194().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Float194().hashCode(); } if (!internalGetFieldMapUint64Int32195().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int32195().hashCode(); } if (!internalGetFieldMapUint64Int64196().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int64196().hashCode(); } if (!internalGetFieldMapUint64Message197().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Message197().hashCode(); } if (!internalGetFieldMapUint64Sfixed32198().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed32198().hashCode(); } if (!internalGetFieldMapUint64Sfixed64199().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed64199().hashCode(); } if (!internalGetFieldMapUint64Sint32200().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint32200().hashCode(); } if (!internalGetFieldMapUint64Sint64201().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint64201().hashCode(); } if (!internalGetFieldMapUint64String202().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64String202().hashCode(); } if (!internalGetFieldMapUint64Uint32203().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint32203().hashCode(); } if (!internalGetFieldMapUint64Uint64204().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint64204().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.lite.Proto2MessageLiteWithMaps} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.lite.Proto2MessageLiteWithMaps) com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMapsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableFieldMapBoolBool1(); case 2: return internalGetMutableFieldMapBoolBytes2(); case 3: return internalGetMutableFieldMapBoolDouble3(); case 4: return internalGetMutableFieldMapBoolEnum4(); case 5: return internalGetMutableFieldMapBoolFixed325(); case 6: return internalGetMutableFieldMapBoolFixed646(); case 7: return internalGetMutableFieldMapBoolFloat7(); case 8: return internalGetMutableFieldMapBoolInt328(); case 9: return internalGetMutableFieldMapBoolInt649(); case 10: return internalGetMutableFieldMapBoolMessage10(); case 11: return internalGetMutableFieldMapBoolSfixed3211(); case 12: return internalGetMutableFieldMapBoolSfixed6412(); case 13: return internalGetMutableFieldMapBoolSint3213(); case 14: return internalGetMutableFieldMapBoolSint6414(); case 15: return internalGetMutableFieldMapBoolString15(); case 16: return internalGetMutableFieldMapBoolUint3216(); case 17: return internalGetMutableFieldMapBoolUint6417(); case 18: return internalGetMutableFieldMapFixed32Bool18(); case 19: return internalGetMutableFieldMapFixed32Bytes19(); case 20: return internalGetMutableFieldMapFixed32Double20(); case 21: return internalGetMutableFieldMapFixed32Enum21(); case 22: return internalGetMutableFieldMapFixed32Fixed3222(); case 23: return internalGetMutableFieldMapFixed32Fixed6423(); case 24: return internalGetMutableFieldMapFixed32Float24(); case 25: return internalGetMutableFieldMapFixed32Int3225(); case 26: return internalGetMutableFieldMapFixed32Int6426(); case 27: return internalGetMutableFieldMapFixed32Message27(); case 28: return internalGetMutableFieldMapFixed32Sfixed3228(); case 29: return internalGetMutableFieldMapFixed32Sfixed6429(); case 30: return internalGetMutableFieldMapFixed32Sint3230(); case 31: return internalGetMutableFieldMapFixed32Sint6431(); case 32: return internalGetMutableFieldMapFixed32String32(); case 33: return internalGetMutableFieldMapFixed32Uint3233(); case 34: return internalGetMutableFieldMapFixed32Uint6434(); case 35: return internalGetMutableFieldMapFixed64Bool35(); case 36: return internalGetMutableFieldMapFixed64Bytes36(); case 37: return internalGetMutableFieldMapFixed64Double37(); case 38: return internalGetMutableFieldMapFixed64Enum38(); case 39: return internalGetMutableFieldMapFixed64Fixed3239(); case 40: return internalGetMutableFieldMapFixed64Fixed6440(); case 41: return internalGetMutableFieldMapFixed64Float41(); case 42: return internalGetMutableFieldMapFixed64Int3242(); case 43: return internalGetMutableFieldMapFixed64Int6443(); case 44: return internalGetMutableFieldMapFixed64Message44(); case 45: return internalGetMutableFieldMapFixed64Sfixed3245(); case 46: return internalGetMutableFieldMapFixed64Sfixed6446(); case 47: return internalGetMutableFieldMapFixed64Sint3247(); case 48: return internalGetMutableFieldMapFixed64Sint6448(); case 49: return internalGetMutableFieldMapFixed64String49(); case 50: return internalGetMutableFieldMapFixed64Uint3250(); case 51: return internalGetMutableFieldMapFixed64Uint6451(); case 52: return internalGetMutableFieldMapInt32Bool52(); case 53: return internalGetMutableFieldMapInt32Bytes53(); case 54: return internalGetMutableFieldMapInt32Double54(); case 55: return internalGetMutableFieldMapInt32Enum55(); case 56: return internalGetMutableFieldMapInt32Fixed3256(); case 57: return internalGetMutableFieldMapInt32Fixed6457(); case 58: return internalGetMutableFieldMapInt32Float58(); case 59: return internalGetMutableFieldMapInt32Int3259(); case 60: return internalGetMutableFieldMapInt32Int6460(); case 61: return internalGetMutableFieldMapInt32Message61(); case 62: return internalGetMutableFieldMapInt32Sfixed3262(); case 63: return internalGetMutableFieldMapInt32Sfixed6463(); case 64: return internalGetMutableFieldMapInt32Sint3264(); case 65: return internalGetMutableFieldMapInt32Sint6465(); case 66: return internalGetMutableFieldMapInt32String66(); case 67: return internalGetMutableFieldMapInt32Uint3267(); case 68: return internalGetMutableFieldMapInt32Uint6468(); case 69: return internalGetMutableFieldMapInt64Bool69(); case 70: return internalGetMutableFieldMapInt64Bytes70(); case 71: return internalGetMutableFieldMapInt64Double71(); case 72: return internalGetMutableFieldMapInt64Enum72(); case 73: return internalGetMutableFieldMapInt64Fixed3273(); case 74: return internalGetMutableFieldMapInt64Fixed6474(); case 75: return internalGetMutableFieldMapInt64Float75(); case 76: return internalGetMutableFieldMapInt64Int3276(); case 77: return internalGetMutableFieldMapInt64Int6477(); case 78: return internalGetMutableFieldMapInt64Message78(); case 79: return internalGetMutableFieldMapInt64Sfixed3279(); case 80: return internalGetMutableFieldMapInt64Sfixed6480(); case 81: return internalGetMutableFieldMapInt64Sint3281(); case 82: return internalGetMutableFieldMapInt64Sint6482(); case 83: return internalGetMutableFieldMapInt64String83(); case 84: return internalGetMutableFieldMapInt64Uint3284(); case 85: return internalGetMutableFieldMapInt64Uint6485(); case 86: return internalGetMutableFieldMapSfixed32Bool86(); case 87: return internalGetMutableFieldMapSfixed32Bytes87(); case 88: return internalGetMutableFieldMapSfixed32Double88(); case 89: return internalGetMutableFieldMapSfixed32Enum89(); case 90: return internalGetMutableFieldMapSfixed32Fixed3290(); case 91: return internalGetMutableFieldMapSfixed32Fixed6491(); case 92: return internalGetMutableFieldMapSfixed32Float92(); case 93: return internalGetMutableFieldMapSfixed32Int3293(); case 94: return internalGetMutableFieldMapSfixed32Int6494(); case 95: return internalGetMutableFieldMapSfixed32Message95(); case 96: return internalGetMutableFieldMapSfixed32Sfixed3296(); case 97: return internalGetMutableFieldMapSfixed32Sfixed6497(); case 98: return internalGetMutableFieldMapSfixed32Sint3298(); case 99: return internalGetMutableFieldMapSfixed32Sint6499(); case 100: return internalGetMutableFieldMapSfixed32String100(); case 101: return internalGetMutableFieldMapSfixed32Uint32101(); case 102: return internalGetMutableFieldMapSfixed32Uint64102(); case 103: return internalGetMutableFieldMapSfixed64Bool103(); case 104: return internalGetMutableFieldMapSfixed64Bytes104(); case 105: return internalGetMutableFieldMapSfixed64Double105(); case 106: return internalGetMutableFieldMapSfixed64Enum106(); case 107: return internalGetMutableFieldMapSfixed64Fixed32107(); case 108: return internalGetMutableFieldMapSfixed64Fixed64108(); case 109: return internalGetMutableFieldMapSfixed64Float109(); case 110: return internalGetMutableFieldMapSfixed64Int32110(); case 111: return internalGetMutableFieldMapSfixed64Int64111(); case 112: return internalGetMutableFieldMapSfixed64Message112(); case 113: return internalGetMutableFieldMapSfixed64Sfixed32113(); case 114: return internalGetMutableFieldMapSfixed64Sfixed64114(); case 115: return internalGetMutableFieldMapSfixed64Sint32115(); case 116: return internalGetMutableFieldMapSfixed64Sint64116(); case 117: return internalGetMutableFieldMapSfixed64String117(); case 118: return internalGetMutableFieldMapSfixed64Uint32118(); case 119: return internalGetMutableFieldMapSfixed64Uint64119(); case 120: return internalGetMutableFieldMapSint32Bool120(); case 121: return internalGetMutableFieldMapSint32Bytes121(); case 122: return internalGetMutableFieldMapSint32Double122(); case 123: return internalGetMutableFieldMapSint32Enum123(); case 124: return internalGetMutableFieldMapSint32Fixed32124(); case 125: return internalGetMutableFieldMapSint32Fixed64125(); case 126: return internalGetMutableFieldMapSint32Float126(); case 127: return internalGetMutableFieldMapSint32Int32127(); case 128: return internalGetMutableFieldMapSint32Int64128(); case 129: return internalGetMutableFieldMapSint32Message129(); case 130: return internalGetMutableFieldMapSint32Sfixed32130(); case 131: return internalGetMutableFieldMapSint32Sfixed64131(); case 132: return internalGetMutableFieldMapSint32Sint32132(); case 133: return internalGetMutableFieldMapSint32Sint64133(); case 134: return internalGetMutableFieldMapSint32String134(); case 135: return internalGetMutableFieldMapSint32Uint32135(); case 136: return internalGetMutableFieldMapSint32Uint64136(); case 137: return internalGetMutableFieldMapSint64Bool137(); case 138: return internalGetMutableFieldMapSint64Bytes138(); case 139: return internalGetMutableFieldMapSint64Double139(); case 140: return internalGetMutableFieldMapSint64Enum140(); case 141: return internalGetMutableFieldMapSint64Fixed32141(); case 142: return internalGetMutableFieldMapSint64Fixed64142(); case 143: return internalGetMutableFieldMapSint64Float143(); case 144: return internalGetMutableFieldMapSint64Int32144(); case 145: return internalGetMutableFieldMapSint64Int64145(); case 146: return internalGetMutableFieldMapSint64Message146(); case 147: return internalGetMutableFieldMapSint64Sfixed32147(); case 148: return internalGetMutableFieldMapSint64Sfixed64148(); case 149: return internalGetMutableFieldMapSint64Sint32149(); case 150: return internalGetMutableFieldMapSint64Sint64150(); case 151: return internalGetMutableFieldMapSint64String151(); case 152: return internalGetMutableFieldMapSint64Uint32152(); case 153: return internalGetMutableFieldMapSint64Uint64153(); case 154: return internalGetMutableFieldMapStringBool154(); case 155: return internalGetMutableFieldMapStringBytes155(); case 156: return internalGetMutableFieldMapStringDouble156(); case 157: return internalGetMutableFieldMapStringEnum157(); case 158: return internalGetMutableFieldMapStringFixed32158(); case 159: return internalGetMutableFieldMapStringFixed64159(); case 160: return internalGetMutableFieldMapStringFloat160(); case 161: return internalGetMutableFieldMapStringInt32161(); case 162: return internalGetMutableFieldMapStringInt64162(); case 163: return internalGetMutableFieldMapStringMessage163(); case 164: return internalGetMutableFieldMapStringSfixed32164(); case 165: return internalGetMutableFieldMapStringSfixed64165(); case 166: return internalGetMutableFieldMapStringSint32166(); case 167: return internalGetMutableFieldMapStringSint64167(); case 168: return internalGetMutableFieldMapStringString168(); case 169: return internalGetMutableFieldMapStringUint32169(); case 170: return internalGetMutableFieldMapStringUint64170(); case 171: return internalGetMutableFieldMapUint32Bool171(); case 172: return internalGetMutableFieldMapUint32Bytes172(); case 173: return internalGetMutableFieldMapUint32Double173(); case 174: return internalGetMutableFieldMapUint32Enum174(); case 175: return internalGetMutableFieldMapUint32Fixed32175(); case 176: return internalGetMutableFieldMapUint32Fixed64176(); case 177: return internalGetMutableFieldMapUint32Float177(); case 178: return internalGetMutableFieldMapUint32Int32178(); case 179: return internalGetMutableFieldMapUint32Int64179(); case 180: return internalGetMutableFieldMapUint32Message180(); case 181: return internalGetMutableFieldMapUint32Sfixed32181(); case 182: return internalGetMutableFieldMapUint32Sfixed64182(); case 183: return internalGetMutableFieldMapUint32Sint32183(); case 184: return internalGetMutableFieldMapUint32Sint64184(); case 185: return internalGetMutableFieldMapUint32String185(); case 186: return internalGetMutableFieldMapUint32Uint32186(); case 187: return internalGetMutableFieldMapUint32Uint64187(); case 188: return internalGetMutableFieldMapUint64Bool188(); case 189: return internalGetMutableFieldMapUint64Bytes189(); case 190: return internalGetMutableFieldMapUint64Double190(); case 191: return internalGetMutableFieldMapUint64Enum191(); case 192: return internalGetMutableFieldMapUint64Fixed32192(); case 193: return internalGetMutableFieldMapUint64Fixed64193(); case 194: return internalGetMutableFieldMapUint64Float194(); case 195: return internalGetMutableFieldMapUint64Int32195(); case 196: return internalGetMutableFieldMapUint64Int64196(); case 197: return internalGetMutableFieldMapUint64Message197(); case 198: return internalGetMutableFieldMapUint64Sfixed32198(); case 199: return internalGetMutableFieldMapUint64Sfixed64199(); case 200: return internalGetMutableFieldMapUint64Sint32200(); case 201: return internalGetMutableFieldMapUint64Sint64201(); case 202: return internalGetMutableFieldMapUint64String202(); case 203: return internalGetMutableFieldMapUint64Uint32203(); case 204: return internalGetMutableFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps.Builder.class); } // Construct using com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; bitField2_ = 0; bitField3_ = 0; bitField4_ = 0; bitField5_ = 0; bitField6_ = 0; internalGetMutableFieldMapBoolBool1().clear(); internalGetMutableFieldMapBoolBytes2().clear(); internalGetMutableFieldMapBoolDouble3().clear(); internalGetMutableFieldMapBoolEnum4().clear(); internalGetMutableFieldMapBoolFixed325().clear(); internalGetMutableFieldMapBoolFixed646().clear(); internalGetMutableFieldMapBoolFloat7().clear(); internalGetMutableFieldMapBoolInt328().clear(); internalGetMutableFieldMapBoolInt649().clear(); internalGetMutableFieldMapBoolMessage10().clear(); internalGetMutableFieldMapBoolSfixed3211().clear(); internalGetMutableFieldMapBoolSfixed6412().clear(); internalGetMutableFieldMapBoolSint3213().clear(); internalGetMutableFieldMapBoolSint6414().clear(); internalGetMutableFieldMapBoolString15().clear(); internalGetMutableFieldMapBoolUint3216().clear(); internalGetMutableFieldMapBoolUint6417().clear(); internalGetMutableFieldMapFixed32Bool18().clear(); internalGetMutableFieldMapFixed32Bytes19().clear(); internalGetMutableFieldMapFixed32Double20().clear(); internalGetMutableFieldMapFixed32Enum21().clear(); internalGetMutableFieldMapFixed32Fixed3222().clear(); internalGetMutableFieldMapFixed32Fixed6423().clear(); internalGetMutableFieldMapFixed32Float24().clear(); internalGetMutableFieldMapFixed32Int3225().clear(); internalGetMutableFieldMapFixed32Int6426().clear(); internalGetMutableFieldMapFixed32Message27().clear(); internalGetMutableFieldMapFixed32Sfixed3228().clear(); internalGetMutableFieldMapFixed32Sfixed6429().clear(); internalGetMutableFieldMapFixed32Sint3230().clear(); internalGetMutableFieldMapFixed32Sint6431().clear(); internalGetMutableFieldMapFixed32String32().clear(); internalGetMutableFieldMapFixed32Uint3233().clear(); internalGetMutableFieldMapFixed32Uint6434().clear(); internalGetMutableFieldMapFixed64Bool35().clear(); internalGetMutableFieldMapFixed64Bytes36().clear(); internalGetMutableFieldMapFixed64Double37().clear(); internalGetMutableFieldMapFixed64Enum38().clear(); internalGetMutableFieldMapFixed64Fixed3239().clear(); internalGetMutableFieldMapFixed64Fixed6440().clear(); internalGetMutableFieldMapFixed64Float41().clear(); internalGetMutableFieldMapFixed64Int3242().clear(); internalGetMutableFieldMapFixed64Int6443().clear(); internalGetMutableFieldMapFixed64Message44().clear(); internalGetMutableFieldMapFixed64Sfixed3245().clear(); internalGetMutableFieldMapFixed64Sfixed6446().clear(); internalGetMutableFieldMapFixed64Sint3247().clear(); internalGetMutableFieldMapFixed64Sint6448().clear(); internalGetMutableFieldMapFixed64String49().clear(); internalGetMutableFieldMapFixed64Uint3250().clear(); internalGetMutableFieldMapFixed64Uint6451().clear(); internalGetMutableFieldMapInt32Bool52().clear(); internalGetMutableFieldMapInt32Bytes53().clear(); internalGetMutableFieldMapInt32Double54().clear(); internalGetMutableFieldMapInt32Enum55().clear(); internalGetMutableFieldMapInt32Fixed3256().clear(); internalGetMutableFieldMapInt32Fixed6457().clear(); internalGetMutableFieldMapInt32Float58().clear(); internalGetMutableFieldMapInt32Int3259().clear(); internalGetMutableFieldMapInt32Int6460().clear(); internalGetMutableFieldMapInt32Message61().clear(); internalGetMutableFieldMapInt32Sfixed3262().clear(); internalGetMutableFieldMapInt32Sfixed6463().clear(); internalGetMutableFieldMapInt32Sint3264().clear(); internalGetMutableFieldMapInt32Sint6465().clear(); internalGetMutableFieldMapInt32String66().clear(); internalGetMutableFieldMapInt32Uint3267().clear(); internalGetMutableFieldMapInt32Uint6468().clear(); internalGetMutableFieldMapInt64Bool69().clear(); internalGetMutableFieldMapInt64Bytes70().clear(); internalGetMutableFieldMapInt64Double71().clear(); internalGetMutableFieldMapInt64Enum72().clear(); internalGetMutableFieldMapInt64Fixed3273().clear(); internalGetMutableFieldMapInt64Fixed6474().clear(); internalGetMutableFieldMapInt64Float75().clear(); internalGetMutableFieldMapInt64Int3276().clear(); internalGetMutableFieldMapInt64Int6477().clear(); internalGetMutableFieldMapInt64Message78().clear(); internalGetMutableFieldMapInt64Sfixed3279().clear(); internalGetMutableFieldMapInt64Sfixed6480().clear(); internalGetMutableFieldMapInt64Sint3281().clear(); internalGetMutableFieldMapInt64Sint6482().clear(); internalGetMutableFieldMapInt64String83().clear(); internalGetMutableFieldMapInt64Uint3284().clear(); internalGetMutableFieldMapInt64Uint6485().clear(); internalGetMutableFieldMapSfixed32Bool86().clear(); internalGetMutableFieldMapSfixed32Bytes87().clear(); internalGetMutableFieldMapSfixed32Double88().clear(); internalGetMutableFieldMapSfixed32Enum89().clear(); internalGetMutableFieldMapSfixed32Fixed3290().clear(); internalGetMutableFieldMapSfixed32Fixed6491().clear(); internalGetMutableFieldMapSfixed32Float92().clear(); internalGetMutableFieldMapSfixed32Int3293().clear(); internalGetMutableFieldMapSfixed32Int6494().clear(); internalGetMutableFieldMapSfixed32Message95().clear(); internalGetMutableFieldMapSfixed32Sfixed3296().clear(); internalGetMutableFieldMapSfixed32Sfixed6497().clear(); internalGetMutableFieldMapSfixed32Sint3298().clear(); internalGetMutableFieldMapSfixed32Sint6499().clear(); internalGetMutableFieldMapSfixed32String100().clear(); internalGetMutableFieldMapSfixed32Uint32101().clear(); internalGetMutableFieldMapSfixed32Uint64102().clear(); internalGetMutableFieldMapSfixed64Bool103().clear(); internalGetMutableFieldMapSfixed64Bytes104().clear(); internalGetMutableFieldMapSfixed64Double105().clear(); internalGetMutableFieldMapSfixed64Enum106().clear(); internalGetMutableFieldMapSfixed64Fixed32107().clear(); internalGetMutableFieldMapSfixed64Fixed64108().clear(); internalGetMutableFieldMapSfixed64Float109().clear(); internalGetMutableFieldMapSfixed64Int32110().clear(); internalGetMutableFieldMapSfixed64Int64111().clear(); internalGetMutableFieldMapSfixed64Message112().clear(); internalGetMutableFieldMapSfixed64Sfixed32113().clear(); internalGetMutableFieldMapSfixed64Sfixed64114().clear(); internalGetMutableFieldMapSfixed64Sint32115().clear(); internalGetMutableFieldMapSfixed64Sint64116().clear(); internalGetMutableFieldMapSfixed64String117().clear(); internalGetMutableFieldMapSfixed64Uint32118().clear(); internalGetMutableFieldMapSfixed64Uint64119().clear(); internalGetMutableFieldMapSint32Bool120().clear(); internalGetMutableFieldMapSint32Bytes121().clear(); internalGetMutableFieldMapSint32Double122().clear(); internalGetMutableFieldMapSint32Enum123().clear(); internalGetMutableFieldMapSint32Fixed32124().clear(); internalGetMutableFieldMapSint32Fixed64125().clear(); internalGetMutableFieldMapSint32Float126().clear(); internalGetMutableFieldMapSint32Int32127().clear(); internalGetMutableFieldMapSint32Int64128().clear(); internalGetMutableFieldMapSint32Message129().clear(); internalGetMutableFieldMapSint32Sfixed32130().clear(); internalGetMutableFieldMapSint32Sfixed64131().clear(); internalGetMutableFieldMapSint32Sint32132().clear(); internalGetMutableFieldMapSint32Sint64133().clear(); internalGetMutableFieldMapSint32String134().clear(); internalGetMutableFieldMapSint32Uint32135().clear(); internalGetMutableFieldMapSint32Uint64136().clear(); internalGetMutableFieldMapSint64Bool137().clear(); internalGetMutableFieldMapSint64Bytes138().clear(); internalGetMutableFieldMapSint64Double139().clear(); internalGetMutableFieldMapSint64Enum140().clear(); internalGetMutableFieldMapSint64Fixed32141().clear(); internalGetMutableFieldMapSint64Fixed64142().clear(); internalGetMutableFieldMapSint64Float143().clear(); internalGetMutableFieldMapSint64Int32144().clear(); internalGetMutableFieldMapSint64Int64145().clear(); internalGetMutableFieldMapSint64Message146().clear(); internalGetMutableFieldMapSint64Sfixed32147().clear(); internalGetMutableFieldMapSint64Sfixed64148().clear(); internalGetMutableFieldMapSint64Sint32149().clear(); internalGetMutableFieldMapSint64Sint64150().clear(); internalGetMutableFieldMapSint64String151().clear(); internalGetMutableFieldMapSint64Uint32152().clear(); internalGetMutableFieldMapSint64Uint64153().clear(); internalGetMutableFieldMapStringBool154().clear(); internalGetMutableFieldMapStringBytes155().clear(); internalGetMutableFieldMapStringDouble156().clear(); internalGetMutableFieldMapStringEnum157().clear(); internalGetMutableFieldMapStringFixed32158().clear(); internalGetMutableFieldMapStringFixed64159().clear(); internalGetMutableFieldMapStringFloat160().clear(); internalGetMutableFieldMapStringInt32161().clear(); internalGetMutableFieldMapStringInt64162().clear(); internalGetMutableFieldMapStringMessage163().clear(); internalGetMutableFieldMapStringSfixed32164().clear(); internalGetMutableFieldMapStringSfixed64165().clear(); internalGetMutableFieldMapStringSint32166().clear(); internalGetMutableFieldMapStringSint64167().clear(); internalGetMutableFieldMapStringString168().clear(); internalGetMutableFieldMapStringUint32169().clear(); internalGetMutableFieldMapStringUint64170().clear(); internalGetMutableFieldMapUint32Bool171().clear(); internalGetMutableFieldMapUint32Bytes172().clear(); internalGetMutableFieldMapUint32Double173().clear(); internalGetMutableFieldMapUint32Enum174().clear(); internalGetMutableFieldMapUint32Fixed32175().clear(); internalGetMutableFieldMapUint32Fixed64176().clear(); internalGetMutableFieldMapUint32Float177().clear(); internalGetMutableFieldMapUint32Int32178().clear(); internalGetMutableFieldMapUint32Int64179().clear(); internalGetMutableFieldMapUint32Message180().clear(); internalGetMutableFieldMapUint32Sfixed32181().clear(); internalGetMutableFieldMapUint32Sfixed64182().clear(); internalGetMutableFieldMapUint32Sint32183().clear(); internalGetMutableFieldMapUint32Sint64184().clear(); internalGetMutableFieldMapUint32String185().clear(); internalGetMutableFieldMapUint32Uint32186().clear(); internalGetMutableFieldMapUint32Uint64187().clear(); internalGetMutableFieldMapUint64Bool188().clear(); internalGetMutableFieldMapUint64Bytes189().clear(); internalGetMutableFieldMapUint64Double190().clear(); internalGetMutableFieldMapUint64Enum191().clear(); internalGetMutableFieldMapUint64Fixed32192().clear(); internalGetMutableFieldMapUint64Fixed64193().clear(); internalGetMutableFieldMapUint64Float194().clear(); internalGetMutableFieldMapUint64Int32195().clear(); internalGetMutableFieldMapUint64Int64196().clear(); internalGetMutableFieldMapUint64Message197().clear(); internalGetMutableFieldMapUint64Sfixed32198().clear(); internalGetMutableFieldMapUint64Sfixed64199().clear(); internalGetMutableFieldMapUint64Sint32200().clear(); internalGetMutableFieldMapUint64Sint64201().clear(); internalGetMutableFieldMapUint64String202().clear(); internalGetMutableFieldMapUint64Uint32203().clear(); internalGetMutableFieldMapUint64Uint64204().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto2TestingLite.internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps getDefaultInstanceForType() { return com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps build() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps buildPartial() { com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps(this); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } if (bitField2_ != 0) { buildPartial2(result); } if (bitField3_ != 0) { buildPartial3(result); } if (bitField4_ != 0) { buildPartial4(result); } if (bitField5_ != 0) { buildPartial5(result); } if (bitField6_ != 0) { buildPartial6(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldMapBoolBool1_ = internalGetFieldMapBoolBool1(); result.fieldMapBoolBool1_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldMapBoolBytes2_ = internalGetFieldMapBoolBytes2(); result.fieldMapBoolBytes2_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldMapBoolDouble3_ = internalGetFieldMapBoolDouble3(); result.fieldMapBoolDouble3_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldMapBoolEnum4_ = internalGetFieldMapBoolEnum4(); result.fieldMapBoolEnum4_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldMapBoolFixed325_ = internalGetFieldMapBoolFixed325(); result.fieldMapBoolFixed325_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldMapBoolFixed646_ = internalGetFieldMapBoolFixed646(); result.fieldMapBoolFixed646_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldMapBoolFloat7_ = internalGetFieldMapBoolFloat7(); result.fieldMapBoolFloat7_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldMapBoolInt328_ = internalGetFieldMapBoolInt328(); result.fieldMapBoolInt328_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldMapBoolInt649_ = internalGetFieldMapBoolInt649(); result.fieldMapBoolInt649_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMapBoolMessage10_ = internalGetFieldMapBoolMessage10().build(FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldMapBoolSfixed3211_ = internalGetFieldMapBoolSfixed3211(); result.fieldMapBoolSfixed3211_.makeImmutable(); } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldMapBoolSfixed6412_ = internalGetFieldMapBoolSfixed6412(); result.fieldMapBoolSfixed6412_.makeImmutable(); } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldMapBoolSint3213_ = internalGetFieldMapBoolSint3213(); result.fieldMapBoolSint3213_.makeImmutable(); } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldMapBoolSint6414_ = internalGetFieldMapBoolSint6414(); result.fieldMapBoolSint6414_.makeImmutable(); } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldMapBoolString15_ = internalGetFieldMapBoolString15(); result.fieldMapBoolString15_.makeImmutable(); } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldMapBoolUint3216_ = internalGetFieldMapBoolUint3216(); result.fieldMapBoolUint3216_.makeImmutable(); } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldMapBoolUint6417_ = internalGetFieldMapBoolUint6417(); result.fieldMapBoolUint6417_.makeImmutable(); } if (((from_bitField0_ & 0x00020000) != 0)) { result.fieldMapFixed32Bool18_ = internalGetFieldMapFixed32Bool18(); result.fieldMapFixed32Bool18_.makeImmutable(); } if (((from_bitField0_ & 0x00040000) != 0)) { result.fieldMapFixed32Bytes19_ = internalGetFieldMapFixed32Bytes19(); result.fieldMapFixed32Bytes19_.makeImmutable(); } if (((from_bitField0_ & 0x00080000) != 0)) { result.fieldMapFixed32Double20_ = internalGetFieldMapFixed32Double20(); result.fieldMapFixed32Double20_.makeImmutable(); } if (((from_bitField0_ & 0x00100000) != 0)) { result.fieldMapFixed32Enum21_ = internalGetFieldMapFixed32Enum21(); result.fieldMapFixed32Enum21_.makeImmutable(); } if (((from_bitField0_ & 0x00200000) != 0)) { result.fieldMapFixed32Fixed3222_ = internalGetFieldMapFixed32Fixed3222(); result.fieldMapFixed32Fixed3222_.makeImmutable(); } if (((from_bitField0_ & 0x00400000) != 0)) { result.fieldMapFixed32Fixed6423_ = internalGetFieldMapFixed32Fixed6423(); result.fieldMapFixed32Fixed6423_.makeImmutable(); } if (((from_bitField0_ & 0x00800000) != 0)) { result.fieldMapFixed32Float24_ = internalGetFieldMapFixed32Float24(); result.fieldMapFixed32Float24_.makeImmutable(); } if (((from_bitField0_ & 0x01000000) != 0)) { result.fieldMapFixed32Int3225_ = internalGetFieldMapFixed32Int3225(); result.fieldMapFixed32Int3225_.makeImmutable(); } if (((from_bitField0_ & 0x02000000) != 0)) { result.fieldMapFixed32Int6426_ = internalGetFieldMapFixed32Int6426(); result.fieldMapFixed32Int6426_.makeImmutable(); } if (((from_bitField0_ & 0x04000000) != 0)) { result.fieldMapFixed32Message27_ = internalGetFieldMapFixed32Message27().build(FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x08000000) != 0)) { result.fieldMapFixed32Sfixed3228_ = internalGetFieldMapFixed32Sfixed3228(); result.fieldMapFixed32Sfixed3228_.makeImmutable(); } if (((from_bitField0_ & 0x10000000) != 0)) { result.fieldMapFixed32Sfixed6429_ = internalGetFieldMapFixed32Sfixed6429(); result.fieldMapFixed32Sfixed6429_.makeImmutable(); } if (((from_bitField0_ & 0x20000000) != 0)) { result.fieldMapFixed32Sint3230_ = internalGetFieldMapFixed32Sint3230(); result.fieldMapFixed32Sint3230_.makeImmutable(); } if (((from_bitField0_ & 0x40000000) != 0)) { result.fieldMapFixed32Sint6431_ = internalGetFieldMapFixed32Sint6431(); result.fieldMapFixed32Sint6431_.makeImmutable(); } if (((from_bitField0_ & 0x80000000) != 0)) { result.fieldMapFixed32String32_ = internalGetFieldMapFixed32String32(); result.fieldMapFixed32String32_.makeImmutable(); } } private void buildPartial1(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { result.fieldMapFixed32Uint3233_ = internalGetFieldMapFixed32Uint3233(); result.fieldMapFixed32Uint3233_.makeImmutable(); } if (((from_bitField1_ & 0x00000002) != 0)) { result.fieldMapFixed32Uint6434_ = internalGetFieldMapFixed32Uint6434(); result.fieldMapFixed32Uint6434_.makeImmutable(); } if (((from_bitField1_ & 0x00000004) != 0)) { result.fieldMapFixed64Bool35_ = internalGetFieldMapFixed64Bool35(); result.fieldMapFixed64Bool35_.makeImmutable(); } if (((from_bitField1_ & 0x00000008) != 0)) { result.fieldMapFixed64Bytes36_ = internalGetFieldMapFixed64Bytes36(); result.fieldMapFixed64Bytes36_.makeImmutable(); } if (((from_bitField1_ & 0x00000010) != 0)) { result.fieldMapFixed64Double37_ = internalGetFieldMapFixed64Double37(); result.fieldMapFixed64Double37_.makeImmutable(); } if (((from_bitField1_ & 0x00000020) != 0)) { result.fieldMapFixed64Enum38_ = internalGetFieldMapFixed64Enum38(); result.fieldMapFixed64Enum38_.makeImmutable(); } if (((from_bitField1_ & 0x00000040) != 0)) { result.fieldMapFixed64Fixed3239_ = internalGetFieldMapFixed64Fixed3239(); result.fieldMapFixed64Fixed3239_.makeImmutable(); } if (((from_bitField1_ & 0x00000080) != 0)) { result.fieldMapFixed64Fixed6440_ = internalGetFieldMapFixed64Fixed6440(); result.fieldMapFixed64Fixed6440_.makeImmutable(); } if (((from_bitField1_ & 0x00000100) != 0)) { result.fieldMapFixed64Float41_ = internalGetFieldMapFixed64Float41(); result.fieldMapFixed64Float41_.makeImmutable(); } if (((from_bitField1_ & 0x00000200) != 0)) { result.fieldMapFixed64Int3242_ = internalGetFieldMapFixed64Int3242(); result.fieldMapFixed64Int3242_.makeImmutable(); } if (((from_bitField1_ & 0x00000400) != 0)) { result.fieldMapFixed64Int6443_ = internalGetFieldMapFixed64Int6443(); result.fieldMapFixed64Int6443_.makeImmutable(); } if (((from_bitField1_ & 0x00000800) != 0)) { result.fieldMapFixed64Message44_ = internalGetFieldMapFixed64Message44().build(FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x00001000) != 0)) { result.fieldMapFixed64Sfixed3245_ = internalGetFieldMapFixed64Sfixed3245(); result.fieldMapFixed64Sfixed3245_.makeImmutable(); } if (((from_bitField1_ & 0x00002000) != 0)) { result.fieldMapFixed64Sfixed6446_ = internalGetFieldMapFixed64Sfixed6446(); result.fieldMapFixed64Sfixed6446_.makeImmutable(); } if (((from_bitField1_ & 0x00004000) != 0)) { result.fieldMapFixed64Sint3247_ = internalGetFieldMapFixed64Sint3247(); result.fieldMapFixed64Sint3247_.makeImmutable(); } if (((from_bitField1_ & 0x00008000) != 0)) { result.fieldMapFixed64Sint6448_ = internalGetFieldMapFixed64Sint6448(); result.fieldMapFixed64Sint6448_.makeImmutable(); } if (((from_bitField1_ & 0x00010000) != 0)) { result.fieldMapFixed64String49_ = internalGetFieldMapFixed64String49(); result.fieldMapFixed64String49_.makeImmutable(); } if (((from_bitField1_ & 0x00020000) != 0)) { result.fieldMapFixed64Uint3250_ = internalGetFieldMapFixed64Uint3250(); result.fieldMapFixed64Uint3250_.makeImmutable(); } if (((from_bitField1_ & 0x00040000) != 0)) { result.fieldMapFixed64Uint6451_ = internalGetFieldMapFixed64Uint6451(); result.fieldMapFixed64Uint6451_.makeImmutable(); } if (((from_bitField1_ & 0x00080000) != 0)) { result.fieldMapInt32Bool52_ = internalGetFieldMapInt32Bool52(); result.fieldMapInt32Bool52_.makeImmutable(); } if (((from_bitField1_ & 0x00100000) != 0)) { result.fieldMapInt32Bytes53_ = internalGetFieldMapInt32Bytes53(); result.fieldMapInt32Bytes53_.makeImmutable(); } if (((from_bitField1_ & 0x00200000) != 0)) { result.fieldMapInt32Double54_ = internalGetFieldMapInt32Double54(); result.fieldMapInt32Double54_.makeImmutable(); } if (((from_bitField1_ & 0x00400000) != 0)) { result.fieldMapInt32Enum55_ = internalGetFieldMapInt32Enum55(); result.fieldMapInt32Enum55_.makeImmutable(); } if (((from_bitField1_ & 0x00800000) != 0)) { result.fieldMapInt32Fixed3256_ = internalGetFieldMapInt32Fixed3256(); result.fieldMapInt32Fixed3256_.makeImmutable(); } if (((from_bitField1_ & 0x01000000) != 0)) { result.fieldMapInt32Fixed6457_ = internalGetFieldMapInt32Fixed6457(); result.fieldMapInt32Fixed6457_.makeImmutable(); } if (((from_bitField1_ & 0x02000000) != 0)) { result.fieldMapInt32Float58_ = internalGetFieldMapInt32Float58(); result.fieldMapInt32Float58_.makeImmutable(); } if (((from_bitField1_ & 0x04000000) != 0)) { result.fieldMapInt32Int3259_ = internalGetFieldMapInt32Int3259(); result.fieldMapInt32Int3259_.makeImmutable(); } if (((from_bitField1_ & 0x08000000) != 0)) { result.fieldMapInt32Int6460_ = internalGetFieldMapInt32Int6460(); result.fieldMapInt32Int6460_.makeImmutable(); } if (((from_bitField1_ & 0x10000000) != 0)) { result.fieldMapInt32Message61_ = internalGetFieldMapInt32Message61().build(FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x20000000) != 0)) { result.fieldMapInt32Sfixed3262_ = internalGetFieldMapInt32Sfixed3262(); result.fieldMapInt32Sfixed3262_.makeImmutable(); } if (((from_bitField1_ & 0x40000000) != 0)) { result.fieldMapInt32Sfixed6463_ = internalGetFieldMapInt32Sfixed6463(); result.fieldMapInt32Sfixed6463_.makeImmutable(); } if (((from_bitField1_ & 0x80000000) != 0)) { result.fieldMapInt32Sint3264_ = internalGetFieldMapInt32Sint3264(); result.fieldMapInt32Sint3264_.makeImmutable(); } } private void buildPartial2(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result) { int from_bitField2_ = bitField2_; if (((from_bitField2_ & 0x00000001) != 0)) { result.fieldMapInt32Sint6465_ = internalGetFieldMapInt32Sint6465(); result.fieldMapInt32Sint6465_.makeImmutable(); } if (((from_bitField2_ & 0x00000002) != 0)) { result.fieldMapInt32String66_ = internalGetFieldMapInt32String66(); result.fieldMapInt32String66_.makeImmutable(); } if (((from_bitField2_ & 0x00000004) != 0)) { result.fieldMapInt32Uint3267_ = internalGetFieldMapInt32Uint3267(); result.fieldMapInt32Uint3267_.makeImmutable(); } if (((from_bitField2_ & 0x00000008) != 0)) { result.fieldMapInt32Uint6468_ = internalGetFieldMapInt32Uint6468(); result.fieldMapInt32Uint6468_.makeImmutable(); } if (((from_bitField2_ & 0x00000010) != 0)) { result.fieldMapInt64Bool69_ = internalGetFieldMapInt64Bool69(); result.fieldMapInt64Bool69_.makeImmutable(); } if (((from_bitField2_ & 0x00000020) != 0)) { result.fieldMapInt64Bytes70_ = internalGetFieldMapInt64Bytes70(); result.fieldMapInt64Bytes70_.makeImmutable(); } if (((from_bitField2_ & 0x00000040) != 0)) { result.fieldMapInt64Double71_ = internalGetFieldMapInt64Double71(); result.fieldMapInt64Double71_.makeImmutable(); } if (((from_bitField2_ & 0x00000080) != 0)) { result.fieldMapInt64Enum72_ = internalGetFieldMapInt64Enum72(); result.fieldMapInt64Enum72_.makeImmutable(); } if (((from_bitField2_ & 0x00000100) != 0)) { result.fieldMapInt64Fixed3273_ = internalGetFieldMapInt64Fixed3273(); result.fieldMapInt64Fixed3273_.makeImmutable(); } if (((from_bitField2_ & 0x00000200) != 0)) { result.fieldMapInt64Fixed6474_ = internalGetFieldMapInt64Fixed6474(); result.fieldMapInt64Fixed6474_.makeImmutable(); } if (((from_bitField2_ & 0x00000400) != 0)) { result.fieldMapInt64Float75_ = internalGetFieldMapInt64Float75(); result.fieldMapInt64Float75_.makeImmutable(); } if (((from_bitField2_ & 0x00000800) != 0)) { result.fieldMapInt64Int3276_ = internalGetFieldMapInt64Int3276(); result.fieldMapInt64Int3276_.makeImmutable(); } if (((from_bitField2_ & 0x00001000) != 0)) { result.fieldMapInt64Int6477_ = internalGetFieldMapInt64Int6477(); result.fieldMapInt64Int6477_.makeImmutable(); } if (((from_bitField2_ & 0x00002000) != 0)) { result.fieldMapInt64Message78_ = internalGetFieldMapInt64Message78().build(FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x00004000) != 0)) { result.fieldMapInt64Sfixed3279_ = internalGetFieldMapInt64Sfixed3279(); result.fieldMapInt64Sfixed3279_.makeImmutable(); } if (((from_bitField2_ & 0x00008000) != 0)) { result.fieldMapInt64Sfixed6480_ = internalGetFieldMapInt64Sfixed6480(); result.fieldMapInt64Sfixed6480_.makeImmutable(); } if (((from_bitField2_ & 0x00010000) != 0)) { result.fieldMapInt64Sint3281_ = internalGetFieldMapInt64Sint3281(); result.fieldMapInt64Sint3281_.makeImmutable(); } if (((from_bitField2_ & 0x00020000) != 0)) { result.fieldMapInt64Sint6482_ = internalGetFieldMapInt64Sint6482(); result.fieldMapInt64Sint6482_.makeImmutable(); } if (((from_bitField2_ & 0x00040000) != 0)) { result.fieldMapInt64String83_ = internalGetFieldMapInt64String83(); result.fieldMapInt64String83_.makeImmutable(); } if (((from_bitField2_ & 0x00080000) != 0)) { result.fieldMapInt64Uint3284_ = internalGetFieldMapInt64Uint3284(); result.fieldMapInt64Uint3284_.makeImmutable(); } if (((from_bitField2_ & 0x00100000) != 0)) { result.fieldMapInt64Uint6485_ = internalGetFieldMapInt64Uint6485(); result.fieldMapInt64Uint6485_.makeImmutable(); } if (((from_bitField2_ & 0x00200000) != 0)) { result.fieldMapSfixed32Bool86_ = internalGetFieldMapSfixed32Bool86(); result.fieldMapSfixed32Bool86_.makeImmutable(); } if (((from_bitField2_ & 0x00400000) != 0)) { result.fieldMapSfixed32Bytes87_ = internalGetFieldMapSfixed32Bytes87(); result.fieldMapSfixed32Bytes87_.makeImmutable(); } if (((from_bitField2_ & 0x00800000) != 0)) { result.fieldMapSfixed32Double88_ = internalGetFieldMapSfixed32Double88(); result.fieldMapSfixed32Double88_.makeImmutable(); } if (((from_bitField2_ & 0x01000000) != 0)) { result.fieldMapSfixed32Enum89_ = internalGetFieldMapSfixed32Enum89(); result.fieldMapSfixed32Enum89_.makeImmutable(); } if (((from_bitField2_ & 0x02000000) != 0)) { result.fieldMapSfixed32Fixed3290_ = internalGetFieldMapSfixed32Fixed3290(); result.fieldMapSfixed32Fixed3290_.makeImmutable(); } if (((from_bitField2_ & 0x04000000) != 0)) { result.fieldMapSfixed32Fixed6491_ = internalGetFieldMapSfixed32Fixed6491(); result.fieldMapSfixed32Fixed6491_.makeImmutable(); } if (((from_bitField2_ & 0x08000000) != 0)) { result.fieldMapSfixed32Float92_ = internalGetFieldMapSfixed32Float92(); result.fieldMapSfixed32Float92_.makeImmutable(); } if (((from_bitField2_ & 0x10000000) != 0)) { result.fieldMapSfixed32Int3293_ = internalGetFieldMapSfixed32Int3293(); result.fieldMapSfixed32Int3293_.makeImmutable(); } if (((from_bitField2_ & 0x20000000) != 0)) { result.fieldMapSfixed32Int6494_ = internalGetFieldMapSfixed32Int6494(); result.fieldMapSfixed32Int6494_.makeImmutable(); } if (((from_bitField2_ & 0x40000000) != 0)) { result.fieldMapSfixed32Message95_ = internalGetFieldMapSfixed32Message95().build(FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x80000000) != 0)) { result.fieldMapSfixed32Sfixed3296_ = internalGetFieldMapSfixed32Sfixed3296(); result.fieldMapSfixed32Sfixed3296_.makeImmutable(); } } private void buildPartial3(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result) { int from_bitField3_ = bitField3_; if (((from_bitField3_ & 0x00000001) != 0)) { result.fieldMapSfixed32Sfixed6497_ = internalGetFieldMapSfixed32Sfixed6497(); result.fieldMapSfixed32Sfixed6497_.makeImmutable(); } if (((from_bitField3_ & 0x00000002) != 0)) { result.fieldMapSfixed32Sint3298_ = internalGetFieldMapSfixed32Sint3298(); result.fieldMapSfixed32Sint3298_.makeImmutable(); } if (((from_bitField3_ & 0x00000004) != 0)) { result.fieldMapSfixed32Sint6499_ = internalGetFieldMapSfixed32Sint6499(); result.fieldMapSfixed32Sint6499_.makeImmutable(); } if (((from_bitField3_ & 0x00000008) != 0)) { result.fieldMapSfixed32String100_ = internalGetFieldMapSfixed32String100(); result.fieldMapSfixed32String100_.makeImmutable(); } if (((from_bitField3_ & 0x00000010) != 0)) { result.fieldMapSfixed32Uint32101_ = internalGetFieldMapSfixed32Uint32101(); result.fieldMapSfixed32Uint32101_.makeImmutable(); } if (((from_bitField3_ & 0x00000020) != 0)) { result.fieldMapSfixed32Uint64102_ = internalGetFieldMapSfixed32Uint64102(); result.fieldMapSfixed32Uint64102_.makeImmutable(); } if (((from_bitField3_ & 0x00000040) != 0)) { result.fieldMapSfixed64Bool103_ = internalGetFieldMapSfixed64Bool103(); result.fieldMapSfixed64Bool103_.makeImmutable(); } if (((from_bitField3_ & 0x00000080) != 0)) { result.fieldMapSfixed64Bytes104_ = internalGetFieldMapSfixed64Bytes104(); result.fieldMapSfixed64Bytes104_.makeImmutable(); } if (((from_bitField3_ & 0x00000100) != 0)) { result.fieldMapSfixed64Double105_ = internalGetFieldMapSfixed64Double105(); result.fieldMapSfixed64Double105_.makeImmutable(); } if (((from_bitField3_ & 0x00000200) != 0)) { result.fieldMapSfixed64Enum106_ = internalGetFieldMapSfixed64Enum106(); result.fieldMapSfixed64Enum106_.makeImmutable(); } if (((from_bitField3_ & 0x00000400) != 0)) { result.fieldMapSfixed64Fixed32107_ = internalGetFieldMapSfixed64Fixed32107(); result.fieldMapSfixed64Fixed32107_.makeImmutable(); } if (((from_bitField3_ & 0x00000800) != 0)) { result.fieldMapSfixed64Fixed64108_ = internalGetFieldMapSfixed64Fixed64108(); result.fieldMapSfixed64Fixed64108_.makeImmutable(); } if (((from_bitField3_ & 0x00001000) != 0)) { result.fieldMapSfixed64Float109_ = internalGetFieldMapSfixed64Float109(); result.fieldMapSfixed64Float109_.makeImmutable(); } if (((from_bitField3_ & 0x00002000) != 0)) { result.fieldMapSfixed64Int32110_ = internalGetFieldMapSfixed64Int32110(); result.fieldMapSfixed64Int32110_.makeImmutable(); } if (((from_bitField3_ & 0x00004000) != 0)) { result.fieldMapSfixed64Int64111_ = internalGetFieldMapSfixed64Int64111(); result.fieldMapSfixed64Int64111_.makeImmutable(); } if (((from_bitField3_ & 0x00008000) != 0)) { result.fieldMapSfixed64Message112_ = internalGetFieldMapSfixed64Message112().build(FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } if (((from_bitField3_ & 0x00010000) != 0)) { result.fieldMapSfixed64Sfixed32113_ = internalGetFieldMapSfixed64Sfixed32113(); result.fieldMapSfixed64Sfixed32113_.makeImmutable(); } if (((from_bitField3_ & 0x00020000) != 0)) { result.fieldMapSfixed64Sfixed64114_ = internalGetFieldMapSfixed64Sfixed64114(); result.fieldMapSfixed64Sfixed64114_.makeImmutable(); } if (((from_bitField3_ & 0x00040000) != 0)) { result.fieldMapSfixed64Sint32115_ = internalGetFieldMapSfixed64Sint32115(); result.fieldMapSfixed64Sint32115_.makeImmutable(); } if (((from_bitField3_ & 0x00080000) != 0)) { result.fieldMapSfixed64Sint64116_ = internalGetFieldMapSfixed64Sint64116(); result.fieldMapSfixed64Sint64116_.makeImmutable(); } if (((from_bitField3_ & 0x00100000) != 0)) { result.fieldMapSfixed64String117_ = internalGetFieldMapSfixed64String117(); result.fieldMapSfixed64String117_.makeImmutable(); } if (((from_bitField3_ & 0x00200000) != 0)) { result.fieldMapSfixed64Uint32118_ = internalGetFieldMapSfixed64Uint32118(); result.fieldMapSfixed64Uint32118_.makeImmutable(); } if (((from_bitField3_ & 0x00400000) != 0)) { result.fieldMapSfixed64Uint64119_ = internalGetFieldMapSfixed64Uint64119(); result.fieldMapSfixed64Uint64119_.makeImmutable(); } if (((from_bitField3_ & 0x00800000) != 0)) { result.fieldMapSint32Bool120_ = internalGetFieldMapSint32Bool120(); result.fieldMapSint32Bool120_.makeImmutable(); } if (((from_bitField3_ & 0x01000000) != 0)) { result.fieldMapSint32Bytes121_ = internalGetFieldMapSint32Bytes121(); result.fieldMapSint32Bytes121_.makeImmutable(); } if (((from_bitField3_ & 0x02000000) != 0)) { result.fieldMapSint32Double122_ = internalGetFieldMapSint32Double122(); result.fieldMapSint32Double122_.makeImmutable(); } if (((from_bitField3_ & 0x04000000) != 0)) { result.fieldMapSint32Enum123_ = internalGetFieldMapSint32Enum123(); result.fieldMapSint32Enum123_.makeImmutable(); } if (((from_bitField3_ & 0x08000000) != 0)) { result.fieldMapSint32Fixed32124_ = internalGetFieldMapSint32Fixed32124(); result.fieldMapSint32Fixed32124_.makeImmutable(); } if (((from_bitField3_ & 0x10000000) != 0)) { result.fieldMapSint32Fixed64125_ = internalGetFieldMapSint32Fixed64125(); result.fieldMapSint32Fixed64125_.makeImmutable(); } if (((from_bitField3_ & 0x20000000) != 0)) { result.fieldMapSint32Float126_ = internalGetFieldMapSint32Float126(); result.fieldMapSint32Float126_.makeImmutable(); } if (((from_bitField3_ & 0x40000000) != 0)) { result.fieldMapSint32Int32127_ = internalGetFieldMapSint32Int32127(); result.fieldMapSint32Int32127_.makeImmutable(); } if (((from_bitField3_ & 0x80000000) != 0)) { result.fieldMapSint32Int64128_ = internalGetFieldMapSint32Int64128(); result.fieldMapSint32Int64128_.makeImmutable(); } } private void buildPartial4(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result) { int from_bitField4_ = bitField4_; if (((from_bitField4_ & 0x00000001) != 0)) { result.fieldMapSint32Message129_ = internalGetFieldMapSint32Message129().build(FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00000002) != 0)) { result.fieldMapSint32Sfixed32130_ = internalGetFieldMapSint32Sfixed32130(); result.fieldMapSint32Sfixed32130_.makeImmutable(); } if (((from_bitField4_ & 0x00000004) != 0)) { result.fieldMapSint32Sfixed64131_ = internalGetFieldMapSint32Sfixed64131(); result.fieldMapSint32Sfixed64131_.makeImmutable(); } if (((from_bitField4_ & 0x00000008) != 0)) { result.fieldMapSint32Sint32132_ = internalGetFieldMapSint32Sint32132(); result.fieldMapSint32Sint32132_.makeImmutable(); } if (((from_bitField4_ & 0x00000010) != 0)) { result.fieldMapSint32Sint64133_ = internalGetFieldMapSint32Sint64133(); result.fieldMapSint32Sint64133_.makeImmutable(); } if (((from_bitField4_ & 0x00000020) != 0)) { result.fieldMapSint32String134_ = internalGetFieldMapSint32String134(); result.fieldMapSint32String134_.makeImmutable(); } if (((from_bitField4_ & 0x00000040) != 0)) { result.fieldMapSint32Uint32135_ = internalGetFieldMapSint32Uint32135(); result.fieldMapSint32Uint32135_.makeImmutable(); } if (((from_bitField4_ & 0x00000080) != 0)) { result.fieldMapSint32Uint64136_ = internalGetFieldMapSint32Uint64136(); result.fieldMapSint32Uint64136_.makeImmutable(); } if (((from_bitField4_ & 0x00000100) != 0)) { result.fieldMapSint64Bool137_ = internalGetFieldMapSint64Bool137(); result.fieldMapSint64Bool137_.makeImmutable(); } if (((from_bitField4_ & 0x00000200) != 0)) { result.fieldMapSint64Bytes138_ = internalGetFieldMapSint64Bytes138(); result.fieldMapSint64Bytes138_.makeImmutable(); } if (((from_bitField4_ & 0x00000400) != 0)) { result.fieldMapSint64Double139_ = internalGetFieldMapSint64Double139(); result.fieldMapSint64Double139_.makeImmutable(); } if (((from_bitField4_ & 0x00000800) != 0)) { result.fieldMapSint64Enum140_ = internalGetFieldMapSint64Enum140(); result.fieldMapSint64Enum140_.makeImmutable(); } if (((from_bitField4_ & 0x00001000) != 0)) { result.fieldMapSint64Fixed32141_ = internalGetFieldMapSint64Fixed32141(); result.fieldMapSint64Fixed32141_.makeImmutable(); } if (((from_bitField4_ & 0x00002000) != 0)) { result.fieldMapSint64Fixed64142_ = internalGetFieldMapSint64Fixed64142(); result.fieldMapSint64Fixed64142_.makeImmutable(); } if (((from_bitField4_ & 0x00004000) != 0)) { result.fieldMapSint64Float143_ = internalGetFieldMapSint64Float143(); result.fieldMapSint64Float143_.makeImmutable(); } if (((from_bitField4_ & 0x00008000) != 0)) { result.fieldMapSint64Int32144_ = internalGetFieldMapSint64Int32144(); result.fieldMapSint64Int32144_.makeImmutable(); } if (((from_bitField4_ & 0x00010000) != 0)) { result.fieldMapSint64Int64145_ = internalGetFieldMapSint64Int64145(); result.fieldMapSint64Int64145_.makeImmutable(); } if (((from_bitField4_ & 0x00020000) != 0)) { result.fieldMapSint64Message146_ = internalGetFieldMapSint64Message146().build(FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00040000) != 0)) { result.fieldMapSint64Sfixed32147_ = internalGetFieldMapSint64Sfixed32147(); result.fieldMapSint64Sfixed32147_.makeImmutable(); } if (((from_bitField4_ & 0x00080000) != 0)) { result.fieldMapSint64Sfixed64148_ = internalGetFieldMapSint64Sfixed64148(); result.fieldMapSint64Sfixed64148_.makeImmutable(); } if (((from_bitField4_ & 0x00100000) != 0)) { result.fieldMapSint64Sint32149_ = internalGetFieldMapSint64Sint32149(); result.fieldMapSint64Sint32149_.makeImmutable(); } if (((from_bitField4_ & 0x00200000) != 0)) { result.fieldMapSint64Sint64150_ = internalGetFieldMapSint64Sint64150(); result.fieldMapSint64Sint64150_.makeImmutable(); } if (((from_bitField4_ & 0x00400000) != 0)) { result.fieldMapSint64String151_ = internalGetFieldMapSint64String151(); result.fieldMapSint64String151_.makeImmutable(); } if (((from_bitField4_ & 0x00800000) != 0)) { result.fieldMapSint64Uint32152_ = internalGetFieldMapSint64Uint32152(); result.fieldMapSint64Uint32152_.makeImmutable(); } if (((from_bitField4_ & 0x01000000) != 0)) { result.fieldMapSint64Uint64153_ = internalGetFieldMapSint64Uint64153(); result.fieldMapSint64Uint64153_.makeImmutable(); } if (((from_bitField4_ & 0x02000000) != 0)) { result.fieldMapStringBool154_ = internalGetFieldMapStringBool154(); result.fieldMapStringBool154_.makeImmutable(); } if (((from_bitField4_ & 0x04000000) != 0)) { result.fieldMapStringBytes155_ = internalGetFieldMapStringBytes155(); result.fieldMapStringBytes155_.makeImmutable(); } if (((from_bitField4_ & 0x08000000) != 0)) { result.fieldMapStringDouble156_ = internalGetFieldMapStringDouble156(); result.fieldMapStringDouble156_.makeImmutable(); } if (((from_bitField4_ & 0x10000000) != 0)) { result.fieldMapStringEnum157_ = internalGetFieldMapStringEnum157(); result.fieldMapStringEnum157_.makeImmutable(); } if (((from_bitField4_ & 0x20000000) != 0)) { result.fieldMapStringFixed32158_ = internalGetFieldMapStringFixed32158(); result.fieldMapStringFixed32158_.makeImmutable(); } if (((from_bitField4_ & 0x40000000) != 0)) { result.fieldMapStringFixed64159_ = internalGetFieldMapStringFixed64159(); result.fieldMapStringFixed64159_.makeImmutable(); } if (((from_bitField4_ & 0x80000000) != 0)) { result.fieldMapStringFloat160_ = internalGetFieldMapStringFloat160(); result.fieldMapStringFloat160_.makeImmutable(); } } private void buildPartial5(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result) { int from_bitField5_ = bitField5_; if (((from_bitField5_ & 0x00000001) != 0)) { result.fieldMapStringInt32161_ = internalGetFieldMapStringInt32161(); result.fieldMapStringInt32161_.makeImmutable(); } if (((from_bitField5_ & 0x00000002) != 0)) { result.fieldMapStringInt64162_ = internalGetFieldMapStringInt64162(); result.fieldMapStringInt64162_.makeImmutable(); } if (((from_bitField5_ & 0x00000004) != 0)) { result.fieldMapStringMessage163_ = internalGetFieldMapStringMessage163().build(FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00000008) != 0)) { result.fieldMapStringSfixed32164_ = internalGetFieldMapStringSfixed32164(); result.fieldMapStringSfixed32164_.makeImmutable(); } if (((from_bitField5_ & 0x00000010) != 0)) { result.fieldMapStringSfixed64165_ = internalGetFieldMapStringSfixed64165(); result.fieldMapStringSfixed64165_.makeImmutable(); } if (((from_bitField5_ & 0x00000020) != 0)) { result.fieldMapStringSint32166_ = internalGetFieldMapStringSint32166(); result.fieldMapStringSint32166_.makeImmutable(); } if (((from_bitField5_ & 0x00000040) != 0)) { result.fieldMapStringSint64167_ = internalGetFieldMapStringSint64167(); result.fieldMapStringSint64167_.makeImmutable(); } if (((from_bitField5_ & 0x00000080) != 0)) { result.fieldMapStringString168_ = internalGetFieldMapStringString168(); result.fieldMapStringString168_.makeImmutable(); } if (((from_bitField5_ & 0x00000100) != 0)) { result.fieldMapStringUint32169_ = internalGetFieldMapStringUint32169(); result.fieldMapStringUint32169_.makeImmutable(); } if (((from_bitField5_ & 0x00000200) != 0)) { result.fieldMapStringUint64170_ = internalGetFieldMapStringUint64170(); result.fieldMapStringUint64170_.makeImmutable(); } if (((from_bitField5_ & 0x00000400) != 0)) { result.fieldMapUint32Bool171_ = internalGetFieldMapUint32Bool171(); result.fieldMapUint32Bool171_.makeImmutable(); } if (((from_bitField5_ & 0x00000800) != 0)) { result.fieldMapUint32Bytes172_ = internalGetFieldMapUint32Bytes172(); result.fieldMapUint32Bytes172_.makeImmutable(); } if (((from_bitField5_ & 0x00001000) != 0)) { result.fieldMapUint32Double173_ = internalGetFieldMapUint32Double173(); result.fieldMapUint32Double173_.makeImmutable(); } if (((from_bitField5_ & 0x00002000) != 0)) { result.fieldMapUint32Enum174_ = internalGetFieldMapUint32Enum174(); result.fieldMapUint32Enum174_.makeImmutable(); } if (((from_bitField5_ & 0x00004000) != 0)) { result.fieldMapUint32Fixed32175_ = internalGetFieldMapUint32Fixed32175(); result.fieldMapUint32Fixed32175_.makeImmutable(); } if (((from_bitField5_ & 0x00008000) != 0)) { result.fieldMapUint32Fixed64176_ = internalGetFieldMapUint32Fixed64176(); result.fieldMapUint32Fixed64176_.makeImmutable(); } if (((from_bitField5_ & 0x00010000) != 0)) { result.fieldMapUint32Float177_ = internalGetFieldMapUint32Float177(); result.fieldMapUint32Float177_.makeImmutable(); } if (((from_bitField5_ & 0x00020000) != 0)) { result.fieldMapUint32Int32178_ = internalGetFieldMapUint32Int32178(); result.fieldMapUint32Int32178_.makeImmutable(); } if (((from_bitField5_ & 0x00040000) != 0)) { result.fieldMapUint32Int64179_ = internalGetFieldMapUint32Int64179(); result.fieldMapUint32Int64179_.makeImmutable(); } if (((from_bitField5_ & 0x00080000) != 0)) { result.fieldMapUint32Message180_ = internalGetFieldMapUint32Message180().build(FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00100000) != 0)) { result.fieldMapUint32Sfixed32181_ = internalGetFieldMapUint32Sfixed32181(); result.fieldMapUint32Sfixed32181_.makeImmutable(); } if (((from_bitField5_ & 0x00200000) != 0)) { result.fieldMapUint32Sfixed64182_ = internalGetFieldMapUint32Sfixed64182(); result.fieldMapUint32Sfixed64182_.makeImmutable(); } if (((from_bitField5_ & 0x00400000) != 0)) { result.fieldMapUint32Sint32183_ = internalGetFieldMapUint32Sint32183(); result.fieldMapUint32Sint32183_.makeImmutable(); } if (((from_bitField5_ & 0x00800000) != 0)) { result.fieldMapUint32Sint64184_ = internalGetFieldMapUint32Sint64184(); result.fieldMapUint32Sint64184_.makeImmutable(); } if (((from_bitField5_ & 0x01000000) != 0)) { result.fieldMapUint32String185_ = internalGetFieldMapUint32String185(); result.fieldMapUint32String185_.makeImmutable(); } if (((from_bitField5_ & 0x02000000) != 0)) { result.fieldMapUint32Uint32186_ = internalGetFieldMapUint32Uint32186(); result.fieldMapUint32Uint32186_.makeImmutable(); } if (((from_bitField5_ & 0x04000000) != 0)) { result.fieldMapUint32Uint64187_ = internalGetFieldMapUint32Uint64187(); result.fieldMapUint32Uint64187_.makeImmutable(); } if (((from_bitField5_ & 0x08000000) != 0)) { result.fieldMapUint64Bool188_ = internalGetFieldMapUint64Bool188(); result.fieldMapUint64Bool188_.makeImmutable(); } if (((from_bitField5_ & 0x10000000) != 0)) { result.fieldMapUint64Bytes189_ = internalGetFieldMapUint64Bytes189(); result.fieldMapUint64Bytes189_.makeImmutable(); } if (((from_bitField5_ & 0x20000000) != 0)) { result.fieldMapUint64Double190_ = internalGetFieldMapUint64Double190(); result.fieldMapUint64Double190_.makeImmutable(); } if (((from_bitField5_ & 0x40000000) != 0)) { result.fieldMapUint64Enum191_ = internalGetFieldMapUint64Enum191(); result.fieldMapUint64Enum191_.makeImmutable(); } if (((from_bitField5_ & 0x80000000) != 0)) { result.fieldMapUint64Fixed32192_ = internalGetFieldMapUint64Fixed32192(); result.fieldMapUint64Fixed32192_.makeImmutable(); } } private void buildPartial6(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps result) { int from_bitField6_ = bitField6_; if (((from_bitField6_ & 0x00000001) != 0)) { result.fieldMapUint64Fixed64193_ = internalGetFieldMapUint64Fixed64193(); result.fieldMapUint64Fixed64193_.makeImmutable(); } if (((from_bitField6_ & 0x00000002) != 0)) { result.fieldMapUint64Float194_ = internalGetFieldMapUint64Float194(); result.fieldMapUint64Float194_.makeImmutable(); } if (((from_bitField6_ & 0x00000004) != 0)) { result.fieldMapUint64Int32195_ = internalGetFieldMapUint64Int32195(); result.fieldMapUint64Int32195_.makeImmutable(); } if (((from_bitField6_ & 0x00000008) != 0)) { result.fieldMapUint64Int64196_ = internalGetFieldMapUint64Int64196(); result.fieldMapUint64Int64196_.makeImmutable(); } if (((from_bitField6_ & 0x00000010) != 0)) { result.fieldMapUint64Message197_ = internalGetFieldMapUint64Message197().build(FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } if (((from_bitField6_ & 0x00000020) != 0)) { result.fieldMapUint64Sfixed32198_ = internalGetFieldMapUint64Sfixed32198(); result.fieldMapUint64Sfixed32198_.makeImmutable(); } if (((from_bitField6_ & 0x00000040) != 0)) { result.fieldMapUint64Sfixed64199_ = internalGetFieldMapUint64Sfixed64199(); result.fieldMapUint64Sfixed64199_.makeImmutable(); } if (((from_bitField6_ & 0x00000080) != 0)) { result.fieldMapUint64Sint32200_ = internalGetFieldMapUint64Sint32200(); result.fieldMapUint64Sint32200_.makeImmutable(); } if (((from_bitField6_ & 0x00000100) != 0)) { result.fieldMapUint64Sint64201_ = internalGetFieldMapUint64Sint64201(); result.fieldMapUint64Sint64201_.makeImmutable(); } if (((from_bitField6_ & 0x00000200) != 0)) { result.fieldMapUint64String202_ = internalGetFieldMapUint64String202(); result.fieldMapUint64String202_.makeImmutable(); } if (((from_bitField6_ & 0x00000400) != 0)) { result.fieldMapUint64Uint32203_ = internalGetFieldMapUint64Uint32203(); result.fieldMapUint64Uint32203_.makeImmutable(); } if (((from_bitField6_ & 0x00000800) != 0)) { result.fieldMapUint64Uint64204_ = internalGetFieldMapUint64Uint64204(); result.fieldMapUint64Uint64204_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps) { return mergeFrom((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps other) { if (other == com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps.getDefaultInstance()) return this; internalGetMutableFieldMapBoolBool1().mergeFrom( other.internalGetFieldMapBoolBool1()); bitField0_ |= 0x00000001; internalGetMutableFieldMapBoolBytes2().mergeFrom( other.internalGetFieldMapBoolBytes2()); bitField0_ |= 0x00000002; internalGetMutableFieldMapBoolDouble3().mergeFrom( other.internalGetFieldMapBoolDouble3()); bitField0_ |= 0x00000004; internalGetMutableFieldMapBoolEnum4().mergeFrom( other.internalGetFieldMapBoolEnum4()); bitField0_ |= 0x00000008; internalGetMutableFieldMapBoolFixed325().mergeFrom( other.internalGetFieldMapBoolFixed325()); bitField0_ |= 0x00000010; internalGetMutableFieldMapBoolFixed646().mergeFrom( other.internalGetFieldMapBoolFixed646()); bitField0_ |= 0x00000020; internalGetMutableFieldMapBoolFloat7().mergeFrom( other.internalGetFieldMapBoolFloat7()); bitField0_ |= 0x00000040; internalGetMutableFieldMapBoolInt328().mergeFrom( other.internalGetFieldMapBoolInt328()); bitField0_ |= 0x00000080; internalGetMutableFieldMapBoolInt649().mergeFrom( other.internalGetFieldMapBoolInt649()); bitField0_ |= 0x00000100; internalGetMutableFieldMapBoolMessage10().mergeFrom( other.internalGetFieldMapBoolMessage10()); bitField0_ |= 0x00000200; internalGetMutableFieldMapBoolSfixed3211().mergeFrom( other.internalGetFieldMapBoolSfixed3211()); bitField0_ |= 0x00000400; internalGetMutableFieldMapBoolSfixed6412().mergeFrom( other.internalGetFieldMapBoolSfixed6412()); bitField0_ |= 0x00000800; internalGetMutableFieldMapBoolSint3213().mergeFrom( other.internalGetFieldMapBoolSint3213()); bitField0_ |= 0x00001000; internalGetMutableFieldMapBoolSint6414().mergeFrom( other.internalGetFieldMapBoolSint6414()); bitField0_ |= 0x00002000; internalGetMutableFieldMapBoolString15().mergeFrom( other.internalGetFieldMapBoolString15()); bitField0_ |= 0x00004000; internalGetMutableFieldMapBoolUint3216().mergeFrom( other.internalGetFieldMapBoolUint3216()); bitField0_ |= 0x00008000; internalGetMutableFieldMapBoolUint6417().mergeFrom( other.internalGetFieldMapBoolUint6417()); bitField0_ |= 0x00010000; internalGetMutableFieldMapFixed32Bool18().mergeFrom( other.internalGetFieldMapFixed32Bool18()); bitField0_ |= 0x00020000; internalGetMutableFieldMapFixed32Bytes19().mergeFrom( other.internalGetFieldMapFixed32Bytes19()); bitField0_ |= 0x00040000; internalGetMutableFieldMapFixed32Double20().mergeFrom( other.internalGetFieldMapFixed32Double20()); bitField0_ |= 0x00080000; internalGetMutableFieldMapFixed32Enum21().mergeFrom( other.internalGetFieldMapFixed32Enum21()); bitField0_ |= 0x00100000; internalGetMutableFieldMapFixed32Fixed3222().mergeFrom( other.internalGetFieldMapFixed32Fixed3222()); bitField0_ |= 0x00200000; internalGetMutableFieldMapFixed32Fixed6423().mergeFrom( other.internalGetFieldMapFixed32Fixed6423()); bitField0_ |= 0x00400000; internalGetMutableFieldMapFixed32Float24().mergeFrom( other.internalGetFieldMapFixed32Float24()); bitField0_ |= 0x00800000; internalGetMutableFieldMapFixed32Int3225().mergeFrom( other.internalGetFieldMapFixed32Int3225()); bitField0_ |= 0x01000000; internalGetMutableFieldMapFixed32Int6426().mergeFrom( other.internalGetFieldMapFixed32Int6426()); bitField0_ |= 0x02000000; internalGetMutableFieldMapFixed32Message27().mergeFrom( other.internalGetFieldMapFixed32Message27()); bitField0_ |= 0x04000000; internalGetMutableFieldMapFixed32Sfixed3228().mergeFrom( other.internalGetFieldMapFixed32Sfixed3228()); bitField0_ |= 0x08000000; internalGetMutableFieldMapFixed32Sfixed6429().mergeFrom( other.internalGetFieldMapFixed32Sfixed6429()); bitField0_ |= 0x10000000; internalGetMutableFieldMapFixed32Sint3230().mergeFrom( other.internalGetFieldMapFixed32Sint3230()); bitField0_ |= 0x20000000; internalGetMutableFieldMapFixed32Sint6431().mergeFrom( other.internalGetFieldMapFixed32Sint6431()); bitField0_ |= 0x40000000; internalGetMutableFieldMapFixed32String32().mergeFrom( other.internalGetFieldMapFixed32String32()); bitField0_ |= 0x80000000; internalGetMutableFieldMapFixed32Uint3233().mergeFrom( other.internalGetFieldMapFixed32Uint3233()); bitField1_ |= 0x00000001; internalGetMutableFieldMapFixed32Uint6434().mergeFrom( other.internalGetFieldMapFixed32Uint6434()); bitField1_ |= 0x00000002; internalGetMutableFieldMapFixed64Bool35().mergeFrom( other.internalGetFieldMapFixed64Bool35()); bitField1_ |= 0x00000004; internalGetMutableFieldMapFixed64Bytes36().mergeFrom( other.internalGetFieldMapFixed64Bytes36()); bitField1_ |= 0x00000008; internalGetMutableFieldMapFixed64Double37().mergeFrom( other.internalGetFieldMapFixed64Double37()); bitField1_ |= 0x00000010; internalGetMutableFieldMapFixed64Enum38().mergeFrom( other.internalGetFieldMapFixed64Enum38()); bitField1_ |= 0x00000020; internalGetMutableFieldMapFixed64Fixed3239().mergeFrom( other.internalGetFieldMapFixed64Fixed3239()); bitField1_ |= 0x00000040; internalGetMutableFieldMapFixed64Fixed6440().mergeFrom( other.internalGetFieldMapFixed64Fixed6440()); bitField1_ |= 0x00000080; internalGetMutableFieldMapFixed64Float41().mergeFrom( other.internalGetFieldMapFixed64Float41()); bitField1_ |= 0x00000100; internalGetMutableFieldMapFixed64Int3242().mergeFrom( other.internalGetFieldMapFixed64Int3242()); bitField1_ |= 0x00000200; internalGetMutableFieldMapFixed64Int6443().mergeFrom( other.internalGetFieldMapFixed64Int6443()); bitField1_ |= 0x00000400; internalGetMutableFieldMapFixed64Message44().mergeFrom( other.internalGetFieldMapFixed64Message44()); bitField1_ |= 0x00000800; internalGetMutableFieldMapFixed64Sfixed3245().mergeFrom( other.internalGetFieldMapFixed64Sfixed3245()); bitField1_ |= 0x00001000; internalGetMutableFieldMapFixed64Sfixed6446().mergeFrom( other.internalGetFieldMapFixed64Sfixed6446()); bitField1_ |= 0x00002000; internalGetMutableFieldMapFixed64Sint3247().mergeFrom( other.internalGetFieldMapFixed64Sint3247()); bitField1_ |= 0x00004000; internalGetMutableFieldMapFixed64Sint6448().mergeFrom( other.internalGetFieldMapFixed64Sint6448()); bitField1_ |= 0x00008000; internalGetMutableFieldMapFixed64String49().mergeFrom( other.internalGetFieldMapFixed64String49()); bitField1_ |= 0x00010000; internalGetMutableFieldMapFixed64Uint3250().mergeFrom( other.internalGetFieldMapFixed64Uint3250()); bitField1_ |= 0x00020000; internalGetMutableFieldMapFixed64Uint6451().mergeFrom( other.internalGetFieldMapFixed64Uint6451()); bitField1_ |= 0x00040000; internalGetMutableFieldMapInt32Bool52().mergeFrom( other.internalGetFieldMapInt32Bool52()); bitField1_ |= 0x00080000; internalGetMutableFieldMapInt32Bytes53().mergeFrom( other.internalGetFieldMapInt32Bytes53()); bitField1_ |= 0x00100000; internalGetMutableFieldMapInt32Double54().mergeFrom( other.internalGetFieldMapInt32Double54()); bitField1_ |= 0x00200000; internalGetMutableFieldMapInt32Enum55().mergeFrom( other.internalGetFieldMapInt32Enum55()); bitField1_ |= 0x00400000; internalGetMutableFieldMapInt32Fixed3256().mergeFrom( other.internalGetFieldMapInt32Fixed3256()); bitField1_ |= 0x00800000; internalGetMutableFieldMapInt32Fixed6457().mergeFrom( other.internalGetFieldMapInt32Fixed6457()); bitField1_ |= 0x01000000; internalGetMutableFieldMapInt32Float58().mergeFrom( other.internalGetFieldMapInt32Float58()); bitField1_ |= 0x02000000; internalGetMutableFieldMapInt32Int3259().mergeFrom( other.internalGetFieldMapInt32Int3259()); bitField1_ |= 0x04000000; internalGetMutableFieldMapInt32Int6460().mergeFrom( other.internalGetFieldMapInt32Int6460()); bitField1_ |= 0x08000000; internalGetMutableFieldMapInt32Message61().mergeFrom( other.internalGetFieldMapInt32Message61()); bitField1_ |= 0x10000000; internalGetMutableFieldMapInt32Sfixed3262().mergeFrom( other.internalGetFieldMapInt32Sfixed3262()); bitField1_ |= 0x20000000; internalGetMutableFieldMapInt32Sfixed6463().mergeFrom( other.internalGetFieldMapInt32Sfixed6463()); bitField1_ |= 0x40000000; internalGetMutableFieldMapInt32Sint3264().mergeFrom( other.internalGetFieldMapInt32Sint3264()); bitField1_ |= 0x80000000; internalGetMutableFieldMapInt32Sint6465().mergeFrom( other.internalGetFieldMapInt32Sint6465()); bitField2_ |= 0x00000001; internalGetMutableFieldMapInt32String66().mergeFrom( other.internalGetFieldMapInt32String66()); bitField2_ |= 0x00000002; internalGetMutableFieldMapInt32Uint3267().mergeFrom( other.internalGetFieldMapInt32Uint3267()); bitField2_ |= 0x00000004; internalGetMutableFieldMapInt32Uint6468().mergeFrom( other.internalGetFieldMapInt32Uint6468()); bitField2_ |= 0x00000008; internalGetMutableFieldMapInt64Bool69().mergeFrom( other.internalGetFieldMapInt64Bool69()); bitField2_ |= 0x00000010; internalGetMutableFieldMapInt64Bytes70().mergeFrom( other.internalGetFieldMapInt64Bytes70()); bitField2_ |= 0x00000020; internalGetMutableFieldMapInt64Double71().mergeFrom( other.internalGetFieldMapInt64Double71()); bitField2_ |= 0x00000040; internalGetMutableFieldMapInt64Enum72().mergeFrom( other.internalGetFieldMapInt64Enum72()); bitField2_ |= 0x00000080; internalGetMutableFieldMapInt64Fixed3273().mergeFrom( other.internalGetFieldMapInt64Fixed3273()); bitField2_ |= 0x00000100; internalGetMutableFieldMapInt64Fixed6474().mergeFrom( other.internalGetFieldMapInt64Fixed6474()); bitField2_ |= 0x00000200; internalGetMutableFieldMapInt64Float75().mergeFrom( other.internalGetFieldMapInt64Float75()); bitField2_ |= 0x00000400; internalGetMutableFieldMapInt64Int3276().mergeFrom( other.internalGetFieldMapInt64Int3276()); bitField2_ |= 0x00000800; internalGetMutableFieldMapInt64Int6477().mergeFrom( other.internalGetFieldMapInt64Int6477()); bitField2_ |= 0x00001000; internalGetMutableFieldMapInt64Message78().mergeFrom( other.internalGetFieldMapInt64Message78()); bitField2_ |= 0x00002000; internalGetMutableFieldMapInt64Sfixed3279().mergeFrom( other.internalGetFieldMapInt64Sfixed3279()); bitField2_ |= 0x00004000; internalGetMutableFieldMapInt64Sfixed6480().mergeFrom( other.internalGetFieldMapInt64Sfixed6480()); bitField2_ |= 0x00008000; internalGetMutableFieldMapInt64Sint3281().mergeFrom( other.internalGetFieldMapInt64Sint3281()); bitField2_ |= 0x00010000; internalGetMutableFieldMapInt64Sint6482().mergeFrom( other.internalGetFieldMapInt64Sint6482()); bitField2_ |= 0x00020000; internalGetMutableFieldMapInt64String83().mergeFrom( other.internalGetFieldMapInt64String83()); bitField2_ |= 0x00040000; internalGetMutableFieldMapInt64Uint3284().mergeFrom( other.internalGetFieldMapInt64Uint3284()); bitField2_ |= 0x00080000; internalGetMutableFieldMapInt64Uint6485().mergeFrom( other.internalGetFieldMapInt64Uint6485()); bitField2_ |= 0x00100000; internalGetMutableFieldMapSfixed32Bool86().mergeFrom( other.internalGetFieldMapSfixed32Bool86()); bitField2_ |= 0x00200000; internalGetMutableFieldMapSfixed32Bytes87().mergeFrom( other.internalGetFieldMapSfixed32Bytes87()); bitField2_ |= 0x00400000; internalGetMutableFieldMapSfixed32Double88().mergeFrom( other.internalGetFieldMapSfixed32Double88()); bitField2_ |= 0x00800000; internalGetMutableFieldMapSfixed32Enum89().mergeFrom( other.internalGetFieldMapSfixed32Enum89()); bitField2_ |= 0x01000000; internalGetMutableFieldMapSfixed32Fixed3290().mergeFrom( other.internalGetFieldMapSfixed32Fixed3290()); bitField2_ |= 0x02000000; internalGetMutableFieldMapSfixed32Fixed6491().mergeFrom( other.internalGetFieldMapSfixed32Fixed6491()); bitField2_ |= 0x04000000; internalGetMutableFieldMapSfixed32Float92().mergeFrom( other.internalGetFieldMapSfixed32Float92()); bitField2_ |= 0x08000000; internalGetMutableFieldMapSfixed32Int3293().mergeFrom( other.internalGetFieldMapSfixed32Int3293()); bitField2_ |= 0x10000000; internalGetMutableFieldMapSfixed32Int6494().mergeFrom( other.internalGetFieldMapSfixed32Int6494()); bitField2_ |= 0x20000000; internalGetMutableFieldMapSfixed32Message95().mergeFrom( other.internalGetFieldMapSfixed32Message95()); bitField2_ |= 0x40000000; internalGetMutableFieldMapSfixed32Sfixed3296().mergeFrom( other.internalGetFieldMapSfixed32Sfixed3296()); bitField2_ |= 0x80000000; internalGetMutableFieldMapSfixed32Sfixed6497().mergeFrom( other.internalGetFieldMapSfixed32Sfixed6497()); bitField3_ |= 0x00000001; internalGetMutableFieldMapSfixed32Sint3298().mergeFrom( other.internalGetFieldMapSfixed32Sint3298()); bitField3_ |= 0x00000002; internalGetMutableFieldMapSfixed32Sint6499().mergeFrom( other.internalGetFieldMapSfixed32Sint6499()); bitField3_ |= 0x00000004; internalGetMutableFieldMapSfixed32String100().mergeFrom( other.internalGetFieldMapSfixed32String100()); bitField3_ |= 0x00000008; internalGetMutableFieldMapSfixed32Uint32101().mergeFrom( other.internalGetFieldMapSfixed32Uint32101()); bitField3_ |= 0x00000010; internalGetMutableFieldMapSfixed32Uint64102().mergeFrom( other.internalGetFieldMapSfixed32Uint64102()); bitField3_ |= 0x00000020; internalGetMutableFieldMapSfixed64Bool103().mergeFrom( other.internalGetFieldMapSfixed64Bool103()); bitField3_ |= 0x00000040; internalGetMutableFieldMapSfixed64Bytes104().mergeFrom( other.internalGetFieldMapSfixed64Bytes104()); bitField3_ |= 0x00000080; internalGetMutableFieldMapSfixed64Double105().mergeFrom( other.internalGetFieldMapSfixed64Double105()); bitField3_ |= 0x00000100; internalGetMutableFieldMapSfixed64Enum106().mergeFrom( other.internalGetFieldMapSfixed64Enum106()); bitField3_ |= 0x00000200; internalGetMutableFieldMapSfixed64Fixed32107().mergeFrom( other.internalGetFieldMapSfixed64Fixed32107()); bitField3_ |= 0x00000400; internalGetMutableFieldMapSfixed64Fixed64108().mergeFrom( other.internalGetFieldMapSfixed64Fixed64108()); bitField3_ |= 0x00000800; internalGetMutableFieldMapSfixed64Float109().mergeFrom( other.internalGetFieldMapSfixed64Float109()); bitField3_ |= 0x00001000; internalGetMutableFieldMapSfixed64Int32110().mergeFrom( other.internalGetFieldMapSfixed64Int32110()); bitField3_ |= 0x00002000; internalGetMutableFieldMapSfixed64Int64111().mergeFrom( other.internalGetFieldMapSfixed64Int64111()); bitField3_ |= 0x00004000; internalGetMutableFieldMapSfixed64Message112().mergeFrom( other.internalGetFieldMapSfixed64Message112()); bitField3_ |= 0x00008000; internalGetMutableFieldMapSfixed64Sfixed32113().mergeFrom( other.internalGetFieldMapSfixed64Sfixed32113()); bitField3_ |= 0x00010000; internalGetMutableFieldMapSfixed64Sfixed64114().mergeFrom( other.internalGetFieldMapSfixed64Sfixed64114()); bitField3_ |= 0x00020000; internalGetMutableFieldMapSfixed64Sint32115().mergeFrom( other.internalGetFieldMapSfixed64Sint32115()); bitField3_ |= 0x00040000; internalGetMutableFieldMapSfixed64Sint64116().mergeFrom( other.internalGetFieldMapSfixed64Sint64116()); bitField3_ |= 0x00080000; internalGetMutableFieldMapSfixed64String117().mergeFrom( other.internalGetFieldMapSfixed64String117()); bitField3_ |= 0x00100000; internalGetMutableFieldMapSfixed64Uint32118().mergeFrom( other.internalGetFieldMapSfixed64Uint32118()); bitField3_ |= 0x00200000; internalGetMutableFieldMapSfixed64Uint64119().mergeFrom( other.internalGetFieldMapSfixed64Uint64119()); bitField3_ |= 0x00400000; internalGetMutableFieldMapSint32Bool120().mergeFrom( other.internalGetFieldMapSint32Bool120()); bitField3_ |= 0x00800000; internalGetMutableFieldMapSint32Bytes121().mergeFrom( other.internalGetFieldMapSint32Bytes121()); bitField3_ |= 0x01000000; internalGetMutableFieldMapSint32Double122().mergeFrom( other.internalGetFieldMapSint32Double122()); bitField3_ |= 0x02000000; internalGetMutableFieldMapSint32Enum123().mergeFrom( other.internalGetFieldMapSint32Enum123()); bitField3_ |= 0x04000000; internalGetMutableFieldMapSint32Fixed32124().mergeFrom( other.internalGetFieldMapSint32Fixed32124()); bitField3_ |= 0x08000000; internalGetMutableFieldMapSint32Fixed64125().mergeFrom( other.internalGetFieldMapSint32Fixed64125()); bitField3_ |= 0x10000000; internalGetMutableFieldMapSint32Float126().mergeFrom( other.internalGetFieldMapSint32Float126()); bitField3_ |= 0x20000000; internalGetMutableFieldMapSint32Int32127().mergeFrom( other.internalGetFieldMapSint32Int32127()); bitField3_ |= 0x40000000; internalGetMutableFieldMapSint32Int64128().mergeFrom( other.internalGetFieldMapSint32Int64128()); bitField3_ |= 0x80000000; internalGetMutableFieldMapSint32Message129().mergeFrom( other.internalGetFieldMapSint32Message129()); bitField4_ |= 0x00000001; internalGetMutableFieldMapSint32Sfixed32130().mergeFrom( other.internalGetFieldMapSint32Sfixed32130()); bitField4_ |= 0x00000002; internalGetMutableFieldMapSint32Sfixed64131().mergeFrom( other.internalGetFieldMapSint32Sfixed64131()); bitField4_ |= 0x00000004; internalGetMutableFieldMapSint32Sint32132().mergeFrom( other.internalGetFieldMapSint32Sint32132()); bitField4_ |= 0x00000008; internalGetMutableFieldMapSint32Sint64133().mergeFrom( other.internalGetFieldMapSint32Sint64133()); bitField4_ |= 0x00000010; internalGetMutableFieldMapSint32String134().mergeFrom( other.internalGetFieldMapSint32String134()); bitField4_ |= 0x00000020; internalGetMutableFieldMapSint32Uint32135().mergeFrom( other.internalGetFieldMapSint32Uint32135()); bitField4_ |= 0x00000040; internalGetMutableFieldMapSint32Uint64136().mergeFrom( other.internalGetFieldMapSint32Uint64136()); bitField4_ |= 0x00000080; internalGetMutableFieldMapSint64Bool137().mergeFrom( other.internalGetFieldMapSint64Bool137()); bitField4_ |= 0x00000100; internalGetMutableFieldMapSint64Bytes138().mergeFrom( other.internalGetFieldMapSint64Bytes138()); bitField4_ |= 0x00000200; internalGetMutableFieldMapSint64Double139().mergeFrom( other.internalGetFieldMapSint64Double139()); bitField4_ |= 0x00000400; internalGetMutableFieldMapSint64Enum140().mergeFrom( other.internalGetFieldMapSint64Enum140()); bitField4_ |= 0x00000800; internalGetMutableFieldMapSint64Fixed32141().mergeFrom( other.internalGetFieldMapSint64Fixed32141()); bitField4_ |= 0x00001000; internalGetMutableFieldMapSint64Fixed64142().mergeFrom( other.internalGetFieldMapSint64Fixed64142()); bitField4_ |= 0x00002000; internalGetMutableFieldMapSint64Float143().mergeFrom( other.internalGetFieldMapSint64Float143()); bitField4_ |= 0x00004000; internalGetMutableFieldMapSint64Int32144().mergeFrom( other.internalGetFieldMapSint64Int32144()); bitField4_ |= 0x00008000; internalGetMutableFieldMapSint64Int64145().mergeFrom( other.internalGetFieldMapSint64Int64145()); bitField4_ |= 0x00010000; internalGetMutableFieldMapSint64Message146().mergeFrom( other.internalGetFieldMapSint64Message146()); bitField4_ |= 0x00020000; internalGetMutableFieldMapSint64Sfixed32147().mergeFrom( other.internalGetFieldMapSint64Sfixed32147()); bitField4_ |= 0x00040000; internalGetMutableFieldMapSint64Sfixed64148().mergeFrom( other.internalGetFieldMapSint64Sfixed64148()); bitField4_ |= 0x00080000; internalGetMutableFieldMapSint64Sint32149().mergeFrom( other.internalGetFieldMapSint64Sint32149()); bitField4_ |= 0x00100000; internalGetMutableFieldMapSint64Sint64150().mergeFrom( other.internalGetFieldMapSint64Sint64150()); bitField4_ |= 0x00200000; internalGetMutableFieldMapSint64String151().mergeFrom( other.internalGetFieldMapSint64String151()); bitField4_ |= 0x00400000; internalGetMutableFieldMapSint64Uint32152().mergeFrom( other.internalGetFieldMapSint64Uint32152()); bitField4_ |= 0x00800000; internalGetMutableFieldMapSint64Uint64153().mergeFrom( other.internalGetFieldMapSint64Uint64153()); bitField4_ |= 0x01000000; internalGetMutableFieldMapStringBool154().mergeFrom( other.internalGetFieldMapStringBool154()); bitField4_ |= 0x02000000; internalGetMutableFieldMapStringBytes155().mergeFrom( other.internalGetFieldMapStringBytes155()); bitField4_ |= 0x04000000; internalGetMutableFieldMapStringDouble156().mergeFrom( other.internalGetFieldMapStringDouble156()); bitField4_ |= 0x08000000; internalGetMutableFieldMapStringEnum157().mergeFrom( other.internalGetFieldMapStringEnum157()); bitField4_ |= 0x10000000; internalGetMutableFieldMapStringFixed32158().mergeFrom( other.internalGetFieldMapStringFixed32158()); bitField4_ |= 0x20000000; internalGetMutableFieldMapStringFixed64159().mergeFrom( other.internalGetFieldMapStringFixed64159()); bitField4_ |= 0x40000000; internalGetMutableFieldMapStringFloat160().mergeFrom( other.internalGetFieldMapStringFloat160()); bitField4_ |= 0x80000000; internalGetMutableFieldMapStringInt32161().mergeFrom( other.internalGetFieldMapStringInt32161()); bitField5_ |= 0x00000001; internalGetMutableFieldMapStringInt64162().mergeFrom( other.internalGetFieldMapStringInt64162()); bitField5_ |= 0x00000002; internalGetMutableFieldMapStringMessage163().mergeFrom( other.internalGetFieldMapStringMessage163()); bitField5_ |= 0x00000004; internalGetMutableFieldMapStringSfixed32164().mergeFrom( other.internalGetFieldMapStringSfixed32164()); bitField5_ |= 0x00000008; internalGetMutableFieldMapStringSfixed64165().mergeFrom( other.internalGetFieldMapStringSfixed64165()); bitField5_ |= 0x00000010; internalGetMutableFieldMapStringSint32166().mergeFrom( other.internalGetFieldMapStringSint32166()); bitField5_ |= 0x00000020; internalGetMutableFieldMapStringSint64167().mergeFrom( other.internalGetFieldMapStringSint64167()); bitField5_ |= 0x00000040; internalGetMutableFieldMapStringString168().mergeFrom( other.internalGetFieldMapStringString168()); bitField5_ |= 0x00000080; internalGetMutableFieldMapStringUint32169().mergeFrom( other.internalGetFieldMapStringUint32169()); bitField5_ |= 0x00000100; internalGetMutableFieldMapStringUint64170().mergeFrom( other.internalGetFieldMapStringUint64170()); bitField5_ |= 0x00000200; internalGetMutableFieldMapUint32Bool171().mergeFrom( other.internalGetFieldMapUint32Bool171()); bitField5_ |= 0x00000400; internalGetMutableFieldMapUint32Bytes172().mergeFrom( other.internalGetFieldMapUint32Bytes172()); bitField5_ |= 0x00000800; internalGetMutableFieldMapUint32Double173().mergeFrom( other.internalGetFieldMapUint32Double173()); bitField5_ |= 0x00001000; internalGetMutableFieldMapUint32Enum174().mergeFrom( other.internalGetFieldMapUint32Enum174()); bitField5_ |= 0x00002000; internalGetMutableFieldMapUint32Fixed32175().mergeFrom( other.internalGetFieldMapUint32Fixed32175()); bitField5_ |= 0x00004000; internalGetMutableFieldMapUint32Fixed64176().mergeFrom( other.internalGetFieldMapUint32Fixed64176()); bitField5_ |= 0x00008000; internalGetMutableFieldMapUint32Float177().mergeFrom( other.internalGetFieldMapUint32Float177()); bitField5_ |= 0x00010000; internalGetMutableFieldMapUint32Int32178().mergeFrom( other.internalGetFieldMapUint32Int32178()); bitField5_ |= 0x00020000; internalGetMutableFieldMapUint32Int64179().mergeFrom( other.internalGetFieldMapUint32Int64179()); bitField5_ |= 0x00040000; internalGetMutableFieldMapUint32Message180().mergeFrom( other.internalGetFieldMapUint32Message180()); bitField5_ |= 0x00080000; internalGetMutableFieldMapUint32Sfixed32181().mergeFrom( other.internalGetFieldMapUint32Sfixed32181()); bitField5_ |= 0x00100000; internalGetMutableFieldMapUint32Sfixed64182().mergeFrom( other.internalGetFieldMapUint32Sfixed64182()); bitField5_ |= 0x00200000; internalGetMutableFieldMapUint32Sint32183().mergeFrom( other.internalGetFieldMapUint32Sint32183()); bitField5_ |= 0x00400000; internalGetMutableFieldMapUint32Sint64184().mergeFrom( other.internalGetFieldMapUint32Sint64184()); bitField5_ |= 0x00800000; internalGetMutableFieldMapUint32String185().mergeFrom( other.internalGetFieldMapUint32String185()); bitField5_ |= 0x01000000; internalGetMutableFieldMapUint32Uint32186().mergeFrom( other.internalGetFieldMapUint32Uint32186()); bitField5_ |= 0x02000000; internalGetMutableFieldMapUint32Uint64187().mergeFrom( other.internalGetFieldMapUint32Uint64187()); bitField5_ |= 0x04000000; internalGetMutableFieldMapUint64Bool188().mergeFrom( other.internalGetFieldMapUint64Bool188()); bitField5_ |= 0x08000000; internalGetMutableFieldMapUint64Bytes189().mergeFrom( other.internalGetFieldMapUint64Bytes189()); bitField5_ |= 0x10000000; internalGetMutableFieldMapUint64Double190().mergeFrom( other.internalGetFieldMapUint64Double190()); bitField5_ |= 0x20000000; internalGetMutableFieldMapUint64Enum191().mergeFrom( other.internalGetFieldMapUint64Enum191()); bitField5_ |= 0x40000000; internalGetMutableFieldMapUint64Fixed32192().mergeFrom( other.internalGetFieldMapUint64Fixed32192()); bitField5_ |= 0x80000000; internalGetMutableFieldMapUint64Fixed64193().mergeFrom( other.internalGetFieldMapUint64Fixed64193()); bitField6_ |= 0x00000001; internalGetMutableFieldMapUint64Float194().mergeFrom( other.internalGetFieldMapUint64Float194()); bitField6_ |= 0x00000002; internalGetMutableFieldMapUint64Int32195().mergeFrom( other.internalGetFieldMapUint64Int32195()); bitField6_ |= 0x00000004; internalGetMutableFieldMapUint64Int64196().mergeFrom( other.internalGetFieldMapUint64Int64196()); bitField6_ |= 0x00000008; internalGetMutableFieldMapUint64Message197().mergeFrom( other.internalGetFieldMapUint64Message197()); bitField6_ |= 0x00000010; internalGetMutableFieldMapUint64Sfixed32198().mergeFrom( other.internalGetFieldMapUint64Sfixed32198()); bitField6_ |= 0x00000020; internalGetMutableFieldMapUint64Sfixed64199().mergeFrom( other.internalGetFieldMapUint64Sfixed64199()); bitField6_ |= 0x00000040; internalGetMutableFieldMapUint64Sint32200().mergeFrom( other.internalGetFieldMapUint64Sint32200()); bitField6_ |= 0x00000080; internalGetMutableFieldMapUint64Sint64201().mergeFrom( other.internalGetFieldMapUint64Sint64201()); bitField6_ |= 0x00000100; internalGetMutableFieldMapUint64String202().mergeFrom( other.internalGetFieldMapUint64String202()); bitField6_ |= 0x00000200; internalGetMutableFieldMapUint64Uint32203().mergeFrom( other.internalGetFieldMapUint64Uint32203()); bitField6_ |= 0x00000400; internalGetMutableFieldMapUint64Uint64204().mergeFrom( other.internalGetFieldMapUint64Uint64204()); bitField6_ |= 0x00000800; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapBoolMessage10Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapFixed32Message27Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapFixed64Message44Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapInt32Message61Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapInt64Message78Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSfixed32Message95Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSfixed64Message112Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSint32Message129Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapSint64Message146Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapStringMessage163Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapUint32Message180Map().values()) { if (!item.isInitialized()) { return false; } } for (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite item : getFieldMapUint64Message197Map().values()) { if (!item.isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry fieldMapBoolBool1__ = input.readMessage( FieldMapBoolBool1DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBool1().getMutableMap().put( fieldMapBoolBool1__.getKey(), fieldMapBoolBool1__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = input.readMessage( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBytes2().getMutableMap().put( fieldMapBoolBytes2__.getKey(), fieldMapBoolBytes2__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = input.readMessage( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolDouble3().getMutableMap().put( fieldMapBoolDouble3__.getKey(), fieldMapBoolDouble3__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapBoolEnum4__ = FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapBoolEnum4__.getValue()) == null) { mergeUnknownLengthDelimitedField(4, bytes); } else { internalGetMutableFieldMapBoolEnum4().getMutableMap().put( fieldMapBoolEnum4__.getKey(), fieldMapBoolEnum4__.getValue()); bitField0_ |= 0x00000008; } break; } // case 34 case 42: { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = input.readMessage( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed325().getMutableMap().put( fieldMapBoolFixed325__.getKey(), fieldMapBoolFixed325__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = input.readMessage( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed646().getMutableMap().put( fieldMapBoolFixed646__.getKey(), fieldMapBoolFixed646__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = input.readMessage( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFloat7().getMutableMap().put( fieldMapBoolFloat7__.getKey(), fieldMapBoolFloat7__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry fieldMapBoolInt328__ = input.readMessage( FieldMapBoolInt328DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt328().getMutableMap().put( fieldMapBoolInt328__.getKey(), fieldMapBoolInt328__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry fieldMapBoolInt649__ = input.readMessage( FieldMapBoolInt649DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt649().getMutableMap().put( fieldMapBoolInt649__.getKey(), fieldMapBoolInt649__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = input.readMessage( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolMessage10().ensureBuilderMap().put( fieldMapBoolMessage10__.getKey(), fieldMapBoolMessage10__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 case 90: { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = input.readMessage( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed3211().getMutableMap().put( fieldMapBoolSfixed3211__.getKey(), fieldMapBoolSfixed3211__.getValue()); bitField0_ |= 0x00000400; break; } // case 90 case 98: { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = input.readMessage( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed6412().getMutableMap().put( fieldMapBoolSfixed6412__.getKey(), fieldMapBoolSfixed6412__.getValue()); bitField0_ |= 0x00000800; break; } // case 98 case 106: { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = input.readMessage( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint3213().getMutableMap().put( fieldMapBoolSint3213__.getKey(), fieldMapBoolSint3213__.getValue()); bitField0_ |= 0x00001000; break; } // case 106 case 114: { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = input.readMessage( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint6414().getMutableMap().put( fieldMapBoolSint6414__.getKey(), fieldMapBoolSint6414__.getValue()); bitField0_ |= 0x00002000; break; } // case 114 case 122: { com.google.protobuf.MapEntry fieldMapBoolString15__ = input.readMessage( FieldMapBoolString15DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolString15().getMutableMap().put( fieldMapBoolString15__.getKey(), fieldMapBoolString15__.getValue()); bitField0_ |= 0x00004000; break; } // case 122 case 130: { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = input.readMessage( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint3216().getMutableMap().put( fieldMapBoolUint3216__.getKey(), fieldMapBoolUint3216__.getValue()); bitField0_ |= 0x00008000; break; } // case 130 case 138: { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = input.readMessage( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint6417().getMutableMap().put( fieldMapBoolUint6417__.getKey(), fieldMapBoolUint6417__.getValue()); bitField0_ |= 0x00010000; break; } // case 138 case 146: { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = input.readMessage( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bool18().getMutableMap().put( fieldMapFixed32Bool18__.getKey(), fieldMapFixed32Bool18__.getValue()); bitField0_ |= 0x00020000; break; } // case 146 case 154: { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = input.readMessage( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bytes19().getMutableMap().put( fieldMapFixed32Bytes19__.getKey(), fieldMapFixed32Bytes19__.getValue()); bitField0_ |= 0x00040000; break; } // case 154 case 162: { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = input.readMessage( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Double20().getMutableMap().put( fieldMapFixed32Double20__.getKey(), fieldMapFixed32Double20__.getValue()); bitField0_ |= 0x00080000; break; } // case 162 case 170: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapFixed32Enum21__.getValue()) == null) { mergeUnknownLengthDelimitedField(21, bytes); } else { internalGetMutableFieldMapFixed32Enum21().getMutableMap().put( fieldMapFixed32Enum21__.getKey(), fieldMapFixed32Enum21__.getValue()); bitField0_ |= 0x00100000; } break; } // case 170 case 178: { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = input.readMessage( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap().put( fieldMapFixed32Fixed3222__.getKey(), fieldMapFixed32Fixed3222__.getValue()); bitField0_ |= 0x00200000; break; } // case 178 case 186: { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = input.readMessage( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap().put( fieldMapFixed32Fixed6423__.getKey(), fieldMapFixed32Fixed6423__.getValue()); bitField0_ |= 0x00400000; break; } // case 186 case 194: { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = input.readMessage( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Float24().getMutableMap().put( fieldMapFixed32Float24__.getKey(), fieldMapFixed32Float24__.getValue()); bitField0_ |= 0x00800000; break; } // case 194 case 202: { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = input.readMessage( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int3225().getMutableMap().put( fieldMapFixed32Int3225__.getKey(), fieldMapFixed32Int3225__.getValue()); bitField0_ |= 0x01000000; break; } // case 202 case 210: { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = input.readMessage( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int6426().getMutableMap().put( fieldMapFixed32Int6426__.getKey(), fieldMapFixed32Int6426__.getValue()); bitField0_ |= 0x02000000; break; } // case 210 case 218: { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = input.readMessage( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Message27().ensureBuilderMap().put( fieldMapFixed32Message27__.getKey(), fieldMapFixed32Message27__.getValue()); bitField0_ |= 0x04000000; break; } // case 218 case 226: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = input.readMessage( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap().put( fieldMapFixed32Sfixed3228__.getKey(), fieldMapFixed32Sfixed3228__.getValue()); bitField0_ |= 0x08000000; break; } // case 226 case 234: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = input.readMessage( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap().put( fieldMapFixed32Sfixed6429__.getKey(), fieldMapFixed32Sfixed6429__.getValue()); bitField0_ |= 0x10000000; break; } // case 234 case 242: { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = input.readMessage( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint3230().getMutableMap().put( fieldMapFixed32Sint3230__.getKey(), fieldMapFixed32Sint3230__.getValue()); bitField0_ |= 0x20000000; break; } // case 242 case 250: { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = input.readMessage( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint6431().getMutableMap().put( fieldMapFixed32Sint6431__.getKey(), fieldMapFixed32Sint6431__.getValue()); bitField0_ |= 0x40000000; break; } // case 250 case 258: { com.google.protobuf.MapEntry fieldMapFixed32String32__ = input.readMessage( FieldMapFixed32String32DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32String32().getMutableMap().put( fieldMapFixed32String32__.getKey(), fieldMapFixed32String32__.getValue()); bitField0_ |= 0x80000000; break; } // case 258 case 266: { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = input.readMessage( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint3233().getMutableMap().put( fieldMapFixed32Uint3233__.getKey(), fieldMapFixed32Uint3233__.getValue()); bitField1_ |= 0x00000001; break; } // case 266 case 274: { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = input.readMessage( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint6434().getMutableMap().put( fieldMapFixed32Uint6434__.getKey(), fieldMapFixed32Uint6434__.getValue()); bitField1_ |= 0x00000002; break; } // case 274 case 282: { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = input.readMessage( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bool35().getMutableMap().put( fieldMapFixed64Bool35__.getKey(), fieldMapFixed64Bool35__.getValue()); bitField1_ |= 0x00000004; break; } // case 282 case 290: { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = input.readMessage( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bytes36().getMutableMap().put( fieldMapFixed64Bytes36__.getKey(), fieldMapFixed64Bytes36__.getValue()); bitField1_ |= 0x00000008; break; } // case 290 case 298: { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = input.readMessage( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Double37().getMutableMap().put( fieldMapFixed64Double37__.getKey(), fieldMapFixed64Double37__.getValue()); bitField1_ |= 0x00000010; break; } // case 298 case 306: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapFixed64Enum38__.getValue()) == null) { mergeUnknownLengthDelimitedField(38, bytes); } else { internalGetMutableFieldMapFixed64Enum38().getMutableMap().put( fieldMapFixed64Enum38__.getKey(), fieldMapFixed64Enum38__.getValue()); bitField1_ |= 0x00000020; } break; } // case 306 case 314: { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = input.readMessage( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap().put( fieldMapFixed64Fixed3239__.getKey(), fieldMapFixed64Fixed3239__.getValue()); bitField1_ |= 0x00000040; break; } // case 314 case 322: { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = input.readMessage( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap().put( fieldMapFixed64Fixed6440__.getKey(), fieldMapFixed64Fixed6440__.getValue()); bitField1_ |= 0x00000080; break; } // case 322 case 330: { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = input.readMessage( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Float41().getMutableMap().put( fieldMapFixed64Float41__.getKey(), fieldMapFixed64Float41__.getValue()); bitField1_ |= 0x00000100; break; } // case 330 case 338: { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = input.readMessage( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int3242().getMutableMap().put( fieldMapFixed64Int3242__.getKey(), fieldMapFixed64Int3242__.getValue()); bitField1_ |= 0x00000200; break; } // case 338 case 346: { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = input.readMessage( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int6443().getMutableMap().put( fieldMapFixed64Int6443__.getKey(), fieldMapFixed64Int6443__.getValue()); bitField1_ |= 0x00000400; break; } // case 346 case 354: { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = input.readMessage( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Message44().ensureBuilderMap().put( fieldMapFixed64Message44__.getKey(), fieldMapFixed64Message44__.getValue()); bitField1_ |= 0x00000800; break; } // case 354 case 362: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = input.readMessage( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap().put( fieldMapFixed64Sfixed3245__.getKey(), fieldMapFixed64Sfixed3245__.getValue()); bitField1_ |= 0x00001000; break; } // case 362 case 370: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = input.readMessage( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap().put( fieldMapFixed64Sfixed6446__.getKey(), fieldMapFixed64Sfixed6446__.getValue()); bitField1_ |= 0x00002000; break; } // case 370 case 378: { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = input.readMessage( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint3247().getMutableMap().put( fieldMapFixed64Sint3247__.getKey(), fieldMapFixed64Sint3247__.getValue()); bitField1_ |= 0x00004000; break; } // case 378 case 386: { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = input.readMessage( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint6448().getMutableMap().put( fieldMapFixed64Sint6448__.getKey(), fieldMapFixed64Sint6448__.getValue()); bitField1_ |= 0x00008000; break; } // case 386 case 394: { com.google.protobuf.MapEntry fieldMapFixed64String49__ = input.readMessage( FieldMapFixed64String49DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64String49().getMutableMap().put( fieldMapFixed64String49__.getKey(), fieldMapFixed64String49__.getValue()); bitField1_ |= 0x00010000; break; } // case 394 case 402: { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = input.readMessage( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint3250().getMutableMap().put( fieldMapFixed64Uint3250__.getKey(), fieldMapFixed64Uint3250__.getValue()); bitField1_ |= 0x00020000; break; } // case 402 case 410: { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = input.readMessage( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint6451().getMutableMap().put( fieldMapFixed64Uint6451__.getKey(), fieldMapFixed64Uint6451__.getValue()); bitField1_ |= 0x00040000; break; } // case 410 case 418: { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = input.readMessage( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bool52().getMutableMap().put( fieldMapInt32Bool52__.getKey(), fieldMapInt32Bool52__.getValue()); bitField1_ |= 0x00080000; break; } // case 418 case 426: { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = input.readMessage( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bytes53().getMutableMap().put( fieldMapInt32Bytes53__.getKey(), fieldMapInt32Bytes53__.getValue()); bitField1_ |= 0x00100000; break; } // case 426 case 434: { com.google.protobuf.MapEntry fieldMapInt32Double54__ = input.readMessage( FieldMapInt32Double54DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Double54().getMutableMap().put( fieldMapInt32Double54__.getKey(), fieldMapInt32Double54__.getValue()); bitField1_ |= 0x00200000; break; } // case 434 case 442: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapInt32Enum55__ = FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapInt32Enum55__.getValue()) == null) { mergeUnknownLengthDelimitedField(55, bytes); } else { internalGetMutableFieldMapInt32Enum55().getMutableMap().put( fieldMapInt32Enum55__.getKey(), fieldMapInt32Enum55__.getValue()); bitField1_ |= 0x00400000; } break; } // case 442 case 450: { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = input.readMessage( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed3256().getMutableMap().put( fieldMapInt32Fixed3256__.getKey(), fieldMapInt32Fixed3256__.getValue()); bitField1_ |= 0x00800000; break; } // case 450 case 458: { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = input.readMessage( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed6457().getMutableMap().put( fieldMapInt32Fixed6457__.getKey(), fieldMapInt32Fixed6457__.getValue()); bitField1_ |= 0x01000000; break; } // case 458 case 466: { com.google.protobuf.MapEntry fieldMapInt32Float58__ = input.readMessage( FieldMapInt32Float58DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Float58().getMutableMap().put( fieldMapInt32Float58__.getKey(), fieldMapInt32Float58__.getValue()); bitField1_ |= 0x02000000; break; } // case 466 case 474: { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = input.readMessage( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int3259().getMutableMap().put( fieldMapInt32Int3259__.getKey(), fieldMapInt32Int3259__.getValue()); bitField1_ |= 0x04000000; break; } // case 474 case 482: { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = input.readMessage( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int6460().getMutableMap().put( fieldMapInt32Int6460__.getKey(), fieldMapInt32Int6460__.getValue()); bitField1_ |= 0x08000000; break; } // case 482 case 490: { com.google.protobuf.MapEntry fieldMapInt32Message61__ = input.readMessage( FieldMapInt32Message61DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Message61().ensureBuilderMap().put( fieldMapInt32Message61__.getKey(), fieldMapInt32Message61__.getValue()); bitField1_ |= 0x10000000; break; } // case 490 case 498: { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = input.readMessage( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap().put( fieldMapInt32Sfixed3262__.getKey(), fieldMapInt32Sfixed3262__.getValue()); bitField1_ |= 0x20000000; break; } // case 498 case 506: { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = input.readMessage( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap().put( fieldMapInt32Sfixed6463__.getKey(), fieldMapInt32Sfixed6463__.getValue()); bitField1_ |= 0x40000000; break; } // case 506 case 514: { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = input.readMessage( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint3264().getMutableMap().put( fieldMapInt32Sint3264__.getKey(), fieldMapInt32Sint3264__.getValue()); bitField1_ |= 0x80000000; break; } // case 514 case 522: { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = input.readMessage( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint6465().getMutableMap().put( fieldMapInt32Sint6465__.getKey(), fieldMapInt32Sint6465__.getValue()); bitField2_ |= 0x00000001; break; } // case 522 case 530: { com.google.protobuf.MapEntry fieldMapInt32String66__ = input.readMessage( FieldMapInt32String66DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32String66().getMutableMap().put( fieldMapInt32String66__.getKey(), fieldMapInt32String66__.getValue()); bitField2_ |= 0x00000002; break; } // case 530 case 538: { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = input.readMessage( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint3267().getMutableMap().put( fieldMapInt32Uint3267__.getKey(), fieldMapInt32Uint3267__.getValue()); bitField2_ |= 0x00000004; break; } // case 538 case 546: { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = input.readMessage( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint6468().getMutableMap().put( fieldMapInt32Uint6468__.getKey(), fieldMapInt32Uint6468__.getValue()); bitField2_ |= 0x00000008; break; } // case 546 case 554: { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = input.readMessage( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bool69().getMutableMap().put( fieldMapInt64Bool69__.getKey(), fieldMapInt64Bool69__.getValue()); bitField2_ |= 0x00000010; break; } // case 554 case 562: { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = input.readMessage( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bytes70().getMutableMap().put( fieldMapInt64Bytes70__.getKey(), fieldMapInt64Bytes70__.getValue()); bitField2_ |= 0x00000020; break; } // case 562 case 570: { com.google.protobuf.MapEntry fieldMapInt64Double71__ = input.readMessage( FieldMapInt64Double71DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Double71().getMutableMap().put( fieldMapInt64Double71__.getKey(), fieldMapInt64Double71__.getValue()); bitField2_ |= 0x00000040; break; } // case 570 case 578: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapInt64Enum72__ = FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapInt64Enum72__.getValue()) == null) { mergeUnknownLengthDelimitedField(72, bytes); } else { internalGetMutableFieldMapInt64Enum72().getMutableMap().put( fieldMapInt64Enum72__.getKey(), fieldMapInt64Enum72__.getValue()); bitField2_ |= 0x00000080; } break; } // case 578 case 586: { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = input.readMessage( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed3273().getMutableMap().put( fieldMapInt64Fixed3273__.getKey(), fieldMapInt64Fixed3273__.getValue()); bitField2_ |= 0x00000100; break; } // case 586 case 594: { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = input.readMessage( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed6474().getMutableMap().put( fieldMapInt64Fixed6474__.getKey(), fieldMapInt64Fixed6474__.getValue()); bitField2_ |= 0x00000200; break; } // case 594 case 602: { com.google.protobuf.MapEntry fieldMapInt64Float75__ = input.readMessage( FieldMapInt64Float75DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Float75().getMutableMap().put( fieldMapInt64Float75__.getKey(), fieldMapInt64Float75__.getValue()); bitField2_ |= 0x00000400; break; } // case 602 case 610: { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = input.readMessage( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int3276().getMutableMap().put( fieldMapInt64Int3276__.getKey(), fieldMapInt64Int3276__.getValue()); bitField2_ |= 0x00000800; break; } // case 610 case 618: { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = input.readMessage( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int6477().getMutableMap().put( fieldMapInt64Int6477__.getKey(), fieldMapInt64Int6477__.getValue()); bitField2_ |= 0x00001000; break; } // case 618 case 626: { com.google.protobuf.MapEntry fieldMapInt64Message78__ = input.readMessage( FieldMapInt64Message78DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Message78().ensureBuilderMap().put( fieldMapInt64Message78__.getKey(), fieldMapInt64Message78__.getValue()); bitField2_ |= 0x00002000; break; } // case 626 case 634: { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = input.readMessage( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap().put( fieldMapInt64Sfixed3279__.getKey(), fieldMapInt64Sfixed3279__.getValue()); bitField2_ |= 0x00004000; break; } // case 634 case 642: { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = input.readMessage( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap().put( fieldMapInt64Sfixed6480__.getKey(), fieldMapInt64Sfixed6480__.getValue()); bitField2_ |= 0x00008000; break; } // case 642 case 650: { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = input.readMessage( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint3281().getMutableMap().put( fieldMapInt64Sint3281__.getKey(), fieldMapInt64Sint3281__.getValue()); bitField2_ |= 0x00010000; break; } // case 650 case 658: { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = input.readMessage( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint6482().getMutableMap().put( fieldMapInt64Sint6482__.getKey(), fieldMapInt64Sint6482__.getValue()); bitField2_ |= 0x00020000; break; } // case 658 case 666: { com.google.protobuf.MapEntry fieldMapInt64String83__ = input.readMessage( FieldMapInt64String83DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64String83().getMutableMap().put( fieldMapInt64String83__.getKey(), fieldMapInt64String83__.getValue()); bitField2_ |= 0x00040000; break; } // case 666 case 674: { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = input.readMessage( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint3284().getMutableMap().put( fieldMapInt64Uint3284__.getKey(), fieldMapInt64Uint3284__.getValue()); bitField2_ |= 0x00080000; break; } // case 674 case 682: { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = input.readMessage( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint6485().getMutableMap().put( fieldMapInt64Uint6485__.getKey(), fieldMapInt64Uint6485__.getValue()); bitField2_ |= 0x00100000; break; } // case 682 case 690: { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = input.readMessage( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bool86().getMutableMap().put( fieldMapSfixed32Bool86__.getKey(), fieldMapSfixed32Bool86__.getValue()); bitField2_ |= 0x00200000; break; } // case 690 case 698: { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = input.readMessage( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap().put( fieldMapSfixed32Bytes87__.getKey(), fieldMapSfixed32Bytes87__.getValue()); bitField2_ |= 0x00400000; break; } // case 698 case 706: { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = input.readMessage( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Double88().getMutableMap().put( fieldMapSfixed32Double88__.getKey(), fieldMapSfixed32Double88__.getValue()); bitField2_ |= 0x00800000; break; } // case 706 case 714: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapSfixed32Enum89__.getValue()) == null) { mergeUnknownLengthDelimitedField(89, bytes); } else { internalGetMutableFieldMapSfixed32Enum89().getMutableMap().put( fieldMapSfixed32Enum89__.getKey(), fieldMapSfixed32Enum89__.getValue()); bitField2_ |= 0x01000000; } break; } // case 714 case 722: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = input.readMessage( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap().put( fieldMapSfixed32Fixed3290__.getKey(), fieldMapSfixed32Fixed3290__.getValue()); bitField2_ |= 0x02000000; break; } // case 722 case 730: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = input.readMessage( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap().put( fieldMapSfixed32Fixed6491__.getKey(), fieldMapSfixed32Fixed6491__.getValue()); bitField2_ |= 0x04000000; break; } // case 730 case 738: { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = input.readMessage( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Float92().getMutableMap().put( fieldMapSfixed32Float92__.getKey(), fieldMapSfixed32Float92__.getValue()); bitField2_ |= 0x08000000; break; } // case 738 case 746: { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = input.readMessage( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int3293().getMutableMap().put( fieldMapSfixed32Int3293__.getKey(), fieldMapSfixed32Int3293__.getValue()); bitField2_ |= 0x10000000; break; } // case 746 case 754: { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = input.readMessage( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int6494().getMutableMap().put( fieldMapSfixed32Int6494__.getKey(), fieldMapSfixed32Int6494__.getValue()); bitField2_ |= 0x20000000; break; } // case 754 case 762: { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = input.readMessage( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap().put( fieldMapSfixed32Message95__.getKey(), fieldMapSfixed32Message95__.getValue()); bitField2_ |= 0x40000000; break; } // case 762 case 770: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = input.readMessage( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap().put( fieldMapSfixed32Sfixed3296__.getKey(), fieldMapSfixed32Sfixed3296__.getValue()); bitField2_ |= 0x80000000; break; } // case 770 case 778: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = input.readMessage( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap().put( fieldMapSfixed32Sfixed6497__.getKey(), fieldMapSfixed32Sfixed6497__.getValue()); bitField3_ |= 0x00000001; break; } // case 778 case 786: { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = input.readMessage( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap().put( fieldMapSfixed32Sint3298__.getKey(), fieldMapSfixed32Sint3298__.getValue()); bitField3_ |= 0x00000002; break; } // case 786 case 794: { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = input.readMessage( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap().put( fieldMapSfixed32Sint6499__.getKey(), fieldMapSfixed32Sint6499__.getValue()); bitField3_ |= 0x00000004; break; } // case 794 case 802: { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = input.readMessage( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32String100().getMutableMap().put( fieldMapSfixed32String100__.getKey(), fieldMapSfixed32String100__.getValue()); bitField3_ |= 0x00000008; break; } // case 802 case 810: { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = input.readMessage( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap().put( fieldMapSfixed32Uint32101__.getKey(), fieldMapSfixed32Uint32101__.getValue()); bitField3_ |= 0x00000010; break; } // case 810 case 818: { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = input.readMessage( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap().put( fieldMapSfixed32Uint64102__.getKey(), fieldMapSfixed32Uint64102__.getValue()); bitField3_ |= 0x00000020; break; } // case 818 case 826: { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = input.readMessage( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bool103().getMutableMap().put( fieldMapSfixed64Bool103__.getKey(), fieldMapSfixed64Bool103__.getValue()); bitField3_ |= 0x00000040; break; } // case 826 case 834: { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = input.readMessage( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap().put( fieldMapSfixed64Bytes104__.getKey(), fieldMapSfixed64Bytes104__.getValue()); bitField3_ |= 0x00000080; break; } // case 834 case 842: { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = input.readMessage( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Double105().getMutableMap().put( fieldMapSfixed64Double105__.getKey(), fieldMapSfixed64Double105__.getValue()); bitField3_ |= 0x00000100; break; } // case 842 case 850: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapSfixed64Enum106__.getValue()) == null) { mergeUnknownLengthDelimitedField(106, bytes); } else { internalGetMutableFieldMapSfixed64Enum106().getMutableMap().put( fieldMapSfixed64Enum106__.getKey(), fieldMapSfixed64Enum106__.getValue()); bitField3_ |= 0x00000200; } break; } // case 850 case 858: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = input.readMessage( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap().put( fieldMapSfixed64Fixed32107__.getKey(), fieldMapSfixed64Fixed32107__.getValue()); bitField3_ |= 0x00000400; break; } // case 858 case 866: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = input.readMessage( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap().put( fieldMapSfixed64Fixed64108__.getKey(), fieldMapSfixed64Fixed64108__.getValue()); bitField3_ |= 0x00000800; break; } // case 866 case 874: { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = input.readMessage( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Float109().getMutableMap().put( fieldMapSfixed64Float109__.getKey(), fieldMapSfixed64Float109__.getValue()); bitField3_ |= 0x00001000; break; } // case 874 case 882: { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = input.readMessage( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int32110().getMutableMap().put( fieldMapSfixed64Int32110__.getKey(), fieldMapSfixed64Int32110__.getValue()); bitField3_ |= 0x00002000; break; } // case 882 case 890: { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = input.readMessage( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int64111().getMutableMap().put( fieldMapSfixed64Int64111__.getKey(), fieldMapSfixed64Int64111__.getValue()); bitField3_ |= 0x00004000; break; } // case 890 case 898: { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = input.readMessage( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap().put( fieldMapSfixed64Message112__.getKey(), fieldMapSfixed64Message112__.getValue()); bitField3_ |= 0x00008000; break; } // case 898 case 906: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = input.readMessage( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap().put( fieldMapSfixed64Sfixed32113__.getKey(), fieldMapSfixed64Sfixed32113__.getValue()); bitField3_ |= 0x00010000; break; } // case 906 case 914: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = input.readMessage( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap().put( fieldMapSfixed64Sfixed64114__.getKey(), fieldMapSfixed64Sfixed64114__.getValue()); bitField3_ |= 0x00020000; break; } // case 914 case 922: { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = input.readMessage( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap().put( fieldMapSfixed64Sint32115__.getKey(), fieldMapSfixed64Sint32115__.getValue()); bitField3_ |= 0x00040000; break; } // case 922 case 930: { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = input.readMessage( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap().put( fieldMapSfixed64Sint64116__.getKey(), fieldMapSfixed64Sint64116__.getValue()); bitField3_ |= 0x00080000; break; } // case 930 case 938: { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = input.readMessage( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64String117().getMutableMap().put( fieldMapSfixed64String117__.getKey(), fieldMapSfixed64String117__.getValue()); bitField3_ |= 0x00100000; break; } // case 938 case 946: { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = input.readMessage( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap().put( fieldMapSfixed64Uint32118__.getKey(), fieldMapSfixed64Uint32118__.getValue()); bitField3_ |= 0x00200000; break; } // case 946 case 954: { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = input.readMessage( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap().put( fieldMapSfixed64Uint64119__.getKey(), fieldMapSfixed64Uint64119__.getValue()); bitField3_ |= 0x00400000; break; } // case 954 case 962: { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = input.readMessage( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bool120().getMutableMap().put( fieldMapSint32Bool120__.getKey(), fieldMapSint32Bool120__.getValue()); bitField3_ |= 0x00800000; break; } // case 962 case 970: { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = input.readMessage( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bytes121().getMutableMap().put( fieldMapSint32Bytes121__.getKey(), fieldMapSint32Bytes121__.getValue()); bitField3_ |= 0x01000000; break; } // case 970 case 978: { com.google.protobuf.MapEntry fieldMapSint32Double122__ = input.readMessage( FieldMapSint32Double122DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Double122().getMutableMap().put( fieldMapSint32Double122__.getKey(), fieldMapSint32Double122__.getValue()); bitField3_ |= 0x02000000; break; } // case 978 case 986: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSint32Enum123__ = FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapSint32Enum123__.getValue()) == null) { mergeUnknownLengthDelimitedField(123, bytes); } else { internalGetMutableFieldMapSint32Enum123().getMutableMap().put( fieldMapSint32Enum123__.getKey(), fieldMapSint32Enum123__.getValue()); bitField3_ |= 0x04000000; } break; } // case 986 case 994: { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = input.readMessage( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed32124().getMutableMap().put( fieldMapSint32Fixed32124__.getKey(), fieldMapSint32Fixed32124__.getValue()); bitField3_ |= 0x08000000; break; } // case 994 case 1002: { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = input.readMessage( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed64125().getMutableMap().put( fieldMapSint32Fixed64125__.getKey(), fieldMapSint32Fixed64125__.getValue()); bitField3_ |= 0x10000000; break; } // case 1002 case 1010: { com.google.protobuf.MapEntry fieldMapSint32Float126__ = input.readMessage( FieldMapSint32Float126DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Float126().getMutableMap().put( fieldMapSint32Float126__.getKey(), fieldMapSint32Float126__.getValue()); bitField3_ |= 0x20000000; break; } // case 1010 case 1018: { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = input.readMessage( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int32127().getMutableMap().put( fieldMapSint32Int32127__.getKey(), fieldMapSint32Int32127__.getValue()); bitField3_ |= 0x40000000; break; } // case 1018 case 1026: { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = input.readMessage( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int64128().getMutableMap().put( fieldMapSint32Int64128__.getKey(), fieldMapSint32Int64128__.getValue()); bitField3_ |= 0x80000000; break; } // case 1026 case 1034: { com.google.protobuf.MapEntry fieldMapSint32Message129__ = input.readMessage( FieldMapSint32Message129DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Message129().ensureBuilderMap().put( fieldMapSint32Message129__.getKey(), fieldMapSint32Message129__.getValue()); bitField4_ |= 0x00000001; break; } // case 1034 case 1042: { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = input.readMessage( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap().put( fieldMapSint32Sfixed32130__.getKey(), fieldMapSint32Sfixed32130__.getValue()); bitField4_ |= 0x00000002; break; } // case 1042 case 1050: { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = input.readMessage( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap().put( fieldMapSint32Sfixed64131__.getKey(), fieldMapSint32Sfixed64131__.getValue()); bitField4_ |= 0x00000004; break; } // case 1050 case 1058: { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = input.readMessage( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint32132().getMutableMap().put( fieldMapSint32Sint32132__.getKey(), fieldMapSint32Sint32132__.getValue()); bitField4_ |= 0x00000008; break; } // case 1058 case 1066: { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = input.readMessage( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint64133().getMutableMap().put( fieldMapSint32Sint64133__.getKey(), fieldMapSint32Sint64133__.getValue()); bitField4_ |= 0x00000010; break; } // case 1066 case 1074: { com.google.protobuf.MapEntry fieldMapSint32String134__ = input.readMessage( FieldMapSint32String134DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32String134().getMutableMap().put( fieldMapSint32String134__.getKey(), fieldMapSint32String134__.getValue()); bitField4_ |= 0x00000020; break; } // case 1074 case 1082: { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = input.readMessage( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint32135().getMutableMap().put( fieldMapSint32Uint32135__.getKey(), fieldMapSint32Uint32135__.getValue()); bitField4_ |= 0x00000040; break; } // case 1082 case 1090: { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = input.readMessage( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint64136().getMutableMap().put( fieldMapSint32Uint64136__.getKey(), fieldMapSint32Uint64136__.getValue()); bitField4_ |= 0x00000080; break; } // case 1090 case 1098: { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = input.readMessage( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bool137().getMutableMap().put( fieldMapSint64Bool137__.getKey(), fieldMapSint64Bool137__.getValue()); bitField4_ |= 0x00000100; break; } // case 1098 case 1106: { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = input.readMessage( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bytes138().getMutableMap().put( fieldMapSint64Bytes138__.getKey(), fieldMapSint64Bytes138__.getValue()); bitField4_ |= 0x00000200; break; } // case 1106 case 1114: { com.google.protobuf.MapEntry fieldMapSint64Double139__ = input.readMessage( FieldMapSint64Double139DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Double139().getMutableMap().put( fieldMapSint64Double139__.getKey(), fieldMapSint64Double139__.getValue()); bitField4_ |= 0x00000400; break; } // case 1114 case 1122: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapSint64Enum140__ = FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapSint64Enum140__.getValue()) == null) { mergeUnknownLengthDelimitedField(140, bytes); } else { internalGetMutableFieldMapSint64Enum140().getMutableMap().put( fieldMapSint64Enum140__.getKey(), fieldMapSint64Enum140__.getValue()); bitField4_ |= 0x00000800; } break; } // case 1122 case 1130: { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = input.readMessage( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed32141().getMutableMap().put( fieldMapSint64Fixed32141__.getKey(), fieldMapSint64Fixed32141__.getValue()); bitField4_ |= 0x00001000; break; } // case 1130 case 1138: { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = input.readMessage( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed64142().getMutableMap().put( fieldMapSint64Fixed64142__.getKey(), fieldMapSint64Fixed64142__.getValue()); bitField4_ |= 0x00002000; break; } // case 1138 case 1146: { com.google.protobuf.MapEntry fieldMapSint64Float143__ = input.readMessage( FieldMapSint64Float143DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Float143().getMutableMap().put( fieldMapSint64Float143__.getKey(), fieldMapSint64Float143__.getValue()); bitField4_ |= 0x00004000; break; } // case 1146 case 1154: { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = input.readMessage( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int32144().getMutableMap().put( fieldMapSint64Int32144__.getKey(), fieldMapSint64Int32144__.getValue()); bitField4_ |= 0x00008000; break; } // case 1154 case 1162: { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = input.readMessage( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int64145().getMutableMap().put( fieldMapSint64Int64145__.getKey(), fieldMapSint64Int64145__.getValue()); bitField4_ |= 0x00010000; break; } // case 1162 case 1170: { com.google.protobuf.MapEntry fieldMapSint64Message146__ = input.readMessage( FieldMapSint64Message146DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Message146().ensureBuilderMap().put( fieldMapSint64Message146__.getKey(), fieldMapSint64Message146__.getValue()); bitField4_ |= 0x00020000; break; } // case 1170 case 1178: { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = input.readMessage( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap().put( fieldMapSint64Sfixed32147__.getKey(), fieldMapSint64Sfixed32147__.getValue()); bitField4_ |= 0x00040000; break; } // case 1178 case 1186: { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = input.readMessage( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap().put( fieldMapSint64Sfixed64148__.getKey(), fieldMapSint64Sfixed64148__.getValue()); bitField4_ |= 0x00080000; break; } // case 1186 case 1194: { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = input.readMessage( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint32149().getMutableMap().put( fieldMapSint64Sint32149__.getKey(), fieldMapSint64Sint32149__.getValue()); bitField4_ |= 0x00100000; break; } // case 1194 case 1202: { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = input.readMessage( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint64150().getMutableMap().put( fieldMapSint64Sint64150__.getKey(), fieldMapSint64Sint64150__.getValue()); bitField4_ |= 0x00200000; break; } // case 1202 case 1210: { com.google.protobuf.MapEntry fieldMapSint64String151__ = input.readMessage( FieldMapSint64String151DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64String151().getMutableMap().put( fieldMapSint64String151__.getKey(), fieldMapSint64String151__.getValue()); bitField4_ |= 0x00400000; break; } // case 1210 case 1218: { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = input.readMessage( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint32152().getMutableMap().put( fieldMapSint64Uint32152__.getKey(), fieldMapSint64Uint32152__.getValue()); bitField4_ |= 0x00800000; break; } // case 1218 case 1226: { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = input.readMessage( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint64153().getMutableMap().put( fieldMapSint64Uint64153__.getKey(), fieldMapSint64Uint64153__.getValue()); bitField4_ |= 0x01000000; break; } // case 1226 case 1234: { com.google.protobuf.MapEntry fieldMapStringBool154__ = input.readMessage( FieldMapStringBool154DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBool154().getMutableMap().put( fieldMapStringBool154__.getKey(), fieldMapStringBool154__.getValue()); bitField4_ |= 0x02000000; break; } // case 1234 case 1242: { com.google.protobuf.MapEntry fieldMapStringBytes155__ = input.readMessage( FieldMapStringBytes155DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBytes155().getMutableMap().put( fieldMapStringBytes155__.getKey(), fieldMapStringBytes155__.getValue()); bitField4_ |= 0x04000000; break; } // case 1242 case 1250: { com.google.protobuf.MapEntry fieldMapStringDouble156__ = input.readMessage( FieldMapStringDouble156DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringDouble156().getMutableMap().put( fieldMapStringDouble156__.getKey(), fieldMapStringDouble156__.getValue()); bitField4_ |= 0x08000000; break; } // case 1250 case 1258: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapStringEnum157__ = FieldMapStringEnum157DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapStringEnum157__.getValue()) == null) { mergeUnknownLengthDelimitedField(157, bytes); } else { internalGetMutableFieldMapStringEnum157().getMutableMap().put( fieldMapStringEnum157__.getKey(), fieldMapStringEnum157__.getValue()); bitField4_ |= 0x10000000; } break; } // case 1258 case 1266: { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = input.readMessage( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed32158().getMutableMap().put( fieldMapStringFixed32158__.getKey(), fieldMapStringFixed32158__.getValue()); bitField4_ |= 0x20000000; break; } // case 1266 case 1274: { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = input.readMessage( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed64159().getMutableMap().put( fieldMapStringFixed64159__.getKey(), fieldMapStringFixed64159__.getValue()); bitField4_ |= 0x40000000; break; } // case 1274 case 1282: { com.google.protobuf.MapEntry fieldMapStringFloat160__ = input.readMessage( FieldMapStringFloat160DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFloat160().getMutableMap().put( fieldMapStringFloat160__.getKey(), fieldMapStringFloat160__.getValue()); bitField4_ |= 0x80000000; break; } // case 1282 case 1290: { com.google.protobuf.MapEntry fieldMapStringInt32161__ = input.readMessage( FieldMapStringInt32161DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt32161().getMutableMap().put( fieldMapStringInt32161__.getKey(), fieldMapStringInt32161__.getValue()); bitField5_ |= 0x00000001; break; } // case 1290 case 1298: { com.google.protobuf.MapEntry fieldMapStringInt64162__ = input.readMessage( FieldMapStringInt64162DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt64162().getMutableMap().put( fieldMapStringInt64162__.getKey(), fieldMapStringInt64162__.getValue()); bitField5_ |= 0x00000002; break; } // case 1298 case 1306: { com.google.protobuf.MapEntry fieldMapStringMessage163__ = input.readMessage( FieldMapStringMessage163DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringMessage163().ensureBuilderMap().put( fieldMapStringMessage163__.getKey(), fieldMapStringMessage163__.getValue()); bitField5_ |= 0x00000004; break; } // case 1306 case 1314: { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = input.readMessage( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed32164().getMutableMap().put( fieldMapStringSfixed32164__.getKey(), fieldMapStringSfixed32164__.getValue()); bitField5_ |= 0x00000008; break; } // case 1314 case 1322: { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = input.readMessage( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed64165().getMutableMap().put( fieldMapStringSfixed64165__.getKey(), fieldMapStringSfixed64165__.getValue()); bitField5_ |= 0x00000010; break; } // case 1322 case 1330: { com.google.protobuf.MapEntry fieldMapStringSint32166__ = input.readMessage( FieldMapStringSint32166DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint32166().getMutableMap().put( fieldMapStringSint32166__.getKey(), fieldMapStringSint32166__.getValue()); bitField5_ |= 0x00000020; break; } // case 1330 case 1338: { com.google.protobuf.MapEntry fieldMapStringSint64167__ = input.readMessage( FieldMapStringSint64167DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint64167().getMutableMap().put( fieldMapStringSint64167__.getKey(), fieldMapStringSint64167__.getValue()); bitField5_ |= 0x00000040; break; } // case 1338 case 1346: { com.google.protobuf.MapEntry fieldMapStringString168__ = input.readMessage( FieldMapStringString168DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringString168().getMutableMap().put( fieldMapStringString168__.getKey(), fieldMapStringString168__.getValue()); bitField5_ |= 0x00000080; break; } // case 1346 case 1354: { com.google.protobuf.MapEntry fieldMapStringUint32169__ = input.readMessage( FieldMapStringUint32169DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint32169().getMutableMap().put( fieldMapStringUint32169__.getKey(), fieldMapStringUint32169__.getValue()); bitField5_ |= 0x00000100; break; } // case 1354 case 1362: { com.google.protobuf.MapEntry fieldMapStringUint64170__ = input.readMessage( FieldMapStringUint64170DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint64170().getMutableMap().put( fieldMapStringUint64170__.getKey(), fieldMapStringUint64170__.getValue()); bitField5_ |= 0x00000200; break; } // case 1362 case 1370: { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = input.readMessage( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bool171().getMutableMap().put( fieldMapUint32Bool171__.getKey(), fieldMapUint32Bool171__.getValue()); bitField5_ |= 0x00000400; break; } // case 1370 case 1378: { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = input.readMessage( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bytes172().getMutableMap().put( fieldMapUint32Bytes172__.getKey(), fieldMapUint32Bytes172__.getValue()); bitField5_ |= 0x00000800; break; } // case 1378 case 1386: { com.google.protobuf.MapEntry fieldMapUint32Double173__ = input.readMessage( FieldMapUint32Double173DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Double173().getMutableMap().put( fieldMapUint32Double173__.getKey(), fieldMapUint32Double173__.getValue()); bitField5_ |= 0x00001000; break; } // case 1386 case 1394: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapUint32Enum174__ = FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapUint32Enum174__.getValue()) == null) { mergeUnknownLengthDelimitedField(174, bytes); } else { internalGetMutableFieldMapUint32Enum174().getMutableMap().put( fieldMapUint32Enum174__.getKey(), fieldMapUint32Enum174__.getValue()); bitField5_ |= 0x00002000; } break; } // case 1394 case 1402: { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = input.readMessage( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed32175().getMutableMap().put( fieldMapUint32Fixed32175__.getKey(), fieldMapUint32Fixed32175__.getValue()); bitField5_ |= 0x00004000; break; } // case 1402 case 1410: { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = input.readMessage( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed64176().getMutableMap().put( fieldMapUint32Fixed64176__.getKey(), fieldMapUint32Fixed64176__.getValue()); bitField5_ |= 0x00008000; break; } // case 1410 case 1418: { com.google.protobuf.MapEntry fieldMapUint32Float177__ = input.readMessage( FieldMapUint32Float177DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Float177().getMutableMap().put( fieldMapUint32Float177__.getKey(), fieldMapUint32Float177__.getValue()); bitField5_ |= 0x00010000; break; } // case 1418 case 1426: { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = input.readMessage( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int32178().getMutableMap().put( fieldMapUint32Int32178__.getKey(), fieldMapUint32Int32178__.getValue()); bitField5_ |= 0x00020000; break; } // case 1426 case 1434: { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = input.readMessage( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int64179().getMutableMap().put( fieldMapUint32Int64179__.getKey(), fieldMapUint32Int64179__.getValue()); bitField5_ |= 0x00040000; break; } // case 1434 case 1442: { com.google.protobuf.MapEntry fieldMapUint32Message180__ = input.readMessage( FieldMapUint32Message180DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Message180().ensureBuilderMap().put( fieldMapUint32Message180__.getKey(), fieldMapUint32Message180__.getValue()); bitField5_ |= 0x00080000; break; } // case 1442 case 1450: { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = input.readMessage( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap().put( fieldMapUint32Sfixed32181__.getKey(), fieldMapUint32Sfixed32181__.getValue()); bitField5_ |= 0x00100000; break; } // case 1450 case 1458: { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = input.readMessage( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap().put( fieldMapUint32Sfixed64182__.getKey(), fieldMapUint32Sfixed64182__.getValue()); bitField5_ |= 0x00200000; break; } // case 1458 case 1466: { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = input.readMessage( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint32183().getMutableMap().put( fieldMapUint32Sint32183__.getKey(), fieldMapUint32Sint32183__.getValue()); bitField5_ |= 0x00400000; break; } // case 1466 case 1474: { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = input.readMessage( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint64184().getMutableMap().put( fieldMapUint32Sint64184__.getKey(), fieldMapUint32Sint64184__.getValue()); bitField5_ |= 0x00800000; break; } // case 1474 case 1482: { com.google.protobuf.MapEntry fieldMapUint32String185__ = input.readMessage( FieldMapUint32String185DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32String185().getMutableMap().put( fieldMapUint32String185__.getKey(), fieldMapUint32String185__.getValue()); bitField5_ |= 0x01000000; break; } // case 1482 case 1490: { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = input.readMessage( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint32186().getMutableMap().put( fieldMapUint32Uint32186__.getKey(), fieldMapUint32Uint32186__.getValue()); bitField5_ |= 0x02000000; break; } // case 1490 case 1498: { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = input.readMessage( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint64187().getMutableMap().put( fieldMapUint32Uint64187__.getKey(), fieldMapUint32Uint64187__.getValue()); bitField5_ |= 0x04000000; break; } // case 1498 case 1506: { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = input.readMessage( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bool188().getMutableMap().put( fieldMapUint64Bool188__.getKey(), fieldMapUint64Bool188__.getValue()); bitField5_ |= 0x08000000; break; } // case 1506 case 1514: { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = input.readMessage( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bytes189().getMutableMap().put( fieldMapUint64Bytes189__.getKey(), fieldMapUint64Bytes189__.getValue()); bitField5_ |= 0x10000000; break; } // case 1514 case 1522: { com.google.protobuf.MapEntry fieldMapUint64Double190__ = input.readMessage( FieldMapUint64Double190DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Double190().getMutableMap().put( fieldMapUint64Double190__.getKey(), fieldMapUint64Double190__.getValue()); bitField5_ |= 0x20000000; break; } // case 1522 case 1530: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry fieldMapUint64Enum191__ = FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.forNumber(fieldMapUint64Enum191__.getValue()) == null) { mergeUnknownLengthDelimitedField(191, bytes); } else { internalGetMutableFieldMapUint64Enum191().getMutableMap().put( fieldMapUint64Enum191__.getKey(), fieldMapUint64Enum191__.getValue()); bitField5_ |= 0x40000000; } break; } // case 1530 case 1538: { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = input.readMessage( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed32192().getMutableMap().put( fieldMapUint64Fixed32192__.getKey(), fieldMapUint64Fixed32192__.getValue()); bitField5_ |= 0x80000000; break; } // case 1538 case 1546: { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = input.readMessage( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed64193().getMutableMap().put( fieldMapUint64Fixed64193__.getKey(), fieldMapUint64Fixed64193__.getValue()); bitField6_ |= 0x00000001; break; } // case 1546 case 1554: { com.google.protobuf.MapEntry fieldMapUint64Float194__ = input.readMessage( FieldMapUint64Float194DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Float194().getMutableMap().put( fieldMapUint64Float194__.getKey(), fieldMapUint64Float194__.getValue()); bitField6_ |= 0x00000002; break; } // case 1554 case 1562: { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = input.readMessage( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int32195().getMutableMap().put( fieldMapUint64Int32195__.getKey(), fieldMapUint64Int32195__.getValue()); bitField6_ |= 0x00000004; break; } // case 1562 case 1570: { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = input.readMessage( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int64196().getMutableMap().put( fieldMapUint64Int64196__.getKey(), fieldMapUint64Int64196__.getValue()); bitField6_ |= 0x00000008; break; } // case 1570 case 1578: { com.google.protobuf.MapEntry fieldMapUint64Message197__ = input.readMessage( FieldMapUint64Message197DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Message197().ensureBuilderMap().put( fieldMapUint64Message197__.getKey(), fieldMapUint64Message197__.getValue()); bitField6_ |= 0x00000010; break; } // case 1578 case 1586: { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = input.readMessage( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap().put( fieldMapUint64Sfixed32198__.getKey(), fieldMapUint64Sfixed32198__.getValue()); bitField6_ |= 0x00000020; break; } // case 1586 case 1594: { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = input.readMessage( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap().put( fieldMapUint64Sfixed64199__.getKey(), fieldMapUint64Sfixed64199__.getValue()); bitField6_ |= 0x00000040; break; } // case 1594 case 1602: { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = input.readMessage( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint32200().getMutableMap().put( fieldMapUint64Sint32200__.getKey(), fieldMapUint64Sint32200__.getValue()); bitField6_ |= 0x00000080; break; } // case 1602 case 1610: { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = input.readMessage( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint64201().getMutableMap().put( fieldMapUint64Sint64201__.getKey(), fieldMapUint64Sint64201__.getValue()); bitField6_ |= 0x00000100; break; } // case 1610 case 1618: { com.google.protobuf.MapEntry fieldMapUint64String202__ = input.readMessage( FieldMapUint64String202DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64String202().getMutableMap().put( fieldMapUint64String202__.getKey(), fieldMapUint64String202__.getValue()); bitField6_ |= 0x00000200; break; } // case 1618 case 1626: { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = input.readMessage( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint32203().getMutableMap().put( fieldMapUint64Uint32203__.getKey(), fieldMapUint64Uint32203__.getValue()); bitField6_ |= 0x00000400; break; } // case 1626 case 1634: { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = input.readMessage( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint64204().getMutableMap().put( fieldMapUint64Uint64204__.getKey(), fieldMapUint64Uint64204__.getValue()); bitField6_ |= 0x00000800; break; } // case 1634 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int bitField1_; private int bitField2_; private int bitField3_; private int bitField4_; private int bitField5_; private int bitField6_; private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { fieldMapBoolBool1_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBool1_.isMutable()) { fieldMapBoolBool1_ = fieldMapBoolBool1_.copy(); } bitField0_ |= 0x00000001; onChanged(); return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBool1() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableFieldMapBoolBool1().getMutableMap() .clear(); return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder removeFieldMapBoolBool1( boolean key) { internalGetMutableFieldMapBoolBool1().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBool1() { bitField0_ |= 0x00000001; return internalGetMutableFieldMapBoolBool1().getMutableMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putFieldMapBoolBool1( boolean key, boolean value) { internalGetMutableFieldMapBoolBool1().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putAllFieldMapBoolBool1( java.util.Map values) { internalGetMutableFieldMapBoolBool1().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { fieldMapBoolBytes2_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBytes2_.isMutable()) { fieldMapBoolBytes2_ = fieldMapBoolBytes2_.copy(); } bitField0_ |= 0x00000002; onChanged(); return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBytes2() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableFieldMapBoolBytes2().getMutableMap() .clear(); return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder removeFieldMapBoolBytes2( boolean key) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBytes2() { bitField0_ |= 0x00000002; return internalGetMutableFieldMapBoolBytes2().getMutableMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putFieldMapBoolBytes2( boolean key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolBytes2().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putAllFieldMapBoolBytes2( java.util.Map values) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { fieldMapBoolDouble3_ = com.google.protobuf.MapField.newMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolDouble3_.isMutable()) { fieldMapBoolDouble3_ = fieldMapBoolDouble3_.copy(); } bitField0_ |= 0x00000004; onChanged(); return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolDouble3() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableFieldMapBoolDouble3().getMutableMap() .clear(); return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder removeFieldMapBoolDouble3( boolean key) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolDouble3() { bitField0_ |= 0x00000004; return internalGetMutableFieldMapBoolDouble3().getMutableMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putFieldMapBoolDouble3( boolean key, double value) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putAllFieldMapBoolDouble3( java.util.Map values) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { fieldMapBoolEnum4_ = com.google.protobuf.MapField.newMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolEnum4_.isMutable()) { fieldMapBoolEnum4_ = fieldMapBoolEnum4_.copy(); } bitField0_ |= 0x00000008; onChanged(); return fieldMapBoolEnum4_; } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapBoolEnum4() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableFieldMapBoolEnum4().getMutableMap() .clear(); return this; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder removeFieldMapBoolEnum4( boolean key) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolEnum4() { bitField0_ |= 0x00000008; return internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putFieldMapBoolEnum4( boolean key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .put(key, fieldMapBoolEnum4ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putAllFieldMapBoolEnum4( java.util.Map values) { internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { fieldMapBoolFixed325_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed325_.isMutable()) { fieldMapBoolFixed325_ = fieldMapBoolFixed325_.copy(); } bitField0_ |= 0x00000010; onChanged(); return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed325() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableFieldMapBoolFixed325().getMutableMap() .clear(); return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder removeFieldMapBoolFixed325( boolean key) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed325() { bitField0_ |= 0x00000010; return internalGetMutableFieldMapBoolFixed325().getMutableMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putFieldMapBoolFixed325( boolean key, int value) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putAllFieldMapBoolFixed325( java.util.Map values) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { fieldMapBoolFixed646_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed646_.isMutable()) { fieldMapBoolFixed646_ = fieldMapBoolFixed646_.copy(); } bitField0_ |= 0x00000020; onChanged(); return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed646() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableFieldMapBoolFixed646().getMutableMap() .clear(); return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder removeFieldMapBoolFixed646( boolean key) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed646() { bitField0_ |= 0x00000020; return internalGetMutableFieldMapBoolFixed646().getMutableMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putFieldMapBoolFixed646( boolean key, long value) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putAllFieldMapBoolFixed646( java.util.Map values) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { fieldMapBoolFloat7_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFloat7_.isMutable()) { fieldMapBoolFloat7_ = fieldMapBoolFloat7_.copy(); } bitField0_ |= 0x00000040; onChanged(); return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFloat7() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableFieldMapBoolFloat7().getMutableMap() .clear(); return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder removeFieldMapBoolFloat7( boolean key) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFloat7() { bitField0_ |= 0x00000040; return internalGetMutableFieldMapBoolFloat7().getMutableMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putFieldMapBoolFloat7( boolean key, float value) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putAllFieldMapBoolFloat7( java.util.Map values) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { fieldMapBoolInt328_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt328_.isMutable()) { fieldMapBoolInt328_ = fieldMapBoolInt328_.copy(); } bitField0_ |= 0x00000080; onChanged(); return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt328() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutableFieldMapBoolInt328().getMutableMap() .clear(); return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder removeFieldMapBoolInt328( boolean key) { internalGetMutableFieldMapBoolInt328().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt328() { bitField0_ |= 0x00000080; return internalGetMutableFieldMapBoolInt328().getMutableMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putFieldMapBoolInt328( boolean key, int value) { internalGetMutableFieldMapBoolInt328().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putAllFieldMapBoolInt328( java.util.Map values) { internalGetMutableFieldMapBoolInt328().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { fieldMapBoolInt649_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt649_.isMutable()) { fieldMapBoolInt649_ = fieldMapBoolInt649_.copy(); } bitField0_ |= 0x00000100; onChanged(); return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt649() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableFieldMapBoolInt649().getMutableMap() .clear(); return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder removeFieldMapBoolInt649( boolean key) { internalGetMutableFieldMapBoolInt649().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt649() { bitField0_ |= 0x00000100; return internalGetMutableFieldMapBoolInt649().getMutableMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putFieldMapBoolInt649( boolean key, long value) { internalGetMutableFieldMapBoolInt649().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putAllFieldMapBoolInt649( java.util.Map values) { internalGetMutableFieldMapBoolInt649().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private static final class FieldMapBoolMessage10Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapBoolMessage10DefaultEntryHolder.defaultEntry; } }; private static final FieldMapBoolMessage10Converter fieldMapBoolMessage10Converter = new FieldMapBoolMessage10Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Boolean, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapBoolMessage10_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } return fieldMapBoolMessage10_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { fieldMapBoolMessage10_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } bitField0_ |= 0x00000200; onChanged(); return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().ensureBuilderMap().size(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getImmutableMap(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); return map.containsKey(key) ? fieldMapBoolMessage10Converter.build(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolMessage10Converter.build(map.get(key)); } public Builder clearFieldMapBoolMessage10() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableFieldMapBoolMessage10().clear(); return this; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ public Builder removeFieldMapBoolMessage10( boolean key) { internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolMessage10() { bitField0_ |= 0x00000200; return internalGetMutableFieldMapBoolMessage10().ensureMessageMap(); } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ public Builder putFieldMapBoolMessage10( boolean key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ public Builder putAllFieldMapBoolMessage10( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.lite.Proto2MessageLite> field_map_bool_message_10 = 10; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapBoolMessage10BuilderIfAbsent( boolean key) { java.util.Map builderMap = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { fieldMapBoolSfixed3211_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed3211_.isMutable()) { fieldMapBoolSfixed3211_ = fieldMapBoolSfixed3211_.copy(); } bitField0_ |= 0x00000400; onChanged(); return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed3211() { bitField0_ = (bitField0_ & ~0x00000400); internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .clear(); return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder removeFieldMapBoolSfixed3211( boolean key) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed3211() { bitField0_ |= 0x00000400; return internalGetMutableFieldMapBoolSfixed3211().getMutableMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putFieldMapBoolSfixed3211( boolean key, int value) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .put(key, value); bitField0_ |= 0x00000400; return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putAllFieldMapBoolSfixed3211( java.util.Map values) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .putAll(values); bitField0_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { fieldMapBoolSfixed6412_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed6412_.isMutable()) { fieldMapBoolSfixed6412_ = fieldMapBoolSfixed6412_.copy(); } bitField0_ |= 0x00000800; onChanged(); return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed6412() { bitField0_ = (bitField0_ & ~0x00000800); internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .clear(); return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder removeFieldMapBoolSfixed6412( boolean key) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed6412() { bitField0_ |= 0x00000800; return internalGetMutableFieldMapBoolSfixed6412().getMutableMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putFieldMapBoolSfixed6412( boolean key, long value) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .put(key, value); bitField0_ |= 0x00000800; return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putAllFieldMapBoolSfixed6412( java.util.Map values) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .putAll(values); bitField0_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { fieldMapBoolSint3213_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint3213_.isMutable()) { fieldMapBoolSint3213_ = fieldMapBoolSint3213_.copy(); } bitField0_ |= 0x00001000; onChanged(); return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint3213() { bitField0_ = (bitField0_ & ~0x00001000); internalGetMutableFieldMapBoolSint3213().getMutableMap() .clear(); return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder removeFieldMapBoolSint3213( boolean key) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint3213() { bitField0_ |= 0x00001000; return internalGetMutableFieldMapBoolSint3213().getMutableMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putFieldMapBoolSint3213( boolean key, int value) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .put(key, value); bitField0_ |= 0x00001000; return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putAllFieldMapBoolSint3213( java.util.Map values) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .putAll(values); bitField0_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { fieldMapBoolSint6414_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint6414_.isMutable()) { fieldMapBoolSint6414_ = fieldMapBoolSint6414_.copy(); } bitField0_ |= 0x00002000; onChanged(); return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint6414() { bitField0_ = (bitField0_ & ~0x00002000); internalGetMutableFieldMapBoolSint6414().getMutableMap() .clear(); return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder removeFieldMapBoolSint6414( boolean key) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint6414() { bitField0_ |= 0x00002000; return internalGetMutableFieldMapBoolSint6414().getMutableMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putFieldMapBoolSint6414( boolean key, long value) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .put(key, value); bitField0_ |= 0x00002000; return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putAllFieldMapBoolSint6414( java.util.Map values) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .putAll(values); bitField0_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { fieldMapBoolString15_ = com.google.protobuf.MapField.newMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolString15_.isMutable()) { fieldMapBoolString15_ = fieldMapBoolString15_.copy(); } bitField0_ |= 0x00004000; onChanged(); return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolString15() { bitField0_ = (bitField0_ & ~0x00004000); internalGetMutableFieldMapBoolString15().getMutableMap() .clear(); return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder removeFieldMapBoolString15( boolean key) { internalGetMutableFieldMapBoolString15().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolString15() { bitField0_ |= 0x00004000; return internalGetMutableFieldMapBoolString15().getMutableMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putFieldMapBoolString15( boolean key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolString15().getMutableMap() .put(key, value); bitField0_ |= 0x00004000; return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putAllFieldMapBoolString15( java.util.Map values) { internalGetMutableFieldMapBoolString15().getMutableMap() .putAll(values); bitField0_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { fieldMapBoolUint3216_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint3216_.isMutable()) { fieldMapBoolUint3216_ = fieldMapBoolUint3216_.copy(); } bitField0_ |= 0x00008000; onChanged(); return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint3216() { bitField0_ = (bitField0_ & ~0x00008000); internalGetMutableFieldMapBoolUint3216().getMutableMap() .clear(); return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder removeFieldMapBoolUint3216( boolean key) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint3216() { bitField0_ |= 0x00008000; return internalGetMutableFieldMapBoolUint3216().getMutableMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putFieldMapBoolUint3216( boolean key, int value) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .put(key, value); bitField0_ |= 0x00008000; return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putAllFieldMapBoolUint3216( java.util.Map values) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .putAll(values); bitField0_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { fieldMapBoolUint6417_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint6417_.isMutable()) { fieldMapBoolUint6417_ = fieldMapBoolUint6417_.copy(); } bitField0_ |= 0x00010000; onChanged(); return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint6417() { bitField0_ = (bitField0_ & ~0x00010000); internalGetMutableFieldMapBoolUint6417().getMutableMap() .clear(); return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder removeFieldMapBoolUint6417( boolean key) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint6417() { bitField0_ |= 0x00010000; return internalGetMutableFieldMapBoolUint6417().getMutableMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putFieldMapBoolUint6417( boolean key, long value) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .put(key, value); bitField0_ |= 0x00010000; return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putAllFieldMapBoolUint6417( java.util.Map values) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .putAll(values); bitField0_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { fieldMapFixed32Bool18_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bool18_.isMutable()) { fieldMapFixed32Bool18_ = fieldMapFixed32Bool18_.copy(); } bitField0_ |= 0x00020000; onChanged(); return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bool18() { bitField0_ = (bitField0_ & ~0x00020000); internalGetMutableFieldMapFixed32Bool18().getMutableMap() .clear(); return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder removeFieldMapFixed32Bool18( int key) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bool18() { bitField0_ |= 0x00020000; return internalGetMutableFieldMapFixed32Bool18().getMutableMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putFieldMapFixed32Bool18( int key, boolean value) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .put(key, value); bitField0_ |= 0x00020000; return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putAllFieldMapFixed32Bool18( java.util.Map values) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .putAll(values); bitField0_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { fieldMapFixed32Bytes19_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bytes19_.isMutable()) { fieldMapFixed32Bytes19_ = fieldMapFixed32Bytes19_.copy(); } bitField0_ |= 0x00040000; onChanged(); return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bytes19() { bitField0_ = (bitField0_ & ~0x00040000); internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .clear(); return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder removeFieldMapFixed32Bytes19( int key) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bytes19() { bitField0_ |= 0x00040000; return internalGetMutableFieldMapFixed32Bytes19().getMutableMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putFieldMapFixed32Bytes19( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .put(key, value); bitField0_ |= 0x00040000; return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putAllFieldMapFixed32Bytes19( java.util.Map values) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .putAll(values); bitField0_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { fieldMapFixed32Double20_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Double20_.isMutable()) { fieldMapFixed32Double20_ = fieldMapFixed32Double20_.copy(); } bitField0_ |= 0x00080000; onChanged(); return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Double20() { bitField0_ = (bitField0_ & ~0x00080000); internalGetMutableFieldMapFixed32Double20().getMutableMap() .clear(); return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder removeFieldMapFixed32Double20( int key) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Double20() { bitField0_ |= 0x00080000; return internalGetMutableFieldMapFixed32Double20().getMutableMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putFieldMapFixed32Double20( int key, double value) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .put(key, value); bitField0_ |= 0x00080000; return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putAllFieldMapFixed32Double20( java.util.Map values) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .putAll(values); bitField0_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { fieldMapFixed32Enum21_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Enum21_.isMutable()) { fieldMapFixed32Enum21_ = fieldMapFixed32Enum21_.copy(); } bitField0_ |= 0x00100000; onChanged(); return fieldMapFixed32Enum21_; } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapFixed32Enum21() { bitField0_ = (bitField0_ & ~0x00100000); internalGetMutableFieldMapFixed32Enum21().getMutableMap() .clear(); return this; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder removeFieldMapFixed32Enum21( int key) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Enum21() { bitField0_ |= 0x00100000; return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putFieldMapFixed32Enum21( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .put(key, fieldMapFixed32Enum21ValueConverter.doBackward(value)); bitField0_ |= 0x00100000; return this; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putAllFieldMapFixed32Enum21( java.util.Map values) { internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()) .putAll(values); bitField0_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { fieldMapFixed32Fixed3222_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed3222_.isMutable()) { fieldMapFixed32Fixed3222_ = fieldMapFixed32Fixed3222_.copy(); } bitField0_ |= 0x00200000; onChanged(); return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed3222() { bitField0_ = (bitField0_ & ~0x00200000); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder removeFieldMapFixed32Fixed3222( int key) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed3222() { bitField0_ |= 0x00200000; return internalGetMutableFieldMapFixed32Fixed3222().getMutableMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putFieldMapFixed32Fixed3222( int key, int value) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .put(key, value); bitField0_ |= 0x00200000; return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putAllFieldMapFixed32Fixed3222( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .putAll(values); bitField0_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { fieldMapFixed32Fixed6423_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed6423_.isMutable()) { fieldMapFixed32Fixed6423_ = fieldMapFixed32Fixed6423_.copy(); } bitField0_ |= 0x00400000; onChanged(); return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed6423() { bitField0_ = (bitField0_ & ~0x00400000); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder removeFieldMapFixed32Fixed6423( int key) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed6423() { bitField0_ |= 0x00400000; return internalGetMutableFieldMapFixed32Fixed6423().getMutableMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putFieldMapFixed32Fixed6423( int key, long value) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .put(key, value); bitField0_ |= 0x00400000; return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putAllFieldMapFixed32Fixed6423( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .putAll(values); bitField0_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { fieldMapFixed32Float24_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Float24_.isMutable()) { fieldMapFixed32Float24_ = fieldMapFixed32Float24_.copy(); } bitField0_ |= 0x00800000; onChanged(); return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Float24() { bitField0_ = (bitField0_ & ~0x00800000); internalGetMutableFieldMapFixed32Float24().getMutableMap() .clear(); return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder removeFieldMapFixed32Float24( int key) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Float24() { bitField0_ |= 0x00800000; return internalGetMutableFieldMapFixed32Float24().getMutableMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putFieldMapFixed32Float24( int key, float value) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .put(key, value); bitField0_ |= 0x00800000; return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putAllFieldMapFixed32Float24( java.util.Map values) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .putAll(values); bitField0_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { fieldMapFixed32Int3225_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int3225_.isMutable()) { fieldMapFixed32Int3225_ = fieldMapFixed32Int3225_.copy(); } bitField0_ |= 0x01000000; onChanged(); return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int3225() { bitField0_ = (bitField0_ & ~0x01000000); internalGetMutableFieldMapFixed32Int3225().getMutableMap() .clear(); return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder removeFieldMapFixed32Int3225( int key) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int3225() { bitField0_ |= 0x01000000; return internalGetMutableFieldMapFixed32Int3225().getMutableMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putFieldMapFixed32Int3225( int key, int value) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .put(key, value); bitField0_ |= 0x01000000; return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putAllFieldMapFixed32Int3225( java.util.Map values) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .putAll(values); bitField0_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { fieldMapFixed32Int6426_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int6426_.isMutable()) { fieldMapFixed32Int6426_ = fieldMapFixed32Int6426_.copy(); } bitField0_ |= 0x02000000; onChanged(); return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int6426() { bitField0_ = (bitField0_ & ~0x02000000); internalGetMutableFieldMapFixed32Int6426().getMutableMap() .clear(); return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder removeFieldMapFixed32Int6426( int key) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int6426() { bitField0_ |= 0x02000000; return internalGetMutableFieldMapFixed32Int6426().getMutableMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putFieldMapFixed32Int6426( int key, long value) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .put(key, value); bitField0_ |= 0x02000000; return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putAllFieldMapFixed32Int6426( java.util.Map values) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .putAll(values); bitField0_ |= 0x02000000; return this; } private static final class FieldMapFixed32Message27Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed32Message27DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed32Message27Converter fieldMapFixed32Message27Converter = new FieldMapFixed32Message27Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapFixed32Message27_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } return fieldMapFixed32Message27_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { fieldMapFixed32Message27_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } bitField0_ |= 0x04000000; onChanged(); return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().ensureBuilderMap().size(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getImmutableMap(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed32Message27Converter.build(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Message27Converter.build(map.get(key)); } public Builder clearFieldMapFixed32Message27() { bitField0_ = (bitField0_ & ~0x04000000); internalGetMutableFieldMapFixed32Message27().clear(); return this; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ public Builder removeFieldMapFixed32Message27( int key) { internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Message27() { bitField0_ |= 0x04000000; return internalGetMutableFieldMapFixed32Message27().ensureMessageMap(); } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ public Builder putFieldMapFixed32Message27( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .put(key, value); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ public Builder putAllFieldMapFixed32Message27( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .putAll(values); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed32_message_27 = 27; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapFixed32Message27BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { fieldMapFixed32Sfixed3228_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed3228_.isMutable()) { fieldMapFixed32Sfixed3228_ = fieldMapFixed32Sfixed3228_.copy(); } bitField0_ |= 0x08000000; onChanged(); return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed3228() { bitField0_ = (bitField0_ & ~0x08000000); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder removeFieldMapFixed32Sfixed3228( int key) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed3228() { bitField0_ |= 0x08000000; return internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putFieldMapFixed32Sfixed3228( int key, int value) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .put(key, value); bitField0_ |= 0x08000000; return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putAllFieldMapFixed32Sfixed3228( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .putAll(values); bitField0_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { fieldMapFixed32Sfixed6429_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed6429_.isMutable()) { fieldMapFixed32Sfixed6429_ = fieldMapFixed32Sfixed6429_.copy(); } bitField0_ |= 0x10000000; onChanged(); return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed6429() { bitField0_ = (bitField0_ & ~0x10000000); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder removeFieldMapFixed32Sfixed6429( int key) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed6429() { bitField0_ |= 0x10000000; return internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putFieldMapFixed32Sfixed6429( int key, long value) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .put(key, value); bitField0_ |= 0x10000000; return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putAllFieldMapFixed32Sfixed6429( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .putAll(values); bitField0_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { fieldMapFixed32Sint3230_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint3230_.isMutable()) { fieldMapFixed32Sint3230_ = fieldMapFixed32Sint3230_.copy(); } bitField0_ |= 0x20000000; onChanged(); return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint3230() { bitField0_ = (bitField0_ & ~0x20000000); internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .clear(); return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder removeFieldMapFixed32Sint3230( int key) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint3230() { bitField0_ |= 0x20000000; return internalGetMutableFieldMapFixed32Sint3230().getMutableMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putFieldMapFixed32Sint3230( int key, int value) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .put(key, value); bitField0_ |= 0x20000000; return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putAllFieldMapFixed32Sint3230( java.util.Map values) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .putAll(values); bitField0_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { fieldMapFixed32Sint6431_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint6431_.isMutable()) { fieldMapFixed32Sint6431_ = fieldMapFixed32Sint6431_.copy(); } bitField0_ |= 0x40000000; onChanged(); return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint6431() { bitField0_ = (bitField0_ & ~0x40000000); internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .clear(); return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder removeFieldMapFixed32Sint6431( int key) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint6431() { bitField0_ |= 0x40000000; return internalGetMutableFieldMapFixed32Sint6431().getMutableMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putFieldMapFixed32Sint6431( int key, long value) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .put(key, value); bitField0_ |= 0x40000000; return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putAllFieldMapFixed32Sint6431( java.util.Map values) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .putAll(values); bitField0_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { fieldMapFixed32String32_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32String32_.isMutable()) { fieldMapFixed32String32_ = fieldMapFixed32String32_.copy(); } bitField0_ |= 0x80000000; onChanged(); return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32String32() { bitField0_ = (bitField0_ & ~0x80000000); internalGetMutableFieldMapFixed32String32().getMutableMap() .clear(); return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder removeFieldMapFixed32String32( int key) { internalGetMutableFieldMapFixed32String32().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32String32() { bitField0_ |= 0x80000000; return internalGetMutableFieldMapFixed32String32().getMutableMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putFieldMapFixed32String32( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32String32().getMutableMap() .put(key, value); bitField0_ |= 0x80000000; return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putAllFieldMapFixed32String32( java.util.Map values) { internalGetMutableFieldMapFixed32String32().getMutableMap() .putAll(values); bitField0_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { fieldMapFixed32Uint3233_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint3233_.isMutable()) { fieldMapFixed32Uint3233_ = fieldMapFixed32Uint3233_.copy(); } bitField1_ |= 0x00000001; onChanged(); return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint3233() { bitField1_ = (bitField1_ & ~0x00000001); internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .clear(); return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder removeFieldMapFixed32Uint3233( int key) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint3233() { bitField1_ |= 0x00000001; return internalGetMutableFieldMapFixed32Uint3233().getMutableMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putFieldMapFixed32Uint3233( int key, int value) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .put(key, value); bitField1_ |= 0x00000001; return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putAllFieldMapFixed32Uint3233( java.util.Map values) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .putAll(values); bitField1_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { fieldMapFixed32Uint6434_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint6434_.isMutable()) { fieldMapFixed32Uint6434_ = fieldMapFixed32Uint6434_.copy(); } bitField1_ |= 0x00000002; onChanged(); return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint6434() { bitField1_ = (bitField1_ & ~0x00000002); internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .clear(); return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder removeFieldMapFixed32Uint6434( int key) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint6434() { bitField1_ |= 0x00000002; return internalGetMutableFieldMapFixed32Uint6434().getMutableMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putFieldMapFixed32Uint6434( int key, long value) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .put(key, value); bitField1_ |= 0x00000002; return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putAllFieldMapFixed32Uint6434( java.util.Map values) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .putAll(values); bitField1_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { fieldMapFixed64Bool35_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bool35_.isMutable()) { fieldMapFixed64Bool35_ = fieldMapFixed64Bool35_.copy(); } bitField1_ |= 0x00000004; onChanged(); return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bool35() { bitField1_ = (bitField1_ & ~0x00000004); internalGetMutableFieldMapFixed64Bool35().getMutableMap() .clear(); return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder removeFieldMapFixed64Bool35( long key) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bool35() { bitField1_ |= 0x00000004; return internalGetMutableFieldMapFixed64Bool35().getMutableMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putFieldMapFixed64Bool35( long key, boolean value) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .put(key, value); bitField1_ |= 0x00000004; return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putAllFieldMapFixed64Bool35( java.util.Map values) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .putAll(values); bitField1_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { fieldMapFixed64Bytes36_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bytes36_.isMutable()) { fieldMapFixed64Bytes36_ = fieldMapFixed64Bytes36_.copy(); } bitField1_ |= 0x00000008; onChanged(); return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bytes36() { bitField1_ = (bitField1_ & ~0x00000008); internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .clear(); return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder removeFieldMapFixed64Bytes36( long key) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bytes36() { bitField1_ |= 0x00000008; return internalGetMutableFieldMapFixed64Bytes36().getMutableMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putFieldMapFixed64Bytes36( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .put(key, value); bitField1_ |= 0x00000008; return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putAllFieldMapFixed64Bytes36( java.util.Map values) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .putAll(values); bitField1_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { fieldMapFixed64Double37_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Double37_.isMutable()) { fieldMapFixed64Double37_ = fieldMapFixed64Double37_.copy(); } bitField1_ |= 0x00000010; onChanged(); return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Double37() { bitField1_ = (bitField1_ & ~0x00000010); internalGetMutableFieldMapFixed64Double37().getMutableMap() .clear(); return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder removeFieldMapFixed64Double37( long key) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Double37() { bitField1_ |= 0x00000010; return internalGetMutableFieldMapFixed64Double37().getMutableMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putFieldMapFixed64Double37( long key, double value) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .put(key, value); bitField1_ |= 0x00000010; return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putAllFieldMapFixed64Double37( java.util.Map values) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .putAll(values); bitField1_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { fieldMapFixed64Enum38_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Enum38_.isMutable()) { fieldMapFixed64Enum38_ = fieldMapFixed64Enum38_.copy(); } bitField1_ |= 0x00000020; onChanged(); return fieldMapFixed64Enum38_; } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapFixed64Enum38() { bitField1_ = (bitField1_ & ~0x00000020); internalGetMutableFieldMapFixed64Enum38().getMutableMap() .clear(); return this; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder removeFieldMapFixed64Enum38( long key) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Enum38() { bitField1_ |= 0x00000020; return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putFieldMapFixed64Enum38( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .put(key, fieldMapFixed64Enum38ValueConverter.doBackward(value)); bitField1_ |= 0x00000020; return this; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putAllFieldMapFixed64Enum38( java.util.Map values) { internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()) .putAll(values); bitField1_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { fieldMapFixed64Fixed3239_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed3239_.isMutable()) { fieldMapFixed64Fixed3239_ = fieldMapFixed64Fixed3239_.copy(); } bitField1_ |= 0x00000040; onChanged(); return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed3239() { bitField1_ = (bitField1_ & ~0x00000040); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder removeFieldMapFixed64Fixed3239( long key) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed3239() { bitField1_ |= 0x00000040; return internalGetMutableFieldMapFixed64Fixed3239().getMutableMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putFieldMapFixed64Fixed3239( long key, int value) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .put(key, value); bitField1_ |= 0x00000040; return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putAllFieldMapFixed64Fixed3239( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .putAll(values); bitField1_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { fieldMapFixed64Fixed6440_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed6440_.isMutable()) { fieldMapFixed64Fixed6440_ = fieldMapFixed64Fixed6440_.copy(); } bitField1_ |= 0x00000080; onChanged(); return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed6440() { bitField1_ = (bitField1_ & ~0x00000080); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder removeFieldMapFixed64Fixed6440( long key) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed6440() { bitField1_ |= 0x00000080; return internalGetMutableFieldMapFixed64Fixed6440().getMutableMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putFieldMapFixed64Fixed6440( long key, long value) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .put(key, value); bitField1_ |= 0x00000080; return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putAllFieldMapFixed64Fixed6440( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .putAll(values); bitField1_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { fieldMapFixed64Float41_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Float41_.isMutable()) { fieldMapFixed64Float41_ = fieldMapFixed64Float41_.copy(); } bitField1_ |= 0x00000100; onChanged(); return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Float41() { bitField1_ = (bitField1_ & ~0x00000100); internalGetMutableFieldMapFixed64Float41().getMutableMap() .clear(); return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder removeFieldMapFixed64Float41( long key) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Float41() { bitField1_ |= 0x00000100; return internalGetMutableFieldMapFixed64Float41().getMutableMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putFieldMapFixed64Float41( long key, float value) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .put(key, value); bitField1_ |= 0x00000100; return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putAllFieldMapFixed64Float41( java.util.Map values) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .putAll(values); bitField1_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { fieldMapFixed64Int3242_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int3242_.isMutable()) { fieldMapFixed64Int3242_ = fieldMapFixed64Int3242_.copy(); } bitField1_ |= 0x00000200; onChanged(); return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int3242() { bitField1_ = (bitField1_ & ~0x00000200); internalGetMutableFieldMapFixed64Int3242().getMutableMap() .clear(); return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder removeFieldMapFixed64Int3242( long key) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int3242() { bitField1_ |= 0x00000200; return internalGetMutableFieldMapFixed64Int3242().getMutableMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putFieldMapFixed64Int3242( long key, int value) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .put(key, value); bitField1_ |= 0x00000200; return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putAllFieldMapFixed64Int3242( java.util.Map values) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .putAll(values); bitField1_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { fieldMapFixed64Int6443_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int6443_.isMutable()) { fieldMapFixed64Int6443_ = fieldMapFixed64Int6443_.copy(); } bitField1_ |= 0x00000400; onChanged(); return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int6443() { bitField1_ = (bitField1_ & ~0x00000400); internalGetMutableFieldMapFixed64Int6443().getMutableMap() .clear(); return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder removeFieldMapFixed64Int6443( long key) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int6443() { bitField1_ |= 0x00000400; return internalGetMutableFieldMapFixed64Int6443().getMutableMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putFieldMapFixed64Int6443( long key, long value) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .put(key, value); bitField1_ |= 0x00000400; return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putAllFieldMapFixed64Int6443( java.util.Map values) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .putAll(values); bitField1_ |= 0x00000400; return this; } private static final class FieldMapFixed64Message44Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed64Message44DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed64Message44Converter fieldMapFixed64Message44Converter = new FieldMapFixed64Message44Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapFixed64Message44_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } return fieldMapFixed64Message44_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { fieldMapFixed64Message44_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } bitField1_ |= 0x00000800; onChanged(); return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().ensureBuilderMap().size(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getImmutableMap(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed64Message44Converter.build(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Message44Converter.build(map.get(key)); } public Builder clearFieldMapFixed64Message44() { bitField1_ = (bitField1_ & ~0x00000800); internalGetMutableFieldMapFixed64Message44().clear(); return this; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ public Builder removeFieldMapFixed64Message44( long key) { internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Message44() { bitField1_ |= 0x00000800; return internalGetMutableFieldMapFixed64Message44().ensureMessageMap(); } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ public Builder putFieldMapFixed64Message44( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .put(key, value); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ public Builder putAllFieldMapFixed64Message44( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .putAll(values); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_fixed64_message_44 = 44; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapFixed64Message44BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { fieldMapFixed64Sfixed3245_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed3245_.isMutable()) { fieldMapFixed64Sfixed3245_ = fieldMapFixed64Sfixed3245_.copy(); } bitField1_ |= 0x00001000; onChanged(); return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed3245() { bitField1_ = (bitField1_ & ~0x00001000); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder removeFieldMapFixed64Sfixed3245( long key) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed3245() { bitField1_ |= 0x00001000; return internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putFieldMapFixed64Sfixed3245( long key, int value) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .put(key, value); bitField1_ |= 0x00001000; return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putAllFieldMapFixed64Sfixed3245( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .putAll(values); bitField1_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { fieldMapFixed64Sfixed6446_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed6446_.isMutable()) { fieldMapFixed64Sfixed6446_ = fieldMapFixed64Sfixed6446_.copy(); } bitField1_ |= 0x00002000; onChanged(); return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed6446() { bitField1_ = (bitField1_ & ~0x00002000); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder removeFieldMapFixed64Sfixed6446( long key) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed6446() { bitField1_ |= 0x00002000; return internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putFieldMapFixed64Sfixed6446( long key, long value) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .put(key, value); bitField1_ |= 0x00002000; return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putAllFieldMapFixed64Sfixed6446( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .putAll(values); bitField1_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { fieldMapFixed64Sint3247_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint3247_.isMutable()) { fieldMapFixed64Sint3247_ = fieldMapFixed64Sint3247_.copy(); } bitField1_ |= 0x00004000; onChanged(); return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint3247() { bitField1_ = (bitField1_ & ~0x00004000); internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .clear(); return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder removeFieldMapFixed64Sint3247( long key) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint3247() { bitField1_ |= 0x00004000; return internalGetMutableFieldMapFixed64Sint3247().getMutableMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putFieldMapFixed64Sint3247( long key, int value) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .put(key, value); bitField1_ |= 0x00004000; return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putAllFieldMapFixed64Sint3247( java.util.Map values) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .putAll(values); bitField1_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { fieldMapFixed64Sint6448_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint6448_.isMutable()) { fieldMapFixed64Sint6448_ = fieldMapFixed64Sint6448_.copy(); } bitField1_ |= 0x00008000; onChanged(); return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint6448() { bitField1_ = (bitField1_ & ~0x00008000); internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .clear(); return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder removeFieldMapFixed64Sint6448( long key) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint6448() { bitField1_ |= 0x00008000; return internalGetMutableFieldMapFixed64Sint6448().getMutableMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putFieldMapFixed64Sint6448( long key, long value) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .put(key, value); bitField1_ |= 0x00008000; return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putAllFieldMapFixed64Sint6448( java.util.Map values) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .putAll(values); bitField1_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { fieldMapFixed64String49_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64String49_.isMutable()) { fieldMapFixed64String49_ = fieldMapFixed64String49_.copy(); } bitField1_ |= 0x00010000; onChanged(); return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64String49() { bitField1_ = (bitField1_ & ~0x00010000); internalGetMutableFieldMapFixed64String49().getMutableMap() .clear(); return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder removeFieldMapFixed64String49( long key) { internalGetMutableFieldMapFixed64String49().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64String49() { bitField1_ |= 0x00010000; return internalGetMutableFieldMapFixed64String49().getMutableMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putFieldMapFixed64String49( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64String49().getMutableMap() .put(key, value); bitField1_ |= 0x00010000; return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putAllFieldMapFixed64String49( java.util.Map values) { internalGetMutableFieldMapFixed64String49().getMutableMap() .putAll(values); bitField1_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { fieldMapFixed64Uint3250_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint3250_.isMutable()) { fieldMapFixed64Uint3250_ = fieldMapFixed64Uint3250_.copy(); } bitField1_ |= 0x00020000; onChanged(); return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint3250() { bitField1_ = (bitField1_ & ~0x00020000); internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .clear(); return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder removeFieldMapFixed64Uint3250( long key) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint3250() { bitField1_ |= 0x00020000; return internalGetMutableFieldMapFixed64Uint3250().getMutableMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putFieldMapFixed64Uint3250( long key, int value) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .put(key, value); bitField1_ |= 0x00020000; return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putAllFieldMapFixed64Uint3250( java.util.Map values) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .putAll(values); bitField1_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { fieldMapFixed64Uint6451_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint6451_.isMutable()) { fieldMapFixed64Uint6451_ = fieldMapFixed64Uint6451_.copy(); } bitField1_ |= 0x00040000; onChanged(); return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint6451() { bitField1_ = (bitField1_ & ~0x00040000); internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .clear(); return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder removeFieldMapFixed64Uint6451( long key) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint6451() { bitField1_ |= 0x00040000; return internalGetMutableFieldMapFixed64Uint6451().getMutableMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putFieldMapFixed64Uint6451( long key, long value) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .put(key, value); bitField1_ |= 0x00040000; return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putAllFieldMapFixed64Uint6451( java.util.Map values) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .putAll(values); bitField1_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { fieldMapInt32Bool52_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bool52_.isMutable()) { fieldMapInt32Bool52_ = fieldMapInt32Bool52_.copy(); } bitField1_ |= 0x00080000; onChanged(); return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bool52() { bitField1_ = (bitField1_ & ~0x00080000); internalGetMutableFieldMapInt32Bool52().getMutableMap() .clear(); return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder removeFieldMapInt32Bool52( int key) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bool52() { bitField1_ |= 0x00080000; return internalGetMutableFieldMapInt32Bool52().getMutableMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putFieldMapInt32Bool52( int key, boolean value) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .put(key, value); bitField1_ |= 0x00080000; return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putAllFieldMapInt32Bool52( java.util.Map values) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .putAll(values); bitField1_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { fieldMapInt32Bytes53_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bytes53_.isMutable()) { fieldMapInt32Bytes53_ = fieldMapInt32Bytes53_.copy(); } bitField1_ |= 0x00100000; onChanged(); return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bytes53() { bitField1_ = (bitField1_ & ~0x00100000); internalGetMutableFieldMapInt32Bytes53().getMutableMap() .clear(); return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder removeFieldMapInt32Bytes53( int key) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bytes53() { bitField1_ |= 0x00100000; return internalGetMutableFieldMapInt32Bytes53().getMutableMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putFieldMapInt32Bytes53( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Bytes53().getMutableMap() .put(key, value); bitField1_ |= 0x00100000; return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putAllFieldMapInt32Bytes53( java.util.Map values) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .putAll(values); bitField1_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { fieldMapInt32Double54_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Double54_.isMutable()) { fieldMapInt32Double54_ = fieldMapInt32Double54_.copy(); } bitField1_ |= 0x00200000; onChanged(); return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Double54() { bitField1_ = (bitField1_ & ~0x00200000); internalGetMutableFieldMapInt32Double54().getMutableMap() .clear(); return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder removeFieldMapInt32Double54( int key) { internalGetMutableFieldMapInt32Double54().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Double54() { bitField1_ |= 0x00200000; return internalGetMutableFieldMapInt32Double54().getMutableMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putFieldMapInt32Double54( int key, double value) { internalGetMutableFieldMapInt32Double54().getMutableMap() .put(key, value); bitField1_ |= 0x00200000; return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putAllFieldMapInt32Double54( java.util.Map values) { internalGetMutableFieldMapInt32Double54().getMutableMap() .putAll(values); bitField1_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { fieldMapInt32Enum55_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Enum55_.isMutable()) { fieldMapInt32Enum55_ = fieldMapInt32Enum55_.copy(); } bitField1_ |= 0x00400000; onChanged(); return fieldMapInt32Enum55_; } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapInt32Enum55() { bitField1_ = (bitField1_ & ~0x00400000); internalGetMutableFieldMapInt32Enum55().getMutableMap() .clear(); return this; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder removeFieldMapInt32Enum55( int key) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Enum55() { bitField1_ |= 0x00400000; return internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putFieldMapInt32Enum55( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .put(key, fieldMapInt32Enum55ValueConverter.doBackward(value)); bitField1_ |= 0x00400000; return this; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putAllFieldMapInt32Enum55( java.util.Map values) { internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()) .putAll(values); bitField1_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { fieldMapInt32Fixed3256_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed3256_.isMutable()) { fieldMapInt32Fixed3256_ = fieldMapInt32Fixed3256_.copy(); } bitField1_ |= 0x00800000; onChanged(); return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed3256() { bitField1_ = (bitField1_ & ~0x00800000); internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .clear(); return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder removeFieldMapInt32Fixed3256( int key) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed3256() { bitField1_ |= 0x00800000; return internalGetMutableFieldMapInt32Fixed3256().getMutableMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putFieldMapInt32Fixed3256( int key, int value) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .put(key, value); bitField1_ |= 0x00800000; return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putAllFieldMapInt32Fixed3256( java.util.Map values) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .putAll(values); bitField1_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { fieldMapInt32Fixed6457_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed6457_.isMutable()) { fieldMapInt32Fixed6457_ = fieldMapInt32Fixed6457_.copy(); } bitField1_ |= 0x01000000; onChanged(); return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed6457() { bitField1_ = (bitField1_ & ~0x01000000); internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .clear(); return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder removeFieldMapInt32Fixed6457( int key) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed6457() { bitField1_ |= 0x01000000; return internalGetMutableFieldMapInt32Fixed6457().getMutableMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putFieldMapInt32Fixed6457( int key, long value) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .put(key, value); bitField1_ |= 0x01000000; return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putAllFieldMapInt32Fixed6457( java.util.Map values) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .putAll(values); bitField1_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { fieldMapInt32Float58_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Float58_.isMutable()) { fieldMapInt32Float58_ = fieldMapInt32Float58_.copy(); } bitField1_ |= 0x02000000; onChanged(); return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Float58() { bitField1_ = (bitField1_ & ~0x02000000); internalGetMutableFieldMapInt32Float58().getMutableMap() .clear(); return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder removeFieldMapInt32Float58( int key) { internalGetMutableFieldMapInt32Float58().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Float58() { bitField1_ |= 0x02000000; return internalGetMutableFieldMapInt32Float58().getMutableMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putFieldMapInt32Float58( int key, float value) { internalGetMutableFieldMapInt32Float58().getMutableMap() .put(key, value); bitField1_ |= 0x02000000; return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putAllFieldMapInt32Float58( java.util.Map values) { internalGetMutableFieldMapInt32Float58().getMutableMap() .putAll(values); bitField1_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { fieldMapInt32Int3259_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int3259_.isMutable()) { fieldMapInt32Int3259_ = fieldMapInt32Int3259_.copy(); } bitField1_ |= 0x04000000; onChanged(); return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int3259() { bitField1_ = (bitField1_ & ~0x04000000); internalGetMutableFieldMapInt32Int3259().getMutableMap() .clear(); return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder removeFieldMapInt32Int3259( int key) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int3259() { bitField1_ |= 0x04000000; return internalGetMutableFieldMapInt32Int3259().getMutableMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putFieldMapInt32Int3259( int key, int value) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .put(key, value); bitField1_ |= 0x04000000; return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putAllFieldMapInt32Int3259( java.util.Map values) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .putAll(values); bitField1_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { fieldMapInt32Int6460_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int6460_.isMutable()) { fieldMapInt32Int6460_ = fieldMapInt32Int6460_.copy(); } bitField1_ |= 0x08000000; onChanged(); return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int6460() { bitField1_ = (bitField1_ & ~0x08000000); internalGetMutableFieldMapInt32Int6460().getMutableMap() .clear(); return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder removeFieldMapInt32Int6460( int key) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int6460() { bitField1_ |= 0x08000000; return internalGetMutableFieldMapInt32Int6460().getMutableMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putFieldMapInt32Int6460( int key, long value) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .put(key, value); bitField1_ |= 0x08000000; return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putAllFieldMapInt32Int6460( java.util.Map values) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .putAll(values); bitField1_ |= 0x08000000; return this; } private static final class FieldMapInt32Message61Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt32Message61DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt32Message61Converter fieldMapInt32Message61Converter = new FieldMapInt32Message61Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapInt32Message61_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } return fieldMapInt32Message61_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { fieldMapInt32Message61_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } bitField1_ |= 0x10000000; onChanged(); return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().ensureBuilderMap().size(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getImmutableMap(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt32Message61Converter.build(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Message61Converter.build(map.get(key)); } public Builder clearFieldMapInt32Message61() { bitField1_ = (bitField1_ & ~0x10000000); internalGetMutableFieldMapInt32Message61().clear(); return this; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ public Builder removeFieldMapInt32Message61( int key) { internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Message61() { bitField1_ |= 0x10000000; return internalGetMutableFieldMapInt32Message61().ensureMessageMap(); } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ public Builder putFieldMapInt32Message61( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .put(key, value); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ public Builder putAllFieldMapInt32Message61( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .putAll(values); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.lite.Proto2MessageLite> field_map_int32_message_61 = 61; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapInt32Message61BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { fieldMapInt32Sfixed3262_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed3262_.isMutable()) { fieldMapInt32Sfixed3262_ = fieldMapInt32Sfixed3262_.copy(); } bitField1_ |= 0x20000000; onChanged(); return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed3262() { bitField1_ = (bitField1_ & ~0x20000000); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .clear(); return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder removeFieldMapInt32Sfixed3262( int key) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed3262() { bitField1_ |= 0x20000000; return internalGetMutableFieldMapInt32Sfixed3262().getMutableMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putFieldMapInt32Sfixed3262( int key, int value) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .put(key, value); bitField1_ |= 0x20000000; return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putAllFieldMapInt32Sfixed3262( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .putAll(values); bitField1_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { fieldMapInt32Sfixed6463_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed6463_.isMutable()) { fieldMapInt32Sfixed6463_ = fieldMapInt32Sfixed6463_.copy(); } bitField1_ |= 0x40000000; onChanged(); return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed6463() { bitField1_ = (bitField1_ & ~0x40000000); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .clear(); return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder removeFieldMapInt32Sfixed6463( int key) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed6463() { bitField1_ |= 0x40000000; return internalGetMutableFieldMapInt32Sfixed6463().getMutableMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putFieldMapInt32Sfixed6463( int key, long value) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .put(key, value); bitField1_ |= 0x40000000; return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putAllFieldMapInt32Sfixed6463( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .putAll(values); bitField1_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { fieldMapInt32Sint3264_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint3264_.isMutable()) { fieldMapInt32Sint3264_ = fieldMapInt32Sint3264_.copy(); } bitField1_ |= 0x80000000; onChanged(); return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint3264() { bitField1_ = (bitField1_ & ~0x80000000); internalGetMutableFieldMapInt32Sint3264().getMutableMap() .clear(); return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder removeFieldMapInt32Sint3264( int key) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint3264() { bitField1_ |= 0x80000000; return internalGetMutableFieldMapInt32Sint3264().getMutableMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putFieldMapInt32Sint3264( int key, int value) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .put(key, value); bitField1_ |= 0x80000000; return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putAllFieldMapInt32Sint3264( java.util.Map values) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .putAll(values); bitField1_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { fieldMapInt32Sint6465_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint6465_.isMutable()) { fieldMapInt32Sint6465_ = fieldMapInt32Sint6465_.copy(); } bitField2_ |= 0x00000001; onChanged(); return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint6465() { bitField2_ = (bitField2_ & ~0x00000001); internalGetMutableFieldMapInt32Sint6465().getMutableMap() .clear(); return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder removeFieldMapInt32Sint6465( int key) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint6465() { bitField2_ |= 0x00000001; return internalGetMutableFieldMapInt32Sint6465().getMutableMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putFieldMapInt32Sint6465( int key, long value) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .put(key, value); bitField2_ |= 0x00000001; return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putAllFieldMapInt32Sint6465( java.util.Map values) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .putAll(values); bitField2_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { fieldMapInt32String66_ = com.google.protobuf.MapField.newMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32String66_.isMutable()) { fieldMapInt32String66_ = fieldMapInt32String66_.copy(); } bitField2_ |= 0x00000002; onChanged(); return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32String66() { bitField2_ = (bitField2_ & ~0x00000002); internalGetMutableFieldMapInt32String66().getMutableMap() .clear(); return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder removeFieldMapInt32String66( int key) { internalGetMutableFieldMapInt32String66().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32String66() { bitField2_ |= 0x00000002; return internalGetMutableFieldMapInt32String66().getMutableMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putFieldMapInt32String66( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32String66().getMutableMap() .put(key, value); bitField2_ |= 0x00000002; return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putAllFieldMapInt32String66( java.util.Map values) { internalGetMutableFieldMapInt32String66().getMutableMap() .putAll(values); bitField2_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { fieldMapInt32Uint3267_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint3267_.isMutable()) { fieldMapInt32Uint3267_ = fieldMapInt32Uint3267_.copy(); } bitField2_ |= 0x00000004; onChanged(); return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint3267() { bitField2_ = (bitField2_ & ~0x00000004); internalGetMutableFieldMapInt32Uint3267().getMutableMap() .clear(); return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder removeFieldMapInt32Uint3267( int key) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint3267() { bitField2_ |= 0x00000004; return internalGetMutableFieldMapInt32Uint3267().getMutableMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putFieldMapInt32Uint3267( int key, int value) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .put(key, value); bitField2_ |= 0x00000004; return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putAllFieldMapInt32Uint3267( java.util.Map values) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .putAll(values); bitField2_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { fieldMapInt32Uint6468_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint6468_.isMutable()) { fieldMapInt32Uint6468_ = fieldMapInt32Uint6468_.copy(); } bitField2_ |= 0x00000008; onChanged(); return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint6468() { bitField2_ = (bitField2_ & ~0x00000008); internalGetMutableFieldMapInt32Uint6468().getMutableMap() .clear(); return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder removeFieldMapInt32Uint6468( int key) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint6468() { bitField2_ |= 0x00000008; return internalGetMutableFieldMapInt32Uint6468().getMutableMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putFieldMapInt32Uint6468( int key, long value) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .put(key, value); bitField2_ |= 0x00000008; return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putAllFieldMapInt32Uint6468( java.util.Map values) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .putAll(values); bitField2_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { fieldMapInt64Bool69_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bool69_.isMutable()) { fieldMapInt64Bool69_ = fieldMapInt64Bool69_.copy(); } bitField2_ |= 0x00000010; onChanged(); return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bool69() { bitField2_ = (bitField2_ & ~0x00000010); internalGetMutableFieldMapInt64Bool69().getMutableMap() .clear(); return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder removeFieldMapInt64Bool69( long key) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bool69() { bitField2_ |= 0x00000010; return internalGetMutableFieldMapInt64Bool69().getMutableMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putFieldMapInt64Bool69( long key, boolean value) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .put(key, value); bitField2_ |= 0x00000010; return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putAllFieldMapInt64Bool69( java.util.Map values) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .putAll(values); bitField2_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { fieldMapInt64Bytes70_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bytes70_.isMutable()) { fieldMapInt64Bytes70_ = fieldMapInt64Bytes70_.copy(); } bitField2_ |= 0x00000020; onChanged(); return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bytes70() { bitField2_ = (bitField2_ & ~0x00000020); internalGetMutableFieldMapInt64Bytes70().getMutableMap() .clear(); return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder removeFieldMapInt64Bytes70( long key) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bytes70() { bitField2_ |= 0x00000020; return internalGetMutableFieldMapInt64Bytes70().getMutableMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putFieldMapInt64Bytes70( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Bytes70().getMutableMap() .put(key, value); bitField2_ |= 0x00000020; return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putAllFieldMapInt64Bytes70( java.util.Map values) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .putAll(values); bitField2_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { fieldMapInt64Double71_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Double71_.isMutable()) { fieldMapInt64Double71_ = fieldMapInt64Double71_.copy(); } bitField2_ |= 0x00000040; onChanged(); return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Double71() { bitField2_ = (bitField2_ & ~0x00000040); internalGetMutableFieldMapInt64Double71().getMutableMap() .clear(); return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder removeFieldMapInt64Double71( long key) { internalGetMutableFieldMapInt64Double71().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Double71() { bitField2_ |= 0x00000040; return internalGetMutableFieldMapInt64Double71().getMutableMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putFieldMapInt64Double71( long key, double value) { internalGetMutableFieldMapInt64Double71().getMutableMap() .put(key, value); bitField2_ |= 0x00000040; return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putAllFieldMapInt64Double71( java.util.Map values) { internalGetMutableFieldMapInt64Double71().getMutableMap() .putAll(values); bitField2_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { fieldMapInt64Enum72_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Enum72_.isMutable()) { fieldMapInt64Enum72_ = fieldMapInt64Enum72_.copy(); } bitField2_ |= 0x00000080; onChanged(); return fieldMapInt64Enum72_; } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapInt64Enum72() { bitField2_ = (bitField2_ & ~0x00000080); internalGetMutableFieldMapInt64Enum72().getMutableMap() .clear(); return this; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder removeFieldMapInt64Enum72( long key) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Enum72() { bitField2_ |= 0x00000080; return internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putFieldMapInt64Enum72( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .put(key, fieldMapInt64Enum72ValueConverter.doBackward(value)); bitField2_ |= 0x00000080; return this; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putAllFieldMapInt64Enum72( java.util.Map values) { internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()) .putAll(values); bitField2_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { fieldMapInt64Fixed3273_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed3273_.isMutable()) { fieldMapInt64Fixed3273_ = fieldMapInt64Fixed3273_.copy(); } bitField2_ |= 0x00000100; onChanged(); return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed3273() { bitField2_ = (bitField2_ & ~0x00000100); internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .clear(); return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder removeFieldMapInt64Fixed3273( long key) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed3273() { bitField2_ |= 0x00000100; return internalGetMutableFieldMapInt64Fixed3273().getMutableMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putFieldMapInt64Fixed3273( long key, int value) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .put(key, value); bitField2_ |= 0x00000100; return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putAllFieldMapInt64Fixed3273( java.util.Map values) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .putAll(values); bitField2_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { fieldMapInt64Fixed6474_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed6474_.isMutable()) { fieldMapInt64Fixed6474_ = fieldMapInt64Fixed6474_.copy(); } bitField2_ |= 0x00000200; onChanged(); return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed6474() { bitField2_ = (bitField2_ & ~0x00000200); internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .clear(); return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder removeFieldMapInt64Fixed6474( long key) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed6474() { bitField2_ |= 0x00000200; return internalGetMutableFieldMapInt64Fixed6474().getMutableMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putFieldMapInt64Fixed6474( long key, long value) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .put(key, value); bitField2_ |= 0x00000200; return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putAllFieldMapInt64Fixed6474( java.util.Map values) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .putAll(values); bitField2_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { fieldMapInt64Float75_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Float75_.isMutable()) { fieldMapInt64Float75_ = fieldMapInt64Float75_.copy(); } bitField2_ |= 0x00000400; onChanged(); return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Float75() { bitField2_ = (bitField2_ & ~0x00000400); internalGetMutableFieldMapInt64Float75().getMutableMap() .clear(); return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder removeFieldMapInt64Float75( long key) { internalGetMutableFieldMapInt64Float75().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Float75() { bitField2_ |= 0x00000400; return internalGetMutableFieldMapInt64Float75().getMutableMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putFieldMapInt64Float75( long key, float value) { internalGetMutableFieldMapInt64Float75().getMutableMap() .put(key, value); bitField2_ |= 0x00000400; return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putAllFieldMapInt64Float75( java.util.Map values) { internalGetMutableFieldMapInt64Float75().getMutableMap() .putAll(values); bitField2_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { fieldMapInt64Int3276_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int3276_.isMutable()) { fieldMapInt64Int3276_ = fieldMapInt64Int3276_.copy(); } bitField2_ |= 0x00000800; onChanged(); return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int3276() { bitField2_ = (bitField2_ & ~0x00000800); internalGetMutableFieldMapInt64Int3276().getMutableMap() .clear(); return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder removeFieldMapInt64Int3276( long key) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int3276() { bitField2_ |= 0x00000800; return internalGetMutableFieldMapInt64Int3276().getMutableMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putFieldMapInt64Int3276( long key, int value) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .put(key, value); bitField2_ |= 0x00000800; return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putAllFieldMapInt64Int3276( java.util.Map values) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .putAll(values); bitField2_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { fieldMapInt64Int6477_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int6477_.isMutable()) { fieldMapInt64Int6477_ = fieldMapInt64Int6477_.copy(); } bitField2_ |= 0x00001000; onChanged(); return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int6477() { bitField2_ = (bitField2_ & ~0x00001000); internalGetMutableFieldMapInt64Int6477().getMutableMap() .clear(); return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder removeFieldMapInt64Int6477( long key) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int6477() { bitField2_ |= 0x00001000; return internalGetMutableFieldMapInt64Int6477().getMutableMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putFieldMapInt64Int6477( long key, long value) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .put(key, value); bitField2_ |= 0x00001000; return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putAllFieldMapInt64Int6477( java.util.Map values) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .putAll(values); bitField2_ |= 0x00001000; return this; } private static final class FieldMapInt64Message78Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt64Message78DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt64Message78Converter fieldMapInt64Message78Converter = new FieldMapInt64Message78Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapInt64Message78_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } return fieldMapInt64Message78_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { fieldMapInt64Message78_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } bitField2_ |= 0x00002000; onChanged(); return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().ensureBuilderMap().size(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getImmutableMap(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt64Message78Converter.build(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Message78Converter.build(map.get(key)); } public Builder clearFieldMapInt64Message78() { bitField2_ = (bitField2_ & ~0x00002000); internalGetMutableFieldMapInt64Message78().clear(); return this; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ public Builder removeFieldMapInt64Message78( long key) { internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Message78() { bitField2_ |= 0x00002000; return internalGetMutableFieldMapInt64Message78().ensureMessageMap(); } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ public Builder putFieldMapInt64Message78( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .put(key, value); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ public Builder putAllFieldMapInt64Message78( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .putAll(values); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.lite.Proto2MessageLite> field_map_int64_message_78 = 78; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapInt64Message78BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { fieldMapInt64Sfixed3279_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed3279_.isMutable()) { fieldMapInt64Sfixed3279_ = fieldMapInt64Sfixed3279_.copy(); } bitField2_ |= 0x00004000; onChanged(); return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed3279() { bitField2_ = (bitField2_ & ~0x00004000); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .clear(); return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder removeFieldMapInt64Sfixed3279( long key) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed3279() { bitField2_ |= 0x00004000; return internalGetMutableFieldMapInt64Sfixed3279().getMutableMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putFieldMapInt64Sfixed3279( long key, int value) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .put(key, value); bitField2_ |= 0x00004000; return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putAllFieldMapInt64Sfixed3279( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .putAll(values); bitField2_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { fieldMapInt64Sfixed6480_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed6480_.isMutable()) { fieldMapInt64Sfixed6480_ = fieldMapInt64Sfixed6480_.copy(); } bitField2_ |= 0x00008000; onChanged(); return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed6480() { bitField2_ = (bitField2_ & ~0x00008000); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .clear(); return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder removeFieldMapInt64Sfixed6480( long key) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed6480() { bitField2_ |= 0x00008000; return internalGetMutableFieldMapInt64Sfixed6480().getMutableMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putFieldMapInt64Sfixed6480( long key, long value) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .put(key, value); bitField2_ |= 0x00008000; return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putAllFieldMapInt64Sfixed6480( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .putAll(values); bitField2_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { fieldMapInt64Sint3281_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint3281_.isMutable()) { fieldMapInt64Sint3281_ = fieldMapInt64Sint3281_.copy(); } bitField2_ |= 0x00010000; onChanged(); return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint3281() { bitField2_ = (bitField2_ & ~0x00010000); internalGetMutableFieldMapInt64Sint3281().getMutableMap() .clear(); return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder removeFieldMapInt64Sint3281( long key) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint3281() { bitField2_ |= 0x00010000; return internalGetMutableFieldMapInt64Sint3281().getMutableMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putFieldMapInt64Sint3281( long key, int value) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .put(key, value); bitField2_ |= 0x00010000; return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putAllFieldMapInt64Sint3281( java.util.Map values) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .putAll(values); bitField2_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { fieldMapInt64Sint6482_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint6482_.isMutable()) { fieldMapInt64Sint6482_ = fieldMapInt64Sint6482_.copy(); } bitField2_ |= 0x00020000; onChanged(); return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint6482() { bitField2_ = (bitField2_ & ~0x00020000); internalGetMutableFieldMapInt64Sint6482().getMutableMap() .clear(); return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder removeFieldMapInt64Sint6482( long key) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint6482() { bitField2_ |= 0x00020000; return internalGetMutableFieldMapInt64Sint6482().getMutableMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putFieldMapInt64Sint6482( long key, long value) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .put(key, value); bitField2_ |= 0x00020000; return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putAllFieldMapInt64Sint6482( java.util.Map values) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .putAll(values); bitField2_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { fieldMapInt64String83_ = com.google.protobuf.MapField.newMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64String83_.isMutable()) { fieldMapInt64String83_ = fieldMapInt64String83_.copy(); } bitField2_ |= 0x00040000; onChanged(); return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64String83() { bitField2_ = (bitField2_ & ~0x00040000); internalGetMutableFieldMapInt64String83().getMutableMap() .clear(); return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder removeFieldMapInt64String83( long key) { internalGetMutableFieldMapInt64String83().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64String83() { bitField2_ |= 0x00040000; return internalGetMutableFieldMapInt64String83().getMutableMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putFieldMapInt64String83( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64String83().getMutableMap() .put(key, value); bitField2_ |= 0x00040000; return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putAllFieldMapInt64String83( java.util.Map values) { internalGetMutableFieldMapInt64String83().getMutableMap() .putAll(values); bitField2_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { fieldMapInt64Uint3284_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint3284_.isMutable()) { fieldMapInt64Uint3284_ = fieldMapInt64Uint3284_.copy(); } bitField2_ |= 0x00080000; onChanged(); return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint3284() { bitField2_ = (bitField2_ & ~0x00080000); internalGetMutableFieldMapInt64Uint3284().getMutableMap() .clear(); return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder removeFieldMapInt64Uint3284( long key) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint3284() { bitField2_ |= 0x00080000; return internalGetMutableFieldMapInt64Uint3284().getMutableMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putFieldMapInt64Uint3284( long key, int value) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .put(key, value); bitField2_ |= 0x00080000; return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putAllFieldMapInt64Uint3284( java.util.Map values) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .putAll(values); bitField2_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { fieldMapInt64Uint6485_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint6485_.isMutable()) { fieldMapInt64Uint6485_ = fieldMapInt64Uint6485_.copy(); } bitField2_ |= 0x00100000; onChanged(); return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint6485() { bitField2_ = (bitField2_ & ~0x00100000); internalGetMutableFieldMapInt64Uint6485().getMutableMap() .clear(); return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder removeFieldMapInt64Uint6485( long key) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint6485() { bitField2_ |= 0x00100000; return internalGetMutableFieldMapInt64Uint6485().getMutableMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putFieldMapInt64Uint6485( long key, long value) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .put(key, value); bitField2_ |= 0x00100000; return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putAllFieldMapInt64Uint6485( java.util.Map values) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .putAll(values); bitField2_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { fieldMapSfixed32Bool86_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bool86_.isMutable()) { fieldMapSfixed32Bool86_ = fieldMapSfixed32Bool86_.copy(); } bitField2_ |= 0x00200000; onChanged(); return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bool86() { bitField2_ = (bitField2_ & ~0x00200000); internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .clear(); return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder removeFieldMapSfixed32Bool86( int key) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bool86() { bitField2_ |= 0x00200000; return internalGetMutableFieldMapSfixed32Bool86().getMutableMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putFieldMapSfixed32Bool86( int key, boolean value) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .put(key, value); bitField2_ |= 0x00200000; return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putAllFieldMapSfixed32Bool86( java.util.Map values) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .putAll(values); bitField2_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { fieldMapSfixed32Bytes87_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bytes87_.isMutable()) { fieldMapSfixed32Bytes87_ = fieldMapSfixed32Bytes87_.copy(); } bitField2_ |= 0x00400000; onChanged(); return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bytes87() { bitField2_ = (bitField2_ & ~0x00400000); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .clear(); return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder removeFieldMapSfixed32Bytes87( int key) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bytes87() { bitField2_ |= 0x00400000; return internalGetMutableFieldMapSfixed32Bytes87().getMutableMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putFieldMapSfixed32Bytes87( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .put(key, value); bitField2_ |= 0x00400000; return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putAllFieldMapSfixed32Bytes87( java.util.Map values) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .putAll(values); bitField2_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { fieldMapSfixed32Double88_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Double88_.isMutable()) { fieldMapSfixed32Double88_ = fieldMapSfixed32Double88_.copy(); } bitField2_ |= 0x00800000; onChanged(); return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Double88() { bitField2_ = (bitField2_ & ~0x00800000); internalGetMutableFieldMapSfixed32Double88().getMutableMap() .clear(); return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder removeFieldMapSfixed32Double88( int key) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Double88() { bitField2_ |= 0x00800000; return internalGetMutableFieldMapSfixed32Double88().getMutableMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putFieldMapSfixed32Double88( int key, double value) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .put(key, value); bitField2_ |= 0x00800000; return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putAllFieldMapSfixed32Double88( java.util.Map values) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .putAll(values); bitField2_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { fieldMapSfixed32Enum89_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Enum89_.isMutable()) { fieldMapSfixed32Enum89_ = fieldMapSfixed32Enum89_.copy(); } bitField2_ |= 0x01000000; onChanged(); return fieldMapSfixed32Enum89_; } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSfixed32Enum89() { bitField2_ = (bitField2_ & ~0x01000000); internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .clear(); return this; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder removeFieldMapSfixed32Enum89( int key) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Enum89() { bitField2_ |= 0x01000000; return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putFieldMapSfixed32Enum89( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .put(key, fieldMapSfixed32Enum89ValueConverter.doBackward(value)); bitField2_ |= 0x01000000; return this; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putAllFieldMapSfixed32Enum89( java.util.Map values) { internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()) .putAll(values); bitField2_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { fieldMapSfixed32Fixed3290_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed3290_.isMutable()) { fieldMapSfixed32Fixed3290_ = fieldMapSfixed32Fixed3290_.copy(); } bitField2_ |= 0x02000000; onChanged(); return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed3290() { bitField2_ = (bitField2_ & ~0x02000000); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder removeFieldMapSfixed32Fixed3290( int key) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed3290() { bitField2_ |= 0x02000000; return internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putFieldMapSfixed32Fixed3290( int key, int value) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .put(key, value); bitField2_ |= 0x02000000; return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putAllFieldMapSfixed32Fixed3290( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .putAll(values); bitField2_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { fieldMapSfixed32Fixed6491_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed6491_.isMutable()) { fieldMapSfixed32Fixed6491_ = fieldMapSfixed32Fixed6491_.copy(); } bitField2_ |= 0x04000000; onChanged(); return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed6491() { bitField2_ = (bitField2_ & ~0x04000000); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder removeFieldMapSfixed32Fixed6491( int key) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed6491() { bitField2_ |= 0x04000000; return internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putFieldMapSfixed32Fixed6491( int key, long value) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .put(key, value); bitField2_ |= 0x04000000; return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putAllFieldMapSfixed32Fixed6491( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .putAll(values); bitField2_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { fieldMapSfixed32Float92_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Float92_.isMutable()) { fieldMapSfixed32Float92_ = fieldMapSfixed32Float92_.copy(); } bitField2_ |= 0x08000000; onChanged(); return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Float92() { bitField2_ = (bitField2_ & ~0x08000000); internalGetMutableFieldMapSfixed32Float92().getMutableMap() .clear(); return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder removeFieldMapSfixed32Float92( int key) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Float92() { bitField2_ |= 0x08000000; return internalGetMutableFieldMapSfixed32Float92().getMutableMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putFieldMapSfixed32Float92( int key, float value) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .put(key, value); bitField2_ |= 0x08000000; return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putAllFieldMapSfixed32Float92( java.util.Map values) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .putAll(values); bitField2_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { fieldMapSfixed32Int3293_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int3293_.isMutable()) { fieldMapSfixed32Int3293_ = fieldMapSfixed32Int3293_.copy(); } bitField2_ |= 0x10000000; onChanged(); return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int3293() { bitField2_ = (bitField2_ & ~0x10000000); internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .clear(); return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder removeFieldMapSfixed32Int3293( int key) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int3293() { bitField2_ |= 0x10000000; return internalGetMutableFieldMapSfixed32Int3293().getMutableMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putFieldMapSfixed32Int3293( int key, int value) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .put(key, value); bitField2_ |= 0x10000000; return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putAllFieldMapSfixed32Int3293( java.util.Map values) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .putAll(values); bitField2_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { fieldMapSfixed32Int6494_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int6494_.isMutable()) { fieldMapSfixed32Int6494_ = fieldMapSfixed32Int6494_.copy(); } bitField2_ |= 0x20000000; onChanged(); return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int6494() { bitField2_ = (bitField2_ & ~0x20000000); internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .clear(); return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder removeFieldMapSfixed32Int6494( int key) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int6494() { bitField2_ |= 0x20000000; return internalGetMutableFieldMapSfixed32Int6494().getMutableMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putFieldMapSfixed32Int6494( int key, long value) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .put(key, value); bitField2_ |= 0x20000000; return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putAllFieldMapSfixed32Int6494( java.util.Map values) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .putAll(values); bitField2_ |= 0x20000000; return this; } private static final class FieldMapSfixed32Message95Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed32Message95Converter fieldMapSfixed32Message95Converter = new FieldMapSfixed32Message95Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapSfixed32Message95_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } return fieldMapSfixed32Message95_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { fieldMapSfixed32Message95_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } bitField2_ |= 0x40000000; onChanged(); return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().size(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getImmutableMap(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed32Message95Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Message95Converter.build(map.get(key)); } public Builder clearFieldMapSfixed32Message95() { bitField2_ = (bitField2_ & ~0x40000000); internalGetMutableFieldMapSfixed32Message95().clear(); return this; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ public Builder removeFieldMapSfixed32Message95( int key) { internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Message95() { bitField2_ |= 0x40000000; return internalGetMutableFieldMapSfixed32Message95().ensureMessageMap(); } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ public Builder putFieldMapSfixed32Message95( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .put(key, value); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ public Builder putAllFieldMapSfixed32Message95( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .putAll(values); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed32_message_95 = 95; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapSfixed32Message95BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { fieldMapSfixed32Sfixed3296_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed3296_.isMutable()) { fieldMapSfixed32Sfixed3296_ = fieldMapSfixed32Sfixed3296_.copy(); } bitField2_ |= 0x80000000; onChanged(); return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed3296() { bitField2_ = (bitField2_ & ~0x80000000); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder removeFieldMapSfixed32Sfixed3296( int key) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed3296() { bitField2_ |= 0x80000000; return internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putFieldMapSfixed32Sfixed3296( int key, int value) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .put(key, value); bitField2_ |= 0x80000000; return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putAllFieldMapSfixed32Sfixed3296( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .putAll(values); bitField2_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { fieldMapSfixed32Sfixed6497_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed6497_.isMutable()) { fieldMapSfixed32Sfixed6497_ = fieldMapSfixed32Sfixed6497_.copy(); } bitField3_ |= 0x00000001; onChanged(); return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed6497() { bitField3_ = (bitField3_ & ~0x00000001); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder removeFieldMapSfixed32Sfixed6497( int key) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed6497() { bitField3_ |= 0x00000001; return internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putFieldMapSfixed32Sfixed6497( int key, long value) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .put(key, value); bitField3_ |= 0x00000001; return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putAllFieldMapSfixed32Sfixed6497( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .putAll(values); bitField3_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { fieldMapSfixed32Sint3298_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint3298_.isMutable()) { fieldMapSfixed32Sint3298_ = fieldMapSfixed32Sint3298_.copy(); } bitField3_ |= 0x00000002; onChanged(); return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint3298() { bitField3_ = (bitField3_ & ~0x00000002); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder removeFieldMapSfixed32Sint3298( int key) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint3298() { bitField3_ |= 0x00000002; return internalGetMutableFieldMapSfixed32Sint3298().getMutableMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putFieldMapSfixed32Sint3298( int key, int value) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .put(key, value); bitField3_ |= 0x00000002; return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putAllFieldMapSfixed32Sint3298( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .putAll(values); bitField3_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { fieldMapSfixed32Sint6499_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint6499_.isMutable()) { fieldMapSfixed32Sint6499_ = fieldMapSfixed32Sint6499_.copy(); } bitField3_ |= 0x00000004; onChanged(); return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint6499() { bitField3_ = (bitField3_ & ~0x00000004); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder removeFieldMapSfixed32Sint6499( int key) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint6499() { bitField3_ |= 0x00000004; return internalGetMutableFieldMapSfixed32Sint6499().getMutableMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putFieldMapSfixed32Sint6499( int key, long value) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .put(key, value); bitField3_ |= 0x00000004; return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putAllFieldMapSfixed32Sint6499( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .putAll(values); bitField3_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { fieldMapSfixed32String100_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32String100_.isMutable()) { fieldMapSfixed32String100_ = fieldMapSfixed32String100_.copy(); } bitField3_ |= 0x00000008; onChanged(); return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32String100() { bitField3_ = (bitField3_ & ~0x00000008); internalGetMutableFieldMapSfixed32String100().getMutableMap() .clear(); return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder removeFieldMapSfixed32String100( int key) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32String100() { bitField3_ |= 0x00000008; return internalGetMutableFieldMapSfixed32String100().getMutableMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putFieldMapSfixed32String100( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32String100().getMutableMap() .put(key, value); bitField3_ |= 0x00000008; return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putAllFieldMapSfixed32String100( java.util.Map values) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .putAll(values); bitField3_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { fieldMapSfixed32Uint32101_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint32101_.isMutable()) { fieldMapSfixed32Uint32101_ = fieldMapSfixed32Uint32101_.copy(); } bitField3_ |= 0x00000010; onChanged(); return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint32101() { bitField3_ = (bitField3_ & ~0x00000010); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder removeFieldMapSfixed32Uint32101( int key) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint32101() { bitField3_ |= 0x00000010; return internalGetMutableFieldMapSfixed32Uint32101().getMutableMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putFieldMapSfixed32Uint32101( int key, int value) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .put(key, value); bitField3_ |= 0x00000010; return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putAllFieldMapSfixed32Uint32101( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .putAll(values); bitField3_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { fieldMapSfixed32Uint64102_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint64102_.isMutable()) { fieldMapSfixed32Uint64102_ = fieldMapSfixed32Uint64102_.copy(); } bitField3_ |= 0x00000020; onChanged(); return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint64102() { bitField3_ = (bitField3_ & ~0x00000020); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder removeFieldMapSfixed32Uint64102( int key) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint64102() { bitField3_ |= 0x00000020; return internalGetMutableFieldMapSfixed32Uint64102().getMutableMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putFieldMapSfixed32Uint64102( int key, long value) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .put(key, value); bitField3_ |= 0x00000020; return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putAllFieldMapSfixed32Uint64102( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .putAll(values); bitField3_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { fieldMapSfixed64Bool103_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bool103_.isMutable()) { fieldMapSfixed64Bool103_ = fieldMapSfixed64Bool103_.copy(); } bitField3_ |= 0x00000040; onChanged(); return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bool103() { bitField3_ = (bitField3_ & ~0x00000040); internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .clear(); return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder removeFieldMapSfixed64Bool103( long key) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bool103() { bitField3_ |= 0x00000040; return internalGetMutableFieldMapSfixed64Bool103().getMutableMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putFieldMapSfixed64Bool103( long key, boolean value) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .put(key, value); bitField3_ |= 0x00000040; return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putAllFieldMapSfixed64Bool103( java.util.Map values) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .putAll(values); bitField3_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { fieldMapSfixed64Bytes104_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bytes104_.isMutable()) { fieldMapSfixed64Bytes104_ = fieldMapSfixed64Bytes104_.copy(); } bitField3_ |= 0x00000080; onChanged(); return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bytes104() { bitField3_ = (bitField3_ & ~0x00000080); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .clear(); return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder removeFieldMapSfixed64Bytes104( long key) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bytes104() { bitField3_ |= 0x00000080; return internalGetMutableFieldMapSfixed64Bytes104().getMutableMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putFieldMapSfixed64Bytes104( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .put(key, value); bitField3_ |= 0x00000080; return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putAllFieldMapSfixed64Bytes104( java.util.Map values) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .putAll(values); bitField3_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { fieldMapSfixed64Double105_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Double105_.isMutable()) { fieldMapSfixed64Double105_ = fieldMapSfixed64Double105_.copy(); } bitField3_ |= 0x00000100; onChanged(); return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Double105() { bitField3_ = (bitField3_ & ~0x00000100); internalGetMutableFieldMapSfixed64Double105().getMutableMap() .clear(); return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder removeFieldMapSfixed64Double105( long key) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Double105() { bitField3_ |= 0x00000100; return internalGetMutableFieldMapSfixed64Double105().getMutableMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putFieldMapSfixed64Double105( long key, double value) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .put(key, value); bitField3_ |= 0x00000100; return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putAllFieldMapSfixed64Double105( java.util.Map values) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .putAll(values); bitField3_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { fieldMapSfixed64Enum106_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Enum106_.isMutable()) { fieldMapSfixed64Enum106_ = fieldMapSfixed64Enum106_.copy(); } bitField3_ |= 0x00000200; onChanged(); return fieldMapSfixed64Enum106_; } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSfixed64Enum106() { bitField3_ = (bitField3_ & ~0x00000200); internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .clear(); return this; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder removeFieldMapSfixed64Enum106( long key) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Enum106() { bitField3_ |= 0x00000200; return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putFieldMapSfixed64Enum106( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .put(key, fieldMapSfixed64Enum106ValueConverter.doBackward(value)); bitField3_ |= 0x00000200; return this; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putAllFieldMapSfixed64Enum106( java.util.Map values) { internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()) .putAll(values); bitField3_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { fieldMapSfixed64Fixed32107_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed32107_.isMutable()) { fieldMapSfixed64Fixed32107_ = fieldMapSfixed64Fixed32107_.copy(); } bitField3_ |= 0x00000400; onChanged(); return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed32107() { bitField3_ = (bitField3_ & ~0x00000400); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder removeFieldMapSfixed64Fixed32107( long key) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed32107() { bitField3_ |= 0x00000400; return internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putFieldMapSfixed64Fixed32107( long key, int value) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .put(key, value); bitField3_ |= 0x00000400; return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putAllFieldMapSfixed64Fixed32107( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .putAll(values); bitField3_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { fieldMapSfixed64Fixed64108_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed64108_.isMutable()) { fieldMapSfixed64Fixed64108_ = fieldMapSfixed64Fixed64108_.copy(); } bitField3_ |= 0x00000800; onChanged(); return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed64108() { bitField3_ = (bitField3_ & ~0x00000800); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder removeFieldMapSfixed64Fixed64108( long key) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed64108() { bitField3_ |= 0x00000800; return internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putFieldMapSfixed64Fixed64108( long key, long value) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .put(key, value); bitField3_ |= 0x00000800; return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putAllFieldMapSfixed64Fixed64108( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .putAll(values); bitField3_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { fieldMapSfixed64Float109_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Float109_.isMutable()) { fieldMapSfixed64Float109_ = fieldMapSfixed64Float109_.copy(); } bitField3_ |= 0x00001000; onChanged(); return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Float109() { bitField3_ = (bitField3_ & ~0x00001000); internalGetMutableFieldMapSfixed64Float109().getMutableMap() .clear(); return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder removeFieldMapSfixed64Float109( long key) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Float109() { bitField3_ |= 0x00001000; return internalGetMutableFieldMapSfixed64Float109().getMutableMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putFieldMapSfixed64Float109( long key, float value) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .put(key, value); bitField3_ |= 0x00001000; return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putAllFieldMapSfixed64Float109( java.util.Map values) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .putAll(values); bitField3_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { fieldMapSfixed64Int32110_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int32110_.isMutable()) { fieldMapSfixed64Int32110_ = fieldMapSfixed64Int32110_.copy(); } bitField3_ |= 0x00002000; onChanged(); return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int32110() { bitField3_ = (bitField3_ & ~0x00002000); internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .clear(); return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder removeFieldMapSfixed64Int32110( long key) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int32110() { bitField3_ |= 0x00002000; return internalGetMutableFieldMapSfixed64Int32110().getMutableMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putFieldMapSfixed64Int32110( long key, int value) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .put(key, value); bitField3_ |= 0x00002000; return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putAllFieldMapSfixed64Int32110( java.util.Map values) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .putAll(values); bitField3_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { fieldMapSfixed64Int64111_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int64111_.isMutable()) { fieldMapSfixed64Int64111_ = fieldMapSfixed64Int64111_.copy(); } bitField3_ |= 0x00004000; onChanged(); return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int64111() { bitField3_ = (bitField3_ & ~0x00004000); internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .clear(); return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder removeFieldMapSfixed64Int64111( long key) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int64111() { bitField3_ |= 0x00004000; return internalGetMutableFieldMapSfixed64Int64111().getMutableMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putFieldMapSfixed64Int64111( long key, long value) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .put(key, value); bitField3_ |= 0x00004000; return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putAllFieldMapSfixed64Int64111( java.util.Map values) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .putAll(values); bitField3_ |= 0x00004000; return this; } private static final class FieldMapSfixed64Message112Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed64Message112Converter fieldMapSfixed64Message112Converter = new FieldMapSfixed64Message112Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapSfixed64Message112_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } return fieldMapSfixed64Message112_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { fieldMapSfixed64Message112_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } bitField3_ |= 0x00008000; onChanged(); return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().size(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getImmutableMap(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed64Message112Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Message112Converter.build(map.get(key)); } public Builder clearFieldMapSfixed64Message112() { bitField3_ = (bitField3_ & ~0x00008000); internalGetMutableFieldMapSfixed64Message112().clear(); return this; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ public Builder removeFieldMapSfixed64Message112( long key) { internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Message112() { bitField3_ |= 0x00008000; return internalGetMutableFieldMapSfixed64Message112().ensureMessageMap(); } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ public Builder putFieldMapSfixed64Message112( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .put(key, value); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ public Builder putAllFieldMapSfixed64Message112( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .putAll(values); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sfixed64_message_112 = 112; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapSfixed64Message112BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { fieldMapSfixed64Sfixed32113_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed32113_.isMutable()) { fieldMapSfixed64Sfixed32113_ = fieldMapSfixed64Sfixed32113_.copy(); } bitField3_ |= 0x00010000; onChanged(); return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed32113() { bitField3_ = (bitField3_ & ~0x00010000); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder removeFieldMapSfixed64Sfixed32113( long key) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed32113() { bitField3_ |= 0x00010000; return internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putFieldMapSfixed64Sfixed32113( long key, int value) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .put(key, value); bitField3_ |= 0x00010000; return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putAllFieldMapSfixed64Sfixed32113( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .putAll(values); bitField3_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { fieldMapSfixed64Sfixed64114_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed64114_.isMutable()) { fieldMapSfixed64Sfixed64114_ = fieldMapSfixed64Sfixed64114_.copy(); } bitField3_ |= 0x00020000; onChanged(); return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed64114() { bitField3_ = (bitField3_ & ~0x00020000); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder removeFieldMapSfixed64Sfixed64114( long key) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed64114() { bitField3_ |= 0x00020000; return internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putFieldMapSfixed64Sfixed64114( long key, long value) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .put(key, value); bitField3_ |= 0x00020000; return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putAllFieldMapSfixed64Sfixed64114( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .putAll(values); bitField3_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { fieldMapSfixed64Sint32115_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint32115_.isMutable()) { fieldMapSfixed64Sint32115_ = fieldMapSfixed64Sint32115_.copy(); } bitField3_ |= 0x00040000; onChanged(); return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint32115() { bitField3_ = (bitField3_ & ~0x00040000); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder removeFieldMapSfixed64Sint32115( long key) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint32115() { bitField3_ |= 0x00040000; return internalGetMutableFieldMapSfixed64Sint32115().getMutableMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putFieldMapSfixed64Sint32115( long key, int value) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .put(key, value); bitField3_ |= 0x00040000; return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putAllFieldMapSfixed64Sint32115( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .putAll(values); bitField3_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { fieldMapSfixed64Sint64116_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint64116_.isMutable()) { fieldMapSfixed64Sint64116_ = fieldMapSfixed64Sint64116_.copy(); } bitField3_ |= 0x00080000; onChanged(); return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint64116() { bitField3_ = (bitField3_ & ~0x00080000); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder removeFieldMapSfixed64Sint64116( long key) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint64116() { bitField3_ |= 0x00080000; return internalGetMutableFieldMapSfixed64Sint64116().getMutableMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putFieldMapSfixed64Sint64116( long key, long value) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .put(key, value); bitField3_ |= 0x00080000; return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putAllFieldMapSfixed64Sint64116( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .putAll(values); bitField3_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { fieldMapSfixed64String117_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64String117_.isMutable()) { fieldMapSfixed64String117_ = fieldMapSfixed64String117_.copy(); } bitField3_ |= 0x00100000; onChanged(); return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64String117() { bitField3_ = (bitField3_ & ~0x00100000); internalGetMutableFieldMapSfixed64String117().getMutableMap() .clear(); return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder removeFieldMapSfixed64String117( long key) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64String117() { bitField3_ |= 0x00100000; return internalGetMutableFieldMapSfixed64String117().getMutableMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putFieldMapSfixed64String117( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64String117().getMutableMap() .put(key, value); bitField3_ |= 0x00100000; return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putAllFieldMapSfixed64String117( java.util.Map values) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .putAll(values); bitField3_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { fieldMapSfixed64Uint32118_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint32118_.isMutable()) { fieldMapSfixed64Uint32118_ = fieldMapSfixed64Uint32118_.copy(); } bitField3_ |= 0x00200000; onChanged(); return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint32118() { bitField3_ = (bitField3_ & ~0x00200000); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder removeFieldMapSfixed64Uint32118( long key) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint32118() { bitField3_ |= 0x00200000; return internalGetMutableFieldMapSfixed64Uint32118().getMutableMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putFieldMapSfixed64Uint32118( long key, int value) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .put(key, value); bitField3_ |= 0x00200000; return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putAllFieldMapSfixed64Uint32118( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .putAll(values); bitField3_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { fieldMapSfixed64Uint64119_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint64119_.isMutable()) { fieldMapSfixed64Uint64119_ = fieldMapSfixed64Uint64119_.copy(); } bitField3_ |= 0x00400000; onChanged(); return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint64119() { bitField3_ = (bitField3_ & ~0x00400000); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder removeFieldMapSfixed64Uint64119( long key) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint64119() { bitField3_ |= 0x00400000; return internalGetMutableFieldMapSfixed64Uint64119().getMutableMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putFieldMapSfixed64Uint64119( long key, long value) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .put(key, value); bitField3_ |= 0x00400000; return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putAllFieldMapSfixed64Uint64119( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .putAll(values); bitField3_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { fieldMapSint32Bool120_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bool120_.isMutable()) { fieldMapSint32Bool120_ = fieldMapSint32Bool120_.copy(); } bitField3_ |= 0x00800000; onChanged(); return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bool120() { bitField3_ = (bitField3_ & ~0x00800000); internalGetMutableFieldMapSint32Bool120().getMutableMap() .clear(); return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder removeFieldMapSint32Bool120( int key) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bool120() { bitField3_ |= 0x00800000; return internalGetMutableFieldMapSint32Bool120().getMutableMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putFieldMapSint32Bool120( int key, boolean value) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .put(key, value); bitField3_ |= 0x00800000; return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putAllFieldMapSint32Bool120( java.util.Map values) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .putAll(values); bitField3_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { fieldMapSint32Bytes121_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bytes121_.isMutable()) { fieldMapSint32Bytes121_ = fieldMapSint32Bytes121_.copy(); } bitField3_ |= 0x01000000; onChanged(); return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bytes121() { bitField3_ = (bitField3_ & ~0x01000000); internalGetMutableFieldMapSint32Bytes121().getMutableMap() .clear(); return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder removeFieldMapSint32Bytes121( int key) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bytes121() { bitField3_ |= 0x01000000; return internalGetMutableFieldMapSint32Bytes121().getMutableMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putFieldMapSint32Bytes121( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Bytes121().getMutableMap() .put(key, value); bitField3_ |= 0x01000000; return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putAllFieldMapSint32Bytes121( java.util.Map values) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .putAll(values); bitField3_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { fieldMapSint32Double122_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Double122_.isMutable()) { fieldMapSint32Double122_ = fieldMapSint32Double122_.copy(); } bitField3_ |= 0x02000000; onChanged(); return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Double122() { bitField3_ = (bitField3_ & ~0x02000000); internalGetMutableFieldMapSint32Double122().getMutableMap() .clear(); return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder removeFieldMapSint32Double122( int key) { internalGetMutableFieldMapSint32Double122().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Double122() { bitField3_ |= 0x02000000; return internalGetMutableFieldMapSint32Double122().getMutableMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putFieldMapSint32Double122( int key, double value) { internalGetMutableFieldMapSint32Double122().getMutableMap() .put(key, value); bitField3_ |= 0x02000000; return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putAllFieldMapSint32Double122( java.util.Map values) { internalGetMutableFieldMapSint32Double122().getMutableMap() .putAll(values); bitField3_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { fieldMapSint32Enum123_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Enum123_.isMutable()) { fieldMapSint32Enum123_ = fieldMapSint32Enum123_.copy(); } bitField3_ |= 0x04000000; onChanged(); return fieldMapSint32Enum123_; } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSint32Enum123() { bitField3_ = (bitField3_ & ~0x04000000); internalGetMutableFieldMapSint32Enum123().getMutableMap() .clear(); return this; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder removeFieldMapSint32Enum123( int key) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Enum123() { bitField3_ |= 0x04000000; return internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putFieldMapSint32Enum123( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .put(key, fieldMapSint32Enum123ValueConverter.doBackward(value)); bitField3_ |= 0x04000000; return this; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putAllFieldMapSint32Enum123( java.util.Map values) { internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()) .putAll(values); bitField3_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { fieldMapSint32Fixed32124_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed32124_.isMutable()) { fieldMapSint32Fixed32124_ = fieldMapSint32Fixed32124_.copy(); } bitField3_ |= 0x08000000; onChanged(); return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed32124() { bitField3_ = (bitField3_ & ~0x08000000); internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .clear(); return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder removeFieldMapSint32Fixed32124( int key) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed32124() { bitField3_ |= 0x08000000; return internalGetMutableFieldMapSint32Fixed32124().getMutableMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putFieldMapSint32Fixed32124( int key, int value) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .put(key, value); bitField3_ |= 0x08000000; return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putAllFieldMapSint32Fixed32124( java.util.Map values) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .putAll(values); bitField3_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { fieldMapSint32Fixed64125_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed64125_.isMutable()) { fieldMapSint32Fixed64125_ = fieldMapSint32Fixed64125_.copy(); } bitField3_ |= 0x10000000; onChanged(); return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed64125() { bitField3_ = (bitField3_ & ~0x10000000); internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .clear(); return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder removeFieldMapSint32Fixed64125( int key) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed64125() { bitField3_ |= 0x10000000; return internalGetMutableFieldMapSint32Fixed64125().getMutableMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putFieldMapSint32Fixed64125( int key, long value) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .put(key, value); bitField3_ |= 0x10000000; return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putAllFieldMapSint32Fixed64125( java.util.Map values) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .putAll(values); bitField3_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { fieldMapSint32Float126_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Float126_.isMutable()) { fieldMapSint32Float126_ = fieldMapSint32Float126_.copy(); } bitField3_ |= 0x20000000; onChanged(); return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Float126() { bitField3_ = (bitField3_ & ~0x20000000); internalGetMutableFieldMapSint32Float126().getMutableMap() .clear(); return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder removeFieldMapSint32Float126( int key) { internalGetMutableFieldMapSint32Float126().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Float126() { bitField3_ |= 0x20000000; return internalGetMutableFieldMapSint32Float126().getMutableMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putFieldMapSint32Float126( int key, float value) { internalGetMutableFieldMapSint32Float126().getMutableMap() .put(key, value); bitField3_ |= 0x20000000; return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putAllFieldMapSint32Float126( java.util.Map values) { internalGetMutableFieldMapSint32Float126().getMutableMap() .putAll(values); bitField3_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { fieldMapSint32Int32127_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int32127_.isMutable()) { fieldMapSint32Int32127_ = fieldMapSint32Int32127_.copy(); } bitField3_ |= 0x40000000; onChanged(); return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int32127() { bitField3_ = (bitField3_ & ~0x40000000); internalGetMutableFieldMapSint32Int32127().getMutableMap() .clear(); return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder removeFieldMapSint32Int32127( int key) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int32127() { bitField3_ |= 0x40000000; return internalGetMutableFieldMapSint32Int32127().getMutableMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putFieldMapSint32Int32127( int key, int value) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .put(key, value); bitField3_ |= 0x40000000; return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putAllFieldMapSint32Int32127( java.util.Map values) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .putAll(values); bitField3_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { fieldMapSint32Int64128_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int64128_.isMutable()) { fieldMapSint32Int64128_ = fieldMapSint32Int64128_.copy(); } bitField3_ |= 0x80000000; onChanged(); return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int64128() { bitField3_ = (bitField3_ & ~0x80000000); internalGetMutableFieldMapSint32Int64128().getMutableMap() .clear(); return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder removeFieldMapSint32Int64128( int key) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int64128() { bitField3_ |= 0x80000000; return internalGetMutableFieldMapSint32Int64128().getMutableMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putFieldMapSint32Int64128( int key, long value) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .put(key, value); bitField3_ |= 0x80000000; return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putAllFieldMapSint32Int64128( java.util.Map values) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .putAll(values); bitField3_ |= 0x80000000; return this; } private static final class FieldMapSint32Message129Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint32Message129DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint32Message129Converter fieldMapSint32Message129Converter = new FieldMapSint32Message129Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapSint32Message129_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } return fieldMapSint32Message129_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { fieldMapSint32Message129_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } bitField4_ |= 0x00000001; onChanged(); return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().ensureBuilderMap().size(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getImmutableMap(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint32Message129Converter.build(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Message129Converter.build(map.get(key)); } public Builder clearFieldMapSint32Message129() { bitField4_ = (bitField4_ & ~0x00000001); internalGetMutableFieldMapSint32Message129().clear(); return this; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ public Builder removeFieldMapSint32Message129( int key) { internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Message129() { bitField4_ |= 0x00000001; return internalGetMutableFieldMapSint32Message129().ensureMessageMap(); } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ public Builder putFieldMapSint32Message129( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ public Builder putAllFieldMapSint32Message129( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint32_message_129 = 129; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapSint32Message129BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { fieldMapSint32Sfixed32130_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed32130_.isMutable()) { fieldMapSint32Sfixed32130_ = fieldMapSint32Sfixed32130_.copy(); } bitField4_ |= 0x00000002; onChanged(); return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed32130() { bitField4_ = (bitField4_ & ~0x00000002); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder removeFieldMapSint32Sfixed32130( int key) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed32130() { bitField4_ |= 0x00000002; return internalGetMutableFieldMapSint32Sfixed32130().getMutableMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putFieldMapSint32Sfixed32130( int key, int value) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .put(key, value); bitField4_ |= 0x00000002; return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putAllFieldMapSint32Sfixed32130( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .putAll(values); bitField4_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { fieldMapSint32Sfixed64131_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed64131_.isMutable()) { fieldMapSint32Sfixed64131_ = fieldMapSint32Sfixed64131_.copy(); } bitField4_ |= 0x00000004; onChanged(); return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed64131() { bitField4_ = (bitField4_ & ~0x00000004); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder removeFieldMapSint32Sfixed64131( int key) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed64131() { bitField4_ |= 0x00000004; return internalGetMutableFieldMapSint32Sfixed64131().getMutableMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putFieldMapSint32Sfixed64131( int key, long value) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .put(key, value); bitField4_ |= 0x00000004; return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putAllFieldMapSint32Sfixed64131( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .putAll(values); bitField4_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { fieldMapSint32Sint32132_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint32132_.isMutable()) { fieldMapSint32Sint32132_ = fieldMapSint32Sint32132_.copy(); } bitField4_ |= 0x00000008; onChanged(); return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint32132() { bitField4_ = (bitField4_ & ~0x00000008); internalGetMutableFieldMapSint32Sint32132().getMutableMap() .clear(); return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder removeFieldMapSint32Sint32132( int key) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint32132() { bitField4_ |= 0x00000008; return internalGetMutableFieldMapSint32Sint32132().getMutableMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putFieldMapSint32Sint32132( int key, int value) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .put(key, value); bitField4_ |= 0x00000008; return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putAllFieldMapSint32Sint32132( java.util.Map values) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .putAll(values); bitField4_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { fieldMapSint32Sint64133_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint64133_.isMutable()) { fieldMapSint32Sint64133_ = fieldMapSint32Sint64133_.copy(); } bitField4_ |= 0x00000010; onChanged(); return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint64133() { bitField4_ = (bitField4_ & ~0x00000010); internalGetMutableFieldMapSint32Sint64133().getMutableMap() .clear(); return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder removeFieldMapSint32Sint64133( int key) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint64133() { bitField4_ |= 0x00000010; return internalGetMutableFieldMapSint32Sint64133().getMutableMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putFieldMapSint32Sint64133( int key, long value) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .put(key, value); bitField4_ |= 0x00000010; return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putAllFieldMapSint32Sint64133( java.util.Map values) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .putAll(values); bitField4_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { fieldMapSint32String134_ = com.google.protobuf.MapField.newMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32String134_.isMutable()) { fieldMapSint32String134_ = fieldMapSint32String134_.copy(); } bitField4_ |= 0x00000020; onChanged(); return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32String134() { bitField4_ = (bitField4_ & ~0x00000020); internalGetMutableFieldMapSint32String134().getMutableMap() .clear(); return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder removeFieldMapSint32String134( int key) { internalGetMutableFieldMapSint32String134().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32String134() { bitField4_ |= 0x00000020; return internalGetMutableFieldMapSint32String134().getMutableMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putFieldMapSint32String134( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32String134().getMutableMap() .put(key, value); bitField4_ |= 0x00000020; return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putAllFieldMapSint32String134( java.util.Map values) { internalGetMutableFieldMapSint32String134().getMutableMap() .putAll(values); bitField4_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { fieldMapSint32Uint32135_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint32135_.isMutable()) { fieldMapSint32Uint32135_ = fieldMapSint32Uint32135_.copy(); } bitField4_ |= 0x00000040; onChanged(); return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint32135() { bitField4_ = (bitField4_ & ~0x00000040); internalGetMutableFieldMapSint32Uint32135().getMutableMap() .clear(); return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder removeFieldMapSint32Uint32135( int key) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint32135() { bitField4_ |= 0x00000040; return internalGetMutableFieldMapSint32Uint32135().getMutableMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putFieldMapSint32Uint32135( int key, int value) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .put(key, value); bitField4_ |= 0x00000040; return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putAllFieldMapSint32Uint32135( java.util.Map values) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .putAll(values); bitField4_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { fieldMapSint32Uint64136_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint64136_.isMutable()) { fieldMapSint32Uint64136_ = fieldMapSint32Uint64136_.copy(); } bitField4_ |= 0x00000080; onChanged(); return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint64136() { bitField4_ = (bitField4_ & ~0x00000080); internalGetMutableFieldMapSint32Uint64136().getMutableMap() .clear(); return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder removeFieldMapSint32Uint64136( int key) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint64136() { bitField4_ |= 0x00000080; return internalGetMutableFieldMapSint32Uint64136().getMutableMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putFieldMapSint32Uint64136( int key, long value) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .put(key, value); bitField4_ |= 0x00000080; return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putAllFieldMapSint32Uint64136( java.util.Map values) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .putAll(values); bitField4_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { fieldMapSint64Bool137_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bool137_.isMutable()) { fieldMapSint64Bool137_ = fieldMapSint64Bool137_.copy(); } bitField4_ |= 0x00000100; onChanged(); return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bool137() { bitField4_ = (bitField4_ & ~0x00000100); internalGetMutableFieldMapSint64Bool137().getMutableMap() .clear(); return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder removeFieldMapSint64Bool137( long key) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bool137() { bitField4_ |= 0x00000100; return internalGetMutableFieldMapSint64Bool137().getMutableMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putFieldMapSint64Bool137( long key, boolean value) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .put(key, value); bitField4_ |= 0x00000100; return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putAllFieldMapSint64Bool137( java.util.Map values) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .putAll(values); bitField4_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { fieldMapSint64Bytes138_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bytes138_.isMutable()) { fieldMapSint64Bytes138_ = fieldMapSint64Bytes138_.copy(); } bitField4_ |= 0x00000200; onChanged(); return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bytes138() { bitField4_ = (bitField4_ & ~0x00000200); internalGetMutableFieldMapSint64Bytes138().getMutableMap() .clear(); return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder removeFieldMapSint64Bytes138( long key) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bytes138() { bitField4_ |= 0x00000200; return internalGetMutableFieldMapSint64Bytes138().getMutableMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putFieldMapSint64Bytes138( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Bytes138().getMutableMap() .put(key, value); bitField4_ |= 0x00000200; return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putAllFieldMapSint64Bytes138( java.util.Map values) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .putAll(values); bitField4_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { fieldMapSint64Double139_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Double139_.isMutable()) { fieldMapSint64Double139_ = fieldMapSint64Double139_.copy(); } bitField4_ |= 0x00000400; onChanged(); return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Double139() { bitField4_ = (bitField4_ & ~0x00000400); internalGetMutableFieldMapSint64Double139().getMutableMap() .clear(); return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder removeFieldMapSint64Double139( long key) { internalGetMutableFieldMapSint64Double139().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Double139() { bitField4_ |= 0x00000400; return internalGetMutableFieldMapSint64Double139().getMutableMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putFieldMapSint64Double139( long key, double value) { internalGetMutableFieldMapSint64Double139().getMutableMap() .put(key, value); bitField4_ |= 0x00000400; return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putAllFieldMapSint64Double139( java.util.Map values) { internalGetMutableFieldMapSint64Double139().getMutableMap() .putAll(values); bitField4_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { fieldMapSint64Enum140_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Enum140_.isMutable()) { fieldMapSint64Enum140_ = fieldMapSint64Enum140_.copy(); } bitField4_ |= 0x00000800; onChanged(); return fieldMapSint64Enum140_; } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapSint64Enum140() { bitField4_ = (bitField4_ & ~0x00000800); internalGetMutableFieldMapSint64Enum140().getMutableMap() .clear(); return this; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder removeFieldMapSint64Enum140( long key) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Enum140() { bitField4_ |= 0x00000800; return internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putFieldMapSint64Enum140( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .put(key, fieldMapSint64Enum140ValueConverter.doBackward(value)); bitField4_ |= 0x00000800; return this; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putAllFieldMapSint64Enum140( java.util.Map values) { internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()) .putAll(values); bitField4_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { fieldMapSint64Fixed32141_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed32141_.isMutable()) { fieldMapSint64Fixed32141_ = fieldMapSint64Fixed32141_.copy(); } bitField4_ |= 0x00001000; onChanged(); return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed32141() { bitField4_ = (bitField4_ & ~0x00001000); internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .clear(); return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder removeFieldMapSint64Fixed32141( long key) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed32141() { bitField4_ |= 0x00001000; return internalGetMutableFieldMapSint64Fixed32141().getMutableMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putFieldMapSint64Fixed32141( long key, int value) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .put(key, value); bitField4_ |= 0x00001000; return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putAllFieldMapSint64Fixed32141( java.util.Map values) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .putAll(values); bitField4_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { fieldMapSint64Fixed64142_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed64142_.isMutable()) { fieldMapSint64Fixed64142_ = fieldMapSint64Fixed64142_.copy(); } bitField4_ |= 0x00002000; onChanged(); return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed64142() { bitField4_ = (bitField4_ & ~0x00002000); internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .clear(); return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder removeFieldMapSint64Fixed64142( long key) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed64142() { bitField4_ |= 0x00002000; return internalGetMutableFieldMapSint64Fixed64142().getMutableMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putFieldMapSint64Fixed64142( long key, long value) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .put(key, value); bitField4_ |= 0x00002000; return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putAllFieldMapSint64Fixed64142( java.util.Map values) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .putAll(values); bitField4_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { fieldMapSint64Float143_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Float143_.isMutable()) { fieldMapSint64Float143_ = fieldMapSint64Float143_.copy(); } bitField4_ |= 0x00004000; onChanged(); return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Float143() { bitField4_ = (bitField4_ & ~0x00004000); internalGetMutableFieldMapSint64Float143().getMutableMap() .clear(); return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder removeFieldMapSint64Float143( long key) { internalGetMutableFieldMapSint64Float143().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Float143() { bitField4_ |= 0x00004000; return internalGetMutableFieldMapSint64Float143().getMutableMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putFieldMapSint64Float143( long key, float value) { internalGetMutableFieldMapSint64Float143().getMutableMap() .put(key, value); bitField4_ |= 0x00004000; return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putAllFieldMapSint64Float143( java.util.Map values) { internalGetMutableFieldMapSint64Float143().getMutableMap() .putAll(values); bitField4_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { fieldMapSint64Int32144_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int32144_.isMutable()) { fieldMapSint64Int32144_ = fieldMapSint64Int32144_.copy(); } bitField4_ |= 0x00008000; onChanged(); return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int32144() { bitField4_ = (bitField4_ & ~0x00008000); internalGetMutableFieldMapSint64Int32144().getMutableMap() .clear(); return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder removeFieldMapSint64Int32144( long key) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int32144() { bitField4_ |= 0x00008000; return internalGetMutableFieldMapSint64Int32144().getMutableMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putFieldMapSint64Int32144( long key, int value) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .put(key, value); bitField4_ |= 0x00008000; return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putAllFieldMapSint64Int32144( java.util.Map values) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .putAll(values); bitField4_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { fieldMapSint64Int64145_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int64145_.isMutable()) { fieldMapSint64Int64145_ = fieldMapSint64Int64145_.copy(); } bitField4_ |= 0x00010000; onChanged(); return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int64145() { bitField4_ = (bitField4_ & ~0x00010000); internalGetMutableFieldMapSint64Int64145().getMutableMap() .clear(); return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder removeFieldMapSint64Int64145( long key) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int64145() { bitField4_ |= 0x00010000; return internalGetMutableFieldMapSint64Int64145().getMutableMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putFieldMapSint64Int64145( long key, long value) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .put(key, value); bitField4_ |= 0x00010000; return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putAllFieldMapSint64Int64145( java.util.Map values) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .putAll(values); bitField4_ |= 0x00010000; return this; } private static final class FieldMapSint64Message146Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint64Message146DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint64Message146Converter fieldMapSint64Message146Converter = new FieldMapSint64Message146Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapSint64Message146_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } return fieldMapSint64Message146_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { fieldMapSint64Message146_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } bitField4_ |= 0x00020000; onChanged(); return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().ensureBuilderMap().size(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getImmutableMap(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint64Message146Converter.build(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Message146Converter.build(map.get(key)); } public Builder clearFieldMapSint64Message146() { bitField4_ = (bitField4_ & ~0x00020000); internalGetMutableFieldMapSint64Message146().clear(); return this; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ public Builder removeFieldMapSint64Message146( long key) { internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Message146() { bitField4_ |= 0x00020000; return internalGetMutableFieldMapSint64Message146().ensureMessageMap(); } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ public Builder putFieldMapSint64Message146( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ public Builder putAllFieldMapSint64Message146( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_sint64_message_146 = 146; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapSint64Message146BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { fieldMapSint64Sfixed32147_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed32147_.isMutable()) { fieldMapSint64Sfixed32147_ = fieldMapSint64Sfixed32147_.copy(); } bitField4_ |= 0x00040000; onChanged(); return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed32147() { bitField4_ = (bitField4_ & ~0x00040000); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder removeFieldMapSint64Sfixed32147( long key) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed32147() { bitField4_ |= 0x00040000; return internalGetMutableFieldMapSint64Sfixed32147().getMutableMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putFieldMapSint64Sfixed32147( long key, int value) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .put(key, value); bitField4_ |= 0x00040000; return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putAllFieldMapSint64Sfixed32147( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .putAll(values); bitField4_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { fieldMapSint64Sfixed64148_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed64148_.isMutable()) { fieldMapSint64Sfixed64148_ = fieldMapSint64Sfixed64148_.copy(); } bitField4_ |= 0x00080000; onChanged(); return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed64148() { bitField4_ = (bitField4_ & ~0x00080000); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder removeFieldMapSint64Sfixed64148( long key) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed64148() { bitField4_ |= 0x00080000; return internalGetMutableFieldMapSint64Sfixed64148().getMutableMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putFieldMapSint64Sfixed64148( long key, long value) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .put(key, value); bitField4_ |= 0x00080000; return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putAllFieldMapSint64Sfixed64148( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .putAll(values); bitField4_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { fieldMapSint64Sint32149_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint32149_.isMutable()) { fieldMapSint64Sint32149_ = fieldMapSint64Sint32149_.copy(); } bitField4_ |= 0x00100000; onChanged(); return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint32149() { bitField4_ = (bitField4_ & ~0x00100000); internalGetMutableFieldMapSint64Sint32149().getMutableMap() .clear(); return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder removeFieldMapSint64Sint32149( long key) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint32149() { bitField4_ |= 0x00100000; return internalGetMutableFieldMapSint64Sint32149().getMutableMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putFieldMapSint64Sint32149( long key, int value) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .put(key, value); bitField4_ |= 0x00100000; return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putAllFieldMapSint64Sint32149( java.util.Map values) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .putAll(values); bitField4_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { fieldMapSint64Sint64150_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint64150_.isMutable()) { fieldMapSint64Sint64150_ = fieldMapSint64Sint64150_.copy(); } bitField4_ |= 0x00200000; onChanged(); return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint64150() { bitField4_ = (bitField4_ & ~0x00200000); internalGetMutableFieldMapSint64Sint64150().getMutableMap() .clear(); return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder removeFieldMapSint64Sint64150( long key) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint64150() { bitField4_ |= 0x00200000; return internalGetMutableFieldMapSint64Sint64150().getMutableMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putFieldMapSint64Sint64150( long key, long value) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .put(key, value); bitField4_ |= 0x00200000; return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putAllFieldMapSint64Sint64150( java.util.Map values) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .putAll(values); bitField4_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { fieldMapSint64String151_ = com.google.protobuf.MapField.newMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64String151_.isMutable()) { fieldMapSint64String151_ = fieldMapSint64String151_.copy(); } bitField4_ |= 0x00400000; onChanged(); return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64String151() { bitField4_ = (bitField4_ & ~0x00400000); internalGetMutableFieldMapSint64String151().getMutableMap() .clear(); return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder removeFieldMapSint64String151( long key) { internalGetMutableFieldMapSint64String151().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64String151() { bitField4_ |= 0x00400000; return internalGetMutableFieldMapSint64String151().getMutableMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putFieldMapSint64String151( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64String151().getMutableMap() .put(key, value); bitField4_ |= 0x00400000; return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putAllFieldMapSint64String151( java.util.Map values) { internalGetMutableFieldMapSint64String151().getMutableMap() .putAll(values); bitField4_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { fieldMapSint64Uint32152_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint32152_.isMutable()) { fieldMapSint64Uint32152_ = fieldMapSint64Uint32152_.copy(); } bitField4_ |= 0x00800000; onChanged(); return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint32152() { bitField4_ = (bitField4_ & ~0x00800000); internalGetMutableFieldMapSint64Uint32152().getMutableMap() .clear(); return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder removeFieldMapSint64Uint32152( long key) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint32152() { bitField4_ |= 0x00800000; return internalGetMutableFieldMapSint64Uint32152().getMutableMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putFieldMapSint64Uint32152( long key, int value) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .put(key, value); bitField4_ |= 0x00800000; return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putAllFieldMapSint64Uint32152( java.util.Map values) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .putAll(values); bitField4_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { fieldMapSint64Uint64153_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint64153_.isMutable()) { fieldMapSint64Uint64153_ = fieldMapSint64Uint64153_.copy(); } bitField4_ |= 0x01000000; onChanged(); return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint64153() { bitField4_ = (bitField4_ & ~0x01000000); internalGetMutableFieldMapSint64Uint64153().getMutableMap() .clear(); return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder removeFieldMapSint64Uint64153( long key) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint64153() { bitField4_ |= 0x01000000; return internalGetMutableFieldMapSint64Uint64153().getMutableMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putFieldMapSint64Uint64153( long key, long value) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .put(key, value); bitField4_ |= 0x01000000; return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putAllFieldMapSint64Uint64153( java.util.Map values) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .putAll(values); bitField4_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { fieldMapStringBool154_ = com.google.protobuf.MapField.newMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBool154_.isMutable()) { fieldMapStringBool154_ = fieldMapStringBool154_.copy(); } bitField4_ |= 0x02000000; onChanged(); return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBool154() { bitField4_ = (bitField4_ & ~0x02000000); internalGetMutableFieldMapStringBool154().getMutableMap() .clear(); return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder removeFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBool154() { bitField4_ |= 0x02000000; return internalGetMutableFieldMapStringBool154().getMutableMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putFieldMapStringBool154( java.lang.String key, boolean value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .put(key, value); bitField4_ |= 0x02000000; return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putAllFieldMapStringBool154( java.util.Map values) { internalGetMutableFieldMapStringBool154().getMutableMap() .putAll(values); bitField4_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { fieldMapStringBytes155_ = com.google.protobuf.MapField.newMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBytes155_.isMutable()) { fieldMapStringBytes155_ = fieldMapStringBytes155_.copy(); } bitField4_ |= 0x04000000; onChanged(); return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBytes155() { bitField4_ = (bitField4_ & ~0x04000000); internalGetMutableFieldMapStringBytes155().getMutableMap() .clear(); return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder removeFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBytes155() { bitField4_ |= 0x04000000; return internalGetMutableFieldMapStringBytes155().getMutableMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putFieldMapStringBytes155( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .put(key, value); bitField4_ |= 0x04000000; return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putAllFieldMapStringBytes155( java.util.Map values) { internalGetMutableFieldMapStringBytes155().getMutableMap() .putAll(values); bitField4_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { fieldMapStringDouble156_ = com.google.protobuf.MapField.newMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } if (!fieldMapStringDouble156_.isMutable()) { fieldMapStringDouble156_ = fieldMapStringDouble156_.copy(); } bitField4_ |= 0x08000000; onChanged(); return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringDouble156() { bitField4_ = (bitField4_ & ~0x08000000); internalGetMutableFieldMapStringDouble156().getMutableMap() .clear(); return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder removeFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringDouble156() { bitField4_ |= 0x08000000; return internalGetMutableFieldMapStringDouble156().getMutableMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putFieldMapStringDouble156( java.lang.String key, double value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .put(key, value); bitField4_ |= 0x08000000; return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putAllFieldMapStringDouble156( java.util.Map values) { internalGetMutableFieldMapStringDouble156().getMutableMap() .putAll(values); bitField4_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { fieldMapStringEnum157_ = com.google.protobuf.MapField.newMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } if (!fieldMapStringEnum157_.isMutable()) { fieldMapStringEnum157_ = fieldMapStringEnum157_.copy(); } bitField4_ |= 0x10000000; onChanged(); return fieldMapStringEnum157_; } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapStringEnum157() { bitField4_ = (bitField4_ & ~0x10000000); internalGetMutableFieldMapStringEnum157().getMutableMap() .clear(); return this; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder removeFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringEnum157() { bitField4_ |= 0x10000000; return internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder putFieldMapStringEnum157( java.lang.String key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .put(key, fieldMapStringEnum157ValueConverter.doBackward(value)); bitField4_ |= 0x10000000; return this; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder putAllFieldMapStringEnum157( java.util.Map values) { internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()) .putAll(values); bitField4_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { fieldMapStringFixed32158_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed32158_.isMutable()) { fieldMapStringFixed32158_ = fieldMapStringFixed32158_.copy(); } bitField4_ |= 0x20000000; onChanged(); return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed32158() { bitField4_ = (bitField4_ & ~0x20000000); internalGetMutableFieldMapStringFixed32158().getMutableMap() .clear(); return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder removeFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed32158() { bitField4_ |= 0x20000000; return internalGetMutableFieldMapStringFixed32158().getMutableMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putFieldMapStringFixed32158( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .put(key, value); bitField4_ |= 0x20000000; return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putAllFieldMapStringFixed32158( java.util.Map values) { internalGetMutableFieldMapStringFixed32158().getMutableMap() .putAll(values); bitField4_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { fieldMapStringFixed64159_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed64159_.isMutable()) { fieldMapStringFixed64159_ = fieldMapStringFixed64159_.copy(); } bitField4_ |= 0x40000000; onChanged(); return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed64159() { bitField4_ = (bitField4_ & ~0x40000000); internalGetMutableFieldMapStringFixed64159().getMutableMap() .clear(); return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder removeFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed64159() { bitField4_ |= 0x40000000; return internalGetMutableFieldMapStringFixed64159().getMutableMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putFieldMapStringFixed64159( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .put(key, value); bitField4_ |= 0x40000000; return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putAllFieldMapStringFixed64159( java.util.Map values) { internalGetMutableFieldMapStringFixed64159().getMutableMap() .putAll(values); bitField4_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { fieldMapStringFloat160_ = com.google.protobuf.MapField.newMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFloat160_.isMutable()) { fieldMapStringFloat160_ = fieldMapStringFloat160_.copy(); } bitField4_ |= 0x80000000; onChanged(); return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFloat160() { bitField4_ = (bitField4_ & ~0x80000000); internalGetMutableFieldMapStringFloat160().getMutableMap() .clear(); return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder removeFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFloat160() { bitField4_ |= 0x80000000; return internalGetMutableFieldMapStringFloat160().getMutableMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putFieldMapStringFloat160( java.lang.String key, float value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .put(key, value); bitField4_ |= 0x80000000; return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putAllFieldMapStringFloat160( java.util.Map values) { internalGetMutableFieldMapStringFloat160().getMutableMap() .putAll(values); bitField4_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { fieldMapStringInt32161_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt32161_.isMutable()) { fieldMapStringInt32161_ = fieldMapStringInt32161_.copy(); } bitField5_ |= 0x00000001; onChanged(); return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt32161() { bitField5_ = (bitField5_ & ~0x00000001); internalGetMutableFieldMapStringInt32161().getMutableMap() .clear(); return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder removeFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt32161() { bitField5_ |= 0x00000001; return internalGetMutableFieldMapStringInt32161().getMutableMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putFieldMapStringInt32161( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .put(key, value); bitField5_ |= 0x00000001; return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putAllFieldMapStringInt32161( java.util.Map values) { internalGetMutableFieldMapStringInt32161().getMutableMap() .putAll(values); bitField5_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { fieldMapStringInt64162_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt64162_.isMutable()) { fieldMapStringInt64162_ = fieldMapStringInt64162_.copy(); } bitField5_ |= 0x00000002; onChanged(); return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt64162() { bitField5_ = (bitField5_ & ~0x00000002); internalGetMutableFieldMapStringInt64162().getMutableMap() .clear(); return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder removeFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt64162() { bitField5_ |= 0x00000002; return internalGetMutableFieldMapStringInt64162().getMutableMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putFieldMapStringInt64162( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .put(key, value); bitField5_ |= 0x00000002; return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putAllFieldMapStringInt64162( java.util.Map values) { internalGetMutableFieldMapStringInt64162().getMutableMap() .putAll(values); bitField5_ |= 0x00000002; return this; } private static final class FieldMapStringMessage163Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapStringMessage163DefaultEntryHolder.defaultEntry; } }; private static final FieldMapStringMessage163Converter fieldMapStringMessage163Converter = new FieldMapStringMessage163Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.String, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapStringMessage163_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } return fieldMapStringMessage163_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { fieldMapStringMessage163_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } bitField5_ |= 0x00000004; onChanged(); return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().ensureBuilderMap().size(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getImmutableMap(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); return map.containsKey(key) ? fieldMapStringMessage163Converter.build(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringMessage163Converter.build(map.get(key)); } public Builder clearFieldMapStringMessage163() { bitField5_ = (bitField5_ & ~0x00000004); internalGetMutableFieldMapStringMessage163().clear(); return this; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ public Builder removeFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringMessage163() { bitField5_ |= 0x00000004; return internalGetMutableFieldMapStringMessage163().ensureMessageMap(); } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ public Builder putFieldMapStringMessage163( java.lang.String key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ public Builder putAllFieldMapStringMessage163( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.lite.Proto2MessageLite> field_map_string_message_163 = 163; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapStringMessage163BuilderIfAbsent( java.lang.String key) { java.util.Map builderMap = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { fieldMapStringSfixed32164_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed32164_.isMutable()) { fieldMapStringSfixed32164_ = fieldMapStringSfixed32164_.copy(); } bitField5_ |= 0x00000008; onChanged(); return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed32164() { bitField5_ = (bitField5_ & ~0x00000008); internalGetMutableFieldMapStringSfixed32164().getMutableMap() .clear(); return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder removeFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed32164() { bitField5_ |= 0x00000008; return internalGetMutableFieldMapStringSfixed32164().getMutableMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putFieldMapStringSfixed32164( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .put(key, value); bitField5_ |= 0x00000008; return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putAllFieldMapStringSfixed32164( java.util.Map values) { internalGetMutableFieldMapStringSfixed32164().getMutableMap() .putAll(values); bitField5_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { fieldMapStringSfixed64165_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed64165_.isMutable()) { fieldMapStringSfixed64165_ = fieldMapStringSfixed64165_.copy(); } bitField5_ |= 0x00000010; onChanged(); return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed64165() { bitField5_ = (bitField5_ & ~0x00000010); internalGetMutableFieldMapStringSfixed64165().getMutableMap() .clear(); return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder removeFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed64165() { bitField5_ |= 0x00000010; return internalGetMutableFieldMapStringSfixed64165().getMutableMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putFieldMapStringSfixed64165( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .put(key, value); bitField5_ |= 0x00000010; return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putAllFieldMapStringSfixed64165( java.util.Map values) { internalGetMutableFieldMapStringSfixed64165().getMutableMap() .putAll(values); bitField5_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { fieldMapStringSint32166_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint32166_.isMutable()) { fieldMapStringSint32166_ = fieldMapStringSint32166_.copy(); } bitField5_ |= 0x00000020; onChanged(); return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint32166() { bitField5_ = (bitField5_ & ~0x00000020); internalGetMutableFieldMapStringSint32166().getMutableMap() .clear(); return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder removeFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint32166() { bitField5_ |= 0x00000020; return internalGetMutableFieldMapStringSint32166().getMutableMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putFieldMapStringSint32166( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .put(key, value); bitField5_ |= 0x00000020; return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putAllFieldMapStringSint32166( java.util.Map values) { internalGetMutableFieldMapStringSint32166().getMutableMap() .putAll(values); bitField5_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { fieldMapStringSint64167_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint64167_.isMutable()) { fieldMapStringSint64167_ = fieldMapStringSint64167_.copy(); } bitField5_ |= 0x00000040; onChanged(); return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint64167() { bitField5_ = (bitField5_ & ~0x00000040); internalGetMutableFieldMapStringSint64167().getMutableMap() .clear(); return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder removeFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint64167() { bitField5_ |= 0x00000040; return internalGetMutableFieldMapStringSint64167().getMutableMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putFieldMapStringSint64167( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .put(key, value); bitField5_ |= 0x00000040; return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putAllFieldMapStringSint64167( java.util.Map values) { internalGetMutableFieldMapStringSint64167().getMutableMap() .putAll(values); bitField5_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringString168() { if (fieldMapStringString168_ == null) { fieldMapStringString168_ = com.google.protobuf.MapField.newMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } if (!fieldMapStringString168_.isMutable()) { fieldMapStringString168_ = fieldMapStringString168_.copy(); } bitField5_ |= 0x00000080; onChanged(); return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringString168() { bitField5_ = (bitField5_ & ~0x00000080); internalGetMutableFieldMapStringString168().getMutableMap() .clear(); return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder removeFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringString168().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringString168() { bitField5_ |= 0x00000080; return internalGetMutableFieldMapStringString168().getMutableMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putFieldMapStringString168( java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringString168().getMutableMap() .put(key, value); bitField5_ |= 0x00000080; return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putAllFieldMapStringString168( java.util.Map values) { internalGetMutableFieldMapStringString168().getMutableMap() .putAll(values); bitField5_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { fieldMapStringUint32169_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint32169_.isMutable()) { fieldMapStringUint32169_ = fieldMapStringUint32169_.copy(); } bitField5_ |= 0x00000100; onChanged(); return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint32169() { bitField5_ = (bitField5_ & ~0x00000100); internalGetMutableFieldMapStringUint32169().getMutableMap() .clear(); return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder removeFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint32169() { bitField5_ |= 0x00000100; return internalGetMutableFieldMapStringUint32169().getMutableMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putFieldMapStringUint32169( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .put(key, value); bitField5_ |= 0x00000100; return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putAllFieldMapStringUint32169( java.util.Map values) { internalGetMutableFieldMapStringUint32169().getMutableMap() .putAll(values); bitField5_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { fieldMapStringUint64170_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint64170_.isMutable()) { fieldMapStringUint64170_ = fieldMapStringUint64170_.copy(); } bitField5_ |= 0x00000200; onChanged(); return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint64170() { bitField5_ = (bitField5_ & ~0x00000200); internalGetMutableFieldMapStringUint64170().getMutableMap() .clear(); return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder removeFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint64170() { bitField5_ |= 0x00000200; return internalGetMutableFieldMapStringUint64170().getMutableMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putFieldMapStringUint64170( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .put(key, value); bitField5_ |= 0x00000200; return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putAllFieldMapStringUint64170( java.util.Map values) { internalGetMutableFieldMapStringUint64170().getMutableMap() .putAll(values); bitField5_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { fieldMapUint32Bool171_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bool171_.isMutable()) { fieldMapUint32Bool171_ = fieldMapUint32Bool171_.copy(); } bitField5_ |= 0x00000400; onChanged(); return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bool171() { bitField5_ = (bitField5_ & ~0x00000400); internalGetMutableFieldMapUint32Bool171().getMutableMap() .clear(); return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder removeFieldMapUint32Bool171( int key) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bool171() { bitField5_ |= 0x00000400; return internalGetMutableFieldMapUint32Bool171().getMutableMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putFieldMapUint32Bool171( int key, boolean value) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .put(key, value); bitField5_ |= 0x00000400; return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putAllFieldMapUint32Bool171( java.util.Map values) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .putAll(values); bitField5_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { fieldMapUint32Bytes172_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bytes172_.isMutable()) { fieldMapUint32Bytes172_ = fieldMapUint32Bytes172_.copy(); } bitField5_ |= 0x00000800; onChanged(); return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bytes172() { bitField5_ = (bitField5_ & ~0x00000800); internalGetMutableFieldMapUint32Bytes172().getMutableMap() .clear(); return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder removeFieldMapUint32Bytes172( int key) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bytes172() { bitField5_ |= 0x00000800; return internalGetMutableFieldMapUint32Bytes172().getMutableMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putFieldMapUint32Bytes172( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Bytes172().getMutableMap() .put(key, value); bitField5_ |= 0x00000800; return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putAllFieldMapUint32Bytes172( java.util.Map values) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .putAll(values); bitField5_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { fieldMapUint32Double173_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Double173_.isMutable()) { fieldMapUint32Double173_ = fieldMapUint32Double173_.copy(); } bitField5_ |= 0x00001000; onChanged(); return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Double173() { bitField5_ = (bitField5_ & ~0x00001000); internalGetMutableFieldMapUint32Double173().getMutableMap() .clear(); return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder removeFieldMapUint32Double173( int key) { internalGetMutableFieldMapUint32Double173().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Double173() { bitField5_ |= 0x00001000; return internalGetMutableFieldMapUint32Double173().getMutableMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putFieldMapUint32Double173( int key, double value) { internalGetMutableFieldMapUint32Double173().getMutableMap() .put(key, value); bitField5_ |= 0x00001000; return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putAllFieldMapUint32Double173( java.util.Map values) { internalGetMutableFieldMapUint32Double173().getMutableMap() .putAll(values); bitField5_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { fieldMapUint32Enum174_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Enum174_.isMutable()) { fieldMapUint32Enum174_ = fieldMapUint32Enum174_.copy(); } bitField5_ |= 0x00002000; onChanged(); return fieldMapUint32Enum174_; } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapUint32Enum174() { bitField5_ = (bitField5_ & ~0x00002000); internalGetMutableFieldMapUint32Enum174().getMutableMap() .clear(); return this; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder removeFieldMapUint32Enum174( int key) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Enum174() { bitField5_ |= 0x00002000; return internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putFieldMapUint32Enum174( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .put(key, fieldMapUint32Enum174ValueConverter.doBackward(value)); bitField5_ |= 0x00002000; return this; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putAllFieldMapUint32Enum174( java.util.Map values) { internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()) .putAll(values); bitField5_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { fieldMapUint32Fixed32175_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed32175_.isMutable()) { fieldMapUint32Fixed32175_ = fieldMapUint32Fixed32175_.copy(); } bitField5_ |= 0x00004000; onChanged(); return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed32175() { bitField5_ = (bitField5_ & ~0x00004000); internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .clear(); return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder removeFieldMapUint32Fixed32175( int key) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed32175() { bitField5_ |= 0x00004000; return internalGetMutableFieldMapUint32Fixed32175().getMutableMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putFieldMapUint32Fixed32175( int key, int value) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .put(key, value); bitField5_ |= 0x00004000; return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putAllFieldMapUint32Fixed32175( java.util.Map values) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .putAll(values); bitField5_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { fieldMapUint32Fixed64176_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed64176_.isMutable()) { fieldMapUint32Fixed64176_ = fieldMapUint32Fixed64176_.copy(); } bitField5_ |= 0x00008000; onChanged(); return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed64176() { bitField5_ = (bitField5_ & ~0x00008000); internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .clear(); return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder removeFieldMapUint32Fixed64176( int key) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed64176() { bitField5_ |= 0x00008000; return internalGetMutableFieldMapUint32Fixed64176().getMutableMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putFieldMapUint32Fixed64176( int key, long value) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .put(key, value); bitField5_ |= 0x00008000; return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putAllFieldMapUint32Fixed64176( java.util.Map values) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .putAll(values); bitField5_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { fieldMapUint32Float177_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Float177_.isMutable()) { fieldMapUint32Float177_ = fieldMapUint32Float177_.copy(); } bitField5_ |= 0x00010000; onChanged(); return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Float177() { bitField5_ = (bitField5_ & ~0x00010000); internalGetMutableFieldMapUint32Float177().getMutableMap() .clear(); return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder removeFieldMapUint32Float177( int key) { internalGetMutableFieldMapUint32Float177().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Float177() { bitField5_ |= 0x00010000; return internalGetMutableFieldMapUint32Float177().getMutableMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putFieldMapUint32Float177( int key, float value) { internalGetMutableFieldMapUint32Float177().getMutableMap() .put(key, value); bitField5_ |= 0x00010000; return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putAllFieldMapUint32Float177( java.util.Map values) { internalGetMutableFieldMapUint32Float177().getMutableMap() .putAll(values); bitField5_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { fieldMapUint32Int32178_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int32178_.isMutable()) { fieldMapUint32Int32178_ = fieldMapUint32Int32178_.copy(); } bitField5_ |= 0x00020000; onChanged(); return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int32178() { bitField5_ = (bitField5_ & ~0x00020000); internalGetMutableFieldMapUint32Int32178().getMutableMap() .clear(); return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder removeFieldMapUint32Int32178( int key) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int32178() { bitField5_ |= 0x00020000; return internalGetMutableFieldMapUint32Int32178().getMutableMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putFieldMapUint32Int32178( int key, int value) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .put(key, value); bitField5_ |= 0x00020000; return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putAllFieldMapUint32Int32178( java.util.Map values) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .putAll(values); bitField5_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { fieldMapUint32Int64179_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int64179_.isMutable()) { fieldMapUint32Int64179_ = fieldMapUint32Int64179_.copy(); } bitField5_ |= 0x00040000; onChanged(); return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int64179() { bitField5_ = (bitField5_ & ~0x00040000); internalGetMutableFieldMapUint32Int64179().getMutableMap() .clear(); return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder removeFieldMapUint32Int64179( int key) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int64179() { bitField5_ |= 0x00040000; return internalGetMutableFieldMapUint32Int64179().getMutableMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putFieldMapUint32Int64179( int key, long value) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .put(key, value); bitField5_ |= 0x00040000; return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putAllFieldMapUint32Int64179( java.util.Map values) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .putAll(values); bitField5_ |= 0x00040000; return this; } private static final class FieldMapUint32Message180Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint32Message180DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint32Message180Converter fieldMapUint32Message180Converter = new FieldMapUint32Message180Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapUint32Message180_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } return fieldMapUint32Message180_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { fieldMapUint32Message180_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } bitField5_ |= 0x00080000; onChanged(); return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().ensureBuilderMap().size(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getImmutableMap(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint32Message180Converter.build(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Message180Converter.build(map.get(key)); } public Builder clearFieldMapUint32Message180() { bitField5_ = (bitField5_ & ~0x00080000); internalGetMutableFieldMapUint32Message180().clear(); return this; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ public Builder removeFieldMapUint32Message180( int key) { internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Message180() { bitField5_ |= 0x00080000; return internalGetMutableFieldMapUint32Message180().ensureMessageMap(); } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ public Builder putFieldMapUint32Message180( int key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ public Builder putAllFieldMapUint32Message180( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint32_message_180 = 180; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapUint32Message180BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { fieldMapUint32Sfixed32181_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed32181_.isMutable()) { fieldMapUint32Sfixed32181_ = fieldMapUint32Sfixed32181_.copy(); } bitField5_ |= 0x00100000; onChanged(); return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed32181() { bitField5_ = (bitField5_ & ~0x00100000); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder removeFieldMapUint32Sfixed32181( int key) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed32181() { bitField5_ |= 0x00100000; return internalGetMutableFieldMapUint32Sfixed32181().getMutableMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putFieldMapUint32Sfixed32181( int key, int value) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .put(key, value); bitField5_ |= 0x00100000; return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putAllFieldMapUint32Sfixed32181( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .putAll(values); bitField5_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { fieldMapUint32Sfixed64182_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed64182_.isMutable()) { fieldMapUint32Sfixed64182_ = fieldMapUint32Sfixed64182_.copy(); } bitField5_ |= 0x00200000; onChanged(); return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed64182() { bitField5_ = (bitField5_ & ~0x00200000); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder removeFieldMapUint32Sfixed64182( int key) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed64182() { bitField5_ |= 0x00200000; return internalGetMutableFieldMapUint32Sfixed64182().getMutableMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putFieldMapUint32Sfixed64182( int key, long value) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .put(key, value); bitField5_ |= 0x00200000; return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putAllFieldMapUint32Sfixed64182( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .putAll(values); bitField5_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { fieldMapUint32Sint32183_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint32183_.isMutable()) { fieldMapUint32Sint32183_ = fieldMapUint32Sint32183_.copy(); } bitField5_ |= 0x00400000; onChanged(); return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint32183() { bitField5_ = (bitField5_ & ~0x00400000); internalGetMutableFieldMapUint32Sint32183().getMutableMap() .clear(); return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder removeFieldMapUint32Sint32183( int key) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint32183() { bitField5_ |= 0x00400000; return internalGetMutableFieldMapUint32Sint32183().getMutableMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putFieldMapUint32Sint32183( int key, int value) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .put(key, value); bitField5_ |= 0x00400000; return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putAllFieldMapUint32Sint32183( java.util.Map values) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .putAll(values); bitField5_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { fieldMapUint32Sint64184_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint64184_.isMutable()) { fieldMapUint32Sint64184_ = fieldMapUint32Sint64184_.copy(); } bitField5_ |= 0x00800000; onChanged(); return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint64184() { bitField5_ = (bitField5_ & ~0x00800000); internalGetMutableFieldMapUint32Sint64184().getMutableMap() .clear(); return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder removeFieldMapUint32Sint64184( int key) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint64184() { bitField5_ |= 0x00800000; return internalGetMutableFieldMapUint32Sint64184().getMutableMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putFieldMapUint32Sint64184( int key, long value) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .put(key, value); bitField5_ |= 0x00800000; return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putAllFieldMapUint32Sint64184( java.util.Map values) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .putAll(values); bitField5_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { fieldMapUint32String185_ = com.google.protobuf.MapField.newMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32String185_.isMutable()) { fieldMapUint32String185_ = fieldMapUint32String185_.copy(); } bitField5_ |= 0x01000000; onChanged(); return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32String185() { bitField5_ = (bitField5_ & ~0x01000000); internalGetMutableFieldMapUint32String185().getMutableMap() .clear(); return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder removeFieldMapUint32String185( int key) { internalGetMutableFieldMapUint32String185().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32String185() { bitField5_ |= 0x01000000; return internalGetMutableFieldMapUint32String185().getMutableMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putFieldMapUint32String185( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32String185().getMutableMap() .put(key, value); bitField5_ |= 0x01000000; return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putAllFieldMapUint32String185( java.util.Map values) { internalGetMutableFieldMapUint32String185().getMutableMap() .putAll(values); bitField5_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { fieldMapUint32Uint32186_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint32186_.isMutable()) { fieldMapUint32Uint32186_ = fieldMapUint32Uint32186_.copy(); } bitField5_ |= 0x02000000; onChanged(); return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint32186() { bitField5_ = (bitField5_ & ~0x02000000); internalGetMutableFieldMapUint32Uint32186().getMutableMap() .clear(); return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder removeFieldMapUint32Uint32186( int key) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint32186() { bitField5_ |= 0x02000000; return internalGetMutableFieldMapUint32Uint32186().getMutableMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putFieldMapUint32Uint32186( int key, int value) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .put(key, value); bitField5_ |= 0x02000000; return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putAllFieldMapUint32Uint32186( java.util.Map values) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .putAll(values); bitField5_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { fieldMapUint32Uint64187_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint64187_.isMutable()) { fieldMapUint32Uint64187_ = fieldMapUint32Uint64187_.copy(); } bitField5_ |= 0x04000000; onChanged(); return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint64187() { bitField5_ = (bitField5_ & ~0x04000000); internalGetMutableFieldMapUint32Uint64187().getMutableMap() .clear(); return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder removeFieldMapUint32Uint64187( int key) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint64187() { bitField5_ |= 0x04000000; return internalGetMutableFieldMapUint32Uint64187().getMutableMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putFieldMapUint32Uint64187( int key, long value) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .put(key, value); bitField5_ |= 0x04000000; return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putAllFieldMapUint32Uint64187( java.util.Map values) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .putAll(values); bitField5_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { fieldMapUint64Bool188_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bool188_.isMutable()) { fieldMapUint64Bool188_ = fieldMapUint64Bool188_.copy(); } bitField5_ |= 0x08000000; onChanged(); return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bool188() { bitField5_ = (bitField5_ & ~0x08000000); internalGetMutableFieldMapUint64Bool188().getMutableMap() .clear(); return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder removeFieldMapUint64Bool188( long key) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bool188() { bitField5_ |= 0x08000000; return internalGetMutableFieldMapUint64Bool188().getMutableMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putFieldMapUint64Bool188( long key, boolean value) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .put(key, value); bitField5_ |= 0x08000000; return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putAllFieldMapUint64Bool188( java.util.Map values) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .putAll(values); bitField5_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { fieldMapUint64Bytes189_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bytes189_.isMutable()) { fieldMapUint64Bytes189_ = fieldMapUint64Bytes189_.copy(); } bitField5_ |= 0x10000000; onChanged(); return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bytes189() { bitField5_ = (bitField5_ & ~0x10000000); internalGetMutableFieldMapUint64Bytes189().getMutableMap() .clear(); return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder removeFieldMapUint64Bytes189( long key) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bytes189() { bitField5_ |= 0x10000000; return internalGetMutableFieldMapUint64Bytes189().getMutableMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putFieldMapUint64Bytes189( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Bytes189().getMutableMap() .put(key, value); bitField5_ |= 0x10000000; return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putAllFieldMapUint64Bytes189( java.util.Map values) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .putAll(values); bitField5_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { fieldMapUint64Double190_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Double190_.isMutable()) { fieldMapUint64Double190_ = fieldMapUint64Double190_.copy(); } bitField5_ |= 0x20000000; onChanged(); return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Double190() { bitField5_ = (bitField5_ & ~0x20000000); internalGetMutableFieldMapUint64Double190().getMutableMap() .clear(); return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder removeFieldMapUint64Double190( long key) { internalGetMutableFieldMapUint64Double190().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Double190() { bitField5_ |= 0x20000000; return internalGetMutableFieldMapUint64Double190().getMutableMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putFieldMapUint64Double190( long key, double value) { internalGetMutableFieldMapUint64Double190().getMutableMap() .put(key, value); bitField5_ |= 0x20000000; return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putAllFieldMapUint64Double190( java.util.Map values) { internalGetMutableFieldMapUint64Double190().getMutableMap() .putAll(values); bitField5_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { fieldMapUint64Enum191_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Enum191_.isMutable()) { fieldMapUint64Enum191_ = fieldMapUint64Enum191_.copy(); } bitField5_ |= 0x40000000; onChanged(); return fieldMapUint64Enum191_; } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } public Builder clearFieldMapUint64Enum191() { bitField5_ = (bitField5_ & ~0x40000000); internalGetMutableFieldMapUint64Enum191().getMutableMap() .clear(); return this; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder removeFieldMapUint64Enum191( long key) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Enum191() { bitField5_ |= 0x40000000; return internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putFieldMapUint64Enum191( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum value) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .put(key, fieldMapUint64Enum191ValueConverter.doBackward(value)); bitField5_ |= 0x40000000; return this; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putAllFieldMapUint64Enum191( java.util.Map values) { internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()) .putAll(values); bitField5_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { fieldMapUint64Fixed32192_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed32192_.isMutable()) { fieldMapUint64Fixed32192_ = fieldMapUint64Fixed32192_.copy(); } bitField5_ |= 0x80000000; onChanged(); return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed32192() { bitField5_ = (bitField5_ & ~0x80000000); internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .clear(); return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder removeFieldMapUint64Fixed32192( long key) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed32192() { bitField5_ |= 0x80000000; return internalGetMutableFieldMapUint64Fixed32192().getMutableMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putFieldMapUint64Fixed32192( long key, int value) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .put(key, value); bitField5_ |= 0x80000000; return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putAllFieldMapUint64Fixed32192( java.util.Map values) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .putAll(values); bitField5_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { fieldMapUint64Fixed64193_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed64193_.isMutable()) { fieldMapUint64Fixed64193_ = fieldMapUint64Fixed64193_.copy(); } bitField6_ |= 0x00000001; onChanged(); return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed64193() { bitField6_ = (bitField6_ & ~0x00000001); internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .clear(); return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder removeFieldMapUint64Fixed64193( long key) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed64193() { bitField6_ |= 0x00000001; return internalGetMutableFieldMapUint64Fixed64193().getMutableMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putFieldMapUint64Fixed64193( long key, long value) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .put(key, value); bitField6_ |= 0x00000001; return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putAllFieldMapUint64Fixed64193( java.util.Map values) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .putAll(values); bitField6_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { fieldMapUint64Float194_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Float194_.isMutable()) { fieldMapUint64Float194_ = fieldMapUint64Float194_.copy(); } bitField6_ |= 0x00000002; onChanged(); return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Float194() { bitField6_ = (bitField6_ & ~0x00000002); internalGetMutableFieldMapUint64Float194().getMutableMap() .clear(); return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder removeFieldMapUint64Float194( long key) { internalGetMutableFieldMapUint64Float194().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Float194() { bitField6_ |= 0x00000002; return internalGetMutableFieldMapUint64Float194().getMutableMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putFieldMapUint64Float194( long key, float value) { internalGetMutableFieldMapUint64Float194().getMutableMap() .put(key, value); bitField6_ |= 0x00000002; return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putAllFieldMapUint64Float194( java.util.Map values) { internalGetMutableFieldMapUint64Float194().getMutableMap() .putAll(values); bitField6_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { fieldMapUint64Int32195_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int32195_.isMutable()) { fieldMapUint64Int32195_ = fieldMapUint64Int32195_.copy(); } bitField6_ |= 0x00000004; onChanged(); return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int32195() { bitField6_ = (bitField6_ & ~0x00000004); internalGetMutableFieldMapUint64Int32195().getMutableMap() .clear(); return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder removeFieldMapUint64Int32195( long key) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int32195() { bitField6_ |= 0x00000004; return internalGetMutableFieldMapUint64Int32195().getMutableMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putFieldMapUint64Int32195( long key, int value) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .put(key, value); bitField6_ |= 0x00000004; return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putAllFieldMapUint64Int32195( java.util.Map values) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .putAll(values); bitField6_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { fieldMapUint64Int64196_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int64196_.isMutable()) { fieldMapUint64Int64196_ = fieldMapUint64Int64196_.copy(); } bitField6_ |= 0x00000008; onChanged(); return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int64196() { bitField6_ = (bitField6_ & ~0x00000008); internalGetMutableFieldMapUint64Int64196().getMutableMap() .clear(); return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder removeFieldMapUint64Int64196( long key) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int64196() { bitField6_ |= 0x00000008; return internalGetMutableFieldMapUint64Int64196().getMutableMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putFieldMapUint64Int64196( long key, long value) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .put(key, value); bitField6_ |= 0x00000008; return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putAllFieldMapUint64Int64196( java.util.Map values) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .putAll(values); bitField6_ |= 0x00000008; return this; } private static final class FieldMapUint64Message197Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite build(com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) val; } return ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint64Message197DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint64Message197Converter fieldMapUint64Message197Converter = new FieldMapUint64Message197Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder> fieldMapUint64Message197_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } return fieldMapUint64Message197_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { fieldMapUint64Message197_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } bitField6_ |= 0x00000010; onChanged(); return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().ensureBuilderMap().size(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getImmutableMap(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint64Message197Converter.build(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Message197Converter.build(map.get(key)); } public Builder clearFieldMapUint64Message197() { bitField6_ = (bitField6_ & ~0x00000010); internalGetMutableFieldMapUint64Message197().clear(); return this; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ public Builder removeFieldMapUint64Message197( long key) { internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Message197() { bitField6_ |= 0x00000010; return internalGetMutableFieldMapUint64Message197().ensureMessageMap(); } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ public Builder putFieldMapUint64Message197( long key, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .put(key, value); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ public Builder putAllFieldMapUint64Message197( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .putAll(values); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.lite.Proto2MessageLite> field_map_uint64_message_197 = 197; */ public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder putFieldMapUint64Message197BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) { entry = ((com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { fieldMapUint64Sfixed32198_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed32198_.isMutable()) { fieldMapUint64Sfixed32198_ = fieldMapUint64Sfixed32198_.copy(); } bitField6_ |= 0x00000020; onChanged(); return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed32198() { bitField6_ = (bitField6_ & ~0x00000020); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder removeFieldMapUint64Sfixed32198( long key) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed32198() { bitField6_ |= 0x00000020; return internalGetMutableFieldMapUint64Sfixed32198().getMutableMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putFieldMapUint64Sfixed32198( long key, int value) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .put(key, value); bitField6_ |= 0x00000020; return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putAllFieldMapUint64Sfixed32198( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .putAll(values); bitField6_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { fieldMapUint64Sfixed64199_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed64199_.isMutable()) { fieldMapUint64Sfixed64199_ = fieldMapUint64Sfixed64199_.copy(); } bitField6_ |= 0x00000040; onChanged(); return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed64199() { bitField6_ = (bitField6_ & ~0x00000040); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder removeFieldMapUint64Sfixed64199( long key) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed64199() { bitField6_ |= 0x00000040; return internalGetMutableFieldMapUint64Sfixed64199().getMutableMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putFieldMapUint64Sfixed64199( long key, long value) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .put(key, value); bitField6_ |= 0x00000040; return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putAllFieldMapUint64Sfixed64199( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .putAll(values); bitField6_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { fieldMapUint64Sint32200_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint32200_.isMutable()) { fieldMapUint64Sint32200_ = fieldMapUint64Sint32200_.copy(); } bitField6_ |= 0x00000080; onChanged(); return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint32200() { bitField6_ = (bitField6_ & ~0x00000080); internalGetMutableFieldMapUint64Sint32200().getMutableMap() .clear(); return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder removeFieldMapUint64Sint32200( long key) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint32200() { bitField6_ |= 0x00000080; return internalGetMutableFieldMapUint64Sint32200().getMutableMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putFieldMapUint64Sint32200( long key, int value) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .put(key, value); bitField6_ |= 0x00000080; return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putAllFieldMapUint64Sint32200( java.util.Map values) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .putAll(values); bitField6_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { fieldMapUint64Sint64201_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint64201_.isMutable()) { fieldMapUint64Sint64201_ = fieldMapUint64Sint64201_.copy(); } bitField6_ |= 0x00000100; onChanged(); return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint64201() { bitField6_ = (bitField6_ & ~0x00000100); internalGetMutableFieldMapUint64Sint64201().getMutableMap() .clear(); return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder removeFieldMapUint64Sint64201( long key) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint64201() { bitField6_ |= 0x00000100; return internalGetMutableFieldMapUint64Sint64201().getMutableMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putFieldMapUint64Sint64201( long key, long value) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .put(key, value); bitField6_ |= 0x00000100; return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putAllFieldMapUint64Sint64201( java.util.Map values) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .putAll(values); bitField6_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { fieldMapUint64String202_ = com.google.protobuf.MapField.newMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64String202_.isMutable()) { fieldMapUint64String202_ = fieldMapUint64String202_.copy(); } bitField6_ |= 0x00000200; onChanged(); return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64String202() { bitField6_ = (bitField6_ & ~0x00000200); internalGetMutableFieldMapUint64String202().getMutableMap() .clear(); return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder removeFieldMapUint64String202( long key) { internalGetMutableFieldMapUint64String202().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64String202() { bitField6_ |= 0x00000200; return internalGetMutableFieldMapUint64String202().getMutableMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putFieldMapUint64String202( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64String202().getMutableMap() .put(key, value); bitField6_ |= 0x00000200; return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putAllFieldMapUint64String202( java.util.Map values) { internalGetMutableFieldMapUint64String202().getMutableMap() .putAll(values); bitField6_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { fieldMapUint64Uint32203_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint32203_.isMutable()) { fieldMapUint64Uint32203_ = fieldMapUint64Uint32203_.copy(); } bitField6_ |= 0x00000400; onChanged(); return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint32203() { bitField6_ = (bitField6_ & ~0x00000400); internalGetMutableFieldMapUint64Uint32203().getMutableMap() .clear(); return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder removeFieldMapUint64Uint32203( long key) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint32203() { bitField6_ |= 0x00000400; return internalGetMutableFieldMapUint64Uint32203().getMutableMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putFieldMapUint64Uint32203( long key, int value) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .put(key, value); bitField6_ |= 0x00000400; return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putAllFieldMapUint64Uint32203( java.util.Map values) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .putAll(values); bitField6_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { fieldMapUint64Uint64204_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint64204_.isMutable()) { fieldMapUint64Uint64204_ = fieldMapUint64Uint64204_.copy(); } bitField6_ |= 0x00000800; onChanged(); return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint64204() { bitField6_ = (bitField6_ & ~0x00000800); internalGetMutableFieldMapUint64Uint64204().getMutableMap() .clear(); return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder removeFieldMapUint64Uint64204( long key) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint64204() { bitField6_ |= 0x00000800; return internalGetMutableFieldMapUint64Uint64204().getMutableMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putFieldMapUint64Uint64204( long key, long value) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .put(key, value); bitField6_ |= 0x00000800; return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putAllFieldMapUint64Uint64204( java.util.Map values) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .putAll(values); bitField6_ |= 0x00000800; 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:protobuf.experimental.lite.Proto2MessageLiteWithMaps) } // @@protoc_insertion_point(class_scope:protobuf.experimental.lite.Proto2MessageLiteWithMaps) private static final com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps(); } public static com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto2MessageLiteWithMaps parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithMaps getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int FIELD_DOUBLE_1_FIELD_NUMBER = 1; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Double> fieldDouble1 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Double.class, null); public static final int FIELD_FLOAT_2_FIELD_NUMBER = 2; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Float> fieldFloat2 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Float.class, null); public static final int FIELD_INT64_3_FIELD_NUMBER = 3; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Long> fieldInt643 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_UINT64_4_FIELD_NUMBER = 4; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Long> fieldUint644 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_INT32_5_FIELD_NUMBER = 5; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Integer> fieldInt325 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_FIXED64_6_FIELD_NUMBER = 6; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Long> fieldFixed646 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_FIXED32_7_FIELD_NUMBER = 7; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Integer> fieldFixed327 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_BOOL_8_FIELD_NUMBER = 8; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Boolean> fieldBool8 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); public static final int FIELD_STRING_9_FIELD_NUMBER = 9; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.String> fieldString9 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.String.class, null); public static final int FIELD_MESSAGE_10_FIELD_NUMBER = 10; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite> fieldMessage10 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); public static final int FIELD_BYTES_11_FIELD_NUMBER = 11; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, com.google.protobuf.ByteString> fieldBytes11 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.ByteString.class, null); public static final int FIELD_UINT32_12_FIELD_NUMBER = 12; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Integer> fieldUint3212 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_ENUM_13_FIELD_NUMBER = 13; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum> fieldEnum13 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.class, null); public static final int FIELD_SFIXED32_14_FIELD_NUMBER = 14; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Integer> fieldSfixed3214 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SFIXED64_15_FIELD_NUMBER = 15; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Long> fieldSfixed6415 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_SINT32_16_FIELD_NUMBER = 16; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Integer> fieldSint3216 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SINT64_17_FIELD_NUMBER = 17; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.lang.Long> fieldSint6417 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_DOUBLE_LIST_18_FIELD_NUMBER = 18; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldDoubleList18 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Double.class, null); public static final int FIELD_FLOAT_LIST_19_FIELD_NUMBER = 19; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldFloatList19 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Float.class, null); public static final int FIELD_INT64_LIST_20_FIELD_NUMBER = 20; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldInt64List20 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_UINT64_LIST_21_FIELD_NUMBER = 21; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldUint64List21 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_INT32_LIST_22_FIELD_NUMBER = 22; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldInt32List22 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_FIXED64_LIST_23_FIELD_NUMBER = 23; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldFixed64List23 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_FIXED32_LIST_24_FIELD_NUMBER = 24; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldFixed32List24 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_BOOL_LIST_25_FIELD_NUMBER = 25; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldBoolList25 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); public static final int FIELD_STRING_LIST_26_FIELD_NUMBER = 26; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldStringList26 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.String.class, null); public static final int FIELD_MESSAGE_LIST_27_FIELD_NUMBER = 27; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldMessageList27 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.class, com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.getDefaultInstance()); public static final int FIELD_BYTES_LIST_28_FIELD_NUMBER = 28; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldBytesList28 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.ByteString.class, null); public static final int FIELD_UINT32_LIST_29_FIELD_NUMBER = 29; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldUint32List29 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_ENUM_LIST_30_FIELD_NUMBER = 30; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldEnumList30 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.class, null); public static final int FIELD_SFIXED32_LIST_31_FIELD_NUMBER = 31; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSfixed32List31 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SFIXED64_LIST_32_FIELD_NUMBER = 32; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSfixed64List32 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_SINT32_LIST_33_FIELD_NUMBER = 33; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSint32List33 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SINT64_LIST_34_FIELD_NUMBER = 34; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSint64List34 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER = 35; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldDoubleListPacked35 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Double.class, null); public static final int FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER = 36; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldFloatListPacked36 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Float.class, null); public static final int FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER = 37; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldInt64ListPacked37 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER = 38; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldUint64ListPacked38 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER = 39; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldInt32ListPacked39 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER = 40; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldFixed64ListPacked40 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER = 41; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldFixed32ListPacked41 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER = 42; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldBoolListPacked42 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); public static final int FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER = 43; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldUint32ListPacked43 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER = 44; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldEnumListPacked44 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLite.TestEnum.class, null); public static final int FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER = 45; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSfixed32ListPacked45 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER = 46; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSfixed64ListPacked46 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER = 47; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSint32ListPacked47 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER = 48; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldSint64ListPacked48 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int FIELDGROUP49_FIELD_NUMBER = 49; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, com.google.protobuf.testing.Proto2TestingLite.FieldGroup49> fieldGroup49 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.class, com.google.protobuf.testing.Proto2TestingLite.FieldGroup49.getDefaultInstance()); public static final int FIELDGROUPLIST51_FIELD_NUMBER = 51; /** * extend .protobuf.experimental.lite.Proto2MessageLiteWithExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.Proto2TestingLite.Proto2MessageLiteWithExtensions, java.util.List> fieldGroupList51 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.class, com.google.protobuf.testing.Proto2TestingLite.FieldGroupList51.getDefaultInstance()); private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLite_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2EmptyLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2EmptyLite_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_FieldGroup49_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_FieldGroup49_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_FieldGroupList51_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_FieldGroupList51_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolString15Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32String66Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64String83Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32String134Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64String151Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBool154Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringString168Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringString168Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32String185Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64String202Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n-com/google/protobuf/proto2_message_lit" + "e.proto\022\032protobuf.experimental.lite\"\300\034\n\021" + "Proto2MessageLite\022\026\n\016field_double_1\030\001 \001(" + "\001\022\025\n\rfield_float_2\030\002 \001(\002\022\025\n\rfield_int64_" + "3\030\003 \001(\003\022\026\n\016field_uint64_4\030\004 \001(\004\022\025\n\rfield" + "_int32_5\030\005 \001(\005\022\027\n\017field_fixed64_6\030\006 \001(\006\022" + "\027\n\017field_fixed32_7\030\007 \001(\007\022\024\n\014field_bool_8" + "\030\010 \001(\010\022\026\n\016field_string_9\030\t \001(\t\022G\n\020field_" + "message_10\030\n \001(\0132-.protobuf.experimental" + ".lite.Proto2MessageLite\022\026\n\016field_bytes_1" + "1\030\013 \001(\014\022\027\n\017field_uint32_12\030\014 \001(\r\022M\n\rfiel" + "d_enum_13\030\r \001(\01626.protobuf.experimental." + "lite.Proto2MessageLite.TestEnum\022\031\n\021field" + "_sfixed32_14\030\016 \001(\017\022\031\n\021field_sfixed64_15\030" + "\017 \001(\020\022\027\n\017field_sint32_16\030\020 \001(\021\022\027\n\017field_" + "sint64_17\030\021 \001(\022\022 \n\024field_double_list_18\030" + "\022 \003(\001B\002\020\000\022\037\n\023field_float_list_19\030\023 \003(\002B\002" + "\020\000\022\037\n\023field_int64_list_20\030\024 \003(\003B\002\020\000\022 \n\024f" + "ield_uint64_list_21\030\025 \003(\004B\002\020\000\022\037\n\023field_i" + "nt32_list_22\030\026 \003(\005B\002\020\000\022!\n\025field_fixed64_" + "list_23\030\027 \003(\006B\002\020\000\022!\n\025field_fixed32_list_" + "24\030\030 \003(\007B\002\020\000\022\036\n\022field_bool_list_25\030\031 \003(\010" + "B\002\020\000\022 \n\024field_string_list_26\030\032 \003(\tB\002\020\000\022P" + "\n\025field_message_list_27\030\033 \003(\0132-.protobuf" + ".experimental.lite.Proto2MessageLiteB\002\020\000" + "\022\037\n\023field_bytes_list_28\030\034 \003(\014B\002\020\000\022 \n\024fie" + "ld_uint32_list_29\030\035 \003(\rB\002\020\000\022V\n\022field_enu" + "m_list_30\030\036 \003(\01626.protobuf.experimental." + "lite.Proto2MessageLite.TestEnumB\002\020\000\022\"\n\026f" + "ield_sfixed32_list_31\030\037 \003(\017B\002\020\000\022\"\n\026field" + "_sfixed64_list_32\030 \003(\020B\002\020\000\022 \n\024field_sin" + "t32_list_33\030! \003(\021B\002\020\000\022 \n\024field_sint64_li" + "st_34\030\" \003(\022B\002\020\000\022\'\n\033field_double_list_pac" + "ked_35\030# \003(\001B\002\020\001\022&\n\032field_float_list_pac" + "ked_36\030$ \003(\002B\002\020\001\022&\n\032field_int64_list_pac" + "ked_37\030% \003(\003B\002\020\001\022\'\n\033field_uint64_list_pa" + "cked_38\030& \003(\004B\002\020\001\022&\n\032field_int32_list_pa" + "cked_39\030\' \003(\005B\002\020\001\022(\n\034field_fixed64_list_" + "packed_40\030( \003(\006B\002\020\001\022(\n\034field_fixed32_lis" + "t_packed_41\030) \003(\007B\002\020\001\022%\n\031field_bool_list" + "_packed_42\030* \003(\010B\002\020\001\022\'\n\033field_uint32_lis" + "t_packed_43\030+ \003(\rB\002\020\001\022]\n\031field_enum_list" + "_packed_44\030, \003(\01626.protobuf.experimental" + ".lite.Proto2MessageLite.TestEnumB\002\020\001\022)\n\035" + "field_sfixed32_list_packed_45\030- \003(\017B\002\020\001\022" + ")\n\035field_sfixed64_list_packed_46\030. \003(\020B\002" + "\020\001\022\'\n\033field_sint32_list_packed_47\030/ \003(\021B" + "\002\020\001\022\'\n\033field_sint64_list_packed_48\0300 \003(\022" + "B\002\020\001\022P\n\014fieldgroup49\0301 \001(\n2:.protobuf.ex" + "perimental.lite.Proto2MessageLite.FieldG" + "roup49\022X\n\020fieldgrouplist51\0303 \003(\n2>.proto" + "buf.experimental.lite.Proto2MessageLite." + "FieldGroupList51\022\031\n\017field_double_53\0305 \001(" + "\001H\000\022\030\n\016field_float_54\0306 \001(\002H\000\022\030\n\016field_i" + "nt64_55\0307 \001(\003H\000\022\031\n\017field_uint64_56\0308 \001(\004" + "H\000\022\030\n\016field_int32_57\0309 \001(\005H\000\022\032\n\020field_fi" + "xed64_58\030: \001(\006H\000\022\032\n\020field_fixed32_59\030; \001" + "(\007H\000\022\027\n\rfield_bool_60\030< \001(\010H\000\022\031\n\017field_s" + "tring_61\030= \001(\tH\000\022I\n\020field_message_62\030> \001" + "(\0132-.protobuf.experimental.lite.Proto2Me" + "ssageLiteH\000\022\030\n\016field_bytes_63\030? \001(\014H\000\022\031\n" + "\017field_uint32_64\030@ \001(\rH\000\022\033\n\021field_sfixed" + "32_65\030A \001(\017H\000\022\033\n\021field_sfixed64_66\030B \001(\020" + "H\000\022\031\n\017field_sint32_67\030C \001(\021H\000\022\031\n\017field_s" + "int64_68\030D \001(\022H\000\022R\n\014fieldgroup69\030E \001(\n2:" + ".protobuf.experimental.lite.Proto2Messag" + "eLite.FieldGroup69H\000\022 \n\030field_required_d" + "ouble_71\030G \002(\001\022\037\n\027field_required_float_7" + "2\030H \002(\002\022\037\n\027field_required_int64_73\030I \002(\003" + "\022 \n\030field_required_uint64_74\030J \002(\004\022\037\n\027fi" + "eld_required_int32_75\030K \002(\005\022!\n\031field_req" + "uired_fixed64_76\030L \002(\006\022!\n\031field_required" + "_fixed32_77\030M \002(\007\022\036\n\026field_required_bool" + "_78\030N \002(\010\022 \n\030field_required_string_79\030O " + "\002(\t\022f\n\031field_required_message_80\030P \002(\0132C" + ".protobuf.experimental.lite.Proto2Messag" + "eLite.RequiredNestedMessage\022\037\n\027field_req" + "uired_bytes_81\030Q \002(\014\022 \n\030field_required_u" + "int32_82\030R \002(\r\022V\n\026field_required_enum_83" + "\030S \002(\01626.protobuf.experimental.lite.Prot" + "o2MessageLite.TestEnum\022\"\n\032field_required" + "_sfixed32_84\030T \002(\017\022\"\n\032field_required_sfi" + "xed64_85\030U \002(\020\022 \n\030field_required_sint32_" + "86\030V \002(\021\022 \n\030field_required_sint64_87\030W \002" + "(\022\022`\n\024fieldrequiredgroup88\030X \002(\n2B.proto" + "buf.experimental.lite.Proto2MessageLite." + "FieldRequiredGroup88\032&\n\014FieldGroup49\022\026\n\016" + "field_int32_50\0302 \001(\005\032*\n\020FieldGroupList51" + "\022\026\n\016field_int32_52\0304 \001(\005\032&\n\014FieldGroup69" + "\022\026\n\016field_int32_70\030F \001(\005\032&\n\025RequiredNest" + "edMessage\022\r\n\005value\030\001 \001(\005\032.\n\024FieldRequire" + "dGroup88\022\026\n\016field_int32_89\030Y \001(\005\"&\n\010Test" + "Enum\022\010\n\004ZERO\020\000\022\007\n\003ONE\020\001\022\007\n\003TWO\020\002B\014\n\ntest" + "_oneof\"\021\n\017Proto2EmptyLite\"+\n\037Proto2Messa" + "geLiteWithExtensions*\010\010\001\020\200\200\200\200\002\"&\n\014FieldG" + "roup49\022\026\n\016field_int32_50\0302 \001(\005\"*\n\020FieldG" + "roupList51\022\026\n\016field_int32_52\0304 \001(\005\"\246\257\002\n\031" + "Proto2MessageLiteWithMaps\022k\n\025field_map_b" + "ool_bool_1\030\001 \003(\0132L.protobuf.experimental" + ".lite.Proto2MessageLiteWithMaps.FieldMap" + "BoolBool1Entry\022m\n\026field_map_bool_bytes_2" + "\030\002 \003(\0132M.protobuf.experimental.lite.Prot" + "o2MessageLiteWithMaps.FieldMapBoolBytes2" + "Entry\022o\n\027field_map_bool_double_3\030\003 \003(\0132N" + ".protobuf.experimental.lite.Proto2Messag" + "eLiteWithMaps.FieldMapBoolDouble3Entry\022k" + "\n\025field_map_bool_enum_4\030\004 \003(\0132L.protobuf" + ".experimental.lite.Proto2MessageLiteWith" + "Maps.FieldMapBoolEnum4Entry\022q\n\030field_map" + "_bool_fixed32_5\030\005 \003(\0132O.protobuf.experim" + "ental.lite.Proto2MessageLiteWithMaps.Fie" + "ldMapBoolFixed325Entry\022q\n\030field_map_bool" + "_fixed64_6\030\006 \003(\0132O.protobuf.experimental" + ".lite.Proto2MessageLiteWithMaps.FieldMap" + "BoolFixed646Entry\022m\n\026field_map_bool_floa" + "t_7\030\007 \003(\0132M.protobuf.experimental.lite.P" + "roto2MessageLiteWithMaps.FieldMapBoolFlo" + "at7Entry\022m\n\026field_map_bool_int32_8\030\010 \003(\013" + "2M.protobuf.experimental.lite.Proto2Mess" + "ageLiteWithMaps.FieldMapBoolInt328Entry\022" + "m\n\026field_map_bool_int64_9\030\t \003(\0132M.protob" + "uf.experimental.lite.Proto2MessageLiteWi" + "thMaps.FieldMapBoolInt649Entry\022s\n\031field_" + "map_bool_message_10\030\n \003(\0132P.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithMaps" + ".FieldMapBoolMessage10Entry\022u\n\032field_map" + "_bool_sfixed32_11\030\013 \003(\0132Q.protobuf.exper" + "imental.lite.Proto2MessageLiteWithMaps.F" + "ieldMapBoolSfixed3211Entry\022u\n\032field_map_" + "bool_sfixed64_12\030\014 \003(\0132Q.protobuf.experi" + "mental.lite.Proto2MessageLiteWithMaps.Fi" + "eldMapBoolSfixed6412Entry\022q\n\030field_map_b" + "ool_sint32_13\030\r \003(\0132O.protobuf.experimen" + "tal.lite.Proto2MessageLiteWithMaps.Field" + "MapBoolSint3213Entry\022q\n\030field_map_bool_s" + "int64_14\030\016 \003(\0132O.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapBo" + "olSint6414Entry\022q\n\030field_map_bool_string" + "_15\030\017 \003(\0132O.protobuf.experimental.lite.P" + "roto2MessageLiteWithMaps.FieldMapBoolStr" + "ing15Entry\022q\n\030field_map_bool_uint32_16\030\020" + " \003(\0132O.protobuf.experimental.lite.Proto2" + "MessageLiteWithMaps.FieldMapBoolUint3216" + "Entry\022q\n\030field_map_bool_uint64_17\030\021 \003(\0132" + "O.protobuf.experimental.lite.Proto2Messa" + "geLiteWithMaps.FieldMapBoolUint6417Entry" + "\022s\n\031field_map_fixed32_bool_18\030\022 \003(\0132P.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapFixed32Bool18Entry\022u\n" + "\032field_map_fixed32_bytes_19\030\023 \003(\0132Q.prot" + "obuf.experimental.lite.Proto2MessageLite" + "WithMaps.FieldMapFixed32Bytes19Entry\022w\n\033" + "field_map_fixed32_double_20\030\024 \003(\0132R.prot" + "obuf.experimental.lite.Proto2MessageLite" + "WithMaps.FieldMapFixed32Double20Entry\022s\n" + "\031field_map_fixed32_enum_21\030\025 \003(\0132P.proto" + "buf.experimental.lite.Proto2MessageLiteW" + "ithMaps.FieldMapFixed32Enum21Entry\022y\n\034fi" + "eld_map_fixed32_fixed32_22\030\026 \003(\0132S.proto" + "buf.experimental.lite.Proto2MessageLiteW" + "ithMaps.FieldMapFixed32Fixed3222Entry\022y\n" + "\034field_map_fixed32_fixed64_23\030\027 \003(\0132S.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapFixed32Fixed6423Entry" + "\022u\n\032field_map_fixed32_float_24\030\030 \003(\0132Q.p" + "rotobuf.experimental.lite.Proto2MessageL" + "iteWithMaps.FieldMapFixed32Float24Entry\022" + "u\n\032field_map_fixed32_int32_25\030\031 \003(\0132Q.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapFixed32Int3225Entry\022u" + "\n\032field_map_fixed32_int64_26\030\032 \003(\0132Q.pro" + "tobuf.experimental.lite.Proto2MessageLit" + "eWithMaps.FieldMapFixed32Int6426Entry\022y\n" + "\034field_map_fixed32_message_27\030\033 \003(\0132S.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapFixed32Message27Entry" + "\022{\n\035field_map_fixed32_sfixed32_28\030\034 \003(\0132" + "T.protobuf.experimental.lite.Proto2Messa" + "geLiteWithMaps.FieldMapFixed32Sfixed3228" + "Entry\022{\n\035field_map_fixed32_sfixed64_29\030\035" + " \003(\0132T.protobuf.experimental.lite.Proto2" + "MessageLiteWithMaps.FieldMapFixed32Sfixe" + "d6429Entry\022w\n\033field_map_fixed32_sint32_3" + "0\030\036 \003(\0132R.protobuf.experimental.lite.Pro" + "to2MessageLiteWithMaps.FieldMapFixed32Si" + "nt3230Entry\022w\n\033field_map_fixed32_sint64_" + "31\030\037 \003(\0132R.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapFixed32S" + "int6431Entry\022w\n\033field_map_fixed32_string" + "_32\030 \003(\0132R.protobuf.experimental.lite.P" + "roto2MessageLiteWithMaps.FieldMapFixed32" + "String32Entry\022w\n\033field_map_fixed32_uint3" + "2_33\030! \003(\0132R.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapFixed3" + "2Uint3233Entry\022w\n\033field_map_fixed32_uint" + "64_34\030\" \003(\0132R.protobuf.experimental.lite" + ".Proto2MessageLiteWithMaps.FieldMapFixed" + "32Uint6434Entry\022s\n\031field_map_fixed64_boo" + "l_35\030# \003(\0132P.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapFixed6" + "4Bool35Entry\022u\n\032field_map_fixed64_bytes_" + "36\030$ \003(\0132Q.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapFixed64B" + "ytes36Entry\022w\n\033field_map_fixed64_double_" + "37\030% \003(\0132R.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapFixed64D" + "ouble37Entry\022s\n\031field_map_fixed64_enum_3" + "8\030& \003(\0132P.protobuf.experimental.lite.Pro" + "to2MessageLiteWithMaps.FieldMapFixed64En" + "um38Entry\022y\n\034field_map_fixed64_fixed32_3" + "9\030\' \003(\0132S.protobuf.experimental.lite.Pro" + "to2MessageLiteWithMaps.FieldMapFixed64Fi" + "xed3239Entry\022y\n\034field_map_fixed64_fixed6" + "4_40\030( \003(\0132S.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapFixed6" + "4Fixed6440Entry\022u\n\032field_map_fixed64_flo" + "at_41\030) \003(\0132Q.protobuf.experimental.lite" + ".Proto2MessageLiteWithMaps.FieldMapFixed" + "64Float41Entry\022u\n\032field_map_fixed64_int3" + "2_42\030* \003(\0132Q.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapFixed6" + "4Int3242Entry\022u\n\032field_map_fixed64_int64" + "_43\030+ \003(\0132Q.protobuf.experimental.lite.P" + "roto2MessageLiteWithMaps.FieldMapFixed64" + "Int6443Entry\022y\n\034field_map_fixed64_messag" + "e_44\030, \003(\0132S.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapFixed6" + "4Message44Entry\022{\n\035field_map_fixed64_sfi" + "xed32_45\030- \003(\0132T.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapFi" + "xed64Sfixed3245Entry\022{\n\035field_map_fixed6" + "4_sfixed64_46\030. \003(\0132T.protobuf.experimen" + "tal.lite.Proto2MessageLiteWithMaps.Field" + "MapFixed64Sfixed6446Entry\022w\n\033field_map_f" + "ixed64_sint32_47\030/ \003(\0132R.protobuf.experi" + "mental.lite.Proto2MessageLiteWithMaps.Fi" + "eldMapFixed64Sint3247Entry\022w\n\033field_map_" + "fixed64_sint64_48\0300 \003(\0132R.protobuf.exper" + "imental.lite.Proto2MessageLiteWithMaps.F" + "ieldMapFixed64Sint6448Entry\022w\n\033field_map" + "_fixed64_string_49\0301 \003(\0132R.protobuf.expe" + "rimental.lite.Proto2MessageLiteWithMaps." + "FieldMapFixed64String49Entry\022w\n\033field_ma" + "p_fixed64_uint32_50\0302 \003(\0132R.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithMaps" + ".FieldMapFixed64Uint3250Entry\022w\n\033field_m" + "ap_fixed64_uint64_51\0303 \003(\0132R.protobuf.ex" + "perimental.lite.Proto2MessageLiteWithMap" + "s.FieldMapFixed64Uint6451Entry\022o\n\027field_" + "map_int32_bool_52\0304 \003(\0132N.protobuf.exper" + "imental.lite.Proto2MessageLiteWithMaps.F" + "ieldMapInt32Bool52Entry\022q\n\030field_map_int" + "32_bytes_53\0305 \003(\0132O.protobuf.experimenta" + "l.lite.Proto2MessageLiteWithMaps.FieldMa" + "pInt32Bytes53Entry\022s\n\031field_map_int32_do" + "uble_54\0306 \003(\0132P.protobuf.experimental.li" + "te.Proto2MessageLiteWithMaps.FieldMapInt" + "32Double54Entry\022o\n\027field_map_int32_enum_" + "55\0307 \003(\0132N.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapInt32Enu" + "m55Entry\022u\n\032field_map_int32_fixed32_56\0308" + " \003(\0132Q.protobuf.experimental.lite.Proto2" + "MessageLiteWithMaps.FieldMapInt32Fixed32" + "56Entry\022u\n\032field_map_int32_fixed64_57\0309 " + "\003(\0132Q.protobuf.experimental.lite.Proto2M" + "essageLiteWithMaps.FieldMapInt32Fixed645" + "7Entry\022q\n\030field_map_int32_float_58\030: \003(\013" + "2O.protobuf.experimental.lite.Proto2Mess" + "ageLiteWithMaps.FieldMapInt32Float58Entr" + "y\022q\n\030field_map_int32_int32_59\030; \003(\0132O.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapInt32Int3259Entry\022q\n\030" + "field_map_int32_int64_60\030< \003(\0132O.protobu" + "f.experimental.lite.Proto2MessageLiteWit" + "hMaps.FieldMapInt32Int6460Entry\022u\n\032field" + "_map_int32_message_61\030= \003(\0132Q.protobuf.e" + "xperimental.lite.Proto2MessageLiteWithMa" + "ps.FieldMapInt32Message61Entry\022w\n\033field_" + "map_int32_sfixed32_62\030> \003(\0132R.protobuf.e" + "xperimental.lite.Proto2MessageLiteWithMa" + "ps.FieldMapInt32Sfixed3262Entry\022w\n\033field" + "_map_int32_sfixed64_63\030? \003(\0132R.protobuf." + "experimental.lite.Proto2MessageLiteWithM" + "aps.FieldMapInt32Sfixed6463Entry\022s\n\031fiel" + "d_map_int32_sint32_64\030@ \003(\0132P.protobuf.e" + "xperimental.lite.Proto2MessageLiteWithMa" + "ps.FieldMapInt32Sint3264Entry\022s\n\031field_m" + "ap_int32_sint64_65\030A \003(\0132P.protobuf.expe" + "rimental.lite.Proto2MessageLiteWithMaps." + "FieldMapInt32Sint6465Entry\022s\n\031field_map_" + "int32_string_66\030B \003(\0132P.protobuf.experim" + "ental.lite.Proto2MessageLiteWithMaps.Fie" + "ldMapInt32String66Entry\022s\n\031field_map_int" + "32_uint32_67\030C \003(\0132P.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apInt32Uint3267Entry\022s\n\031field_map_int32_" + "uint64_68\030D \003(\0132P.protobuf.experimental." + "lite.Proto2MessageLiteWithMaps.FieldMapI" + "nt32Uint6468Entry\022o\n\027field_map_int64_boo" + "l_69\030E \003(\0132N.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapInt64B" + "ool69Entry\022q\n\030field_map_int64_bytes_70\030F" + " \003(\0132O.protobuf.experimental.lite.Proto2" + "MessageLiteWithMaps.FieldMapInt64Bytes70" + "Entry\022s\n\031field_map_int64_double_71\030G \003(\013" + "2P.protobuf.experimental.lite.Proto2Mess" + "ageLiteWithMaps.FieldMapInt64Double71Ent" + "ry\022o\n\027field_map_int64_enum_72\030H \003(\0132N.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapInt64Enum72Entry\022u\n\032f" + "ield_map_int64_fixed32_73\030I \003(\0132Q.protob" + "uf.experimental.lite.Proto2MessageLiteWi" + "thMaps.FieldMapInt64Fixed3273Entry\022u\n\032fi" + "eld_map_int64_fixed64_74\030J \003(\0132Q.protobu" + "f.experimental.lite.Proto2MessageLiteWit" + "hMaps.FieldMapInt64Fixed6474Entry\022q\n\030fie" + "ld_map_int64_float_75\030K \003(\0132O.protobuf.e" + "xperimental.lite.Proto2MessageLiteWithMa" + "ps.FieldMapInt64Float75Entry\022q\n\030field_ma" + "p_int64_int32_76\030L \003(\0132O.protobuf.experi" + "mental.lite.Proto2MessageLiteWithMaps.Fi" + "eldMapInt64Int3276Entry\022q\n\030field_map_int" + "64_int64_77\030M \003(\0132O.protobuf.experimenta" + "l.lite.Proto2MessageLiteWithMaps.FieldMa" + "pInt64Int6477Entry\022u\n\032field_map_int64_me" + "ssage_78\030N \003(\0132Q.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapIn" + "t64Message78Entry\022w\n\033field_map_int64_sfi" + "xed32_79\030O \003(\0132R.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapIn" + "t64Sfixed3279Entry\022w\n\033field_map_int64_sf" + "ixed64_80\030P \003(\0132R.protobuf.experimental." + "lite.Proto2MessageLiteWithMaps.FieldMapI" + "nt64Sfixed6480Entry\022s\n\031field_map_int64_s" + "int32_81\030Q \003(\0132P.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapIn" + "t64Sint3281Entry\022s\n\031field_map_int64_sint" + "64_82\030R \003(\0132P.protobuf.experimental.lite" + ".Proto2MessageLiteWithMaps.FieldMapInt64" + "Sint6482Entry\022s\n\031field_map_int64_string_" + "83\030S \003(\0132P.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapInt64Str" + "ing83Entry\022s\n\031field_map_int64_uint32_84\030" + "T \003(\0132P.protobuf.experimental.lite.Proto" + "2MessageLiteWithMaps.FieldMapInt64Uint32" + "84Entry\022s\n\031field_map_int64_uint64_85\030U \003" + "(\0132P.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithMaps.FieldMapInt64Uint6485E" + "ntry\022u\n\032field_map_sfixed32_bool_86\030V \003(\013" + "2Q.protobuf.experimental.lite.Proto2Mess" + "ageLiteWithMaps.FieldMapSfixed32Bool86En" + "try\022w\n\033field_map_sfixed32_bytes_87\030W \003(\013" + "2R.protobuf.experimental.lite.Proto2Mess" + "ageLiteWithMaps.FieldMapSfixed32Bytes87E" + "ntry\022y\n\034field_map_sfixed32_double_88\030X \003" + "(\0132S.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithMaps.FieldMapSfixed32Double" + "88Entry\022u\n\032field_map_sfixed32_enum_89\030Y " + "\003(\0132Q.protobuf.experimental.lite.Proto2M" + "essageLiteWithMaps.FieldMapSfixed32Enum8" + "9Entry\022{\n\035field_map_sfixed32_fixed32_90\030" + "Z \003(\0132T.protobuf.experimental.lite.Proto" + "2MessageLiteWithMaps.FieldMapSfixed32Fix" + "ed3290Entry\022{\n\035field_map_sfixed32_fixed6" + "4_91\030[ \003(\0132T.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapSfixed" + "32Fixed6491Entry\022w\n\033field_map_sfixed32_f" + "loat_92\030\\ \003(\0132R.protobuf.experimental.li" + "te.Proto2MessageLiteWithMaps.FieldMapSfi" + "xed32Float92Entry\022w\n\033field_map_sfixed32_" + "int32_93\030] \003(\0132R.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapSf" + "ixed32Int3293Entry\022w\n\033field_map_sfixed32" + "_int64_94\030^ \003(\0132R.protobuf.experimental." + "lite.Proto2MessageLiteWithMaps.FieldMapS" + "fixed32Int6494Entry\022{\n\035field_map_sfixed3" + "2_message_95\030_ \003(\0132T.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apSfixed32Message95Entry\022}\n\036field_map_sf" + "ixed32_sfixed32_96\030` \003(\0132U.protobuf.expe" + "rimental.lite.Proto2MessageLiteWithMaps." + "FieldMapSfixed32Sfixed3296Entry\022}\n\036field" + "_map_sfixed32_sfixed64_97\030a \003(\0132U.protob" + "uf.experimental.lite.Proto2MessageLiteWi" + "thMaps.FieldMapSfixed32Sfixed6497Entry\022y" + "\n\034field_map_sfixed32_sint32_98\030b \003(\0132S.p" + "rotobuf.experimental.lite.Proto2MessageL" + "iteWithMaps.FieldMapSfixed32Sint3298Entr" + "y\022y\n\034field_map_sfixed32_sint64_99\030c \003(\0132" + "S.protobuf.experimental.lite.Proto2Messa" + "geLiteWithMaps.FieldMapSfixed32Sint6499E" + "ntry\022{\n\035field_map_sfixed32_string_100\030d " + "\003(\0132T.protobuf.experimental.lite.Proto2M" + "essageLiteWithMaps.FieldMapSfixed32Strin" + "g100Entry\022{\n\035field_map_sfixed32_uint32_1" + "01\030e \003(\0132T.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapSfixed32" + "Uint32101Entry\022{\n\035field_map_sfixed32_uin" + "t64_102\030f \003(\0132T.protobuf.experimental.li" + "te.Proto2MessageLiteWithMaps.FieldMapSfi", "xed32Uint64102Entry\022w\n\033field_map_sfixed6" + "4_bool_103\030g \003(\0132R.protobuf.experimental" + ".lite.Proto2MessageLiteWithMaps.FieldMap" + "Sfixed64Bool103Entry\022y\n\034field_map_sfixed" + "64_bytes_104\030h \003(\0132S.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apSfixed64Bytes104Entry\022{\n\035field_map_sfi" + "xed64_double_105\030i \003(\0132T.protobuf.experi" + "mental.lite.Proto2MessageLiteWithMaps.Fi" + "eldMapSfixed64Double105Entry\022w\n\033field_ma" + "p_sfixed64_enum_106\030j \003(\0132R.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithMaps" + ".FieldMapSfixed64Enum106Entry\022}\n\036field_m" + "ap_sfixed64_fixed32_107\030k \003(\0132U.protobuf" + ".experimental.lite.Proto2MessageLiteWith" + "Maps.FieldMapSfixed64Fixed32107Entry\022}\n\036" + "field_map_sfixed64_fixed64_108\030l \003(\0132U.p" + "rotobuf.experimental.lite.Proto2MessageL" + "iteWithMaps.FieldMapSfixed64Fixed64108En" + "try\022y\n\034field_map_sfixed64_float_109\030m \003(" + "\0132S.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithMaps.FieldMapSfixed64Float10" + "9Entry\022y\n\034field_map_sfixed64_int32_110\030n" + " \003(\0132S.protobuf.experimental.lite.Proto2" + "MessageLiteWithMaps.FieldMapSfixed64Int3" + "2110Entry\022y\n\034field_map_sfixed64_int64_11" + "1\030o \003(\0132S.protobuf.experimental.lite.Pro" + "to2MessageLiteWithMaps.FieldMapSfixed64I" + "nt64111Entry\022}\n\036field_map_sfixed64_messa" + "ge_112\030p \003(\0132U.protobuf.experimental.lit" + "e.Proto2MessageLiteWithMaps.FieldMapSfix" + "ed64Message112Entry\022\177\n\037field_map_sfixed6" + "4_sfixed32_113\030q \003(\0132V.protobuf.experime" + "ntal.lite.Proto2MessageLiteWithMaps.Fiel" + "dMapSfixed64Sfixed32113Entry\022\177\n\037field_ma" + "p_sfixed64_sfixed64_114\030r \003(\0132V.protobuf" + ".experimental.lite.Proto2MessageLiteWith" + "Maps.FieldMapSfixed64Sfixed64114Entry\022{\n" + "\035field_map_sfixed64_sint32_115\030s \003(\0132T.p" + "rotobuf.experimental.lite.Proto2MessageL" + "iteWithMaps.FieldMapSfixed64Sint32115Ent" + "ry\022{\n\035field_map_sfixed64_sint64_116\030t \003(" + "\0132T.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithMaps.FieldMapSfixed64Sint641" + "16Entry\022{\n\035field_map_sfixed64_string_117" + "\030u \003(\0132T.protobuf.experimental.lite.Prot" + "o2MessageLiteWithMaps.FieldMapSfixed64St" + "ring117Entry\022{\n\035field_map_sfixed64_uint3" + "2_118\030v \003(\0132T.protobuf.experimental.lite" + ".Proto2MessageLiteWithMaps.FieldMapSfixe" + "d64Uint32118Entry\022{\n\035field_map_sfixed64_" + "uint64_119\030w \003(\0132T.protobuf.experimental" + ".lite.Proto2MessageLiteWithMaps.FieldMap" + "Sfixed64Uint64119Entry\022s\n\031field_map_sint" + "32_bool_120\030x \003(\0132P.protobuf.experimenta" + "l.lite.Proto2MessageLiteWithMaps.FieldMa" + "pSint32Bool120Entry\022u\n\032field_map_sint32_" + "bytes_121\030y \003(\0132Q.protobuf.experimental." + "lite.Proto2MessageLiteWithMaps.FieldMapS" + "int32Bytes121Entry\022w\n\033field_map_sint32_d" + "ouble_122\030z \003(\0132R.protobuf.experimental." + "lite.Proto2MessageLiteWithMaps.FieldMapS" + "int32Double122Entry\022s\n\031field_map_sint32_" + "enum_123\030{ \003(\0132P.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapSi" + "nt32Enum123Entry\022y\n\034field_map_sint32_fix" + "ed32_124\030| \003(\0132S.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapSi" + "nt32Fixed32124Entry\022y\n\034field_map_sint32_" + "fixed64_125\030} \003(\0132S.protobuf.experimenta" + "l.lite.Proto2MessageLiteWithMaps.FieldMa" + "pSint32Fixed64125Entry\022u\n\032field_map_sint" + "32_float_126\030~ \003(\0132Q.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apSint32Float126Entry\022u\n\032field_map_sint3" + "2_int32_127\030\177 \003(\0132Q.protobuf.experimenta" + "l.lite.Proto2MessageLiteWithMaps.FieldMa" + "pSint32Int32127Entry\022v\n\032field_map_sint32" + "_int64_128\030\200\001 \003(\0132Q.protobuf.experimenta" + "l.lite.Proto2MessageLiteWithMaps.FieldMa" + "pSint32Int64128Entry\022z\n\034field_map_sint32" + "_message_129\030\201\001 \003(\0132S.protobuf.experimen" + "tal.lite.Proto2MessageLiteWithMaps.Field" + "MapSint32Message129Entry\022|\n\035field_map_si" + "nt32_sfixed32_130\030\202\001 \003(\0132T.protobuf.expe" + "rimental.lite.Proto2MessageLiteWithMaps." + "FieldMapSint32Sfixed32130Entry\022|\n\035field_" + "map_sint32_sfixed64_131\030\203\001 \003(\0132T.protobu" + "f.experimental.lite.Proto2MessageLiteWit" + "hMaps.FieldMapSint32Sfixed64131Entry\022x\n\033" + "field_map_sint32_sint32_132\030\204\001 \003(\0132R.pro" + "tobuf.experimental.lite.Proto2MessageLit" + "eWithMaps.FieldMapSint32Sint32132Entry\022x" + "\n\033field_map_sint32_sint64_133\030\205\001 \003(\0132R.p" + "rotobuf.experimental.lite.Proto2MessageL" + "iteWithMaps.FieldMapSint32Sint64133Entry" + "\022x\n\033field_map_sint32_string_134\030\206\001 \003(\0132R" + ".protobuf.experimental.lite.Proto2Messag" + "eLiteWithMaps.FieldMapSint32String134Ent" + "ry\022x\n\033field_map_sint32_uint32_135\030\207\001 \003(\013" + "2R.protobuf.experimental.lite.Proto2Mess" + "ageLiteWithMaps.FieldMapSint32Uint32135E" + "ntry\022x\n\033field_map_sint32_uint64_136\030\210\001 \003" + "(\0132R.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithMaps.FieldMapSint32Uint6413" + "6Entry\022t\n\031field_map_sint64_bool_137\030\211\001 \003" + "(\0132P.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithMaps.FieldMapSint64Bool137E" + "ntry\022v\n\032field_map_sint64_bytes_138\030\212\001 \003(" + "\0132Q.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithMaps.FieldMapSint64Bytes138E" + "ntry\022x\n\033field_map_sint64_double_139\030\213\001 \003" + "(\0132R.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithMaps.FieldMapSint64Double13" + "9Entry\022t\n\031field_map_sint64_enum_140\030\214\001 \003" + "(\0132P.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithMaps.FieldMapSint64Enum140E" + "ntry\022z\n\034field_map_sint64_fixed32_141\030\215\001 " + "\003(\0132S.protobuf.experimental.lite.Proto2M" + "essageLiteWithMaps.FieldMapSint64Fixed32" + "141Entry\022z\n\034field_map_sint64_fixed64_142" + "\030\216\001 \003(\0132S.protobuf.experimental.lite.Pro" + "to2MessageLiteWithMaps.FieldMapSint64Fix" + "ed64142Entry\022v\n\032field_map_sint64_float_1" + "43\030\217\001 \003(\0132Q.protobuf.experimental.lite.P" + "roto2MessageLiteWithMaps.FieldMapSint64F" + "loat143Entry\022v\n\032field_map_sint64_int32_1" + "44\030\220\001 \003(\0132Q.protobuf.experimental.lite.P" + "roto2MessageLiteWithMaps.FieldMapSint64I" + "nt32144Entry\022v\n\032field_map_sint64_int64_1" + "45\030\221\001 \003(\0132Q.protobuf.experimental.lite.P" + "roto2MessageLiteWithMaps.FieldMapSint64I" + "nt64145Entry\022z\n\034field_map_sint64_message" + "_146\030\222\001 \003(\0132S.protobuf.experimental.lite" + ".Proto2MessageLiteWithMaps.FieldMapSint6" + "4Message146Entry\022|\n\035field_map_sint64_sfi" + "xed32_147\030\223\001 \003(\0132T.protobuf.experimental" + ".lite.Proto2MessageLiteWithMaps.FieldMap" + "Sint64Sfixed32147Entry\022|\n\035field_map_sint" + "64_sfixed64_148\030\224\001 \003(\0132T.protobuf.experi" + "mental.lite.Proto2MessageLiteWithMaps.Fi" + "eldMapSint64Sfixed64148Entry\022x\n\033field_ma" + "p_sint64_sint32_149\030\225\001 \003(\0132R.protobuf.ex" + "perimental.lite.Proto2MessageLiteWithMap" + "s.FieldMapSint64Sint32149Entry\022x\n\033field_" + "map_sint64_sint64_150\030\226\001 \003(\0132R.protobuf." + "experimental.lite.Proto2MessageLiteWithM" + "aps.FieldMapSint64Sint64150Entry\022x\n\033fiel" + "d_map_sint64_string_151\030\227\001 \003(\0132R.protobu" + "f.experimental.lite.Proto2MessageLiteWit" + "hMaps.FieldMapSint64String151Entry\022x\n\033fi" + "eld_map_sint64_uint32_152\030\230\001 \003(\0132R.proto" + "buf.experimental.lite.Proto2MessageLiteW" + "ithMaps.FieldMapSint64Uint32152Entry\022x\n\033" + "field_map_sint64_uint64_153\030\231\001 \003(\0132R.pro" + "tobuf.experimental.lite.Proto2MessageLit" + "eWithMaps.FieldMapSint64Uint64153Entry\022t" + "\n\031field_map_string_bool_154\030\232\001 \003(\0132P.pro" + "tobuf.experimental.lite.Proto2MessageLit" + "eWithMaps.FieldMapStringBool154Entry\022v\n\032" + "field_map_string_bytes_155\030\233\001 \003(\0132Q.prot" + "obuf.experimental.lite.Proto2MessageLite" + "WithMaps.FieldMapStringBytes155Entry\022x\n\033" + "field_map_string_double_156\030\234\001 \003(\0132R.pro" + "tobuf.experimental.lite.Proto2MessageLit" + "eWithMaps.FieldMapStringDouble156Entry\022t" + "\n\031field_map_string_enum_157\030\235\001 \003(\0132P.pro" + "tobuf.experimental.lite.Proto2MessageLit" + "eWithMaps.FieldMapStringEnum157Entry\022z\n\034" + "field_map_string_fixed32_158\030\236\001 \003(\0132S.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapStringFixed32158Entry" + "\022z\n\034field_map_string_fixed64_159\030\237\001 \003(\0132" + "S.protobuf.experimental.lite.Proto2Messa" + "geLiteWithMaps.FieldMapStringFixed64159E" + "ntry\022v\n\032field_map_string_float_160\030\240\001 \003(" + "\0132Q.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithMaps.FieldMapStringFloat160E" + "ntry\022v\n\032field_map_string_int32_161\030\241\001 \003(" + "\0132Q.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithMaps.FieldMapStringInt32161E" + "ntry\022v\n\032field_map_string_int64_162\030\242\001 \003(" + "\0132Q.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithMaps.FieldMapStringInt64162E" + "ntry\022z\n\034field_map_string_message_163\030\243\001 " + "\003(\0132S.protobuf.experimental.lite.Proto2M" + "essageLiteWithMaps.FieldMapStringMessage" + "163Entry\022|\n\035field_map_string_sfixed32_16" + "4\030\244\001 \003(\0132T.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapStringSf" + "ixed32164Entry\022|\n\035field_map_string_sfixe" + "d64_165\030\245\001 \003(\0132T.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapSt" + "ringSfixed64165Entry\022x\n\033field_map_string" + "_sint32_166\030\246\001 \003(\0132R.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apStringSint32166Entry\022x\n\033field_map_stri" + "ng_sint64_167\030\247\001 \003(\0132R.protobuf.experime" + "ntal.lite.Proto2MessageLiteWithMaps.Fiel" + "dMapStringSint64167Entry\022x\n\033field_map_st" + "ring_string_168\030\250\001 \003(\0132R.protobuf.experi" + "mental.lite.Proto2MessageLiteWithMaps.Fi" + "eldMapStringString168Entry\022x\n\033field_map_" + "string_uint32_169\030\251\001 \003(\0132R.protobuf.expe" + "rimental.lite.Proto2MessageLiteWithMaps." + "FieldMapStringUint32169Entry\022x\n\033field_ma" + "p_string_uint64_170\030\252\001 \003(\0132R.protobuf.ex" + "perimental.lite.Proto2MessageLiteWithMap" + "s.FieldMapStringUint64170Entry\022t\n\031field_" + "map_uint32_bool_171\030\253\001 \003(\0132P.protobuf.ex" + "perimental.lite.Proto2MessageLiteWithMap" + "s.FieldMapUint32Bool171Entry\022v\n\032field_ma" + "p_uint32_bytes_172\030\254\001 \003(\0132Q.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithMaps" + ".FieldMapUint32Bytes172Entry\022x\n\033field_ma" + "p_uint32_double_173\030\255\001 \003(\0132R.protobuf.ex" + "perimental.lite.Proto2MessageLiteWithMap" + "s.FieldMapUint32Double173Entry\022t\n\031field_" + "map_uint32_enum_174\030\256\001 \003(\0132P.protobuf.ex" + "perimental.lite.Proto2MessageLiteWithMap" + "s.FieldMapUint32Enum174Entry\022z\n\034field_ma" + "p_uint32_fixed32_175\030\257\001 \003(\0132S.protobuf.e" + "xperimental.lite.Proto2MessageLiteWithMa" + "ps.FieldMapUint32Fixed32175Entry\022z\n\034fiel" + "d_map_uint32_fixed64_176\030\260\001 \003(\0132S.protob" + "uf.experimental.lite.Proto2MessageLiteWi" + "thMaps.FieldMapUint32Fixed64176Entry\022v\n\032" + "field_map_uint32_float_177\030\261\001 \003(\0132Q.prot" + "obuf.experimental.lite.Proto2MessageLite" + "WithMaps.FieldMapUint32Float177Entry\022v\n\032" + "field_map_uint32_int32_178\030\262\001 \003(\0132Q.prot" + "obuf.experimental.lite.Proto2MessageLite" + "WithMaps.FieldMapUint32Int32178Entry\022v\n\032" + "field_map_uint32_int64_179\030\263\001 \003(\0132Q.prot" + "obuf.experimental.lite.Proto2MessageLite" + "WithMaps.FieldMapUint32Int64179Entry\022z\n\034" + "field_map_uint32_message_180\030\264\001 \003(\0132S.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithMaps.FieldMapUint32Message180Entry" + "\022|\n\035field_map_uint32_sfixed32_181\030\265\001 \003(\013" + "2T.protobuf.experimental.lite.Proto2Mess" + "ageLiteWithMaps.FieldMapUint32Sfixed3218" + "1Entry\022|\n\035field_map_uint32_sfixed64_182\030" + "\266\001 \003(\0132T.protobuf.experimental.lite.Prot" + "o2MessageLiteWithMaps.FieldMapUint32Sfix" + "ed64182Entry\022x\n\033field_map_uint32_sint32_" + "183\030\267\001 \003(\0132R.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapUint32" + "Sint32183Entry\022x\n\033field_map_uint32_sint6" + "4_184\030\270\001 \003(\0132R.protobuf.experimental.lit" + "e.Proto2MessageLiteWithMaps.FieldMapUint" + "32Sint64184Entry\022x\n\033field_map_uint32_str" + "ing_185\030\271\001 \003(\0132R.protobuf.experimental.l" + "ite.Proto2MessageLiteWithMaps.FieldMapUi" + "nt32String185Entry\022x\n\033field_map_uint32_u" + "int32_186\030\272\001 \003(\0132R.protobuf.experimental" + ".lite.Proto2MessageLiteWithMaps.FieldMap" + "Uint32Uint32186Entry\022x\n\033field_map_uint32" + "_uint64_187\030\273\001 \003(\0132R.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apUint32Uint64187Entry\022t\n\031field_map_uint" + "64_bool_188\030\274\001 \003(\0132P.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apUint64Bool188Entry\022v\n\032field_map_uint64" + "_bytes_189\030\275\001 \003(\0132Q.protobuf.experimenta" + "l.lite.Proto2MessageLiteWithMaps.FieldMa" + "pUint64Bytes189Entry\022x\n\033field_map_uint64" + "_double_190\030\276\001 \003(\0132R.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apUint64Double190Entry\022t\n\031field_map_uint" + "64_enum_191\030\277\001 \003(\0132P.protobuf.experiment" + "al.lite.Proto2MessageLiteWithMaps.FieldM" + "apUint64Enum191Entry\022z\n\034field_map_uint64" + "_fixed32_192\030\300\001 \003(\0132S.protobuf.experimen" + "tal.lite.Proto2MessageLiteWithMaps.Field" + "MapUint64Fixed32192Entry\022z\n\034field_map_ui" + "nt64_fixed64_193\030\301\001 \003(\0132S.protobuf.exper" + "imental.lite.Proto2MessageLiteWithMaps.F" + "ieldMapUint64Fixed64193Entry\022v\n\032field_ma" + "p_uint64_float_194\030\302\001 \003(\0132Q.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithMaps" + ".FieldMapUint64Float194Entry\022v\n\032field_ma" + "p_uint64_int32_195\030\303\001 \003(\0132Q.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithMaps" + ".FieldMapUint64Int32195Entry\022v\n\032field_ma" + "p_uint64_int64_196\030\304\001 \003(\0132Q.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithMaps" + ".FieldMapUint64Int64196Entry\022z\n\034field_ma" + "p_uint64_message_197\030\305\001 \003(\0132S.protobuf.e" + "xperimental.lite.Proto2MessageLiteWithMa" + "ps.FieldMapUint64Message197Entry\022|\n\035fiel" + "d_map_uint64_sfixed32_198\030\306\001 \003(\0132T.proto" + "buf.experimental.lite.Proto2MessageLiteW" + "ithMaps.FieldMapUint64Sfixed32198Entry\022|" + "\n\035field_map_uint64_sfixed64_199\030\307\001 \003(\0132T" + ".protobuf.experimental.lite.Proto2Messag" + "eLiteWithMaps.FieldMapUint64Sfixed64199E" + "ntry\022x\n\033field_map_uint64_sint32_200\030\310\001 \003" + "(\0132R.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithMaps.FieldMapUint64Sint3220" + "0Entry\022x\n\033field_map_uint64_sint64_201\030\311\001" + " \003(\0132R.protobuf.experimental.lite.Proto2" + "MessageLiteWithMaps.FieldMapUint64Sint64" + "201Entry\022x\n\033field_map_uint64_string_202\030" + "\312\001 \003(\0132R.protobuf.experimental.lite.Prot" + "o2MessageLiteWithMaps.FieldMapUint64Stri" + "ng202Entry\022x\n\033field_map_uint64_uint32_20" + "3\030\313\001 \003(\0132R.protobuf.experimental.lite.Pr" + "oto2MessageLiteWithMaps.FieldMapUint64Ui" + "nt32203Entry\022x\n\033field_map_uint64_uint64_" + "204\030\314\001 \003(\0132R.protobuf.experimental.lite." + "Proto2MessageLiteWithMaps.FieldMapUint64" + "Uint64204Entry\0328\n\026FieldMapBoolBool1Entry" + "\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\010:\0028\001\0329\n\027Fiel" + "dMapBoolBytes2Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005valu" + "e\030\002 \001(\014:\0028\001\032:\n\030FieldMapBoolDouble3Entry\022" + "\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\001:\0028\001\032p\n\026Field" + "MapBoolEnum4Entry\022\013\n\003key\030\001 \001(\010\022E\n\005value\030" + "\002 \001(\01626.protobuf.experimental.lite.Proto" + "2MessageLite.TestEnum:\0028\001\032;\n\031FieldMapBoo" + "lFixed325Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001" + "(\007:\0028\001\032;\n\031FieldMapBoolFixed646Entry\022\013\n\003k" + "ey\030\001 \001(\010\022\r\n\005value\030\002 \001(\006:\0028\001\0329\n\027FieldMapB" + "oolFloat7Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001" + "(\002:\0028\001\0329\n\027FieldMapBoolInt328Entry\022\013\n\003key" + "\030\001 \001(\010\022\r\n\005value\030\002 \001(\005:\0028\001\0329\n\027FieldMapBoo" + "lInt649Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\003" + ":\0028\001\032k\n\032FieldMapBoolMessage10Entry\022\013\n\003ke" + "y\030\001 \001(\010\022<\n\005value\030\002 \001(\0132-.protobuf.experi" + "mental.lite.Proto2MessageLite:\0028\001\032=\n\033Fie" + "ldMapBoolSfixed3211Entry\022\013\n\003key\030\001 \001(\010\022\r\n" + "\005value\030\002 \001(\017:\0028\001\032=\n\033FieldMapBoolSfixed64" + "12Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\020:\0028\001\032" + ";\n\031FieldMapBoolSint3213Entry\022\013\n\003key\030\001 \001(" + "\010\022\r\n\005value\030\002 \001(\021:\0028\001\032;\n\031FieldMapBoolSint" + "6414Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\022:\0028" + "\001\032;\n\031FieldMapBoolString15Entry\022\013\n\003key\030\001 " + "\001(\010\022\r\n\005value\030\002 \001(\t:\0028\001\032;\n\031FieldMapBoolUi" + "nt3216Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\r:" + "\0028\001\032;\n\031FieldMapBoolUint6417Entry\022\013\n\003key\030" + "\001 \001(\010\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapFixe" + "d32Bool18Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001" + "(\010:\0028\001\032=\n\033FieldMapFixed32Bytes19Entry\022\013\n" + "\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMa" + "pFixed32Double20Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005va" + "lue\030\002 \001(\001:\0028\001\032t\n\032FieldMapFixed32Enum21En" + "try\022\013\n\003key\030\001 \001(\007\022E\n\005value\030\002 \001(\01626.protob" + "uf.experimental.lite.Proto2MessageLite.T" + "estEnum:\0028\001\032?\n\035FieldMapFixed32Fixed3222E" + "ntry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035" + "FieldMapFixed32Fixed6423Entry\022\013\n\003key\030\001 \001" + "(\007\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapFixed32" + "Float24Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\002" + ":\0028\001\032=\n\033FieldMapFixed32Int3225Entry\022\013\n\003k" + "ey\030\001 \001(\007\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapF" + "ixed32Int6426Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value" + "\030\002 \001(\003:\0028\001\032n\n\035FieldMapFixed32Message27En" + "try\022\013\n\003key\030\001 \001(\007\022<\n\005value\030\002 \001(\0132-.protob" + "uf.experimental.lite.Proto2MessageLite:\002" + "8\001\032@\n\036FieldMapFixed32Sfixed3228Entry\022\013\n\003" + "key\030\001 \001(\007\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMap" + "Fixed32Sfixed6429Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005v" + "alue\030\002 \001(\020:\0028\001\032>\n\034FieldMapFixed32Sint323" + "0Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\021:\0028\001\032>" + "\n\034FieldMapFixed32Sint6431Entry\022\013\n\003key\030\001 " + "\001(\007\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapFixed3" + "2String32Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001" + "(\t:\0028\001\032>\n\034FieldMapFixed32Uint3233Entry\022\013" + "\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldM" + "apFixed32Uint6434Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005v" + "alue\030\002 \001(\004:\0028\001\032<\n\032FieldMapFixed64Bool35E" + "ntry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033" + "FieldMapFixed64Bytes36Entry\022\013\n\003key\030\001 \001(\006" + "\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMapFixed64Do" + "uble37Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\001:" + "\0028\001\032t\n\032FieldMapFixed64Enum38Entry\022\013\n\003key" + "\030\001 \001(\006\022E\n\005value\030\002 \001(\01626.protobuf.experim" + "ental.lite.Proto2MessageLite.TestEnum:\0028" + "\001\032?\n\035FieldMapFixed64Fixed3239Entry\022\013\n\003ke" + "y\030\001 \001(\006\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMapFi" + "xed64Fixed6440Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005valu" + "e\030\002 \001(\006:\0028\001\032=\n\033FieldMapFixed64Float41Ent" + "ry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033Fi" + "eldMapFixed64Int3242Entry\022\013\n\003key\030\001 \001(\006\022\r" + "\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapFixed64Int6" + "443Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\003:\0028\001" + "\032n\n\035FieldMapFixed64Message44Entry\022\013\n\003key" + "\030\001 \001(\006\022<\n\005value\030\002 \001(\0132-.protobuf.experim" + "ental.lite.Proto2MessageLite:\0028\001\032@\n\036Fiel" + "dMapFixed64Sfixed3245Entry\022\013\n\003key\030\001 \001(\006\022" + "\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapFixed64Sfi" + "xed6446Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\020" + ":\0028\001\032>\n\034FieldMapFixed64Sint3247Entry\022\013\n\003" + "key\030\001 \001(\006\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMap" + "Fixed64Sint6448Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005val" + "ue\030\002 \001(\022:\0028\001\032>\n\034FieldMapFixed64String49E" + "ntry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034" + "FieldMapFixed64Uint3250Entry\022\013\n\003key\030\001 \001(" + "\006\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapFixed64U" + "int6451Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\004", ":\0028\001\032:\n\030FieldMapInt32Bool52Entry\022\013\n\003key\030" + "\001 \001(\005\022\r\n\005value\030\002 \001(\010:\0028\001\032;\n\031FieldMapInt3" + "2Bytes53Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(" + "\014:\0028\001\032<\n\032FieldMapInt32Double54Entry\022\013\n\003k" + "ey\030\001 \001(\005\022\r\n\005value\030\002 \001(\001:\0028\001\032r\n\030FieldMapI" + "nt32Enum55Entry\022\013\n\003key\030\001 \001(\005\022E\n\005value\030\002 " + "\001(\01626.protobuf.experimental.lite.Proto2M" + "essageLite.TestEnum:\0028\001\032=\n\033FieldMapInt32" + "Fixed3256Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001" + "(\007:\0028\001\032=\n\033FieldMapInt32Fixed6457Entry\022\013\n" + "\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\006:\0028\001\032;\n\031FieldMa" + "pInt32Float58Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value" + "\030\002 \001(\002:\0028\001\032;\n\031FieldMapInt32Int3259Entry\022" + "\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001\032;\n\031Field" + "MapInt32Int6460Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005val" + "ue\030\002 \001(\003:\0028\001\032l\n\033FieldMapInt32Message61En" + "try\022\013\n\003key\030\001 \001(\005\022<\n\005value\030\002 \001(\0132-.protob" + "uf.experimental.lite.Proto2MessageLite:\002" + "8\001\032>\n\034FieldMapInt32Sfixed3262Entry\022\013\n\003ke" + "y\030\001 \001(\005\022\r\n\005value\030\002 \001(\017:\0028\001\032>\n\034FieldMapIn" + "t32Sfixed6463Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value" + "\030\002 \001(\020:\0028\001\032<\n\032FieldMapInt32Sint3264Entry" + "\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\021:\0028\001\032<\n\032Fiel" + "dMapInt32Sint6465Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005v" + "alue\030\002 \001(\022:\0028\001\032<\n\032FieldMapInt32String66E" + "ntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\t:\0028\001\032<\n\032" + "FieldMapInt32Uint3267Entry\022\013\n\003key\030\001 \001(\005\022" + "\r\n\005value\030\002 \001(\r:\0028\001\032<\n\032FieldMapInt32Uint6" + "468Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\004:\0028\001" + "\032:\n\030FieldMapInt64Bool69Entry\022\013\n\003key\030\001 \001(" + "\003\022\r\n\005value\030\002 \001(\010:\0028\001\032;\n\031FieldMapInt64Byt" + "es70Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\014:\0028" + "\001\032<\n\032FieldMapInt64Double71Entry\022\013\n\003key\030\001" + " \001(\003\022\r\n\005value\030\002 \001(\001:\0028\001\032r\n\030FieldMapInt64" + "Enum72Entry\022\013\n\003key\030\001 \001(\003\022E\n\005value\030\002 \001(\0162" + "6.protobuf.experimental.lite.Proto2Messa" + "geLite.TestEnum:\0028\001\032=\n\033FieldMapInt64Fixe" + "d3273Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\007:\002" + "8\001\032=\n\033FieldMapInt64Fixed6474Entry\022\013\n\003key" + "\030\001 \001(\003\022\r\n\005value\030\002 \001(\006:\0028\001\032;\n\031FieldMapInt" + "64Float75Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001" + "(\002:\0028\001\032;\n\031FieldMapInt64Int3276Entry\022\013\n\003k" + "ey\030\001 \001(\003\022\r\n\005value\030\002 \001(\005:\0028\001\032;\n\031FieldMapI" + "nt64Int6477Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002" + " \001(\003:\0028\001\032l\n\033FieldMapInt64Message78Entry\022" + "\013\n\003key\030\001 \001(\003\022<\n\005value\030\002 \001(\0132-.protobuf.e" + "xperimental.lite.Proto2MessageLite:\0028\001\032>" + "\n\034FieldMapInt64Sfixed3279Entry\022\013\n\003key\030\001 " + "\001(\003\022\r\n\005value\030\002 \001(\017:\0028\001\032>\n\034FieldMapInt64S" + "fixed6480Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001" + "(\020:\0028\001\032<\n\032FieldMapInt64Sint3281Entry\022\013\n\003" + "key\030\001 \001(\003\022\r\n\005value\030\002 \001(\021:\0028\001\032<\n\032FieldMap" + "Int64Sint6482Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value" + "\030\002 \001(\022:\0028\001\032<\n\032FieldMapInt64String83Entry" + "\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\t:\0028\001\032<\n\032Fiel" + "dMapInt64Uint3284Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005v" + "alue\030\002 \001(\r:\0028\001\032<\n\032FieldMapInt64Uint6485E" + "ntry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\004:\0028\001\032=\n\033" + "FieldMapSfixed32Bool86Entry\022\013\n\003key\030\001 \001(\017" + "\022\r\n\005value\030\002 \001(\010:\0028\001\032>\n\034FieldMapSfixed32B" + "ytes87Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\014:" + "\0028\001\032?\n\035FieldMapSfixed32Double88Entry\022\013\n\003" + "key\030\001 \001(\017\022\r\n\005value\030\002 \001(\001:\0028\001\032u\n\033FieldMap" + "Sfixed32Enum89Entry\022\013\n\003key\030\001 \001(\017\022E\n\005valu" + "e\030\002 \001(\01626.protobuf.experimental.lite.Pro" + "to2MessageLite.TestEnum:\0028\001\032@\n\036FieldMapS" + "fixed32Fixed3290Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005va" + "lue\030\002 \001(\007:\0028\001\032@\n\036FieldMapSfixed32Fixed64" + "91Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\006:\0028\001\032" + ">\n\034FieldMapSfixed32Float92Entry\022\013\n\003key\030\001" + " \001(\017\022\r\n\005value\030\002 \001(\002:\0028\001\032>\n\034FieldMapSfixe" + "d32Int3293Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 " + "\001(\005:\0028\001\032>\n\034FieldMapSfixed32Int6494Entry\022" + "\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\003:\0028\001\032o\n\036Field" + "MapSfixed32Message95Entry\022\013\n\003key\030\001 \001(\017\022<" + "\n\005value\030\002 \001(\0132-.protobuf.experimental.li" + "te.Proto2MessageLite:\0028\001\032A\n\037FieldMapSfix" + "ed32Sfixed3296Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005valu" + "e\030\002 \001(\017:\0028\001\032A\n\037FieldMapSfixed32Sfixed649" + "7Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\020:\0028\001\032?" + "\n\035FieldMapSfixed32Sint3298Entry\022\013\n\003key\030\001" + " \001(\017\022\r\n\005value\030\002 \001(\021:\0028\001\032?\n\035FieldMapSfixe" + "d32Sint6499Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002" + " \001(\022:\0028\001\032@\n\036FieldMapSfixed32String100Ent" + "ry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\t:\0028\001\032@\n\036Fi" + "eldMapSfixed32Uint32101Entry\022\013\n\003key\030\001 \001(" + "\017\022\r\n\005value\030\002 \001(\r:\0028\001\032@\n\036FieldMapSfixed32" + "Uint64102Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001" + "(\004:\0028\001\032>\n\034FieldMapSfixed64Bool103Entry\022\013" + "\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\010:\0028\001\032?\n\035FieldM" + "apSfixed64Bytes104Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005" + "value\030\002 \001(\014:\0028\001\032@\n\036FieldMapSfixed64Doubl" + "e105Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\001:\0028" + "\001\032v\n\034FieldMapSfixed64Enum106Entry\022\013\n\003key" + "\030\001 \001(\020\022E\n\005value\030\002 \001(\01626.protobuf.experim" + "ental.lite.Proto2MessageLite.TestEnum:\0028" + "\001\032A\n\037FieldMapSfixed64Fixed32107Entry\022\013\n\003" + "key\030\001 \001(\020\022\r\n\005value\030\002 \001(\007:\0028\001\032A\n\037FieldMap" + "Sfixed64Fixed64108Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005" + "value\030\002 \001(\006:\0028\001\032?\n\035FieldMapSfixed64Float" + "109Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\002:\0028\001" + "\032?\n\035FieldMapSfixed64Int32110Entry\022\013\n\003key" + "\030\001 \001(\020\022\r\n\005value\030\002 \001(\005:\0028\001\032?\n\035FieldMapSfi" + "xed64Int64111Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value" + "\030\002 \001(\003:\0028\001\032p\n\037FieldMapSfixed64Message112" + "Entry\022\013\n\003key\030\001 \001(\020\022<\n\005value\030\002 \001(\0132-.prot" + "obuf.experimental.lite.Proto2MessageLite" + ":\0028\001\032B\n FieldMapSfixed64Sfixed32113Entry" + "\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\017:\0028\001\032B\n Fiel" + "dMapSfixed64Sfixed64114Entry\022\013\n\003key\030\001 \001(" + "\020\022\r\n\005value\030\002 \001(\020:\0028\001\032@\n\036FieldMapSfixed64" + "Sint32115Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001" + "(\021:\0028\001\032@\n\036FieldMapSfixed64Sint64116Entry" + "\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\022:\0028\001\032@\n\036Fiel" + "dMapSfixed64String117Entry\022\013\n\003key\030\001 \001(\020\022" + "\r\n\005value\030\002 \001(\t:\0028\001\032@\n\036FieldMapSfixed64Ui" + "nt32118Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\r" + ":\0028\001\032@\n\036FieldMapSfixed64Uint64119Entry\022\013" + "\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldM" + "apSint32Bool120Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005val" + "ue\030\002 \001(\010:\0028\001\032=\n\033FieldMapSint32Bytes121En" + "try\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034F" + "ieldMapSint32Double122Entry\022\013\n\003key\030\001 \001(\021" + "\022\r\n\005value\030\002 \001(\001:\0028\001\032t\n\032FieldMapSint32Enu" + "m123Entry\022\013\n\003key\030\001 \001(\021\022E\n\005value\030\002 \001(\01626." + "protobuf.experimental.lite.Proto2Message" + "Lite.TestEnum:\0028\001\032?\n\035FieldMapSint32Fixed" + "32124Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\007:\002" + "8\001\032?\n\035FieldMapSint32Fixed64125Entry\022\013\n\003k" + "ey\030\001 \001(\021\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapS" + "int32Float126Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value" + "\030\002 \001(\002:\0028\001\032=\n\033FieldMapSint32Int32127Entr" + "y\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033Fie" + "ldMapSint32Int64128Entry\022\013\n\003key\030\001 \001(\021\022\r\n" + "\005value\030\002 \001(\003:\0028\001\032n\n\035FieldMapSint32Messag" + "e129Entry\022\013\n\003key\030\001 \001(\021\022<\n\005value\030\002 \001(\0132-." + "protobuf.experimental.lite.Proto2Message" + "Lite:\0028\001\032@\n\036FieldMapSint32Sfixed32130Ent" + "ry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036Fi" + "eldMapSint32Sfixed64131Entry\022\013\n\003key\030\001 \001(" + "\021\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMapSint32Si" + "nt32132Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\021" + ":\0028\001\032>\n\034FieldMapSint32Sint64133Entry\022\013\n\003" + "key\030\001 \001(\021\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMap" + "Sint32String134Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005val" + "ue\030\002 \001(\t:\0028\001\032>\n\034FieldMapSint32Uint32135E" + "ntry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034" + "FieldMapSint32Uint64136Entry\022\013\n\003key\030\001 \001(" + "\021\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapSint64Bo" + "ol137Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\010:\002" + "8\001\032=\n\033FieldMapSint64Bytes138Entry\022\013\n\003key" + "\030\001 \001(\022\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMapSin" + "t64Double139Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030" + "\002 \001(\001:\0028\001\032t\n\032FieldMapSint64Enum140Entry\022" + "\013\n\003key\030\001 \001(\022\022E\n\005value\030\002 \001(\01626.protobuf.e" + "xperimental.lite.Proto2MessageLite.TestE" + "num:\0028\001\032?\n\035FieldMapSint64Fixed32141Entry" + "\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035Fiel" + "dMapSint64Fixed64142Entry\022\013\n\003key\030\001 \001(\022\022\r" + "\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapSint64Float" + "143Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\002:\0028\001" + "\032=\n\033FieldMapSint64Int32144Entry\022\013\n\003key\030\001" + " \001(\022\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapSint6" + "4Int64145Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001" + "(\003:\0028\001\032n\n\035FieldMapSint64Message146Entry\022" + "\013\n\003key\030\001 \001(\022\022<\n\005value\030\002 \001(\0132-.protobuf.e" + "xperimental.lite.Proto2MessageLite:\0028\001\032@" + "\n\036FieldMapSint64Sfixed32147Entry\022\013\n\003key\030" + "\001 \001(\022\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapSint" + "64Sfixed64148Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value" + "\030\002 \001(\020:\0028\001\032>\n\034FieldMapSint64Sint32149Ent" + "ry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034Fi" + "eldMapSint64Sint64150Entry\022\013\n\003key\030\001 \001(\022\022" + "\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapSint64Stri" + "ng151Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\t:\002" + "8\001\032>\n\034FieldMapSint64Uint32152Entry\022\013\n\003ke" + "y\030\001 \001(\022\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapSi" + "nt64Uint64153Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value" + "\030\002 \001(\004:\0028\001\032<\n\032FieldMapStringBool154Entry" + "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033Fiel" + "dMapStringBytes155Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005" + "value\030\002 \001(\014:\0028\001\032>\n\034FieldMapStringDouble1" + "56Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\001:\0028\001\032" + "t\n\032FieldMapStringEnum157Entry\022\013\n\003key\030\001 \001" + "(\t\022E\n\005value\030\002 \001(\01626.protobuf.experimenta" + "l.lite.Proto2MessageLite.TestEnum:\0028\001\032?\n" + "\035FieldMapStringFixed32158Entry\022\013\n\003key\030\001 " + "\001(\t\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMapString" + "Fixed64159Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 " + "\001(\006:\0028\001\032=\n\033FieldMapStringFloat160Entry\022\013" + "\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldM" + "apStringInt32161Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" + "lue\030\002 \001(\005:\0028\001\032=\n\033FieldMapStringInt64162E" + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001\032n\n\035" + "FieldMapStringMessage163Entry\022\013\n\003key\030\001 \001" + "(\t\022<\n\005value\030\002 \001(\0132-.protobuf.experimenta" + "l.lite.Proto2MessageLite:\0028\001\032@\n\036FieldMap" + "StringSfixed32164Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" + "alue\030\002 \001(\017:\0028\001\032@\n\036FieldMapStringSfixed64" + "165Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\020:\0028\001" + "\032>\n\034FieldMapStringSint32166Entry\022\013\n\003key\030" + "\001 \001(\t\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMapStri" + "ngSint64167Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002" + " \001(\022:\0028\001\032>\n\034FieldMapStringString168Entry" + "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034Fiel" + "dMapStringUint32169Entry\022\013\n\003key\030\001 \001(\t\022\r\n" + "\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapStringUint64" + "170Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\004:\0028\001" + "\032<\n\032FieldMapUint32Bool171Entry\022\013\n\003key\030\001 " + "\001(\r\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldMapUint32" + "Bytes172Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(" + "\014:\0028\001\032>\n\034FieldMapUint32Double173Entry\022\013\n" + "\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\001:\0028\001\032t\n\032FieldMa" + "pUint32Enum174Entry\022\013\n\003key\030\001 \001(\r\022E\n\005valu" + "e\030\002 \001(\01626.protobuf.experimental.lite.Pro" + "to2MessageLite.TestEnum:\0028\001\032?\n\035FieldMapU" + "int32Fixed32175Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005val" + "ue\030\002 \001(\007:\0028\001\032?\n\035FieldMapUint32Fixed64176" + "Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n" + "\033FieldMapUint32Float177Entry\022\013\n\003key\030\001 \001(" + "\r\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapUint32In" + "t32178Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\005:" + "\0028\001\032=\n\033FieldMapUint32Int64179Entry\022\013\n\003ke" + "y\030\001 \001(\r\022\r\n\005value\030\002 \001(\003:\0028\001\032n\n\035FieldMapUi" + "nt32Message180Entry\022\013\n\003key\030\001 \001(\r\022<\n\005valu" + "e\030\002 \001(\0132-.protobuf.experimental.lite.Pro" + "to2MessageLite:\0028\001\032@\n\036FieldMapUint32Sfix" + "ed32181Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\017" + ":\0028\001\032@\n\036FieldMapUint32Sfixed64182Entry\022\013" + "\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldM" + "apUint32Sint32183Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005v" + "alue\030\002 \001(\021:\0028\001\032>\n\034FieldMapUint32Sint6418" + "4Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\022:\0028\001\032>" + "\n\034FieldMapUint32String185Entry\022\013\n\003key\030\001 " + "\001(\r\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMapUint32" + "Uint32186Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001" + "(\r:\0028\001\032>\n\034FieldMapUint32Uint64187Entry\022\013" + "\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldM" + "apUint64Bool188Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005val" + "ue\030\002 \001(\010:\0028\001\032=\n\033FieldMapUint64Bytes189En" + "try\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034F" + "ieldMapUint64Double190Entry\022\013\n\003key\030\001 \001(\004" + "\022\r\n\005value\030\002 \001(\001:\0028\001\032t\n\032FieldMapUint64Enu" + "m191Entry\022\013\n\003key\030\001 \001(\004\022E\n\005value\030\002 \001(\01626." + "protobuf.experimental.lite.Proto2Message" + "Lite.TestEnum:\0028\001\032?\n\035FieldMapUint64Fixed" + "32192Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\007:\002" + "8\001\032?\n\035FieldMapUint64Fixed64193Entry\022\013\n\003k" + "ey\030\001 \001(\004\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapU" + "int64Float194Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value" + "\030\002 \001(\002:\0028\001\032=\n\033FieldMapUint64Int32195Entr" + "y\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033Fie" + "ldMapUint64Int64196Entry\022\013\n\003key\030\001 \001(\004\022\r\n" + "\005value\030\002 \001(\003:\0028\001\032n\n\035FieldMapUint64Messag" + "e197Entry\022\013\n\003key\030\001 \001(\004\022<\n\005value\030\002 \001(\0132-." + "protobuf.experimental.lite.Proto2Message" + "Lite:\0028\001\032@\n\036FieldMapUint64Sfixed32198Ent" + "ry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036Fi" + "eldMapUint64Sfixed64199Entry\022\013\n\003key\030\001 \001(" + "\004\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMapUint64Si" + "nt32200Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\021" + ":\0028\001\032>\n\034FieldMapUint64Sint64201Entry\022\013\n\003" + "key\030\001 \001(\004\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMap" + "Uint64String202Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005val" + "ue\030\002 \001(\t:\0028\001\032>\n\034FieldMapUint64Uint32203E" + "ntry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034" + "FieldMapUint64Uint64204Entry\022\013\n\003key\030\001 \001(" + "\004\022\r\n\005value\030\002 \001(\004:\0028\001:S\n\016field_double_1\022;" + ".protobuf.experimental.lite.Proto2Messag" + "eLiteWithExtensions\030\001 \001(\001:R\n\rfield_float" + "_2\022;.protobuf.experimental.lite.Proto2Me" + "ssageLiteWithExtensions\030\002 \001(\002:R\n\rfield_i" + "nt64_3\022;.protobuf.experimental.lite.Prot" + "o2MessageLiteWithExtensions\030\003 \001(\003:S\n\016fie" + "ld_uint64_4\022;.protobuf.experimental.lite" + ".Proto2MessageLiteWithExtensions\030\004 \001(\004:R" + "\n\rfield_int32_5\022;.protobuf.experimental." + "lite.Proto2MessageLiteWithExtensions\030\005 \001" + "(\005:T\n\017field_fixed64_6\022;.protobuf.experim" + "ental.lite.Proto2MessageLiteWithExtensio" + "ns\030\006 \001(\006:T\n\017field_fixed32_7\022;.protobuf.e" + "xperimental.lite.Proto2MessageLiteWithEx" + "tensions\030\007 \001(\007:Q\n\014field_bool_8\022;.protobu" + "f.experimental.lite.Proto2MessageLiteWit" + "hExtensions\030\010 \001(\010:S\n\016field_string_9\022;.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithExtensions\030\t \001(\t:\204\001\n\020field_message" + "_10\022;.protobuf.experimental.lite.Proto2M" + "essageLiteWithExtensions\030\n \001(\0132-.protobu" + "f.experimental.lite.Proto2MessageLite:S\n" + "\016field_bytes_11\022;.protobuf.experimental." + "lite.Proto2MessageLiteWithExtensions\030\013 \001" + "(\014:T\n\017field_uint32_12\022;.protobuf.experim" + "ental.lite.Proto2MessageLiteWithExtensio" + "ns\030\014 \001(\r:\212\001\n\rfield_enum_13\022;.protobuf.ex" + "perimental.lite.Proto2MessageLiteWithExt" + "ensions\030\r \001(\01626.protobuf.experimental.li" + "te.Proto2MessageLite.TestEnum:V\n\021field_s" + "fixed32_14\022;.protobuf.experimental.lite." + "Proto2MessageLiteWithExtensions\030\016 \001(\017:V\n" + "\021field_sfixed64_15\022;.protobuf.experiment" + "al.lite.Proto2MessageLiteWithExtensions\030" + "\017 \001(\020:T\n\017field_sint32_16\022;.protobuf.expe" + "rimental.lite.Proto2MessageLiteWithExten" + "sions\030\020 \001(\021:T\n\017field_sint64_17\022;.protobu" + "f.experimental.lite.Proto2MessageLiteWit" + "hExtensions\030\021 \001(\022:]\n\024field_double_list_1" + "8\022;.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithExtensions\030\022 \003(\001B\002\020\000:\\\n\023fiel" + "d_float_list_19\022;.protobuf.experimental." + "lite.Proto2MessageLiteWithExtensions\030\023 \003" + "(\002B\002\020\000:\\\n\023field_int64_list_20\022;.protobuf" + ".experimental.lite.Proto2MessageLiteWith" + "Extensions\030\024 \003(\003B\002\020\000:]\n\024field_uint64_lis" + "t_21\022;.protobuf.experimental.lite.Proto2" + "MessageLiteWithExtensions\030\025 \003(\004B\002\020\000:\\\n\023f" + "ield_int32_list_22\022;.protobuf.experiment" + "al.lite.Proto2MessageLiteWithExtensions\030" + "\026 \003(\005B\002\020\000:^\n\025field_fixed64_list_23\022;.pro" + "tobuf.experimental.lite.Proto2MessageLit" + "eWithExtensions\030\027 \003(\006B\002\020\000:^\n\025field_fixed" + "32_list_24\022;.protobuf.experimental.lite." + "Proto2MessageLiteWithExtensions\030\030 \003(\007B\002\020" + "\000:[\n\022field_bool_list_25\022;.protobuf.exper" + "imental.lite.Proto2MessageLiteWithExtens" + "ions\030\031 \003(\010B\002\020\000:]\n\024field_string_list_26\022;" + ".protobuf.experimental.lite.Proto2Messag" + "eLiteWithExtensions\030\032 \003(\tB\002\020\000:\215\001\n\025field_" + "message_list_27\022;.protobuf.experimental." + "lite.Proto2MessageLiteWithExtensions\030\033 \003" + "(\0132-.protobuf.experimental.lite.Proto2Me" + "ssageLiteB\002\020\000:\\\n\023field_bytes_list_28\022;.p" + "rotobuf.experimental.lite.Proto2MessageL" + "iteWithExtensions\030\034 \003(\014B\002\020\000:]\n\024field_uin" + "t32_list_29\022;.protobuf.experimental.lite" + ".Proto2MessageLiteWithExtensions\030\035 \003(\rB\002" + "\020\000:\223\001\n\022field_enum_list_30\022;.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithExte" + "nsions\030\036 \003(\01626.protobuf.experimental.lit" + "e.Proto2MessageLite.TestEnumB\002\020\000:_\n\026fiel" + "d_sfixed32_list_31\022;.protobuf.experiment" + "al.lite.Proto2MessageLiteWithExtensions\030" + "\037 \003(\017B\002\020\000:_\n\026field_sfixed64_list_32\022;.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithExtensions\030 \003(\020B\002\020\000:]\n\024field_sint" + "32_list_33\022;.protobuf.experimental.lite." + "Proto2MessageLiteWithExtensions\030! \003(\021B\002\020" + "\000:]\n\024field_sint64_list_34\022;.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithExte" + "nsions\030\" \003(\022B\002\020\000:d\n\033field_double_list_pa" + "cked_35\022;.protobuf.experimental.lite.Pro" + "to2MessageLiteWithExtensions\030# \003(\001B\002\020\001:c" + "\n\032field_float_list_packed_36\022;.protobuf." + "experimental.lite.Proto2MessageLiteWithE" + "xtensions\030$ \003(\002B\002\020\001:c\n\032field_int64_list_" + "packed_37\022;.protobuf.experimental.lite.P" + "roto2MessageLiteWithExtensions\030% \003(\003B\002\020\001" + ":d\n\033field_uint64_list_packed_38\022;.protob" + "uf.experimental.lite.Proto2MessageLiteWi" + "thExtensions\030& \003(\004B\002\020\001:c\n\032field_int32_li" + "st_packed_39\022;.protobuf.experimental.lit" + "e.Proto2MessageLiteWithExtensions\030\' \003(\005B" + "\002\020\001:e\n\034field_fixed64_list_packed_40\022;.pr" + "otobuf.experimental.lite.Proto2MessageLi" + "teWithExtensions\030( \003(\006B\002\020\001:e\n\034field_fixe" + "d32_list_packed_41\022;.protobuf.experiment" + "al.lite.Proto2MessageLiteWithExtensions\030" + ") \003(\007B\002\020\001:b\n\031field_bool_list_packed_42\022;" + ".protobuf.experimental.lite.Proto2Messag" + "eLiteWithExtensions\030* \003(\010B\002\020\001:d\n\033field_u" + "int32_list_packed_43\022;.protobuf.experime" + "ntal.lite.Proto2MessageLiteWithExtension" + "s\030+ \003(\rB\002\020\001:\232\001\n\031field_enum_list_packed_4" + "4\022;.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithExtensions\030, \003(\01626.protobuf." + "experimental.lite.Proto2MessageLite.Test" + "EnumB\002\020\001:f\n\035field_sfixed32_list_packed_4" + "5\022;.protobuf.experimental.lite.Proto2Mes" + "sageLiteWithExtensions\030- \003(\017B\002\020\001:f\n\035fiel" + "d_sfixed64_list_packed_46\022;.protobuf.exp" + "erimental.lite.Proto2MessageLiteWithExte" + "nsions\030. \003(\020B\002\020\001:d\n\033field_sint32_list_pa" + "cked_47\022;.protobuf.experimental.lite.Pro" + "to2MessageLiteWithExtensions\030/ \003(\021B\002\020\001:d" + "\n\033field_sint64_list_packed_48\022;.protobuf" + ".experimental.lite.Proto2MessageLiteWith" + "Extensions\0300 \003(\022B\002\020\001:{\n\014fieldgroup49\022;.p" + "rotobuf.experimental.lite.Proto2MessageL" + "iteWithExtensions\0301 \001(\n2(.protobuf.exper" + "imental.lite.FieldGroup49:\203\001\n\020fieldgroup" + "list51\022;.protobuf.experimental.lite.Prot" + "o2MessageLiteWithExtensions\0303 \003(\n2,.prot" + "obuf.experimental.lite.FieldGroupList51B" + "0\n\033com.google.protobuf.testingB\021Proto2Te" + "stingLite" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protobuf_experimental_lite_Proto2MessageLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor, new java.lang.String[] { "FieldDouble1", "FieldFloat2", "FieldInt643", "FieldUint644", "FieldInt325", "FieldFixed646", "FieldFixed327", "FieldBool8", "FieldString9", "FieldMessage10", "FieldBytes11", "FieldUint3212", "FieldEnum13", "FieldSfixed3214", "FieldSfixed6415", "FieldSint3216", "FieldSint6417", "FieldDoubleList18", "FieldFloatList19", "FieldInt64List20", "FieldUint64List21", "FieldInt32List22", "FieldFixed64List23", "FieldFixed32List24", "FieldBoolList25", "FieldStringList26", "FieldMessageList27", "FieldBytesList28", "FieldUint32List29", "FieldEnumList30", "FieldSfixed32List31", "FieldSfixed64List32", "FieldSint32List33", "FieldSint64List34", "FieldDoubleListPacked35", "FieldFloatListPacked36", "FieldInt64ListPacked37", "FieldUint64ListPacked38", "FieldInt32ListPacked39", "FieldFixed64ListPacked40", "FieldFixed32ListPacked41", "FieldBoolListPacked42", "FieldUint32ListPacked43", "FieldEnumListPacked44", "FieldSfixed32ListPacked45", "FieldSfixed64ListPacked46", "FieldSint32ListPacked47", "FieldSint64ListPacked48", "FieldGroup49", "FieldGroupList51", "FieldDouble53", "FieldFloat54", "FieldInt6455", "FieldUint6456", "FieldInt3257", "FieldFixed6458", "FieldFixed3259", "FieldBool60", "FieldString61", "FieldMessage62", "FieldBytes63", "FieldUint3264", "FieldSfixed3265", "FieldSfixed6466", "FieldSint3267", "FieldSint6468", "FieldGroup69", "FieldRequiredDouble71", "FieldRequiredFloat72", "FieldRequiredInt6473", "FieldRequiredUint6474", "FieldRequiredInt3275", "FieldRequiredFixed6476", "FieldRequiredFixed3277", "FieldRequiredBool78", "FieldRequiredString79", "FieldRequiredMessage80", "FieldRequiredBytes81", "FieldRequiredUint3282", "FieldRequiredEnum83", "FieldRequiredSfixed3284", "FieldRequiredSfixed6485", "FieldRequiredSint3286", "FieldRequiredSint6487", "FieldRequiredGroup88", "TestOneof", }); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor.getNestedTypes().get(0); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup49_descriptor, new java.lang.String[] { "FieldInt3250", }); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor.getNestedTypes().get(1); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroupList51_descriptor, new java.lang.String[] { "FieldInt3252", }); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor.getNestedTypes().get(2); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldGroup69_descriptor, new java.lang.String[] { "FieldInt3270", }); internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor.getNestedTypes().get(3); internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLite_RequiredNestedMessage_descriptor, new java.lang.String[] { "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLite_descriptor.getNestedTypes().get(4); internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLite_FieldRequiredGroup88_descriptor, new java.lang.String[] { "FieldInt3289", }); internal_static_protobuf_experimental_lite_Proto2EmptyLite_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_protobuf_experimental_lite_Proto2EmptyLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2EmptyLite_descriptor, new java.lang.String[] { }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithExtensions_descriptor, new java.lang.String[] { }); internal_static_protobuf_experimental_lite_FieldGroup49_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_protobuf_experimental_lite_FieldGroup49_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_FieldGroup49_descriptor, new java.lang.String[] { "FieldInt3250", }); internal_static_protobuf_experimental_lite_FieldGroupList51_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_protobuf_experimental_lite_FieldGroupList51_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_FieldGroupList51_descriptor, new java.lang.String[] { "FieldInt3252", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor, new java.lang.String[] { "FieldMapBoolBool1", "FieldMapBoolBytes2", "FieldMapBoolDouble3", "FieldMapBoolEnum4", "FieldMapBoolFixed325", "FieldMapBoolFixed646", "FieldMapBoolFloat7", "FieldMapBoolInt328", "FieldMapBoolInt649", "FieldMapBoolMessage10", "FieldMapBoolSfixed3211", "FieldMapBoolSfixed6412", "FieldMapBoolSint3213", "FieldMapBoolSint6414", "FieldMapBoolString15", "FieldMapBoolUint3216", "FieldMapBoolUint6417", "FieldMapFixed32Bool18", "FieldMapFixed32Bytes19", "FieldMapFixed32Double20", "FieldMapFixed32Enum21", "FieldMapFixed32Fixed3222", "FieldMapFixed32Fixed6423", "FieldMapFixed32Float24", "FieldMapFixed32Int3225", "FieldMapFixed32Int6426", "FieldMapFixed32Message27", "FieldMapFixed32Sfixed3228", "FieldMapFixed32Sfixed6429", "FieldMapFixed32Sint3230", "FieldMapFixed32Sint6431", "FieldMapFixed32String32", "FieldMapFixed32Uint3233", "FieldMapFixed32Uint6434", "FieldMapFixed64Bool35", "FieldMapFixed64Bytes36", "FieldMapFixed64Double37", "FieldMapFixed64Enum38", "FieldMapFixed64Fixed3239", "FieldMapFixed64Fixed6440", "FieldMapFixed64Float41", "FieldMapFixed64Int3242", "FieldMapFixed64Int6443", "FieldMapFixed64Message44", "FieldMapFixed64Sfixed3245", "FieldMapFixed64Sfixed6446", "FieldMapFixed64Sint3247", "FieldMapFixed64Sint6448", "FieldMapFixed64String49", "FieldMapFixed64Uint3250", "FieldMapFixed64Uint6451", "FieldMapInt32Bool52", "FieldMapInt32Bytes53", "FieldMapInt32Double54", "FieldMapInt32Enum55", "FieldMapInt32Fixed3256", "FieldMapInt32Fixed6457", "FieldMapInt32Float58", "FieldMapInt32Int3259", "FieldMapInt32Int6460", "FieldMapInt32Message61", "FieldMapInt32Sfixed3262", "FieldMapInt32Sfixed6463", "FieldMapInt32Sint3264", "FieldMapInt32Sint6465", "FieldMapInt32String66", "FieldMapInt32Uint3267", "FieldMapInt32Uint6468", "FieldMapInt64Bool69", "FieldMapInt64Bytes70", "FieldMapInt64Double71", "FieldMapInt64Enum72", "FieldMapInt64Fixed3273", "FieldMapInt64Fixed6474", "FieldMapInt64Float75", "FieldMapInt64Int3276", "FieldMapInt64Int6477", "FieldMapInt64Message78", "FieldMapInt64Sfixed3279", "FieldMapInt64Sfixed6480", "FieldMapInt64Sint3281", "FieldMapInt64Sint6482", "FieldMapInt64String83", "FieldMapInt64Uint3284", "FieldMapInt64Uint6485", "FieldMapSfixed32Bool86", "FieldMapSfixed32Bytes87", "FieldMapSfixed32Double88", "FieldMapSfixed32Enum89", "FieldMapSfixed32Fixed3290", "FieldMapSfixed32Fixed6491", "FieldMapSfixed32Float92", "FieldMapSfixed32Int3293", "FieldMapSfixed32Int6494", "FieldMapSfixed32Message95", "FieldMapSfixed32Sfixed3296", "FieldMapSfixed32Sfixed6497", "FieldMapSfixed32Sint3298", "FieldMapSfixed32Sint6499", "FieldMapSfixed32String100", "FieldMapSfixed32Uint32101", "FieldMapSfixed32Uint64102", "FieldMapSfixed64Bool103", "FieldMapSfixed64Bytes104", "FieldMapSfixed64Double105", "FieldMapSfixed64Enum106", "FieldMapSfixed64Fixed32107", "FieldMapSfixed64Fixed64108", "FieldMapSfixed64Float109", "FieldMapSfixed64Int32110", "FieldMapSfixed64Int64111", "FieldMapSfixed64Message112", "FieldMapSfixed64Sfixed32113", "FieldMapSfixed64Sfixed64114", "FieldMapSfixed64Sint32115", "FieldMapSfixed64Sint64116", "FieldMapSfixed64String117", "FieldMapSfixed64Uint32118", "FieldMapSfixed64Uint64119", "FieldMapSint32Bool120", "FieldMapSint32Bytes121", "FieldMapSint32Double122", "FieldMapSint32Enum123", "FieldMapSint32Fixed32124", "FieldMapSint32Fixed64125", "FieldMapSint32Float126", "FieldMapSint32Int32127", "FieldMapSint32Int64128", "FieldMapSint32Message129", "FieldMapSint32Sfixed32130", "FieldMapSint32Sfixed64131", "FieldMapSint32Sint32132", "FieldMapSint32Sint64133", "FieldMapSint32String134", "FieldMapSint32Uint32135", "FieldMapSint32Uint64136", "FieldMapSint64Bool137", "FieldMapSint64Bytes138", "FieldMapSint64Double139", "FieldMapSint64Enum140", "FieldMapSint64Fixed32141", "FieldMapSint64Fixed64142", "FieldMapSint64Float143", "FieldMapSint64Int32144", "FieldMapSint64Int64145", "FieldMapSint64Message146", "FieldMapSint64Sfixed32147", "FieldMapSint64Sfixed64148", "FieldMapSint64Sint32149", "FieldMapSint64Sint64150", "FieldMapSint64String151", "FieldMapSint64Uint32152", "FieldMapSint64Uint64153", "FieldMapStringBool154", "FieldMapStringBytes155", "FieldMapStringDouble156", "FieldMapStringEnum157", "FieldMapStringFixed32158", "FieldMapStringFixed64159", "FieldMapStringFloat160", "FieldMapStringInt32161", "FieldMapStringInt64162", "FieldMapStringMessage163", "FieldMapStringSfixed32164", "FieldMapStringSfixed64165", "FieldMapStringSint32166", "FieldMapStringSint64167", "FieldMapStringString168", "FieldMapStringUint32169", "FieldMapStringUint64170", "FieldMapUint32Bool171", "FieldMapUint32Bytes172", "FieldMapUint32Double173", "FieldMapUint32Enum174", "FieldMapUint32Fixed32175", "FieldMapUint32Fixed64176", "FieldMapUint32Float177", "FieldMapUint32Int32178", "FieldMapUint32Int64179", "FieldMapUint32Message180", "FieldMapUint32Sfixed32181", "FieldMapUint32Sfixed64182", "FieldMapUint32Sint32183", "FieldMapUint32Sint64184", "FieldMapUint32String185", "FieldMapUint32Uint32186", "FieldMapUint32Uint64187", "FieldMapUint64Bool188", "FieldMapUint64Bytes189", "FieldMapUint64Double190", "FieldMapUint64Enum191", "FieldMapUint64Fixed32192", "FieldMapUint64Fixed64193", "FieldMapUint64Float194", "FieldMapUint64Int32195", "FieldMapUint64Int64196", "FieldMapUint64Message197", "FieldMapUint64Sfixed32198", "FieldMapUint64Sfixed64199", "FieldMapUint64Sint32200", "FieldMapUint64Sint64201", "FieldMapUint64String202", "FieldMapUint64Uint32203", "FieldMapUint64Uint64204", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(0); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(1); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(2); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(3); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(4); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(5); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(6); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(7); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(8); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(9); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(10); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(11); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(12); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(13); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(14); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolString15Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(15); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(16); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(17); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(18); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(19); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(20); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(21); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(22); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(23); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(24); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(25); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(26); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(27); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(28); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(29); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(30); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(31); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(32); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(33); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(34); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(35); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(36); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(37); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(38); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(39); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(40); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(41); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(42); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(43); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(44); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(45); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(46); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(47); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(48); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(49); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(50); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(51); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(52); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(53); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(54); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(55); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(56); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(57); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(58); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(59); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(60); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(61); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(62); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(63); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(64); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(65); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32String66Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(66); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(67); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(68); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(69); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(70); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(71); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(72); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(73); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(74); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(75); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(76); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(77); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(78); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(79); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(80); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(81); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(82); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64String83Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(83); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(84); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(85); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(86); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(87); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(88); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(89); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(90); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(91); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(92); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(93); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(94); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(95); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(96); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(97); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(98); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(99); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(100); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(101); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(102); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(103); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(104); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(105); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(106); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(107); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(108); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(109); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(110); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(111); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(112); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(113); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(114); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(115); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(116); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(117); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(118); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(119); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(120); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(121); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(122); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(123); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(124); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(125); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(126); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(127); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(128); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(129); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(130); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(131); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(132); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(133); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32String134Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(134); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(135); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(136); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(137); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(138); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(139); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(140); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(141); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(142); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(143); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(144); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(145); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(146); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(147); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(148); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(149); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(150); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64String151Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(151); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(152); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(153); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBool154Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(154); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(155); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(156); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(157); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(158); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(159); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(160); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(161); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(162); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(163); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(164); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(165); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(166); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringString168Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(167); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringString168Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringString168Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(168); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(169); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(170); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(171); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(172); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(173); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(174); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(175); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(176); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(177); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(178); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(179); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(180); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(181); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(182); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(183); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(184); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32String185Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(185); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(186); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(187); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(188); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(189); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(190); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(191); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(192); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(193); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(194); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(195); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(196); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(197); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(198); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(199); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(200); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(201); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64String202Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(202); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor = internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_descriptor.getNestedTypes().get(203); internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_lite_Proto2MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor, new java.lang.String[] { "Key", "Value", }); fieldDouble1.internalInit(descriptor.getExtensions().get(0)); fieldFloat2.internalInit(descriptor.getExtensions().get(1)); fieldInt643.internalInit(descriptor.getExtensions().get(2)); fieldUint644.internalInit(descriptor.getExtensions().get(3)); fieldInt325.internalInit(descriptor.getExtensions().get(4)); fieldFixed646.internalInit(descriptor.getExtensions().get(5)); fieldFixed327.internalInit(descriptor.getExtensions().get(6)); fieldBool8.internalInit(descriptor.getExtensions().get(7)); fieldString9.internalInit(descriptor.getExtensions().get(8)); fieldMessage10.internalInit(descriptor.getExtensions().get(9)); fieldBytes11.internalInit(descriptor.getExtensions().get(10)); fieldUint3212.internalInit(descriptor.getExtensions().get(11)); fieldEnum13.internalInit(descriptor.getExtensions().get(12)); fieldSfixed3214.internalInit(descriptor.getExtensions().get(13)); fieldSfixed6415.internalInit(descriptor.getExtensions().get(14)); fieldSint3216.internalInit(descriptor.getExtensions().get(15)); fieldSint6417.internalInit(descriptor.getExtensions().get(16)); fieldDoubleList18.internalInit(descriptor.getExtensions().get(17)); fieldFloatList19.internalInit(descriptor.getExtensions().get(18)); fieldInt64List20.internalInit(descriptor.getExtensions().get(19)); fieldUint64List21.internalInit(descriptor.getExtensions().get(20)); fieldInt32List22.internalInit(descriptor.getExtensions().get(21)); fieldFixed64List23.internalInit(descriptor.getExtensions().get(22)); fieldFixed32List24.internalInit(descriptor.getExtensions().get(23)); fieldBoolList25.internalInit(descriptor.getExtensions().get(24)); fieldStringList26.internalInit(descriptor.getExtensions().get(25)); fieldMessageList27.internalInit(descriptor.getExtensions().get(26)); fieldBytesList28.internalInit(descriptor.getExtensions().get(27)); fieldUint32List29.internalInit(descriptor.getExtensions().get(28)); fieldEnumList30.internalInit(descriptor.getExtensions().get(29)); fieldSfixed32List31.internalInit(descriptor.getExtensions().get(30)); fieldSfixed64List32.internalInit(descriptor.getExtensions().get(31)); fieldSint32List33.internalInit(descriptor.getExtensions().get(32)); fieldSint64List34.internalInit(descriptor.getExtensions().get(33)); fieldDoubleListPacked35.internalInit(descriptor.getExtensions().get(34)); fieldFloatListPacked36.internalInit(descriptor.getExtensions().get(35)); fieldInt64ListPacked37.internalInit(descriptor.getExtensions().get(36)); fieldUint64ListPacked38.internalInit(descriptor.getExtensions().get(37)); fieldInt32ListPacked39.internalInit(descriptor.getExtensions().get(38)); fieldFixed64ListPacked40.internalInit(descriptor.getExtensions().get(39)); fieldFixed32ListPacked41.internalInit(descriptor.getExtensions().get(40)); fieldBoolListPacked42.internalInit(descriptor.getExtensions().get(41)); fieldUint32ListPacked43.internalInit(descriptor.getExtensions().get(42)); fieldEnumListPacked44.internalInit(descriptor.getExtensions().get(43)); fieldSfixed32ListPacked45.internalInit(descriptor.getExtensions().get(44)); fieldSfixed64ListPacked46.internalInit(descriptor.getExtensions().get(45)); fieldSint32ListPacked47.internalInit(descriptor.getExtensions().get(46)); fieldSint64ListPacked48.internalInit(descriptor.getExtensions().get(47)); fieldGroup49.internalInit(descriptor.getExtensions().get(48)); fieldGroupList51.internalInit(descriptor.getExtensions().get(49)); } // @@protoc_insertion_point(outer_class_scope) } PK !յfw/w/.com/google/protobuf/testing/Proto3Testing.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/proto3_message.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf.testing; public final class Proto3Testing { private Proto3Testing() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface Proto3SpecialFieldNameOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto3SpecialFieldName) com.google.protobuf.MessageOrBuilder { /** * double regular_name = 1; * @return The regularName. */ double getRegularName(); /** * int32 cached_size = 2; * @return The cachedSize. */ int getCachedSize_(); /** * int64 serialized_size = 3; * @return The serializedSize. */ long getSerializedSize_(); /** * string class = 4; * @return The class. */ java.lang.String getClass_(); /** * string class = 4; * @return The bytes for class. */ com.google.protobuf.ByteString getClass_Bytes(); } /** * Protobuf type {@code protobuf.experimental.Proto3SpecialFieldName} */ public static final class Proto3SpecialFieldName extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto3SpecialFieldName) Proto3SpecialFieldNameOrBuilder { private static final long serialVersionUID = 0L; // Use Proto3SpecialFieldName.newBuilder() to construct. private Proto3SpecialFieldName(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto3SpecialFieldName() { class__ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto3SpecialFieldName(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3SpecialFieldName_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3SpecialFieldName_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName.class, com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName.Builder.class); } public static final int REGULAR_NAME_FIELD_NUMBER = 1; private double regularName_ = 0D; /** * double regular_name = 1; * @return The regularName. */ @java.lang.Override public double getRegularName() { return regularName_; } public static final int CACHED_SIZE_FIELD_NUMBER = 2; private int cachedSize__ = 0; /** * int32 cached_size = 2; * @return The cachedSize. */ @java.lang.Override public int getCachedSize_() { return cachedSize__; } public static final int SERIALIZED_SIZE_FIELD_NUMBER = 3; private long serializedSize__ = 0L; /** * int64 serialized_size = 3; * @return The serializedSize. */ @java.lang.Override public long getSerializedSize_() { return serializedSize__; } public static final int CLASS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object class__ = ""; /** * string class = 4; * @return The class. */ @java.lang.Override public java.lang.String getClass_() { java.lang.Object ref = class__; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); class__ = s; return s; } } /** * string class = 4; * @return The bytes for class. */ @java.lang.Override public com.google.protobuf.ByteString getClass_Bytes() { java.lang.Object ref = class__; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); class__ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (java.lang.Double.doubleToRawLongBits(regularName_) != 0) { output.writeDouble(1, regularName_); } if (cachedSize__ != 0) { output.writeInt32(2, cachedSize__); } if (serializedSize__ != 0L) { output.writeInt64(3, serializedSize__); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(class__)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, class__); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (java.lang.Double.doubleToRawLongBits(regularName_) != 0) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, regularName_); } if (cachedSize__ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, cachedSize__); } if (serializedSize__ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, serializedSize__); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(class__)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, class__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName)) { return super.equals(obj); } com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName other = (com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName) obj; if (java.lang.Double.doubleToLongBits(getRegularName()) != java.lang.Double.doubleToLongBits( other.getRegularName())) return false; if (getCachedSize_() != other.getCachedSize_()) return false; if (getSerializedSize_() != other.getSerializedSize_()) return false; if (!getClass_() .equals(other.getClass_())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + REGULAR_NAME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getRegularName())); hash = (37 * hash) + CACHED_SIZE_FIELD_NUMBER; hash = (53 * hash) + getCachedSize_(); hash = (37 * hash) + SERIALIZED_SIZE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getSerializedSize_()); hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + getClass_().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto3SpecialFieldName} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto3SpecialFieldName) com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldNameOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3SpecialFieldName_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3SpecialFieldName_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName.class, com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName.Builder.class); } // Construct using com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; regularName_ = 0D; cachedSize__ = 0; serializedSize__ = 0L; class__ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3SpecialFieldName_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName getDefaultInstanceForType() { return com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName build() { com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName buildPartial() { com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName result = new com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.regularName_ = regularName_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.cachedSize__ = cachedSize__; } if (((from_bitField0_ & 0x00000004) != 0)) { result.serializedSize__ = serializedSize__; } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = class__; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName) { return mergeFrom((com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName other) { if (other == com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName.getDefaultInstance()) return this; if (other.getRegularName() != 0D) { setRegularName(other.getRegularName()); } if (other.getCachedSize_() != 0) { setCachedSize_(other.getCachedSize_()); } if (other.getSerializedSize_() != 0L) { setSerializedSize_(other.getSerializedSize_()); } if (!other.getClass_().isEmpty()) { class__ = other.class__; bitField0_ |= 0x00000008; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 9: { regularName_ = input.readDouble(); bitField0_ |= 0x00000001; break; } // case 9 case 16: { cachedSize__ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 24: { serializedSize__ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 34: { class__ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private double regularName_ ; /** * double regular_name = 1; * @return The regularName. */ @java.lang.Override public double getRegularName() { return regularName_; } /** * double regular_name = 1; * @param value The regularName to set. * @return This builder for chaining. */ public Builder setRegularName(double value) { regularName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * double regular_name = 1; * @return This builder for chaining. */ public Builder clearRegularName() { bitField0_ = (bitField0_ & ~0x00000001); regularName_ = 0D; onChanged(); return this; } private int cachedSize__ ; /** * int32 cached_size = 2; * @return The cachedSize. */ @java.lang.Override public int getCachedSize_() { return cachedSize__; } /** * int32 cached_size = 2; * @param value The cachedSize to set. * @return This builder for chaining. */ public Builder setCachedSize_(int value) { cachedSize__ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * int32 cached_size = 2; * @return This builder for chaining. */ public Builder clearCachedSize_() { bitField0_ = (bitField0_ & ~0x00000002); cachedSize__ = 0; onChanged(); return this; } private long serializedSize__ ; /** * int64 serialized_size = 3; * @return The serializedSize. */ @java.lang.Override public long getSerializedSize_() { return serializedSize__; } /** * int64 serialized_size = 3; * @param value The serializedSize to set. * @return This builder for chaining. */ public Builder setSerializedSize_(long value) { serializedSize__ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int64 serialized_size = 3; * @return This builder for chaining. */ public Builder clearSerializedSize_() { bitField0_ = (bitField0_ & ~0x00000004); serializedSize__ = 0L; onChanged(); return this; } private java.lang.Object class__ = ""; /** * string class = 4; * @return The class. */ public java.lang.String getClass_() { java.lang.Object ref = class__; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); class__ = s; return s; } else { return (java.lang.String) ref; } } /** * string class = 4; * @return The bytes for class. */ public com.google.protobuf.ByteString getClass_Bytes() { java.lang.Object ref = class__; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); class__ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string class = 4; * @param value The class to set. * @return This builder for chaining. */ public Builder setClass_( java.lang.String value) { if (value == null) { throw new NullPointerException(); } class__ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * string class = 4; * @return This builder for chaining. */ public Builder clearClass_() { class__ = getDefaultInstance().getClass_(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** * string class = 4; * @param value The bytes for class to set. * @return This builder for chaining. */ public Builder setClass_Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); class__ = value; bitField0_ |= 0x00000008; onChanged(); 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:protobuf.experimental.Proto3SpecialFieldName) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto3SpecialFieldName) private static final com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName(); } public static com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto3SpecialFieldName parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3SpecialFieldName getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto3MessageOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto3Message) com.google.protobuf.MessageOrBuilder { /** * double field_double_1 = 1; * @return The fieldDouble1. */ double getFieldDouble1(); /** * float field_float_2 = 2; * @return The fieldFloat2. */ float getFieldFloat2(); /** * int64 field_int64_3 = 3; * @return The fieldInt643. */ long getFieldInt643(); /** * uint64 field_uint64_4 = 4; * @return The fieldUint644. */ long getFieldUint644(); /** * int32 field_int32_5 = 5; * @return The fieldInt325. */ int getFieldInt325(); /** * fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ long getFieldFixed646(); /** * fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ int getFieldFixed327(); /** * bool field_bool_8 = 8; * @return The fieldBool8. */ boolean getFieldBool8(); /** * string field_string_9 = 9; * @return The fieldString9. */ java.lang.String getFieldString9(); /** * string field_string_9 = 9; * @return The bytes for fieldString9. */ com.google.protobuf.ByteString getFieldString9Bytes(); /** * .protobuf.experimental.Proto3Message field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ boolean hasFieldMessage10(); /** * .protobuf.experimental.Proto3Message field_message_10 = 10; * @return The fieldMessage10. */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessage10(); /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessage10OrBuilder(); /** * bytes field_bytes_11 = 11; * @return The fieldBytes11. */ com.google.protobuf.ByteString getFieldBytes11(); /** * uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ int getFieldUint3212(); /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @return The enum numeric value on the wire for fieldEnum13. */ int getFieldEnum13Value(); /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnum13(); /** * sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ int getFieldSfixed3214(); /** * sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ long getFieldSfixed6415(); /** * sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ int getFieldSint3216(); /** * sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ long getFieldSint6417(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ java.util.List getFieldDoubleList18List(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ int getFieldDoubleList18Count(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ double getFieldDoubleList18(int index); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ java.util.List getFieldFloatList19List(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ int getFieldFloatList19Count(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ float getFieldFloatList19(int index); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ java.util.List getFieldInt64List20List(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ int getFieldInt64List20Count(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ long getFieldInt64List20(int index); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ java.util.List getFieldUint64List21List(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ int getFieldUint64List21Count(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ long getFieldUint64List21(int index); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ java.util.List getFieldInt32List22List(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ int getFieldInt32List22Count(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ int getFieldInt32List22(int index); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ java.util.List getFieldFixed64List23List(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ int getFieldFixed64List23Count(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ long getFieldFixed64List23(int index); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ java.util.List getFieldFixed32List24List(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ int getFieldFixed32List24Count(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ int getFieldFixed32List24(int index); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ java.util.List getFieldBoolList25List(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ int getFieldBoolList25Count(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ boolean getFieldBoolList25(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ java.util.List getFieldStringList26List(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ int getFieldStringList26Count(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ java.lang.String getFieldStringList26(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ com.google.protobuf.ByteString getFieldStringList26Bytes(int index); /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27List(); /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessageList27(int index); /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ int getFieldMessageList27Count(); /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27OrBuilderList(); /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessageList27OrBuilder( int index); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ java.util.List getFieldBytesList28List(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ int getFieldBytesList28Count(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ com.google.protobuf.ByteString getFieldBytesList28(int index); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ java.util.List getFieldUint32List29List(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ int getFieldUint32List29Count(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ int getFieldUint32List29(int index); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ java.util.List getFieldEnumList30List(); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ int getFieldEnumList30Count(); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnumList30(int index); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the enum numeric values on the wire for fieldEnumList30. */ java.util.List getFieldEnumList30ValueList(); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumList30 at the given index. */ int getFieldEnumList30Value(int index); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ java.util.List getFieldSfixed32List31List(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ int getFieldSfixed32List31Count(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ int getFieldSfixed32List31(int index); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ java.util.List getFieldSfixed64List32List(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ int getFieldSfixed64List32Count(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ long getFieldSfixed64List32(int index); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ java.util.List getFieldSint32List33List(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ int getFieldSint32List33Count(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ int getFieldSint32List33(int index); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ java.util.List getFieldSint64List34List(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ int getFieldSint64List34Count(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ long getFieldSint64List34(int index); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ java.util.List getFieldDoubleListPacked35List(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ int getFieldDoubleListPacked35Count(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ double getFieldDoubleListPacked35(int index); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ java.util.List getFieldFloatListPacked36List(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ int getFieldFloatListPacked36Count(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ float getFieldFloatListPacked36(int index); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ java.util.List getFieldInt64ListPacked37List(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ int getFieldInt64ListPacked37Count(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ long getFieldInt64ListPacked37(int index); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ java.util.List getFieldUint64ListPacked38List(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ int getFieldUint64ListPacked38Count(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ long getFieldUint64ListPacked38(int index); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ java.util.List getFieldInt32ListPacked39List(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ int getFieldInt32ListPacked39Count(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ int getFieldInt32ListPacked39(int index); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ java.util.List getFieldFixed64ListPacked40List(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ int getFieldFixed64ListPacked40Count(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ long getFieldFixed64ListPacked40(int index); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ java.util.List getFieldFixed32ListPacked41List(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ int getFieldFixed32ListPacked41Count(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ int getFieldFixed32ListPacked41(int index); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ java.util.List getFieldBoolListPacked42List(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ int getFieldBoolListPacked42Count(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ boolean getFieldBoolListPacked42(int index); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ java.util.List getFieldUint32ListPacked43List(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ int getFieldUint32ListPacked43Count(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ int getFieldUint32ListPacked43(int index); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ java.util.List getFieldEnumListPacked44List(); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ int getFieldEnumListPacked44Count(); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnumListPacked44(int index); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the enum numeric values on the wire for fieldEnumListPacked44. */ java.util.List getFieldEnumListPacked44ValueList(); /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumListPacked44 at the given index. */ int getFieldEnumListPacked44Value(int index); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ java.util.List getFieldSfixed32ListPacked45List(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ int getFieldSfixed32ListPacked45Count(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ int getFieldSfixed32ListPacked45(int index); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ java.util.List getFieldSfixed64ListPacked46List(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ int getFieldSfixed64ListPacked46Count(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ long getFieldSfixed64ListPacked46(int index); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ java.util.List getFieldSint32ListPacked47List(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ int getFieldSint32ListPacked47Count(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ int getFieldSint32ListPacked47(int index); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ java.util.List getFieldSint64ListPacked48List(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ int getFieldSint64ListPacked48Count(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ long getFieldSint64ListPacked48(int index); /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ boolean hasFieldDouble53(); /** * double field_double_53 = 53; * @return The fieldDouble53. */ double getFieldDouble53(); /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ boolean hasFieldFloat54(); /** * float field_float_54 = 54; * @return The fieldFloat54. */ float getFieldFloat54(); /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ boolean hasFieldInt6455(); /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ long getFieldInt6455(); /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ boolean hasFieldUint6456(); /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ long getFieldUint6456(); /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ boolean hasFieldInt3257(); /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ int getFieldInt3257(); /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ boolean hasFieldFixed6458(); /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ long getFieldFixed6458(); /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ boolean hasFieldFixed3259(); /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ int getFieldFixed3259(); /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ boolean hasFieldBool60(); /** * bool field_bool_60 = 60; * @return The fieldBool60. */ boolean getFieldBool60(); /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ boolean hasFieldString61(); /** * string field_string_61 = 61; * @return The fieldString61. */ java.lang.String getFieldString61(); /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ com.google.protobuf.ByteString getFieldString61Bytes(); /** * .protobuf.experimental.Proto3Message field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ boolean hasFieldMessage62(); /** * .protobuf.experimental.Proto3Message field_message_62 = 62; * @return The fieldMessage62. */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessage62(); /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessage62OrBuilder(); /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ boolean hasFieldBytes63(); /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ com.google.protobuf.ByteString getFieldBytes63(); /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ boolean hasFieldUint3264(); /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ int getFieldUint3264(); /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ boolean hasFieldSfixed3265(); /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ int getFieldSfixed3265(); /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ boolean hasFieldSfixed6466(); /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ long getFieldSfixed6466(); /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ boolean hasFieldSint3267(); /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ int getFieldSint3267(); /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ boolean hasFieldSint6468(); /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ long getFieldSint6468(); com.google.protobuf.testing.Proto3Testing.Proto3Message.TestOneofCase getTestOneofCase(); } /** * Protobuf type {@code protobuf.experimental.Proto3Message} */ public static final class Proto3Message extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto3Message) Proto3MessageOrBuilder { private static final long serialVersionUID = 0L; // Use Proto3Message.newBuilder() to construct. private Proto3Message(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto3Message() { fieldString9_ = ""; fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldEnum13_ = 0; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); fieldMessageList27_ = java.util.Collections.emptyList(); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto3Message(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Message_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3Message.class, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder.class); } /** * Protobuf enum {@code protobuf.experimental.Proto3Message.TestEnum} */ public enum TestEnum implements com.google.protobuf.ProtocolMessageEnum { /** * ZERO = 0; */ ZERO(0), /** * ONE = 1; */ ONE(1), /** * TWO = 2; */ TWO(2), UNRECOGNIZED(-1), ; /** * ZERO = 0; */ public static final int ZERO_VALUE = 0; /** * ONE = 1; */ public static final int ONE_VALUE = 1; /** * TWO = 2; */ public static final int TWO_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static TestEnum forNumber(int value) { switch (value) { case 0: return ZERO; case 1: return ONE; case 2: return TWO; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< TestEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public TestEnum findValueByNumber(int number) { return TestEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.Proto3Message.getDescriptor().getEnumTypes().get(0); } private static final TestEnum[] VALUES = values(); public static TestEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private TestEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:protobuf.experimental.Proto3Message.TestEnum) } private int bitField0_; private int testOneofCase_ = 0; @SuppressWarnings("serial") private java.lang.Object testOneof_; public enum TestOneofCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { FIELD_DOUBLE_53(53), FIELD_FLOAT_54(54), FIELD_INT64_55(55), FIELD_UINT64_56(56), FIELD_INT32_57(57), FIELD_FIXED64_58(58), FIELD_FIXED32_59(59), FIELD_BOOL_60(60), FIELD_STRING_61(61), FIELD_MESSAGE_62(62), FIELD_BYTES_63(63), FIELD_UINT32_64(64), FIELD_SFIXED32_65(65), FIELD_SFIXED64_66(66), FIELD_SINT32_67(67), FIELD_SINT64_68(68), TESTONEOF_NOT_SET(0); private final int value; private TestOneofCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestOneofCase valueOf(int value) { return forNumber(value); } public static TestOneofCase forNumber(int value) { switch (value) { case 53: return FIELD_DOUBLE_53; case 54: return FIELD_FLOAT_54; case 55: return FIELD_INT64_55; case 56: return FIELD_UINT64_56; case 57: return FIELD_INT32_57; case 58: return FIELD_FIXED64_58; case 59: return FIELD_FIXED32_59; case 60: return FIELD_BOOL_60; case 61: return FIELD_STRING_61; case 62: return FIELD_MESSAGE_62; case 63: return FIELD_BYTES_63; case 64: return FIELD_UINT32_64; case 65: return FIELD_SFIXED32_65; case 66: return FIELD_SFIXED64_66; case 67: return FIELD_SINT32_67; case 68: return FIELD_SINT64_68; case 0: return TESTONEOF_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public static final int FIELD_DOUBLE_1_FIELD_NUMBER = 1; private double fieldDouble1_ = 0D; /** * double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } public static final int FIELD_FLOAT_2_FIELD_NUMBER = 2; private float fieldFloat2_ = 0F; /** * float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } public static final int FIELD_INT64_3_FIELD_NUMBER = 3; private long fieldInt643_ = 0L; /** * int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } public static final int FIELD_UINT64_4_FIELD_NUMBER = 4; private long fieldUint644_ = 0L; /** * uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } public static final int FIELD_INT32_5_FIELD_NUMBER = 5; private int fieldInt325_ = 0; /** * int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } public static final int FIELD_FIXED64_6_FIELD_NUMBER = 6; private long fieldFixed646_ = 0L; /** * fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } public static final int FIELD_FIXED32_7_FIELD_NUMBER = 7; private int fieldFixed327_ = 0; /** * fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } public static final int FIELD_BOOL_8_FIELD_NUMBER = 8; private boolean fieldBool8_ = false; /** * bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } public static final int FIELD_STRING_9_FIELD_NUMBER = 9; @SuppressWarnings("serial") private volatile java.lang.Object fieldString9_ = ""; /** * string field_string_9 = 9; * @return The fieldString9. */ @java.lang.Override public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldString9_ = s; return s; } } /** * string field_string_9 = 9; * @return The bytes for fieldString9. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_10_FIELD_NUMBER = 10; private com.google.protobuf.testing.Proto3Testing.Proto3Message fieldMessage10_; /** * .protobuf.experimental.Proto3Message field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ @java.lang.Override public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000001) != 0); } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; * @return The fieldMessage10. */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessage10() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance() : fieldMessage10_; } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessage10OrBuilder() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance() : fieldMessage10_; } public static final int FIELD_BYTES_11_FIELD_NUMBER = 11; private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } public static final int FIELD_UINT32_12_FIELD_NUMBER = 12; private int fieldUint3212_ = 0; /** * uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } public static final int FIELD_ENUM_13_FIELD_NUMBER = 13; private int fieldEnum13_ = 0; /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @return The enum numeric value on the wire for fieldEnum13. */ @java.lang.Override public int getFieldEnum13Value() { return fieldEnum13_; } /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum result = com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED : result; } public static final int FIELD_SFIXED32_14_FIELD_NUMBER = 14; private int fieldSfixed3214_ = 0; /** * sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } public static final int FIELD_SFIXED64_15_FIELD_NUMBER = 15; private long fieldSfixed6415_ = 0L; /** * sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } public static final int FIELD_SINT32_16_FIELD_NUMBER = 16; private int fieldSint3216_ = 0; /** * sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } public static final int FIELD_SINT64_17_FIELD_NUMBER = 17; private long fieldSint6417_ = 0L; /** * sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } public static final int FIELD_DOUBLE_LIST_18_FIELD_NUMBER = 18; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ @java.lang.Override public java.util.List getFieldDoubleList18List() { return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } public static final int FIELD_FLOAT_LIST_19_FIELD_NUMBER = 19; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ @java.lang.Override public java.util.List getFieldFloatList19List() { return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } public static final int FIELD_INT64_LIST_20_FIELD_NUMBER = 20; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ @java.lang.Override public java.util.List getFieldInt64List20List() { return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } public static final int FIELD_UINT64_LIST_21_FIELD_NUMBER = 21; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ @java.lang.Override public java.util.List getFieldUint64List21List() { return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } public static final int FIELD_INT32_LIST_22_FIELD_NUMBER = 22; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ @java.lang.Override public java.util.List getFieldInt32List22List() { return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } public static final int FIELD_FIXED64_LIST_23_FIELD_NUMBER = 23; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ @java.lang.Override public java.util.List getFieldFixed64List23List() { return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } public static final int FIELD_FIXED32_LIST_24_FIELD_NUMBER = 24; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ @java.lang.Override public java.util.List getFieldFixed32List24List() { return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } public static final int FIELD_BOOL_LIST_25_FIELD_NUMBER = 25; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ @java.lang.Override public java.util.List getFieldBoolList25List() { return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } public static final int FIELD_STRING_LIST_26_FIELD_NUMBER = 26; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } public static final int FIELD_MESSAGE_LIST_27_FIELD_NUMBER = 27; @SuppressWarnings("serial") private java.util.List fieldMessageList27_; /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27List() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27OrBuilderList() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public int getFieldMessageList27Count() { return fieldMessageList27_.size(); } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessageList27(int index) { return fieldMessageList27_.get(index); } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessageList27OrBuilder( int index) { return fieldMessageList27_.get(index); } public static final int FIELD_BYTES_LIST_28_FIELD_NUMBER = 28; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ @java.lang.Override public java.util.List getFieldBytesList28List() { return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } public static final int FIELD_UINT32_LIST_29_FIELD_NUMBER = 29; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ @java.lang.Override public java.util.List getFieldUint32List29List() { return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } public static final int FIELD_ENUM_LIST_30_FIELD_NUMBER = 30; @SuppressWarnings("serial") private java.util.List fieldEnumList30_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldEnumList30_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum>() { public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum result = com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED : result; } }; /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ @java.lang.Override public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ @java.lang.Override public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the enum numeric values on the wire for fieldEnumList30. */ @java.lang.Override public java.util.List getFieldEnumList30ValueList() { return fieldEnumList30_; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumList30 at the given index. */ @java.lang.Override public int getFieldEnumList30Value(int index) { return fieldEnumList30_.get(index); } public static final int FIELD_SFIXED32_LIST_31_FIELD_NUMBER = 31; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ @java.lang.Override public java.util.List getFieldSfixed32List31List() { return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } public static final int FIELD_SFIXED64_LIST_32_FIELD_NUMBER = 32; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ @java.lang.Override public java.util.List getFieldSfixed64List32List() { return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } public static final int FIELD_SINT32_LIST_33_FIELD_NUMBER = 33; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ @java.lang.Override public java.util.List getFieldSint32List33List() { return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } public static final int FIELD_SINT64_LIST_34_FIELD_NUMBER = 34; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ @java.lang.Override public java.util.List getFieldSint64List34List() { return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } public static final int FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER = 35; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ @java.lang.Override public java.util.List getFieldDoubleListPacked35List() { return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } private int fieldDoubleListPacked35MemoizedSerializedSize = -1; public static final int FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER = 36; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ @java.lang.Override public java.util.List getFieldFloatListPacked36List() { return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } private int fieldFloatListPacked36MemoizedSerializedSize = -1; public static final int FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER = 37; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ @java.lang.Override public java.util.List getFieldInt64ListPacked37List() { return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } private int fieldInt64ListPacked37MemoizedSerializedSize = -1; public static final int FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER = 38; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ @java.lang.Override public java.util.List getFieldUint64ListPacked38List() { return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } private int fieldUint64ListPacked38MemoizedSerializedSize = -1; public static final int FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER = 39; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ @java.lang.Override public java.util.List getFieldInt32ListPacked39List() { return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } private int fieldInt32ListPacked39MemoizedSerializedSize = -1; public static final int FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER = 40; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ @java.lang.Override public java.util.List getFieldFixed64ListPacked40List() { return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } private int fieldFixed64ListPacked40MemoizedSerializedSize = -1; public static final int FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER = 41; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ @java.lang.Override public java.util.List getFieldFixed32ListPacked41List() { return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } private int fieldFixed32ListPacked41MemoizedSerializedSize = -1; public static final int FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER = 42; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ @java.lang.Override public java.util.List getFieldBoolListPacked42List() { return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } private int fieldBoolListPacked42MemoizedSerializedSize = -1; public static final int FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER = 43; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ @java.lang.Override public java.util.List getFieldUint32ListPacked43List() { return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } private int fieldUint32ListPacked43MemoizedSerializedSize = -1; public static final int FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER = 44; @SuppressWarnings("serial") private java.util.List fieldEnumListPacked44_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldEnumListPacked44_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum>() { public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum result = com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED : result; } }; /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ @java.lang.Override public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ @java.lang.Override public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the enum numeric values on the wire for fieldEnumListPacked44. */ @java.lang.Override public java.util.List getFieldEnumListPacked44ValueList() { return fieldEnumListPacked44_; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumListPacked44 at the given index. */ @java.lang.Override public int getFieldEnumListPacked44Value(int index) { return fieldEnumListPacked44_.get(index); } private int fieldEnumListPacked44MemoizedSerializedSize; public static final int FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER = 45; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ @java.lang.Override public java.util.List getFieldSfixed32ListPacked45List() { return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } private int fieldSfixed32ListPacked45MemoizedSerializedSize = -1; public static final int FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER = 46; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ @java.lang.Override public java.util.List getFieldSfixed64ListPacked46List() { return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } private int fieldSfixed64ListPacked46MemoizedSerializedSize = -1; public static final int FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER = 47; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ @java.lang.Override public java.util.List getFieldSint32ListPacked47List() { return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } private int fieldSint32ListPacked47MemoizedSerializedSize = -1; public static final int FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER = 48; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ @java.lang.Override public java.util.List getFieldSint64ListPacked48List() { return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } private int fieldSint64ListPacked48MemoizedSerializedSize = -1; public static final int FIELD_DOUBLE_53_FIELD_NUMBER = 53; /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ @java.lang.Override public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ @java.lang.Override public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } public static final int FIELD_FLOAT_54_FIELD_NUMBER = 54; /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ @java.lang.Override public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ @java.lang.Override public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } public static final int FIELD_INT64_55_FIELD_NUMBER = 55; /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ @java.lang.Override public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ @java.lang.Override public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_UINT64_56_FIELD_NUMBER = 56; /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ @java.lang.Override public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ @java.lang.Override public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_INT32_57_FIELD_NUMBER = 57; /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ @java.lang.Override public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ @java.lang.Override public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_FIXED64_58_FIELD_NUMBER = 58; /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ @java.lang.Override public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ @java.lang.Override public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_FIXED32_59_FIELD_NUMBER = 59; /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ @java.lang.Override public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ @java.lang.Override public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_BOOL_60_FIELD_NUMBER = 60; /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ @java.lang.Override public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ @java.lang.Override public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } public static final int FIELD_STRING_61_FIELD_NUMBER = 61; /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (testOneofCase_ == 61) { testOneof_ = s; } return s; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_62_FIELD_NUMBER = 62; /** * .protobuf.experimental.Proto3Message field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessage62() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_; } return com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance(); } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessage62OrBuilder() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_; } return com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance(); } public static final int FIELD_BYTES_63_FIELD_NUMBER = 63; /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ @java.lang.Override public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } public static final int FIELD_UINT32_64_FIELD_NUMBER = 64; /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ @java.lang.Override public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ @java.lang.Override public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED32_65_FIELD_NUMBER = 65; /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ @java.lang.Override public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ @java.lang.Override public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED64_66_FIELD_NUMBER = 66; /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ @java.lang.Override public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ @java.lang.Override public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_SINT32_67_FIELD_NUMBER = 67; /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ @java.lang.Override public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ @java.lang.Override public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SINT64_68_FIELD_NUMBER = 68; /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ @java.lang.Override public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ @java.lang.Override public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (java.lang.Double.doubleToRawLongBits(fieldDouble1_) != 0) { output.writeDouble(1, fieldDouble1_); } if (java.lang.Float.floatToRawIntBits(fieldFloat2_) != 0) { output.writeFloat(2, fieldFloat2_); } if (fieldInt643_ != 0L) { output.writeInt64(3, fieldInt643_); } if (fieldUint644_ != 0L) { output.writeUInt64(4, fieldUint644_); } if (fieldInt325_ != 0) { output.writeInt32(5, fieldInt325_); } if (fieldFixed646_ != 0L) { output.writeFixed64(6, fieldFixed646_); } if (fieldFixed327_ != 0) { output.writeFixed32(7, fieldFixed327_); } if (fieldBool8_ != false) { output.writeBool(8, fieldBool8_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldString9_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, fieldString9_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(10, getFieldMessage10()); } if (!fieldBytes11_.isEmpty()) { output.writeBytes(11, fieldBytes11_); } if (fieldUint3212_ != 0) { output.writeUInt32(12, fieldUint3212_); } if (fieldEnum13_ != com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()) { output.writeEnum(13, fieldEnum13_); } if (fieldSfixed3214_ != 0) { output.writeSFixed32(14, fieldSfixed3214_); } if (fieldSfixed6415_ != 0L) { output.writeSFixed64(15, fieldSfixed6415_); } if (fieldSint3216_ != 0) { output.writeSInt32(16, fieldSint3216_); } if (fieldSint6417_ != 0L) { output.writeSInt64(17, fieldSint6417_); } for (int i = 0; i < fieldDoubleList18_.size(); i++) { output.writeDouble(18, fieldDoubleList18_.getDouble(i)); } for (int i = 0; i < fieldFloatList19_.size(); i++) { output.writeFloat(19, fieldFloatList19_.getFloat(i)); } for (int i = 0; i < fieldInt64List20_.size(); i++) { output.writeInt64(20, fieldInt64List20_.getLong(i)); } for (int i = 0; i < fieldUint64List21_.size(); i++) { output.writeUInt64(21, fieldUint64List21_.getLong(i)); } for (int i = 0; i < fieldInt32List22_.size(); i++) { output.writeInt32(22, fieldInt32List22_.getInt(i)); } for (int i = 0; i < fieldFixed64List23_.size(); i++) { output.writeFixed64(23, fieldFixed64List23_.getLong(i)); } for (int i = 0; i < fieldFixed32List24_.size(); i++) { output.writeFixed32(24, fieldFixed32List24_.getInt(i)); } for (int i = 0; i < fieldBoolList25_.size(); i++) { output.writeBool(25, fieldBoolList25_.getBoolean(i)); } for (int i = 0; i < fieldStringList26_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 26, fieldStringList26_.getRaw(i)); } for (int i = 0; i < fieldMessageList27_.size(); i++) { output.writeMessage(27, fieldMessageList27_.get(i)); } for (int i = 0; i < fieldBytesList28_.size(); i++) { output.writeBytes(28, fieldBytesList28_.get(i)); } for (int i = 0; i < fieldUint32List29_.size(); i++) { output.writeUInt32(29, fieldUint32List29_.getInt(i)); } for (int i = 0; i < fieldEnumList30_.size(); i++) { output.writeEnum(30, fieldEnumList30_.get(i)); } for (int i = 0; i < fieldSfixed32List31_.size(); i++) { output.writeSFixed32(31, fieldSfixed32List31_.getInt(i)); } for (int i = 0; i < fieldSfixed64List32_.size(); i++) { output.writeSFixed64(32, fieldSfixed64List32_.getLong(i)); } for (int i = 0; i < fieldSint32List33_.size(); i++) { output.writeSInt32(33, fieldSint32List33_.getInt(i)); } for (int i = 0; i < fieldSint64List34_.size(); i++) { output.writeSInt64(34, fieldSint64List34_.getLong(i)); } if (getFieldDoubleListPacked35List().size() > 0) { output.writeUInt32NoTag(282); output.writeUInt32NoTag(fieldDoubleListPacked35MemoizedSerializedSize); } for (int i = 0; i < fieldDoubleListPacked35_.size(); i++) { output.writeDoubleNoTag(fieldDoubleListPacked35_.getDouble(i)); } if (getFieldFloatListPacked36List().size() > 0) { output.writeUInt32NoTag(290); output.writeUInt32NoTag(fieldFloatListPacked36MemoizedSerializedSize); } for (int i = 0; i < fieldFloatListPacked36_.size(); i++) { output.writeFloatNoTag(fieldFloatListPacked36_.getFloat(i)); } if (getFieldInt64ListPacked37List().size() > 0) { output.writeUInt32NoTag(298); output.writeUInt32NoTag(fieldInt64ListPacked37MemoizedSerializedSize); } for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { output.writeInt64NoTag(fieldInt64ListPacked37_.getLong(i)); } if (getFieldUint64ListPacked38List().size() > 0) { output.writeUInt32NoTag(306); output.writeUInt32NoTag(fieldUint64ListPacked38MemoizedSerializedSize); } for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { output.writeUInt64NoTag(fieldUint64ListPacked38_.getLong(i)); } if (getFieldInt32ListPacked39List().size() > 0) { output.writeUInt32NoTag(314); output.writeUInt32NoTag(fieldInt32ListPacked39MemoizedSerializedSize); } for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { output.writeInt32NoTag(fieldInt32ListPacked39_.getInt(i)); } if (getFieldFixed64ListPacked40List().size() > 0) { output.writeUInt32NoTag(322); output.writeUInt32NoTag(fieldFixed64ListPacked40MemoizedSerializedSize); } for (int i = 0; i < fieldFixed64ListPacked40_.size(); i++) { output.writeFixed64NoTag(fieldFixed64ListPacked40_.getLong(i)); } if (getFieldFixed32ListPacked41List().size() > 0) { output.writeUInt32NoTag(330); output.writeUInt32NoTag(fieldFixed32ListPacked41MemoizedSerializedSize); } for (int i = 0; i < fieldFixed32ListPacked41_.size(); i++) { output.writeFixed32NoTag(fieldFixed32ListPacked41_.getInt(i)); } if (getFieldBoolListPacked42List().size() > 0) { output.writeUInt32NoTag(338); output.writeUInt32NoTag(fieldBoolListPacked42MemoizedSerializedSize); } for (int i = 0; i < fieldBoolListPacked42_.size(); i++) { output.writeBoolNoTag(fieldBoolListPacked42_.getBoolean(i)); } if (getFieldUint32ListPacked43List().size() > 0) { output.writeUInt32NoTag(346); output.writeUInt32NoTag(fieldUint32ListPacked43MemoizedSerializedSize); } for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { output.writeUInt32NoTag(fieldUint32ListPacked43_.getInt(i)); } if (getFieldEnumListPacked44List().size() > 0) { output.writeUInt32NoTag(354); output.writeUInt32NoTag(fieldEnumListPacked44MemoizedSerializedSize); } for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { output.writeEnumNoTag(fieldEnumListPacked44_.get(i)); } if (getFieldSfixed32ListPacked45List().size() > 0) { output.writeUInt32NoTag(362); output.writeUInt32NoTag(fieldSfixed32ListPacked45MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed32ListPacked45_.size(); i++) { output.writeSFixed32NoTag(fieldSfixed32ListPacked45_.getInt(i)); } if (getFieldSfixed64ListPacked46List().size() > 0) { output.writeUInt32NoTag(370); output.writeUInt32NoTag(fieldSfixed64ListPacked46MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed64ListPacked46_.size(); i++) { output.writeSFixed64NoTag(fieldSfixed64ListPacked46_.getLong(i)); } if (getFieldSint32ListPacked47List().size() > 0) { output.writeUInt32NoTag(378); output.writeUInt32NoTag(fieldSint32ListPacked47MemoizedSerializedSize); } for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { output.writeSInt32NoTag(fieldSint32ListPacked47_.getInt(i)); } if (getFieldSint64ListPacked48List().size() > 0) { output.writeUInt32NoTag(386); output.writeUInt32NoTag(fieldSint64ListPacked48MemoizedSerializedSize); } for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { output.writeSInt64NoTag(fieldSint64ListPacked48_.getLong(i)); } if (testOneofCase_ == 53) { output.writeDouble( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { output.writeFloat( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { output.writeInt64( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { output.writeUInt64( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { output.writeInt32( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { output.writeFixed64( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { output.writeFixed32( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { output.writeBool( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { com.google.protobuf.GeneratedMessageV3.writeString(output, 61, testOneof_); } if (testOneofCase_ == 62) { output.writeMessage(62, (com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_); } if (testOneofCase_ == 63) { output.writeBytes( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { output.writeUInt32( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { output.writeSFixed32( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { output.writeSFixed64( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { output.writeSInt32( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { output.writeSInt64( 68, (long)((java.lang.Long) testOneof_)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (java.lang.Double.doubleToRawLongBits(fieldDouble1_) != 0) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, fieldDouble1_); } if (java.lang.Float.floatToRawIntBits(fieldFloat2_) != 0) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(2, fieldFloat2_); } if (fieldInt643_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, fieldInt643_); } if (fieldUint644_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(4, fieldUint644_); } if (fieldInt325_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, fieldInt325_); } if (fieldFixed646_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(6, fieldFixed646_); } if (fieldFixed327_ != 0) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(7, fieldFixed327_); } if (fieldBool8_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, fieldBool8_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldString9_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, fieldString9_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getFieldMessage10()); } if (!fieldBytes11_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(11, fieldBytes11_); } if (fieldUint3212_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, fieldUint3212_); } if (fieldEnum13_ != com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(13, fieldEnum13_); } if (fieldSfixed3214_ != 0) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size(14, fieldSfixed3214_); } if (fieldSfixed6415_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size(15, fieldSfixed6415_); } if (fieldSint3216_ != 0) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(16, fieldSint3216_); } if (fieldSint6417_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(17, fieldSint6417_); } { int dataSize = 0; dataSize = 8 * getFieldDoubleList18List().size(); size += dataSize; size += 2 * getFieldDoubleList18List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFloatList19List().size(); size += dataSize; size += 2 * getFieldFloatList19List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt64List20_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64List20_.getLong(i)); } size += dataSize; size += 2 * getFieldInt64List20List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint64List21_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64List21_.getLong(i)); } size += dataSize; size += 2 * getFieldUint64List21List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt32List22_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32List22_.getInt(i)); } size += dataSize; size += 2 * getFieldInt32List22List().size(); } { int dataSize = 0; dataSize = 8 * getFieldFixed64List23List().size(); size += dataSize; size += 2 * getFieldFixed64List23List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFixed32List24List().size(); size += dataSize; size += 2 * getFieldFixed32List24List().size(); } { int dataSize = 0; dataSize = 1 * getFieldBoolList25List().size(); size += dataSize; size += 2 * getFieldBoolList25List().size(); } { int dataSize = 0; for (int i = 0; i < fieldStringList26_.size(); i++) { dataSize += computeStringSizeNoTag(fieldStringList26_.getRaw(i)); } size += dataSize; size += 2 * getFieldStringList26List().size(); } for (int i = 0; i < fieldMessageList27_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMessageList27_.get(i)); } { int dataSize = 0; for (int i = 0; i < fieldBytesList28_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(fieldBytesList28_.get(i)); } size += dataSize; size += 2 * getFieldBytesList28List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint32List29_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32List29_.getInt(i)); } size += dataSize; size += 2 * getFieldUint32List29List().size(); } { int dataSize = 0; for (int i = 0; i < fieldEnumList30_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumList30_.get(i)); } size += dataSize; size += 2 * fieldEnumList30_.size(); } { int dataSize = 0; dataSize = 4 * getFieldSfixed32List31List().size(); size += dataSize; size += 2 * getFieldSfixed32List31List().size(); } { int dataSize = 0; dataSize = 8 * getFieldSfixed64List32List().size(); size += dataSize; size += 2 * getFieldSfixed64List32List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint32List33_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32List33_.getInt(i)); } size += dataSize; size += 2 * getFieldSint32List33List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint64List34_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64List34_.getLong(i)); } size += dataSize; size += 2 * getFieldSint64List34List().size(); } { int dataSize = 0; dataSize = 8 * getFieldDoubleListPacked35List().size(); size += dataSize; if (!getFieldDoubleListPacked35List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldDoubleListPacked35MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFloatListPacked36List().size(); size += dataSize; if (!getFieldFloatListPacked36List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFloatListPacked36MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64ListPacked37_.getLong(i)); } size += dataSize; if (!getFieldInt64ListPacked37List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt64ListPacked37MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64ListPacked38_.getLong(i)); } size += dataSize; if (!getFieldUint64ListPacked38List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint64ListPacked38MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32ListPacked39_.getInt(i)); } size += dataSize; if (!getFieldInt32ListPacked39List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt32ListPacked39MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldFixed64ListPacked40List().size(); size += dataSize; if (!getFieldFixed64ListPacked40List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed64ListPacked40MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFixed32ListPacked41List().size(); size += dataSize; if (!getFieldFixed32ListPacked41List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed32ListPacked41MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 1 * getFieldBoolListPacked42List().size(); size += dataSize; if (!getFieldBoolListPacked42List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldBoolListPacked42MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32ListPacked43_.getInt(i)); } size += dataSize; if (!getFieldUint32ListPacked43List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint32ListPacked43MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumListPacked44_.get(i)); } size += dataSize; if (!getFieldEnumListPacked44List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }fieldEnumListPacked44MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldSfixed32ListPacked45List().size(); size += dataSize; if (!getFieldSfixed32ListPacked45List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed32ListPacked45MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldSfixed64ListPacked46List().size(); size += dataSize; if (!getFieldSfixed64ListPacked46List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed64ListPacked46MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32ListPacked47_.getInt(i)); } size += dataSize; if (!getFieldSint32ListPacked47List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint32ListPacked47MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64ListPacked48_.getLong(i)); } size += dataSize; if (!getFieldSint64ListPacked48List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint64ListPacked48MemoizedSerializedSize = dataSize; } if (testOneofCase_ == 53) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { size += com.google.protobuf.CodedOutputStream .computeFloatSize( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { size += com.google.protobuf.CodedOutputStream .computeInt64Size( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { size += com.google.protobuf.CodedOutputStream .computeInt32Size( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { size += com.google.protobuf.CodedOutputStream .computeBoolSize( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(61, testOneof_); } if (testOneofCase_ == 62) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, (com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_); } if (testOneofCase_ == 63) { size += com.google.protobuf.CodedOutputStream .computeBytesSize( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size( 68, (long)((java.lang.Long) testOneof_)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message)) { return super.equals(obj); } com.google.protobuf.testing.Proto3Testing.Proto3Message other = (com.google.protobuf.testing.Proto3Testing.Proto3Message) obj; if (java.lang.Double.doubleToLongBits(getFieldDouble1()) != java.lang.Double.doubleToLongBits( other.getFieldDouble1())) return false; if (java.lang.Float.floatToIntBits(getFieldFloat2()) != java.lang.Float.floatToIntBits( other.getFieldFloat2())) return false; if (getFieldInt643() != other.getFieldInt643()) return false; if (getFieldUint644() != other.getFieldUint644()) return false; if (getFieldInt325() != other.getFieldInt325()) return false; if (getFieldFixed646() != other.getFieldFixed646()) return false; if (getFieldFixed327() != other.getFieldFixed327()) return false; if (getFieldBool8() != other.getFieldBool8()) return false; if (!getFieldString9() .equals(other.getFieldString9())) return false; if (hasFieldMessage10() != other.hasFieldMessage10()) return false; if (hasFieldMessage10()) { if (!getFieldMessage10() .equals(other.getFieldMessage10())) return false; } if (!getFieldBytes11() .equals(other.getFieldBytes11())) return false; if (getFieldUint3212() != other.getFieldUint3212()) return false; if (fieldEnum13_ != other.fieldEnum13_) return false; if (getFieldSfixed3214() != other.getFieldSfixed3214()) return false; if (getFieldSfixed6415() != other.getFieldSfixed6415()) return false; if (getFieldSint3216() != other.getFieldSint3216()) return false; if (getFieldSint6417() != other.getFieldSint6417()) return false; if (!getFieldDoubleList18List() .equals(other.getFieldDoubleList18List())) return false; if (!getFieldFloatList19List() .equals(other.getFieldFloatList19List())) return false; if (!getFieldInt64List20List() .equals(other.getFieldInt64List20List())) return false; if (!getFieldUint64List21List() .equals(other.getFieldUint64List21List())) return false; if (!getFieldInt32List22List() .equals(other.getFieldInt32List22List())) return false; if (!getFieldFixed64List23List() .equals(other.getFieldFixed64List23List())) return false; if (!getFieldFixed32List24List() .equals(other.getFieldFixed32List24List())) return false; if (!getFieldBoolList25List() .equals(other.getFieldBoolList25List())) return false; if (!getFieldStringList26List() .equals(other.getFieldStringList26List())) return false; if (!getFieldMessageList27List() .equals(other.getFieldMessageList27List())) return false; if (!getFieldBytesList28List() .equals(other.getFieldBytesList28List())) return false; if (!getFieldUint32List29List() .equals(other.getFieldUint32List29List())) return false; if (!fieldEnumList30_.equals(other.fieldEnumList30_)) return false; if (!getFieldSfixed32List31List() .equals(other.getFieldSfixed32List31List())) return false; if (!getFieldSfixed64List32List() .equals(other.getFieldSfixed64List32List())) return false; if (!getFieldSint32List33List() .equals(other.getFieldSint32List33List())) return false; if (!getFieldSint64List34List() .equals(other.getFieldSint64List34List())) return false; if (!getFieldDoubleListPacked35List() .equals(other.getFieldDoubleListPacked35List())) return false; if (!getFieldFloatListPacked36List() .equals(other.getFieldFloatListPacked36List())) return false; if (!getFieldInt64ListPacked37List() .equals(other.getFieldInt64ListPacked37List())) return false; if (!getFieldUint64ListPacked38List() .equals(other.getFieldUint64ListPacked38List())) return false; if (!getFieldInt32ListPacked39List() .equals(other.getFieldInt32ListPacked39List())) return false; if (!getFieldFixed64ListPacked40List() .equals(other.getFieldFixed64ListPacked40List())) return false; if (!getFieldFixed32ListPacked41List() .equals(other.getFieldFixed32ListPacked41List())) return false; if (!getFieldBoolListPacked42List() .equals(other.getFieldBoolListPacked42List())) return false; if (!getFieldUint32ListPacked43List() .equals(other.getFieldUint32ListPacked43List())) return false; if (!fieldEnumListPacked44_.equals(other.fieldEnumListPacked44_)) return false; if (!getFieldSfixed32ListPacked45List() .equals(other.getFieldSfixed32ListPacked45List())) return false; if (!getFieldSfixed64ListPacked46List() .equals(other.getFieldSfixed64ListPacked46List())) return false; if (!getFieldSint32ListPacked47List() .equals(other.getFieldSint32ListPacked47List())) return false; if (!getFieldSint64ListPacked48List() .equals(other.getFieldSint64ListPacked48List())) return false; if (!getTestOneofCase().equals(other.getTestOneofCase())) return false; switch (testOneofCase_) { case 53: if (java.lang.Double.doubleToLongBits(getFieldDouble53()) != java.lang.Double.doubleToLongBits( other.getFieldDouble53())) return false; break; case 54: if (java.lang.Float.floatToIntBits(getFieldFloat54()) != java.lang.Float.floatToIntBits( other.getFieldFloat54())) return false; break; case 55: if (getFieldInt6455() != other.getFieldInt6455()) return false; break; case 56: if (getFieldUint6456() != other.getFieldUint6456()) return false; break; case 57: if (getFieldInt3257() != other.getFieldInt3257()) return false; break; case 58: if (getFieldFixed6458() != other.getFieldFixed6458()) return false; break; case 59: if (getFieldFixed3259() != other.getFieldFixed3259()) return false; break; case 60: if (getFieldBool60() != other.getFieldBool60()) return false; break; case 61: if (!getFieldString61() .equals(other.getFieldString61())) return false; break; case 62: if (!getFieldMessage62() .equals(other.getFieldMessage62())) return false; break; case 63: if (!getFieldBytes63() .equals(other.getFieldBytes63())) return false; break; case 64: if (getFieldUint3264() != other.getFieldUint3264()) return false; break; case 65: if (getFieldSfixed3265() != other.getFieldSfixed3265()) return false; break; case 66: if (getFieldSfixed6466() != other.getFieldSfixed6466()) return false; break; case 67: if (getFieldSint3267() != other.getFieldSint3267()) return false; break; case 68: if (getFieldSint6468() != other.getFieldSint6468()) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + FIELD_DOUBLE_1_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble1())); hash = (37 * hash) + FIELD_FLOAT_2_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat2()); hash = (37 * hash) + FIELD_INT64_3_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt643()); hash = (37 * hash) + FIELD_UINT64_4_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint644()); hash = (37 * hash) + FIELD_INT32_5_FIELD_NUMBER; hash = (53 * hash) + getFieldInt325(); hash = (37 * hash) + FIELD_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed646()); hash = (37 * hash) + FIELD_FIXED32_7_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed327(); hash = (37 * hash) + FIELD_BOOL_8_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool8()); hash = (37 * hash) + FIELD_STRING_9_FIELD_NUMBER; hash = (53 * hash) + getFieldString9().hashCode(); if (hasFieldMessage10()) { hash = (37 * hash) + FIELD_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage10().hashCode(); } hash = (37 * hash) + FIELD_BYTES_11_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes11().hashCode(); hash = (37 * hash) + FIELD_UINT32_12_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3212(); hash = (37 * hash) + FIELD_ENUM_13_FIELD_NUMBER; hash = (53 * hash) + fieldEnum13_; hash = (37 * hash) + FIELD_SFIXED32_14_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3214(); hash = (37 * hash) + FIELD_SFIXED64_15_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6415()); hash = (37 * hash) + FIELD_SINT32_16_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3216(); hash = (37 * hash) + FIELD_SINT64_17_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6417()); if (getFieldDoubleList18Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_18_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleList18List().hashCode(); } if (getFieldFloatList19Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_19_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatList19List().hashCode(); } if (getFieldInt64List20Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_20_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64List20List().hashCode(); } if (getFieldUint64List21Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_21_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64List21List().hashCode(); } if (getFieldInt32List22Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_22_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32List22List().hashCode(); } if (getFieldFixed64List23Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_23_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64List23List().hashCode(); } if (getFieldFixed32List24Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_24_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32List24List().hashCode(); } if (getFieldBoolList25Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_25_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolList25List().hashCode(); } if (getFieldStringList26Count() > 0) { hash = (37 * hash) + FIELD_STRING_LIST_26_FIELD_NUMBER; hash = (53 * hash) + getFieldStringList26List().hashCode(); } if (getFieldMessageList27Count() > 0) { hash = (37 * hash) + FIELD_MESSAGE_LIST_27_FIELD_NUMBER; hash = (53 * hash) + getFieldMessageList27List().hashCode(); } if (getFieldBytesList28Count() > 0) { hash = (37 * hash) + FIELD_BYTES_LIST_28_FIELD_NUMBER; hash = (53 * hash) + getFieldBytesList28List().hashCode(); } if (getFieldUint32List29Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_29_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32List29List().hashCode(); } if (getFieldEnumList30Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_30_FIELD_NUMBER; hash = (53 * hash) + fieldEnumList30_.hashCode(); } if (getFieldSfixed32List31Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_31_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32List31List().hashCode(); } if (getFieldSfixed64List32Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_32_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64List32List().hashCode(); } if (getFieldSint32List33Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_33_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32List33List().hashCode(); } if (getFieldSint64List34Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_34_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64List34List().hashCode(); } if (getFieldDoubleListPacked35Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleListPacked35List().hashCode(); } if (getFieldFloatListPacked36Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatListPacked36List().hashCode(); } if (getFieldInt64ListPacked37Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64ListPacked37List().hashCode(); } if (getFieldUint64ListPacked38Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64ListPacked38List().hashCode(); } if (getFieldInt32ListPacked39Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32ListPacked39List().hashCode(); } if (getFieldFixed64ListPacked40Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64ListPacked40List().hashCode(); } if (getFieldFixed32ListPacked41Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32ListPacked41List().hashCode(); } if (getFieldBoolListPacked42Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolListPacked42List().hashCode(); } if (getFieldUint32ListPacked43Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32ListPacked43List().hashCode(); } if (getFieldEnumListPacked44Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER; hash = (53 * hash) + fieldEnumListPacked44_.hashCode(); } if (getFieldSfixed32ListPacked45Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32ListPacked45List().hashCode(); } if (getFieldSfixed64ListPacked46Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64ListPacked46List().hashCode(); } if (getFieldSint32ListPacked47Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32ListPacked47List().hashCode(); } if (getFieldSint64ListPacked48Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64ListPacked48List().hashCode(); } switch (testOneofCase_) { case 53: hash = (37 * hash) + FIELD_DOUBLE_53_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble53())); break; case 54: hash = (37 * hash) + FIELD_FLOAT_54_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat54()); break; case 55: hash = (37 * hash) + FIELD_INT64_55_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt6455()); break; case 56: hash = (37 * hash) + FIELD_UINT64_56_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint6456()); break; case 57: hash = (37 * hash) + FIELD_INT32_57_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3257(); break; case 58: hash = (37 * hash) + FIELD_FIXED64_58_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed6458()); break; case 59: hash = (37 * hash) + FIELD_FIXED32_59_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed3259(); break; case 60: hash = (37 * hash) + FIELD_BOOL_60_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool60()); break; case 61: hash = (37 * hash) + FIELD_STRING_61_FIELD_NUMBER; hash = (53 * hash) + getFieldString61().hashCode(); break; case 62: hash = (37 * hash) + FIELD_MESSAGE_62_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage62().hashCode(); break; case 63: hash = (37 * hash) + FIELD_BYTES_63_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes63().hashCode(); break; case 64: hash = (37 * hash) + FIELD_UINT32_64_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3264(); break; case 65: hash = (37 * hash) + FIELD_SFIXED32_65_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3265(); break; case 66: hash = (37 * hash) + FIELD_SFIXED64_66_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6466()); break; case 67: hash = (37 * hash) + FIELD_SINT32_67_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3267(); break; case 68: hash = (37 * hash) + FIELD_SINT64_68_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6468()); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto3Testing.Proto3Message prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto3Message} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto3Message) com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Message_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3Message.class, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder.class); } // Construct using com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFieldMessage10FieldBuilder(); getFieldMessageList27FieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; fieldDouble1_ = 0D; fieldFloat2_ = 0F; fieldInt643_ = 0L; fieldUint644_ = 0L; fieldInt325_ = 0; fieldFixed646_ = 0L; fieldFixed327_ = 0; fieldBool8_ = false; fieldString9_ = ""; fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldUint3212_ = 0; fieldEnum13_ = 0; fieldSfixed3214_ = 0; fieldSfixed6415_ = 0L; fieldSint3216_ = 0; fieldSint6417_ = 0L; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); } else { fieldMessageList27_ = null; fieldMessageList27Builder_.clear(); } bitField0_ = (bitField0_ & ~0x04000000); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); if (fieldMessage62Builder_ != null) { fieldMessage62Builder_.clear(); } testOneofCase_ = 0; testOneof_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Message_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getDefaultInstanceForType() { return com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build() { com.google.protobuf.testing.Proto3Testing.Proto3Message result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message buildPartial() { com.google.protobuf.testing.Proto3Testing.Proto3Message result = new com.google.protobuf.testing.Proto3Testing.Proto3Message(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.testing.Proto3Testing.Proto3Message result) { if (fieldMessageList27Builder_ == null) { if (((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = java.util.Collections.unmodifiableList(fieldMessageList27_); bitField0_ = (bitField0_ & ~0x04000000); } result.fieldMessageList27_ = fieldMessageList27_; } else { result.fieldMessageList27_ = fieldMessageList27Builder_.build(); } if (((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = java.util.Collections.unmodifiableList(fieldEnumList30_); bitField0_ = (bitField0_ & ~0x20000000); } result.fieldEnumList30_ = fieldEnumList30_; if (((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = java.util.Collections.unmodifiableList(fieldEnumListPacked44_); bitField1_ = (bitField1_ & ~0x00000800); } result.fieldEnumListPacked44_ = fieldEnumListPacked44_; } private void buildPartial0(com.google.protobuf.testing.Proto3Testing.Proto3Message result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldDouble1_ = fieldDouble1_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldFloat2_ = fieldFloat2_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldInt643_ = fieldInt643_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldUint644_ = fieldUint644_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldInt325_ = fieldInt325_; } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldFixed646_ = fieldFixed646_; } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldFixed327_ = fieldFixed327_; } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldBool8_ = fieldBool8_; } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldString9_ = fieldString9_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMessage10_ = fieldMessage10Builder_ == null ? fieldMessage10_ : fieldMessage10Builder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldBytes11_ = fieldBytes11_; } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldUint3212_ = fieldUint3212_; } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldEnum13_ = fieldEnum13_; } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldSfixed3214_ = fieldSfixed3214_; } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldSfixed6415_ = fieldSfixed6415_; } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldSint3216_ = fieldSint3216_; } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldSint6417_ = fieldSint6417_; } if (((from_bitField0_ & 0x00020000) != 0)) { fieldDoubleList18_.makeImmutable(); result.fieldDoubleList18_ = fieldDoubleList18_; } if (((from_bitField0_ & 0x00040000) != 0)) { fieldFloatList19_.makeImmutable(); result.fieldFloatList19_ = fieldFloatList19_; } if (((from_bitField0_ & 0x00080000) != 0)) { fieldInt64List20_.makeImmutable(); result.fieldInt64List20_ = fieldInt64List20_; } if (((from_bitField0_ & 0x00100000) != 0)) { fieldUint64List21_.makeImmutable(); result.fieldUint64List21_ = fieldUint64List21_; } if (((from_bitField0_ & 0x00200000) != 0)) { fieldInt32List22_.makeImmutable(); result.fieldInt32List22_ = fieldInt32List22_; } if (((from_bitField0_ & 0x00400000) != 0)) { fieldFixed64List23_.makeImmutable(); result.fieldFixed64List23_ = fieldFixed64List23_; } if (((from_bitField0_ & 0x00800000) != 0)) { fieldFixed32List24_.makeImmutable(); result.fieldFixed32List24_ = fieldFixed32List24_; } if (((from_bitField0_ & 0x01000000) != 0)) { fieldBoolList25_.makeImmutable(); result.fieldBoolList25_ = fieldBoolList25_; } if (((from_bitField0_ & 0x02000000) != 0)) { fieldStringList26_.makeImmutable(); result.fieldStringList26_ = fieldStringList26_; } if (((from_bitField0_ & 0x08000000) != 0)) { fieldBytesList28_.makeImmutable(); result.fieldBytesList28_ = fieldBytesList28_; } if (((from_bitField0_ & 0x10000000) != 0)) { fieldUint32List29_.makeImmutable(); result.fieldUint32List29_ = fieldUint32List29_; } if (((from_bitField0_ & 0x40000000) != 0)) { fieldSfixed32List31_.makeImmutable(); result.fieldSfixed32List31_ = fieldSfixed32List31_; } if (((from_bitField0_ & 0x80000000) != 0)) { fieldSfixed64List32_.makeImmutable(); result.fieldSfixed64List32_ = fieldSfixed64List32_; } result.bitField0_ |= to_bitField0_; } private void buildPartial1(com.google.protobuf.testing.Proto3Testing.Proto3Message result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { fieldSint32List33_.makeImmutable(); result.fieldSint32List33_ = fieldSint32List33_; } if (((from_bitField1_ & 0x00000002) != 0)) { fieldSint64List34_.makeImmutable(); result.fieldSint64List34_ = fieldSint64List34_; } if (((from_bitField1_ & 0x00000004) != 0)) { fieldDoubleListPacked35_.makeImmutable(); result.fieldDoubleListPacked35_ = fieldDoubleListPacked35_; } if (((from_bitField1_ & 0x00000008) != 0)) { fieldFloatListPacked36_.makeImmutable(); result.fieldFloatListPacked36_ = fieldFloatListPacked36_; } if (((from_bitField1_ & 0x00000010) != 0)) { fieldInt64ListPacked37_.makeImmutable(); result.fieldInt64ListPacked37_ = fieldInt64ListPacked37_; } if (((from_bitField1_ & 0x00000020) != 0)) { fieldUint64ListPacked38_.makeImmutable(); result.fieldUint64ListPacked38_ = fieldUint64ListPacked38_; } if (((from_bitField1_ & 0x00000040) != 0)) { fieldInt32ListPacked39_.makeImmutable(); result.fieldInt32ListPacked39_ = fieldInt32ListPacked39_; } if (((from_bitField1_ & 0x00000080) != 0)) { fieldFixed64ListPacked40_.makeImmutable(); result.fieldFixed64ListPacked40_ = fieldFixed64ListPacked40_; } if (((from_bitField1_ & 0x00000100) != 0)) { fieldFixed32ListPacked41_.makeImmutable(); result.fieldFixed32ListPacked41_ = fieldFixed32ListPacked41_; } if (((from_bitField1_ & 0x00000200) != 0)) { fieldBoolListPacked42_.makeImmutable(); result.fieldBoolListPacked42_ = fieldBoolListPacked42_; } if (((from_bitField1_ & 0x00000400) != 0)) { fieldUint32ListPacked43_.makeImmutable(); result.fieldUint32ListPacked43_ = fieldUint32ListPacked43_; } if (((from_bitField1_ & 0x00001000) != 0)) { fieldSfixed32ListPacked45_.makeImmutable(); result.fieldSfixed32ListPacked45_ = fieldSfixed32ListPacked45_; } if (((from_bitField1_ & 0x00002000) != 0)) { fieldSfixed64ListPacked46_.makeImmutable(); result.fieldSfixed64ListPacked46_ = fieldSfixed64ListPacked46_; } if (((from_bitField1_ & 0x00004000) != 0)) { fieldSint32ListPacked47_.makeImmutable(); result.fieldSint32ListPacked47_ = fieldSint32ListPacked47_; } if (((from_bitField1_ & 0x00008000) != 0)) { fieldSint64ListPacked48_.makeImmutable(); result.fieldSint64ListPacked48_ = fieldSint64ListPacked48_; } } private void buildPartialOneofs(com.google.protobuf.testing.Proto3Testing.Proto3Message result) { result.testOneofCase_ = testOneofCase_; result.testOneof_ = this.testOneof_; if (testOneofCase_ == 62 && fieldMessage62Builder_ != null) { result.testOneof_ = fieldMessage62Builder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return mergeFrom((com.google.protobuf.testing.Proto3Testing.Proto3Message)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto3Testing.Proto3Message other) { if (other == com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()) return this; if (other.getFieldDouble1() != 0D) { setFieldDouble1(other.getFieldDouble1()); } if (other.getFieldFloat2() != 0F) { setFieldFloat2(other.getFieldFloat2()); } if (other.getFieldInt643() != 0L) { setFieldInt643(other.getFieldInt643()); } if (other.getFieldUint644() != 0L) { setFieldUint644(other.getFieldUint644()); } if (other.getFieldInt325() != 0) { setFieldInt325(other.getFieldInt325()); } if (other.getFieldFixed646() != 0L) { setFieldFixed646(other.getFieldFixed646()); } if (other.getFieldFixed327() != 0) { setFieldFixed327(other.getFieldFixed327()); } if (other.getFieldBool8() != false) { setFieldBool8(other.getFieldBool8()); } if (!other.getFieldString9().isEmpty()) { fieldString9_ = other.fieldString9_; bitField0_ |= 0x00000100; onChanged(); } if (other.hasFieldMessage10()) { mergeFieldMessage10(other.getFieldMessage10()); } if (other.getFieldBytes11() != com.google.protobuf.ByteString.EMPTY) { setFieldBytes11(other.getFieldBytes11()); } if (other.getFieldUint3212() != 0) { setFieldUint3212(other.getFieldUint3212()); } if (other.fieldEnum13_ != 0) { setFieldEnum13Value(other.getFieldEnum13Value()); } if (other.getFieldSfixed3214() != 0) { setFieldSfixed3214(other.getFieldSfixed3214()); } if (other.getFieldSfixed6415() != 0L) { setFieldSfixed6415(other.getFieldSfixed6415()); } if (other.getFieldSint3216() != 0) { setFieldSint3216(other.getFieldSint3216()); } if (other.getFieldSint6417() != 0L) { setFieldSint6417(other.getFieldSint6417()); } if (!other.fieldDoubleList18_.isEmpty()) { if (fieldDoubleList18_.isEmpty()) { fieldDoubleList18_ = other.fieldDoubleList18_; fieldDoubleList18_.makeImmutable(); bitField0_ |= 0x00020000; } else { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addAll(other.fieldDoubleList18_); } onChanged(); } if (!other.fieldFloatList19_.isEmpty()) { if (fieldFloatList19_.isEmpty()) { fieldFloatList19_ = other.fieldFloatList19_; fieldFloatList19_.makeImmutable(); bitField0_ |= 0x00040000; } else { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addAll(other.fieldFloatList19_); } onChanged(); } if (!other.fieldInt64List20_.isEmpty()) { if (fieldInt64List20_.isEmpty()) { fieldInt64List20_ = other.fieldInt64List20_; fieldInt64List20_.makeImmutable(); bitField0_ |= 0x00080000; } else { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addAll(other.fieldInt64List20_); } onChanged(); } if (!other.fieldUint64List21_.isEmpty()) { if (fieldUint64List21_.isEmpty()) { fieldUint64List21_ = other.fieldUint64List21_; fieldUint64List21_.makeImmutable(); bitField0_ |= 0x00100000; } else { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addAll(other.fieldUint64List21_); } onChanged(); } if (!other.fieldInt32List22_.isEmpty()) { if (fieldInt32List22_.isEmpty()) { fieldInt32List22_ = other.fieldInt32List22_; fieldInt32List22_.makeImmutable(); bitField0_ |= 0x00200000; } else { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addAll(other.fieldInt32List22_); } onChanged(); } if (!other.fieldFixed64List23_.isEmpty()) { if (fieldFixed64List23_.isEmpty()) { fieldFixed64List23_ = other.fieldFixed64List23_; fieldFixed64List23_.makeImmutable(); bitField0_ |= 0x00400000; } else { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addAll(other.fieldFixed64List23_); } onChanged(); } if (!other.fieldFixed32List24_.isEmpty()) { if (fieldFixed32List24_.isEmpty()) { fieldFixed32List24_ = other.fieldFixed32List24_; fieldFixed32List24_.makeImmutable(); bitField0_ |= 0x00800000; } else { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addAll(other.fieldFixed32List24_); } onChanged(); } if (!other.fieldBoolList25_.isEmpty()) { if (fieldBoolList25_.isEmpty()) { fieldBoolList25_ = other.fieldBoolList25_; fieldBoolList25_.makeImmutable(); bitField0_ |= 0x01000000; } else { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addAll(other.fieldBoolList25_); } onChanged(); } if (!other.fieldStringList26_.isEmpty()) { if (fieldStringList26_.isEmpty()) { fieldStringList26_ = other.fieldStringList26_; bitField0_ |= 0x02000000; } else { ensureFieldStringList26IsMutable(); fieldStringList26_.addAll(other.fieldStringList26_); } onChanged(); } if (fieldMessageList27Builder_ == null) { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27_.isEmpty()) { fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); } else { ensureFieldMessageList27IsMutable(); fieldMessageList27_.addAll(other.fieldMessageList27_); } onChanged(); } } else { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27Builder_.isEmpty()) { fieldMessageList27Builder_.dispose(); fieldMessageList27Builder_ = null; fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); fieldMessageList27Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFieldMessageList27FieldBuilder() : null; } else { fieldMessageList27Builder_.addAllMessages(other.fieldMessageList27_); } } } if (!other.fieldBytesList28_.isEmpty()) { if (fieldBytesList28_.isEmpty()) { fieldBytesList28_ = other.fieldBytesList28_; fieldBytesList28_.makeImmutable(); bitField0_ |= 0x08000000; } else { ensureFieldBytesList28IsMutable(); fieldBytesList28_.addAll(other.fieldBytesList28_); } onChanged(); } if (!other.fieldUint32List29_.isEmpty()) { if (fieldUint32List29_.isEmpty()) { fieldUint32List29_ = other.fieldUint32List29_; fieldUint32List29_.makeImmutable(); bitField0_ |= 0x10000000; } else { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addAll(other.fieldUint32List29_); } onChanged(); } if (!other.fieldEnumList30_.isEmpty()) { if (fieldEnumList30_.isEmpty()) { fieldEnumList30_ = other.fieldEnumList30_; bitField0_ = (bitField0_ & ~0x20000000); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.addAll(other.fieldEnumList30_); } onChanged(); } if (!other.fieldSfixed32List31_.isEmpty()) { if (fieldSfixed32List31_.isEmpty()) { fieldSfixed32List31_ = other.fieldSfixed32List31_; fieldSfixed32List31_.makeImmutable(); bitField0_ |= 0x40000000; } else { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addAll(other.fieldSfixed32List31_); } onChanged(); } if (!other.fieldSfixed64List32_.isEmpty()) { if (fieldSfixed64List32_.isEmpty()) { fieldSfixed64List32_ = other.fieldSfixed64List32_; fieldSfixed64List32_.makeImmutable(); bitField0_ |= 0x80000000; } else { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addAll(other.fieldSfixed64List32_); } onChanged(); } if (!other.fieldSint32List33_.isEmpty()) { if (fieldSint32List33_.isEmpty()) { fieldSint32List33_ = other.fieldSint32List33_; fieldSint32List33_.makeImmutable(); bitField1_ |= 0x00000001; } else { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addAll(other.fieldSint32List33_); } onChanged(); } if (!other.fieldSint64List34_.isEmpty()) { if (fieldSint64List34_.isEmpty()) { fieldSint64List34_ = other.fieldSint64List34_; fieldSint64List34_.makeImmutable(); bitField1_ |= 0x00000002; } else { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addAll(other.fieldSint64List34_); } onChanged(); } if (!other.fieldDoubleListPacked35_.isEmpty()) { if (fieldDoubleListPacked35_.isEmpty()) { fieldDoubleListPacked35_ = other.fieldDoubleListPacked35_; fieldDoubleListPacked35_.makeImmutable(); bitField1_ |= 0x00000004; } else { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addAll(other.fieldDoubleListPacked35_); } onChanged(); } if (!other.fieldFloatListPacked36_.isEmpty()) { if (fieldFloatListPacked36_.isEmpty()) { fieldFloatListPacked36_ = other.fieldFloatListPacked36_; fieldFloatListPacked36_.makeImmutable(); bitField1_ |= 0x00000008; } else { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addAll(other.fieldFloatListPacked36_); } onChanged(); } if (!other.fieldInt64ListPacked37_.isEmpty()) { if (fieldInt64ListPacked37_.isEmpty()) { fieldInt64ListPacked37_ = other.fieldInt64ListPacked37_; fieldInt64ListPacked37_.makeImmutable(); bitField1_ |= 0x00000010; } else { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addAll(other.fieldInt64ListPacked37_); } onChanged(); } if (!other.fieldUint64ListPacked38_.isEmpty()) { if (fieldUint64ListPacked38_.isEmpty()) { fieldUint64ListPacked38_ = other.fieldUint64ListPacked38_; fieldUint64ListPacked38_.makeImmutable(); bitField1_ |= 0x00000020; } else { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addAll(other.fieldUint64ListPacked38_); } onChanged(); } if (!other.fieldInt32ListPacked39_.isEmpty()) { if (fieldInt32ListPacked39_.isEmpty()) { fieldInt32ListPacked39_ = other.fieldInt32ListPacked39_; fieldInt32ListPacked39_.makeImmutable(); bitField1_ |= 0x00000040; } else { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addAll(other.fieldInt32ListPacked39_); } onChanged(); } if (!other.fieldFixed64ListPacked40_.isEmpty()) { if (fieldFixed64ListPacked40_.isEmpty()) { fieldFixed64ListPacked40_ = other.fieldFixed64ListPacked40_; fieldFixed64ListPacked40_.makeImmutable(); bitField1_ |= 0x00000080; } else { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addAll(other.fieldFixed64ListPacked40_); } onChanged(); } if (!other.fieldFixed32ListPacked41_.isEmpty()) { if (fieldFixed32ListPacked41_.isEmpty()) { fieldFixed32ListPacked41_ = other.fieldFixed32ListPacked41_; fieldFixed32ListPacked41_.makeImmutable(); bitField1_ |= 0x00000100; } else { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addAll(other.fieldFixed32ListPacked41_); } onChanged(); } if (!other.fieldBoolListPacked42_.isEmpty()) { if (fieldBoolListPacked42_.isEmpty()) { fieldBoolListPacked42_ = other.fieldBoolListPacked42_; fieldBoolListPacked42_.makeImmutable(); bitField1_ |= 0x00000200; } else { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addAll(other.fieldBoolListPacked42_); } onChanged(); } if (!other.fieldUint32ListPacked43_.isEmpty()) { if (fieldUint32ListPacked43_.isEmpty()) { fieldUint32ListPacked43_ = other.fieldUint32ListPacked43_; fieldUint32ListPacked43_.makeImmutable(); bitField1_ |= 0x00000400; } else { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addAll(other.fieldUint32ListPacked43_); } onChanged(); } if (!other.fieldEnumListPacked44_.isEmpty()) { if (fieldEnumListPacked44_.isEmpty()) { fieldEnumListPacked44_ = other.fieldEnumListPacked44_; bitField1_ = (bitField1_ & ~0x00000800); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.addAll(other.fieldEnumListPacked44_); } onChanged(); } if (!other.fieldSfixed32ListPacked45_.isEmpty()) { if (fieldSfixed32ListPacked45_.isEmpty()) { fieldSfixed32ListPacked45_ = other.fieldSfixed32ListPacked45_; fieldSfixed32ListPacked45_.makeImmutable(); bitField1_ |= 0x00001000; } else { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addAll(other.fieldSfixed32ListPacked45_); } onChanged(); } if (!other.fieldSfixed64ListPacked46_.isEmpty()) { if (fieldSfixed64ListPacked46_.isEmpty()) { fieldSfixed64ListPacked46_ = other.fieldSfixed64ListPacked46_; fieldSfixed64ListPacked46_.makeImmutable(); bitField1_ |= 0x00002000; } else { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addAll(other.fieldSfixed64ListPacked46_); } onChanged(); } if (!other.fieldSint32ListPacked47_.isEmpty()) { if (fieldSint32ListPacked47_.isEmpty()) { fieldSint32ListPacked47_ = other.fieldSint32ListPacked47_; fieldSint32ListPacked47_.makeImmutable(); bitField1_ |= 0x00004000; } else { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addAll(other.fieldSint32ListPacked47_); } onChanged(); } if (!other.fieldSint64ListPacked48_.isEmpty()) { if (fieldSint64ListPacked48_.isEmpty()) { fieldSint64ListPacked48_ = other.fieldSint64ListPacked48_; fieldSint64ListPacked48_.makeImmutable(); bitField1_ |= 0x00008000; } else { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addAll(other.fieldSint64ListPacked48_); } onChanged(); } switch (other.getTestOneofCase()) { case FIELD_DOUBLE_53: { setFieldDouble53(other.getFieldDouble53()); break; } case FIELD_FLOAT_54: { setFieldFloat54(other.getFieldFloat54()); break; } case FIELD_INT64_55: { setFieldInt6455(other.getFieldInt6455()); break; } case FIELD_UINT64_56: { setFieldUint6456(other.getFieldUint6456()); break; } case FIELD_INT32_57: { setFieldInt3257(other.getFieldInt3257()); break; } case FIELD_FIXED64_58: { setFieldFixed6458(other.getFieldFixed6458()); break; } case FIELD_FIXED32_59: { setFieldFixed3259(other.getFieldFixed3259()); break; } case FIELD_BOOL_60: { setFieldBool60(other.getFieldBool60()); break; } case FIELD_STRING_61: { testOneofCase_ = 61; testOneof_ = other.testOneof_; onChanged(); break; } case FIELD_MESSAGE_62: { mergeFieldMessage62(other.getFieldMessage62()); break; } case FIELD_BYTES_63: { setFieldBytes63(other.getFieldBytes63()); break; } case FIELD_UINT32_64: { setFieldUint3264(other.getFieldUint3264()); break; } case FIELD_SFIXED32_65: { setFieldSfixed3265(other.getFieldSfixed3265()); break; } case FIELD_SFIXED64_66: { setFieldSfixed6466(other.getFieldSfixed6466()); break; } case FIELD_SINT32_67: { setFieldSint3267(other.getFieldSint3267()); break; } case FIELD_SINT64_68: { setFieldSint6468(other.getFieldSint6468()); break; } case TESTONEOF_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 9: { fieldDouble1_ = input.readDouble(); bitField0_ |= 0x00000001; break; } // case 9 case 21: { fieldFloat2_ = input.readFloat(); bitField0_ |= 0x00000002; break; } // case 21 case 24: { fieldInt643_ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { fieldUint644_ = input.readUInt64(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { fieldInt325_ = input.readInt32(); bitField0_ |= 0x00000010; break; } // case 40 case 49: { fieldFixed646_ = input.readFixed64(); bitField0_ |= 0x00000020; break; } // case 49 case 61: { fieldFixed327_ = input.readFixed32(); bitField0_ |= 0x00000040; break; } // case 61 case 64: { fieldBool8_ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 64 case 74: { fieldString9_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000100; break; } // case 74 case 82: { input.readMessage( getFieldMessage10FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 82 case 90: { fieldBytes11_ = input.readBytes(); bitField0_ |= 0x00000400; break; } // case 90 case 96: { fieldUint3212_ = input.readUInt32(); bitField0_ |= 0x00000800; break; } // case 96 case 104: { fieldEnum13_ = input.readEnum(); bitField0_ |= 0x00001000; break; } // case 104 case 117: { fieldSfixed3214_ = input.readSFixed32(); bitField0_ |= 0x00002000; break; } // case 117 case 121: { fieldSfixed6415_ = input.readSFixed64(); bitField0_ |= 0x00004000; break; } // case 121 case 128: { fieldSint3216_ = input.readSInt32(); bitField0_ |= 0x00008000; break; } // case 128 case 136: { fieldSint6417_ = input.readSInt64(); bitField0_ |= 0x00010000; break; } // case 136 case 145: { double v = input.readDouble(); ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(v); break; } // case 145 case 146: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleList18IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleList18_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 146 case 157: { float v = input.readFloat(); ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(v); break; } // case 157 case 154: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatList19IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatList19_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 154 case 160: { long v = input.readInt64(); ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(v); break; } // case 160 case 162: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64List20IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64List20_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 162 case 168: { long v = input.readUInt64(); ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(v); break; } // case 168 case 170: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64List21IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64List21_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 170 case 176: { int v = input.readInt32(); ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(v); break; } // case 176 case 178: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32List22IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32List22_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 178 case 185: { long v = input.readFixed64(); ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(v); break; } // case 185 case 186: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64List23IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64List23_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 186 case 197: { int v = input.readFixed32(); ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(v); break; } // case 197 case 194: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32List24IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32List24_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 194 case 200: { boolean v = input.readBool(); ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(v); break; } // case 200 case 202: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolList25IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolList25_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 202 case 210: { java.lang.String s = input.readStringRequireUtf8(); ensureFieldStringList26IsMutable(); fieldStringList26_.add(s); break; } // case 210 case 218: { com.google.protobuf.testing.Proto3Testing.Proto3Message m = input.readMessage( com.google.protobuf.testing.Proto3Testing.Proto3Message.parser(), extensionRegistry); if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(m); } else { fieldMessageList27Builder_.addMessage(m); } break; } // case 218 case 226: { com.google.protobuf.ByteString v = input.readBytes(); ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(v); break; } // case 226 case 232: { int v = input.readUInt32(); ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(v); break; } // case 232 case 234: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32List29IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32List29_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 234 case 240: { int tmpRaw = input.readEnum(); ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); break; } // case 240 case 242: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 242 case 253: { int v = input.readSFixed32(); ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(v); break; } // case 253 case 250: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32List31IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32List31_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 250 case 257: { long v = input.readSFixed64(); ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(v); break; } // case 257 case 258: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64List32IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64List32_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 258 case 264: { int v = input.readSInt32(); ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(v); break; } // case 264 case 266: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32List33IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32List33_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 266 case 272: { long v = input.readSInt64(); ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(v); break; } // case 272 case 274: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64List34IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64List34_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 274 case 281: { double v = input.readDouble(); ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(v); break; } // case 281 case 282: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleListPacked35IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleListPacked35_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 282 case 293: { float v = input.readFloat(); ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(v); break; } // case 293 case 290: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatListPacked36IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatListPacked36_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 290 case 296: { long v = input.readInt64(); ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(v); break; } // case 296 case 298: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64ListPacked37IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64ListPacked37_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 298 case 304: { long v = input.readUInt64(); ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(v); break; } // case 304 case 306: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64ListPacked38IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64ListPacked38_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 306 case 312: { int v = input.readInt32(); ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(v); break; } // case 312 case 314: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32ListPacked39IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32ListPacked39_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 314 case 321: { long v = input.readFixed64(); ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(v); break; } // case 321 case 322: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64ListPacked40IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64ListPacked40_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 322 case 333: { int v = input.readFixed32(); ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(v); break; } // case 333 case 330: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32ListPacked41IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32ListPacked41_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 330 case 336: { boolean v = input.readBool(); ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(v); break; } // case 336 case 338: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolListPacked42IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolListPacked42_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 338 case 344: { int v = input.readUInt32(); ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(v); break; } // case 344 case 346: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32ListPacked43IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32ListPacked43_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 346 case 352: { int tmpRaw = input.readEnum(); ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); break; } // case 352 case 354: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 354 case 365: { int v = input.readSFixed32(); ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(v); break; } // case 365 case 362: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32ListPacked45IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32ListPacked45_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 362 case 369: { long v = input.readSFixed64(); ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(v); break; } // case 369 case 370: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64ListPacked46IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64ListPacked46_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 370 case 376: { int v = input.readSInt32(); ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(v); break; } // case 376 case 378: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32ListPacked47IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32ListPacked47_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 378 case 384: { long v = input.readSInt64(); ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(v); break; } // case 384 case 386: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64ListPacked48IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64ListPacked48_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 386 case 425: { testOneof_ = input.readDouble(); testOneofCase_ = 53; break; } // case 425 case 437: { testOneof_ = input.readFloat(); testOneofCase_ = 54; break; } // case 437 case 440: { testOneof_ = input.readInt64(); testOneofCase_ = 55; break; } // case 440 case 448: { testOneof_ = input.readUInt64(); testOneofCase_ = 56; break; } // case 448 case 456: { testOneof_ = input.readInt32(); testOneofCase_ = 57; break; } // case 456 case 465: { testOneof_ = input.readFixed64(); testOneofCase_ = 58; break; } // case 465 case 477: { testOneof_ = input.readFixed32(); testOneofCase_ = 59; break; } // case 477 case 480: { testOneof_ = input.readBool(); testOneofCase_ = 60; break; } // case 480 case 490: { java.lang.String s = input.readStringRequireUtf8(); testOneofCase_ = 61; testOneof_ = s; break; } // case 490 case 498: { input.readMessage( getFieldMessage62FieldBuilder().getBuilder(), extensionRegistry); testOneofCase_ = 62; break; } // case 498 case 506: { testOneof_ = input.readBytes(); testOneofCase_ = 63; break; } // case 506 case 512: { testOneof_ = input.readUInt32(); testOneofCase_ = 64; break; } // case 512 case 525: { testOneof_ = input.readSFixed32(); testOneofCase_ = 65; break; } // case 525 case 529: { testOneof_ = input.readSFixed64(); testOneofCase_ = 66; break; } // case 529 case 536: { testOneof_ = input.readSInt32(); testOneofCase_ = 67; break; } // case 536 case 544: { testOneof_ = input.readSInt64(); testOneofCase_ = 68; break; } // case 544 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int testOneofCase_ = 0; private java.lang.Object testOneof_; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public Builder clearTestOneof() { testOneofCase_ = 0; testOneof_ = null; onChanged(); return this; } private int bitField0_; private int bitField1_; private double fieldDouble1_ ; /** * double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } /** * double field_double_1 = 1; * @param value The fieldDouble1 to set. * @return This builder for chaining. */ public Builder setFieldDouble1(double value) { fieldDouble1_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * double field_double_1 = 1; * @return This builder for chaining. */ public Builder clearFieldDouble1() { bitField0_ = (bitField0_ & ~0x00000001); fieldDouble1_ = 0D; onChanged(); return this; } private float fieldFloat2_ ; /** * float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } /** * float field_float_2 = 2; * @param value The fieldFloat2 to set. * @return This builder for chaining. */ public Builder setFieldFloat2(float value) { fieldFloat2_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * float field_float_2 = 2; * @return This builder for chaining. */ public Builder clearFieldFloat2() { bitField0_ = (bitField0_ & ~0x00000002); fieldFloat2_ = 0F; onChanged(); return this; } private long fieldInt643_ ; /** * int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } /** * int64 field_int64_3 = 3; * @param value The fieldInt643 to set. * @return This builder for chaining. */ public Builder setFieldInt643(long value) { fieldInt643_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int64 field_int64_3 = 3; * @return This builder for chaining. */ public Builder clearFieldInt643() { bitField0_ = (bitField0_ & ~0x00000004); fieldInt643_ = 0L; onChanged(); return this; } private long fieldUint644_ ; /** * uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } /** * uint64 field_uint64_4 = 4; * @param value The fieldUint644 to set. * @return This builder for chaining. */ public Builder setFieldUint644(long value) { fieldUint644_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * uint64 field_uint64_4 = 4; * @return This builder for chaining. */ public Builder clearFieldUint644() { bitField0_ = (bitField0_ & ~0x00000008); fieldUint644_ = 0L; onChanged(); return this; } private int fieldInt325_ ; /** * int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } /** * int32 field_int32_5 = 5; * @param value The fieldInt325 to set. * @return This builder for chaining. */ public Builder setFieldInt325(int value) { fieldInt325_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * int32 field_int32_5 = 5; * @return This builder for chaining. */ public Builder clearFieldInt325() { bitField0_ = (bitField0_ & ~0x00000010); fieldInt325_ = 0; onChanged(); return this; } private long fieldFixed646_ ; /** * fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } /** * fixed64 field_fixed64_6 = 6; * @param value The fieldFixed646 to set. * @return This builder for chaining. */ public Builder setFieldFixed646(long value) { fieldFixed646_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * fixed64 field_fixed64_6 = 6; * @return This builder for chaining. */ public Builder clearFieldFixed646() { bitField0_ = (bitField0_ & ~0x00000020); fieldFixed646_ = 0L; onChanged(); return this; } private int fieldFixed327_ ; /** * fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } /** * fixed32 field_fixed32_7 = 7; * @param value The fieldFixed327 to set. * @return This builder for chaining. */ public Builder setFieldFixed327(int value) { fieldFixed327_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** * fixed32 field_fixed32_7 = 7; * @return This builder for chaining. */ public Builder clearFieldFixed327() { bitField0_ = (bitField0_ & ~0x00000040); fieldFixed327_ = 0; onChanged(); return this; } private boolean fieldBool8_ ; /** * bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } /** * bool field_bool_8 = 8; * @param value The fieldBool8 to set. * @return This builder for chaining. */ public Builder setFieldBool8(boolean value) { fieldBool8_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** * bool field_bool_8 = 8; * @return This builder for chaining. */ public Builder clearFieldBool8() { bitField0_ = (bitField0_ & ~0x00000080); fieldBool8_ = false; onChanged(); return this; } private java.lang.Object fieldString9_ = ""; /** * string field_string_9 = 9; * @return The fieldString9. */ public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldString9_ = s; return s; } else { return (java.lang.String) ref; } } /** * string field_string_9 = 9; * @return The bytes for fieldString9. */ public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string field_string_9 = 9; * @param value The fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } /** * string field_string_9 = 9; * @return This builder for chaining. */ public Builder clearFieldString9() { fieldString9_ = getDefaultInstance().getFieldString9(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } /** * string field_string_9 = 9; * @param value The bytes for fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } private com.google.protobuf.testing.Proto3Testing.Proto3Message fieldMessage10_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder> fieldMessage10Builder_; /** * .protobuf.experimental.Proto3Message field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000200) != 0); } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; * @return The fieldMessage10. */ public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessage10() { if (fieldMessage10Builder_ == null) { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance() : fieldMessage10_; } else { return fieldMessage10Builder_.getMessage(); } } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ public Builder setFieldMessage10(com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (fieldMessage10Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldMessage10_ = value; } else { fieldMessage10Builder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ public Builder setFieldMessage10( com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder builderForValue) { if (fieldMessage10Builder_ == null) { fieldMessage10_ = builderForValue.build(); } else { fieldMessage10Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ public Builder mergeFieldMessage10(com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (fieldMessage10Builder_ == null) { if (((bitField0_ & 0x00000200) != 0) && fieldMessage10_ != null && fieldMessage10_ != com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()) { getFieldMessage10Builder().mergeFrom(value); } else { fieldMessage10_ = value; } } else { fieldMessage10Builder_.mergeFrom(value); } if (fieldMessage10_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ public Builder clearFieldMessage10() { bitField0_ = (bitField0_ & ~0x00000200); fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } onChanged(); return this; } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder getFieldMessage10Builder() { bitField0_ |= 0x00000200; onChanged(); return getFieldMessage10FieldBuilder().getBuilder(); } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ public com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessage10OrBuilder() { if (fieldMessage10Builder_ != null) { return fieldMessage10Builder_.getMessageOrBuilder(); } else { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance() : fieldMessage10_; } } /** * .protobuf.experimental.Proto3Message field_message_10 = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder> getFieldMessage10FieldBuilder() { if (fieldMessage10Builder_ == null) { fieldMessage10Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder>( getFieldMessage10(), getParentForChildren(), isClean()); fieldMessage10_ = null; } return fieldMessage10Builder_; } private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } /** * bytes field_bytes_11 = 11; * @param value The fieldBytes11 to set. * @return This builder for chaining. */ public Builder setFieldBytes11(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldBytes11_ = value; bitField0_ |= 0x00000400; onChanged(); return this; } /** * bytes field_bytes_11 = 11; * @return This builder for chaining. */ public Builder clearFieldBytes11() { bitField0_ = (bitField0_ & ~0x00000400); fieldBytes11_ = getDefaultInstance().getFieldBytes11(); onChanged(); return this; } private int fieldUint3212_ ; /** * uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } /** * uint32 field_uint32_12 = 12; * @param value The fieldUint3212 to set. * @return This builder for chaining. */ public Builder setFieldUint3212(int value) { fieldUint3212_ = value; bitField0_ |= 0x00000800; onChanged(); return this; } /** * uint32 field_uint32_12 = 12; * @return This builder for chaining. */ public Builder clearFieldUint3212() { bitField0_ = (bitField0_ & ~0x00000800); fieldUint3212_ = 0; onChanged(); return this; } private int fieldEnum13_ = 0; /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @return The enum numeric value on the wire for fieldEnum13. */ @java.lang.Override public int getFieldEnum13Value() { return fieldEnum13_; } /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @param value The enum numeric value on the wire for fieldEnum13 to set. * @return This builder for chaining. */ public Builder setFieldEnum13Value(int value) { fieldEnum13_ = value; bitField0_ |= 0x00001000; onChanged(); return this; } /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum result = com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED : result; } /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @param value The fieldEnum13 to set. * @return This builder for chaining. */ public Builder setFieldEnum13(com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00001000; fieldEnum13_ = value.getNumber(); onChanged(); return this; } /** * .protobuf.experimental.Proto3Message.TestEnum field_enum_13 = 13; * @return This builder for chaining. */ public Builder clearFieldEnum13() { bitField0_ = (bitField0_ & ~0x00001000); fieldEnum13_ = 0; onChanged(); return this; } private int fieldSfixed3214_ ; /** * sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } /** * sfixed32 field_sfixed32_14 = 14; * @param value The fieldSfixed3214 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3214(int value) { fieldSfixed3214_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } /** * sfixed32 field_sfixed32_14 = 14; * @return This builder for chaining. */ public Builder clearFieldSfixed3214() { bitField0_ = (bitField0_ & ~0x00002000); fieldSfixed3214_ = 0; onChanged(); return this; } private long fieldSfixed6415_ ; /** * sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } /** * sfixed64 field_sfixed64_15 = 15; * @param value The fieldSfixed6415 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6415(long value) { fieldSfixed6415_ = value; bitField0_ |= 0x00004000; onChanged(); return this; } /** * sfixed64 field_sfixed64_15 = 15; * @return This builder for chaining. */ public Builder clearFieldSfixed6415() { bitField0_ = (bitField0_ & ~0x00004000); fieldSfixed6415_ = 0L; onChanged(); return this; } private int fieldSint3216_ ; /** * sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } /** * sint32 field_sint32_16 = 16; * @param value The fieldSint3216 to set. * @return This builder for chaining. */ public Builder setFieldSint3216(int value) { fieldSint3216_ = value; bitField0_ |= 0x00008000; onChanged(); return this; } /** * sint32 field_sint32_16 = 16; * @return This builder for chaining. */ public Builder clearFieldSint3216() { bitField0_ = (bitField0_ & ~0x00008000); fieldSint3216_ = 0; onChanged(); return this; } private long fieldSint6417_ ; /** * sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } /** * sint64 field_sint64_17 = 17; * @param value The fieldSint6417 to set. * @return This builder for chaining. */ public Builder setFieldSint6417(long value) { fieldSint6417_ = value; bitField0_ |= 0x00010000; onChanged(); return this; } /** * sint64 field_sint64_17 = 17; * @return This builder for chaining. */ public Builder clearFieldSint6417() { bitField0_ = (bitField0_ & ~0x00010000); fieldSint6417_ = 0L; onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); private void ensureFieldDoubleList18IsMutable() { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_); } bitField0_ |= 0x00020000; } private void ensureFieldDoubleList18IsMutable(int capacity) { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_, capacity); } bitField0_ |= 0x00020000; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ public java.util.List getFieldDoubleList18List() { fieldDoubleList18_.makeImmutable(); return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index to set the value at. * @param value The fieldDoubleList18 to set. * @return This builder for chaining. */ public Builder setFieldDoubleList18( int index, double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.setDouble(index, value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param value The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addFieldDoubleList18(double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param values The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleList18( java.lang.Iterable values) { ensureFieldDoubleList18IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleList18_); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldDoubleList18() { fieldDoubleList18_ = emptyDoubleList(); bitField0_ = (bitField0_ & ~0x00020000); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); private void ensureFieldFloatList19IsMutable() { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_); } bitField0_ |= 0x00040000; } private void ensureFieldFloatList19IsMutable(int capacity) { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_, capacity); } bitField0_ |= 0x00040000; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ public java.util.List getFieldFloatList19List() { fieldFloatList19_.makeImmutable(); return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index to set the value at. * @param value The fieldFloatList19 to set. * @return This builder for chaining. */ public Builder setFieldFloatList19( int index, float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.setFloat(index, value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param value The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addFieldFloatList19(float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param values The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatList19( java.lang.Iterable values) { ensureFieldFloatList19IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatList19_); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFloatList19() { fieldFloatList19_ = emptyFloatList(); bitField0_ = (bitField0_ & ~0x00040000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); private void ensureFieldInt64List20IsMutable() { if (!fieldInt64List20_.isModifiable()) { fieldInt64List20_ = makeMutableCopy(fieldInt64List20_); } bitField0_ |= 0x00080000; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ public java.util.List getFieldInt64List20List() { fieldInt64List20_.makeImmutable(); return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt64List20 to set. * @return This builder for chaining. */ public Builder setFieldInt64List20( int index, long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.setLong(index, value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param value The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addFieldInt64List20(long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param values The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64List20( java.lang.Iterable values) { ensureFieldInt64List20IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64List20_); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt64List20() { fieldInt64List20_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00080000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); private void ensureFieldUint64List21IsMutable() { if (!fieldUint64List21_.isModifiable()) { fieldUint64List21_ = makeMutableCopy(fieldUint64List21_); } bitField0_ |= 0x00100000; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ public java.util.List getFieldUint64List21List() { fieldUint64List21_.makeImmutable(); return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint64List21 to set. * @return This builder for chaining. */ public Builder setFieldUint64List21( int index, long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.setLong(index, value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param value The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addFieldUint64List21(long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param values The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64List21( java.lang.Iterable values) { ensureFieldUint64List21IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64List21_); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint64List21() { fieldUint64List21_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00100000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); private void ensureFieldInt32List22IsMutable() { if (!fieldInt32List22_.isModifiable()) { fieldInt32List22_ = makeMutableCopy(fieldInt32List22_); } bitField0_ |= 0x00200000; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ public java.util.List getFieldInt32List22List() { fieldInt32List22_.makeImmutable(); return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt32List22 to set. * @return This builder for chaining. */ public Builder setFieldInt32List22( int index, int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.setInt(index, value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param value The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addFieldInt32List22(int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param values The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32List22( java.lang.Iterable values) { ensureFieldInt32List22IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32List22_); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt32List22() { fieldInt32List22_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00200000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); private void ensureFieldFixed64List23IsMutable() { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_); } bitField0_ |= 0x00400000; } private void ensureFieldFixed64List23IsMutable(int capacity) { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_, capacity); } bitField0_ |= 0x00400000; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ public java.util.List getFieldFixed64List23List() { fieldFixed64List23_.makeImmutable(); return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed64List23 to set. * @return This builder for chaining. */ public Builder setFieldFixed64List23( int index, long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.setLong(index, value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param value The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addFieldFixed64List23(long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param values The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64List23( java.lang.Iterable values) { ensureFieldFixed64List23IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64List23_); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed64List23() { fieldFixed64List23_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00400000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); private void ensureFieldFixed32List24IsMutable() { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_); } bitField0_ |= 0x00800000; } private void ensureFieldFixed32List24IsMutable(int capacity) { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_, capacity); } bitField0_ |= 0x00800000; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ public java.util.List getFieldFixed32List24List() { fieldFixed32List24_.makeImmutable(); return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed32List24 to set. * @return This builder for chaining. */ public Builder setFieldFixed32List24( int index, int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.setInt(index, value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param value The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addFieldFixed32List24(int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param values The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32List24( java.lang.Iterable values) { ensureFieldFixed32List24IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32List24_); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed32List24() { fieldFixed32List24_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00800000); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); private void ensureFieldBoolList25IsMutable() { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_); } bitField0_ |= 0x01000000; } private void ensureFieldBoolList25IsMutable(int capacity) { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_, capacity); } bitField0_ |= 0x01000000; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ public java.util.List getFieldBoolList25List() { fieldBoolList25_.makeImmutable(); return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index to set the value at. * @param value The fieldBoolList25 to set. * @return This builder for chaining. */ public Builder setFieldBoolList25( int index, boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.setBoolean(index, value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param value The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addFieldBoolList25(boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param values The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolList25( java.lang.Iterable values) { ensureFieldBoolList25IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolList25_); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBoolList25() { fieldBoolList25_ = emptyBooleanList(); bitField0_ = (bitField0_ & ~0x01000000); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureFieldStringList26IsMutable() { if (!fieldStringList26_.isModifiable()) { fieldStringList26_ = new com.google.protobuf.LazyStringArrayList(fieldStringList26_); } bitField0_ |= 0x02000000; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { fieldStringList26_.makeImmutable(); return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index to set the value at. * @param value The fieldStringList26 to set. * @return This builder for chaining. */ public Builder setFieldStringList26( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.set(index, value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param values The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addAllFieldStringList26( java.lang.Iterable values) { ensureFieldStringList26IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldStringList26_); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldStringList26() { fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x02000000);; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The bytes of the fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } private java.util.List fieldMessageList27_ = java.util.Collections.emptyList(); private void ensureFieldMessageList27IsMutable() { if (!((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = new java.util.ArrayList(fieldMessageList27_); bitField0_ |= 0x04000000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder> fieldMessageList27Builder_; /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27List() { if (fieldMessageList27Builder_ == null) { return java.util.Collections.unmodifiableList(fieldMessageList27_); } else { return fieldMessageList27Builder_.getMessageList(); } } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public int getFieldMessageList27Count() { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.size(); } else { return fieldMessageList27Builder_.getCount(); } } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessage(index); } } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, value); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, value); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27(com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(value); onChanged(); } else { fieldMessageList27Builder_.addMessage(value); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, value); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, value); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder addAllFieldMessageList27( java.lang.Iterable values) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldMessageList27_); onChanged(); } else { fieldMessageList27Builder_.addAllMessages(values); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder clearFieldMessageList27() { if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x04000000); onChanged(); } else { fieldMessageList27Builder_.clear(); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public Builder removeFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.remove(index); onChanged(); } else { fieldMessageList27Builder_.remove(index); } return this; } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder getFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().getBuilder(index); } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessageList27OrBuilder( int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessageOrBuilder(index); } } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27OrBuilderList() { if (fieldMessageList27Builder_ != null) { return fieldMessageList27Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(fieldMessageList27_); } } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder addFieldMessageList27Builder() { return getFieldMessageList27FieldBuilder().addBuilder( com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder addFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().addBuilder( index, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } /** * repeated .protobuf.experimental.Proto3Message field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27BuilderList() { return getFieldMessageList27FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder> getFieldMessageList27FieldBuilder() { if (fieldMessageList27Builder_ == null) { fieldMessageList27Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder>( fieldMessageList27_, ((bitField0_ & 0x04000000) != 0), getParentForChildren(), isClean()); fieldMessageList27_ = null; } return fieldMessageList27Builder_; } private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); private void ensureFieldBytesList28IsMutable() { if (!fieldBytesList28_.isModifiable()) { fieldBytesList28_ = makeMutableCopy(fieldBytesList28_); } bitField0_ |= 0x08000000; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ public java.util.List getFieldBytesList28List() { fieldBytesList28_.makeImmutable(); return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index to set the value at. * @param value The fieldBytesList28 to set. * @return This builder for chaining. */ public Builder setFieldBytesList28( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.set(index, value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param value The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addFieldBytesList28(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param values The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addAllFieldBytesList28( java.lang.Iterable values) { ensureFieldBytesList28IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBytesList28_); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBytesList28() { fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x08000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); private void ensureFieldUint32List29IsMutable() { if (!fieldUint32List29_.isModifiable()) { fieldUint32List29_ = makeMutableCopy(fieldUint32List29_); } bitField0_ |= 0x10000000; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ public java.util.List getFieldUint32List29List() { fieldUint32List29_.makeImmutable(); return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint32List29 to set. * @return This builder for chaining. */ public Builder setFieldUint32List29( int index, int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.setInt(index, value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param value The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addFieldUint32List29(int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param values The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32List29( java.lang.Iterable values) { ensureFieldUint32List29IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32List29_); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint32List29() { fieldUint32List29_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x10000000); onChanged(); return this; } private java.util.List fieldEnumList30_ = java.util.Collections.emptyList(); private void ensureFieldEnumList30IsMutable() { if (!((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = new java.util.ArrayList(fieldEnumList30_); bitField0_ |= 0x20000000; } } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index to set the value at. * @param value The fieldEnumList30 to set. * @return This builder for chaining. */ public Builder setFieldEnumList30( int index, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param value The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addFieldEnumList30(com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param values The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumList30( java.lang.Iterable values) { ensureFieldEnumList30IsMutable(); for (com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value : values) { fieldEnumList30_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldEnumList30() { fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the enum numeric values on the wire for fieldEnumList30. */ public java.util.List getFieldEnumList30ValueList() { return java.util.Collections.unmodifiableList(fieldEnumList30_); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumList30 at the given index. */ public int getFieldEnumList30Value(int index) { return fieldEnumList30_.get(index); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for fieldEnumList30 to set. * @return This builder for chaining. */ public Builder setFieldEnumList30Value( int index, int value) { ensureFieldEnumList30IsMutable(); fieldEnumList30_.set(index, value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param value The enum numeric value on the wire for fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addFieldEnumList30Value(int value) { ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_30 = 30 [packed = false]; * @param values The enum numeric values on the wire for fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumList30Value( java.lang.Iterable values) { ensureFieldEnumList30IsMutable(); for (int value : values) { fieldEnumList30_.add(value); } onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); private void ensureFieldSfixed32List31IsMutable() { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_); } bitField0_ |= 0x40000000; } private void ensureFieldSfixed32List31IsMutable(int capacity) { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_, capacity); } bitField0_ |= 0x40000000; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ public java.util.List getFieldSfixed32List31List() { fieldSfixed32List31_.makeImmutable(); return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed32List31 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32List31( int index, int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.setInt(index, value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param value The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32List31(int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param values The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32List31( java.lang.Iterable values) { ensureFieldSfixed32List31IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32List31_); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed32List31() { fieldSfixed32List31_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x40000000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); private void ensureFieldSfixed64List32IsMutable() { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_); } bitField0_ |= 0x80000000; } private void ensureFieldSfixed64List32IsMutable(int capacity) { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_, capacity); } bitField0_ |= 0x80000000; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ public java.util.List getFieldSfixed64List32List() { fieldSfixed64List32_.makeImmutable(); return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed64List32 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64List32( int index, long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.setLong(index, value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param value The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64List32(long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param values The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64List32( java.lang.Iterable values) { ensureFieldSfixed64List32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64List32_); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed64List32() { fieldSfixed64List32_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x80000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); private void ensureFieldSint32List33IsMutable() { if (!fieldSint32List33_.isModifiable()) { fieldSint32List33_ = makeMutableCopy(fieldSint32List33_); } bitField1_ |= 0x00000001; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ public java.util.List getFieldSint32List33List() { fieldSint32List33_.makeImmutable(); return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint32List33 to set. * @return This builder for chaining. */ public Builder setFieldSint32List33( int index, int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.setInt(index, value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param value The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addFieldSint32List33(int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param values The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32List33( java.lang.Iterable values) { ensureFieldSint32List33IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32List33_); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint32List33() { fieldSint32List33_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); private void ensureFieldSint64List34IsMutable() { if (!fieldSint64List34_.isModifiable()) { fieldSint64List34_ = makeMutableCopy(fieldSint64List34_); } bitField1_ |= 0x00000002; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ public java.util.List getFieldSint64List34List() { fieldSint64List34_.makeImmutable(); return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint64List34 to set. * @return This builder for chaining. */ public Builder setFieldSint64List34( int index, long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.setLong(index, value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param value The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addFieldSint64List34(long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param values The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64List34( java.lang.Iterable values) { ensureFieldSint64List34IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64List34_); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint64List34() { fieldSint64List34_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); private void ensureFieldDoubleListPacked35IsMutable() { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_); } bitField1_ |= 0x00000004; } private void ensureFieldDoubleListPacked35IsMutable(int capacity) { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_, capacity); } bitField1_ |= 0x00000004; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ public java.util.List getFieldDoubleListPacked35List() { fieldDoubleListPacked35_.makeImmutable(); return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index to set the value at. * @param value The fieldDoubleListPacked35 to set. * @return This builder for chaining. */ public Builder setFieldDoubleListPacked35( int index, double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.setDouble(index, value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param value The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addFieldDoubleListPacked35(double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param values The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleListPacked35( java.lang.Iterable values) { ensureFieldDoubleListPacked35IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleListPacked35_); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldDoubleListPacked35() { fieldDoubleListPacked35_ = emptyDoubleList(); bitField1_ = (bitField1_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); private void ensureFieldFloatListPacked36IsMutable() { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_); } bitField1_ |= 0x00000008; } private void ensureFieldFloatListPacked36IsMutable(int capacity) { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_, capacity); } bitField1_ |= 0x00000008; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ public java.util.List getFieldFloatListPacked36List() { fieldFloatListPacked36_.makeImmutable(); return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index to set the value at. * @param value The fieldFloatListPacked36 to set. * @return This builder for chaining. */ public Builder setFieldFloatListPacked36( int index, float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.setFloat(index, value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param value The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addFieldFloatListPacked36(float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param values The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatListPacked36( java.lang.Iterable values) { ensureFieldFloatListPacked36IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatListPacked36_); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFloatListPacked36() { fieldFloatListPacked36_ = emptyFloatList(); bitField1_ = (bitField1_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); private void ensureFieldInt64ListPacked37IsMutable() { if (!fieldInt64ListPacked37_.isModifiable()) { fieldInt64ListPacked37_ = makeMutableCopy(fieldInt64ListPacked37_); } bitField1_ |= 0x00000010; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ public java.util.List getFieldInt64ListPacked37List() { fieldInt64ListPacked37_.makeImmutable(); return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt64ListPacked37 to set. * @return This builder for chaining. */ public Builder setFieldInt64ListPacked37( int index, long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.setLong(index, value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param value The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addFieldInt64ListPacked37(long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param values The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64ListPacked37( java.lang.Iterable values) { ensureFieldInt64ListPacked37IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64ListPacked37_); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt64ListPacked37() { fieldInt64ListPacked37_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000010); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); private void ensureFieldUint64ListPacked38IsMutable() { if (!fieldUint64ListPacked38_.isModifiable()) { fieldUint64ListPacked38_ = makeMutableCopy(fieldUint64ListPacked38_); } bitField1_ |= 0x00000020; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ public java.util.List getFieldUint64ListPacked38List() { fieldUint64ListPacked38_.makeImmutable(); return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint64ListPacked38 to set. * @return This builder for chaining. */ public Builder setFieldUint64ListPacked38( int index, long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.setLong(index, value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param value The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addFieldUint64ListPacked38(long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param values The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64ListPacked38( java.lang.Iterable values) { ensureFieldUint64ListPacked38IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64ListPacked38_); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint64ListPacked38() { fieldUint64ListPacked38_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000020); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); private void ensureFieldInt32ListPacked39IsMutable() { if (!fieldInt32ListPacked39_.isModifiable()) { fieldInt32ListPacked39_ = makeMutableCopy(fieldInt32ListPacked39_); } bitField1_ |= 0x00000040; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ public java.util.List getFieldInt32ListPacked39List() { fieldInt32ListPacked39_.makeImmutable(); return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt32ListPacked39 to set. * @return This builder for chaining. */ public Builder setFieldInt32ListPacked39( int index, int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.setInt(index, value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param value The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addFieldInt32ListPacked39(int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param values The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32ListPacked39( java.lang.Iterable values) { ensureFieldInt32ListPacked39IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32ListPacked39_); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt32ListPacked39() { fieldInt32ListPacked39_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000040); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); private void ensureFieldFixed64ListPacked40IsMutable() { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_); } bitField1_ |= 0x00000080; } private void ensureFieldFixed64ListPacked40IsMutable(int capacity) { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_, capacity); } bitField1_ |= 0x00000080; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ public java.util.List getFieldFixed64ListPacked40List() { fieldFixed64ListPacked40_.makeImmutable(); return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed64ListPacked40 to set. * @return This builder for chaining. */ public Builder setFieldFixed64ListPacked40( int index, long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.setLong(index, value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param value The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addFieldFixed64ListPacked40(long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param values The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64ListPacked40( java.lang.Iterable values) { ensureFieldFixed64ListPacked40IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64ListPacked40_); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed64ListPacked40() { fieldFixed64ListPacked40_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000080); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); private void ensureFieldFixed32ListPacked41IsMutable() { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_); } bitField1_ |= 0x00000100; } private void ensureFieldFixed32ListPacked41IsMutable(int capacity) { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_, capacity); } bitField1_ |= 0x00000100; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ public java.util.List getFieldFixed32ListPacked41List() { fieldFixed32ListPacked41_.makeImmutable(); return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed32ListPacked41 to set. * @return This builder for chaining. */ public Builder setFieldFixed32ListPacked41( int index, int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.setInt(index, value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param value The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addFieldFixed32ListPacked41(int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param values The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32ListPacked41( java.lang.Iterable values) { ensureFieldFixed32ListPacked41IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32ListPacked41_); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed32ListPacked41() { fieldFixed32ListPacked41_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000100); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); private void ensureFieldBoolListPacked42IsMutable() { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_); } bitField1_ |= 0x00000200; } private void ensureFieldBoolListPacked42IsMutable(int capacity) { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_, capacity); } bitField1_ |= 0x00000200; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ public java.util.List getFieldBoolListPacked42List() { fieldBoolListPacked42_.makeImmutable(); return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index to set the value at. * @param value The fieldBoolListPacked42 to set. * @return This builder for chaining. */ public Builder setFieldBoolListPacked42( int index, boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.setBoolean(index, value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param value The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addFieldBoolListPacked42(boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param values The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolListPacked42( java.lang.Iterable values) { ensureFieldBoolListPacked42IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolListPacked42_); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldBoolListPacked42() { fieldBoolListPacked42_ = emptyBooleanList(); bitField1_ = (bitField1_ & ~0x00000200); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); private void ensureFieldUint32ListPacked43IsMutable() { if (!fieldUint32ListPacked43_.isModifiable()) { fieldUint32ListPacked43_ = makeMutableCopy(fieldUint32ListPacked43_); } bitField1_ |= 0x00000400; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ public java.util.List getFieldUint32ListPacked43List() { fieldUint32ListPacked43_.makeImmutable(); return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint32ListPacked43 to set. * @return This builder for chaining. */ public Builder setFieldUint32ListPacked43( int index, int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.setInt(index, value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param value The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addFieldUint32ListPacked43(int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param values The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32ListPacked43( java.lang.Iterable values) { ensureFieldUint32ListPacked43IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32ListPacked43_); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint32ListPacked43() { fieldUint32ListPacked43_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000400); onChanged(); return this; } private java.util.List fieldEnumListPacked44_ = java.util.Collections.emptyList(); private void ensureFieldEnumListPacked44IsMutable() { if (!((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = new java.util.ArrayList(fieldEnumListPacked44_); bitField1_ |= 0x00000800; } } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index to set the value at. * @param value The fieldEnumListPacked44 to set. * @return This builder for chaining. */ public Builder setFieldEnumListPacked44( int index, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param value The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addFieldEnumListPacked44(com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param values The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumListPacked44( java.lang.Iterable values) { ensureFieldEnumListPacked44IsMutable(); for (com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value : values) { fieldEnumListPacked44_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldEnumListPacked44() { fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the enum numeric values on the wire for fieldEnumListPacked44. */ public java.util.List getFieldEnumListPacked44ValueList() { return java.util.Collections.unmodifiableList(fieldEnumListPacked44_); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumListPacked44 at the given index. */ public int getFieldEnumListPacked44Value(int index) { return fieldEnumListPacked44_.get(index); } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for fieldEnumListPacked44 to set. * @return This builder for chaining. */ public Builder setFieldEnumListPacked44Value( int index, int value) { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.set(index, value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param value The enum numeric value on the wire for fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addFieldEnumListPacked44Value(int value) { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3Message.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param values The enum numeric values on the wire for fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumListPacked44Value( java.lang.Iterable values) { ensureFieldEnumListPacked44IsMutable(); for (int value : values) { fieldEnumListPacked44_.add(value); } onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); private void ensureFieldSfixed32ListPacked45IsMutable() { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_); } bitField1_ |= 0x00001000; } private void ensureFieldSfixed32ListPacked45IsMutable(int capacity) { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_, capacity); } bitField1_ |= 0x00001000; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ public java.util.List getFieldSfixed32ListPacked45List() { fieldSfixed32ListPacked45_.makeImmutable(); return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed32ListPacked45 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32ListPacked45( int index, int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.setInt(index, value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param value The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32ListPacked45(int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param values The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32ListPacked45( java.lang.Iterable values) { ensureFieldSfixed32ListPacked45IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32ListPacked45_); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed32ListPacked45() { fieldSfixed32ListPacked45_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00001000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); private void ensureFieldSfixed64ListPacked46IsMutable() { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_); } bitField1_ |= 0x00002000; } private void ensureFieldSfixed64ListPacked46IsMutable(int capacity) { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_, capacity); } bitField1_ |= 0x00002000; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ public java.util.List getFieldSfixed64ListPacked46List() { fieldSfixed64ListPacked46_.makeImmutable(); return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed64ListPacked46 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64ListPacked46( int index, long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.setLong(index, value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param value The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64ListPacked46(long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param values The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64ListPacked46( java.lang.Iterable values) { ensureFieldSfixed64ListPacked46IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64ListPacked46_); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed64ListPacked46() { fieldSfixed64ListPacked46_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00002000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); private void ensureFieldSint32ListPacked47IsMutable() { if (!fieldSint32ListPacked47_.isModifiable()) { fieldSint32ListPacked47_ = makeMutableCopy(fieldSint32ListPacked47_); } bitField1_ |= 0x00004000; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ public java.util.List getFieldSint32ListPacked47List() { fieldSint32ListPacked47_.makeImmutable(); return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint32ListPacked47 to set. * @return This builder for chaining. */ public Builder setFieldSint32ListPacked47( int index, int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.setInt(index, value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param value The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addFieldSint32ListPacked47(int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param values The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32ListPacked47( java.lang.Iterable values) { ensureFieldSint32ListPacked47IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32ListPacked47_); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint32ListPacked47() { fieldSint32ListPacked47_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00004000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); private void ensureFieldSint64ListPacked48IsMutable() { if (!fieldSint64ListPacked48_.isModifiable()) { fieldSint64ListPacked48_ = makeMutableCopy(fieldSint64ListPacked48_); } bitField1_ |= 0x00008000; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ public java.util.List getFieldSint64ListPacked48List() { fieldSint64ListPacked48_.makeImmutable(); return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint64ListPacked48 to set. * @return This builder for chaining. */ public Builder setFieldSint64ListPacked48( int index, long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.setLong(index, value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param value The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addFieldSint64ListPacked48(long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param values The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64ListPacked48( java.lang.Iterable values) { ensureFieldSint64ListPacked48IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64ListPacked48_); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint64ListPacked48() { fieldSint64ListPacked48_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00008000); onChanged(); return this; } /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } /** * double field_double_53 = 53; * @param value The fieldDouble53 to set. * @return This builder for chaining. */ public Builder setFieldDouble53(double value) { testOneofCase_ = 53; testOneof_ = value; onChanged(); return this; } /** * double field_double_53 = 53; * @return This builder for chaining. */ public Builder clearFieldDouble53() { if (testOneofCase_ == 53) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } /** * float field_float_54 = 54; * @param value The fieldFloat54 to set. * @return This builder for chaining. */ public Builder setFieldFloat54(float value) { testOneofCase_ = 54; testOneof_ = value; onChanged(); return this; } /** * float field_float_54 = 54; * @return This builder for chaining. */ public Builder clearFieldFloat54() { if (testOneofCase_ == 54) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } /** * int64 field_int64_55 = 55; * @param value The fieldInt6455 to set. * @return This builder for chaining. */ public Builder setFieldInt6455(long value) { testOneofCase_ = 55; testOneof_ = value; onChanged(); return this; } /** * int64 field_int64_55 = 55; * @return This builder for chaining. */ public Builder clearFieldInt6455() { if (testOneofCase_ == 55) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } /** * uint64 field_uint64_56 = 56; * @param value The fieldUint6456 to set. * @return This builder for chaining. */ public Builder setFieldUint6456(long value) { testOneofCase_ = 56; testOneof_ = value; onChanged(); return this; } /** * uint64 field_uint64_56 = 56; * @return This builder for chaining. */ public Builder clearFieldUint6456() { if (testOneofCase_ == 56) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } /** * int32 field_int32_57 = 57; * @param value The fieldInt3257 to set. * @return This builder for chaining. */ public Builder setFieldInt3257(int value) { testOneofCase_ = 57; testOneof_ = value; onChanged(); return this; } /** * int32 field_int32_57 = 57; * @return This builder for chaining. */ public Builder clearFieldInt3257() { if (testOneofCase_ == 57) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } /** * fixed64 field_fixed64_58 = 58; * @param value The fieldFixed6458 to set. * @return This builder for chaining. */ public Builder setFieldFixed6458(long value) { testOneofCase_ = 58; testOneof_ = value; onChanged(); return this; } /** * fixed64 field_fixed64_58 = 58; * @return This builder for chaining. */ public Builder clearFieldFixed6458() { if (testOneofCase_ == 58) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } /** * fixed32 field_fixed32_59 = 59; * @param value The fieldFixed3259 to set. * @return This builder for chaining. */ public Builder setFieldFixed3259(int value) { testOneofCase_ = 59; testOneof_ = value; onChanged(); return this; } /** * fixed32 field_fixed32_59 = 59; * @return This builder for chaining. */ public Builder clearFieldFixed3259() { if (testOneofCase_ == 59) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } /** * bool field_bool_60 = 60; * @param value The fieldBool60 to set. * @return This builder for chaining. */ public Builder setFieldBool60(boolean value) { testOneofCase_ = 60; testOneof_ = value; onChanged(); return this; } /** * bool field_bool_60 = 60; * @return This builder for chaining. */ public Builder clearFieldBool60() { if (testOneofCase_ == 60) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ @java.lang.Override public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ @java.lang.Override public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (testOneofCase_ == 61) { testOneof_ = s; } return s; } else { return (java.lang.String) ref; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string field_string_61 = 61; * @param value The fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61( java.lang.String value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } /** * string field_string_61 = 61; * @return This builder for chaining. */ public Builder clearFieldString61() { if (testOneofCase_ == 61) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @param value The bytes for fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder> fieldMessage62Builder_; /** * .protobuf.experimental.Proto3Message field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_; } return com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance(); } else { if (testOneofCase_ == 62) { return fieldMessage62Builder_.getMessage(); } return com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance(); } } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ public Builder setFieldMessage62(com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (fieldMessage62Builder_ == null) { if (value == null) { throw new NullPointerException(); } testOneof_ = value; onChanged(); } else { fieldMessage62Builder_.setMessage(value); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ public Builder setFieldMessage62( com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder builderForValue) { if (fieldMessage62Builder_ == null) { testOneof_ = builderForValue.build(); onChanged(); } else { fieldMessage62Builder_.setMessage(builderForValue.build()); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ public Builder mergeFieldMessage62(com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62 && testOneof_ != com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()) { testOneof_ = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder((com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_) .mergeFrom(value).buildPartial(); } else { testOneof_ = value; } onChanged(); } else { if (testOneofCase_ == 62) { fieldMessage62Builder_.mergeFrom(value); } else { fieldMessage62Builder_.setMessage(value); } } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ public Builder clearFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } } else { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; } fieldMessage62Builder_.clear(); } return this; } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder getFieldMessage62Builder() { return getFieldMessage62FieldBuilder().getBuilder(); } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder getFieldMessage62OrBuilder() { if ((testOneofCase_ == 62) && (fieldMessage62Builder_ != null)) { return fieldMessage62Builder_.getMessageOrBuilder(); } else { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_; } return com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance(); } } /** * .protobuf.experimental.Proto3Message field_message_62 = 62; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder> getFieldMessage62FieldBuilder() { if (fieldMessage62Builder_ == null) { if (!(testOneofCase_ == 62)) { testOneof_ = com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance(); } fieldMessage62Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder>( (com.google.protobuf.testing.Proto3Testing.Proto3Message) testOneof_, getParentForChildren(), isClean()); testOneof_ = null; } testOneofCase_ = 62; onChanged(); return fieldMessage62Builder_; } /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } /** * bytes field_bytes_63 = 63; * @param value The fieldBytes63 to set. * @return This builder for chaining. */ public Builder setFieldBytes63(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 63; testOneof_ = value; onChanged(); return this; } /** * bytes field_bytes_63 = 63; * @return This builder for chaining. */ public Builder clearFieldBytes63() { if (testOneofCase_ == 63) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } /** * uint32 field_uint32_64 = 64; * @param value The fieldUint3264 to set. * @return This builder for chaining. */ public Builder setFieldUint3264(int value) { testOneofCase_ = 64; testOneof_ = value; onChanged(); return this; } /** * uint32 field_uint32_64 = 64; * @return This builder for chaining. */ public Builder clearFieldUint3264() { if (testOneofCase_ == 64) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } /** * sfixed32 field_sfixed32_65 = 65; * @param value The fieldSfixed3265 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3265(int value) { testOneofCase_ = 65; testOneof_ = value; onChanged(); return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return This builder for chaining. */ public Builder clearFieldSfixed3265() { if (testOneofCase_ == 65) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } /** * sfixed64 field_sfixed64_66 = 66; * @param value The fieldSfixed6466 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6466(long value) { testOneofCase_ = 66; testOneof_ = value; onChanged(); return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return This builder for chaining. */ public Builder clearFieldSfixed6466() { if (testOneofCase_ == 66) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } /** * sint32 field_sint32_67 = 67; * @param value The fieldSint3267 to set. * @return This builder for chaining. */ public Builder setFieldSint3267(int value) { testOneofCase_ = 67; testOneof_ = value; onChanged(); return this; } /** * sint32 field_sint32_67 = 67; * @return This builder for chaining. */ public Builder clearFieldSint3267() { if (testOneofCase_ == 67) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } /** * sint64 field_sint64_68 = 68; * @param value The fieldSint6468 to set. * @return This builder for chaining. */ public Builder setFieldSint6468(long value) { testOneofCase_ = 68; testOneof_ = value; onChanged(); return this; } /** * sint64 field_sint64_68 = 68; * @return This builder for chaining. */ public Builder clearFieldSint6468() { if (testOneofCase_ == 68) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } 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:protobuf.experimental.Proto3Message) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto3Message) private static final com.google.protobuf.testing.Proto3Testing.Proto3Message DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto3Testing.Proto3Message(); } public static com.google.protobuf.testing.Proto3Testing.Proto3Message getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto3Message parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto3EmptyOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto3Empty) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code protobuf.experimental.Proto3Empty} */ public static final class Proto3Empty extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto3Empty) Proto3EmptyOrBuilder { private static final long serialVersionUID = 0L; // Use Proto3Empty.newBuilder() to construct. private Proto3Empty(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto3Empty() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto3Empty(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3Empty.class, com.google.protobuf.testing.Proto3Testing.Proto3Empty.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto3Testing.Proto3Empty)) { return super.equals(obj); } com.google.protobuf.testing.Proto3Testing.Proto3Empty other = (com.google.protobuf.testing.Proto3Testing.Proto3Empty) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto3Testing.Proto3Empty prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto3Empty} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto3Empty) com.google.protobuf.testing.Proto3Testing.Proto3EmptyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3Empty.class, com.google.protobuf.testing.Proto3Testing.Proto3Empty.Builder.class); } // Construct using com.google.protobuf.testing.Proto3Testing.Proto3Empty.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3Empty_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Empty getDefaultInstanceForType() { return com.google.protobuf.testing.Proto3Testing.Proto3Empty.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Empty build() { com.google.protobuf.testing.Proto3Testing.Proto3Empty result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Empty buildPartial() { com.google.protobuf.testing.Proto3Testing.Proto3Empty result = new com.google.protobuf.testing.Proto3Testing.Proto3Empty(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto3Testing.Proto3Empty) { return mergeFrom((com.google.protobuf.testing.Proto3Testing.Proto3Empty)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto3Testing.Proto3Empty other) { if (other == com.google.protobuf.testing.Proto3Testing.Proto3Empty.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:protobuf.experimental.Proto3Empty) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto3Empty) private static final com.google.protobuf.testing.Proto3Testing.Proto3Empty DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto3Testing.Proto3Empty(); } public static com.google.protobuf.testing.Proto3Testing.Proto3Empty getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto3Empty parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Empty getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto3MessageWithMapsOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto3MessageWithMaps) com.google.protobuf.MessageOrBuilder { /** * map<bool, bool> field_map_bool_bool_1 = 1; */ int getFieldMapBoolBool1Count(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean containsFieldMapBoolBool1( boolean key); /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBool1(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ java.util.Map getFieldMapBoolBool1Map(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrThrow( boolean key); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ int getFieldMapBoolBytes2Count(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ boolean containsFieldMapBoolBytes2( boolean key); /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBytes2(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ java.util.Map getFieldMapBoolBytes2Map(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key); /** * map<bool, double> field_map_bool_double_3 = 3; */ int getFieldMapBoolDouble3Count(); /** * map<bool, double> field_map_bool_double_3 = 3; */ boolean containsFieldMapBoolDouble3( boolean key); /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolDouble3(); /** * map<bool, double> field_map_bool_double_3 = 3; */ java.util.Map getFieldMapBoolDouble3Map(); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrThrow( boolean key); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4Count(); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ boolean containsFieldMapBoolEnum4( boolean key); /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolEnum4(); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ java.util.Map getFieldMapBoolEnum4Map(); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapBoolEnum4OrThrow( boolean key); /** * Use {@link #getFieldMapBoolEnum4ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolEnum4Value(); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ java.util.Map getFieldMapBoolEnum4ValueMap(); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4ValueOrDefault( boolean key, int defaultValue); /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4ValueOrThrow( boolean key); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325Count(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ boolean containsFieldMapBoolFixed325( boolean key); /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed325(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ java.util.Map getFieldMapBoolFixed325Map(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrThrow( boolean key); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ int getFieldMapBoolFixed646Count(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ boolean containsFieldMapBoolFixed646( boolean key); /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed646(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ java.util.Map getFieldMapBoolFixed646Map(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrThrow( boolean key); /** * map<bool, float> field_map_bool_float_7 = 7; */ int getFieldMapBoolFloat7Count(); /** * map<bool, float> field_map_bool_float_7 = 7; */ boolean containsFieldMapBoolFloat7( boolean key); /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFloat7(); /** * map<bool, float> field_map_bool_float_7 = 7; */ java.util.Map getFieldMapBoolFloat7Map(); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrThrow( boolean key); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328Count(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ boolean containsFieldMapBoolInt328( boolean key); /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt328(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ java.util.Map getFieldMapBoolInt328Map(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrThrow( boolean key); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ int getFieldMapBoolInt649Count(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ boolean containsFieldMapBoolInt649( boolean key); /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt649(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ java.util.Map getFieldMapBoolInt649Map(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrThrow( boolean key); /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ int getFieldMapBoolMessage10Count(); /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ boolean containsFieldMapBoolMessage10( boolean key); /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolMessage10(); /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ java.util.Map getFieldMapBoolMessage10Map(); /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapBoolMessage10OrThrow( boolean key); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211Count(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ boolean containsFieldMapBoolSfixed3211( boolean key); /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed3211(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ java.util.Map getFieldMapBoolSfixed3211Map(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrThrow( boolean key); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ int getFieldMapBoolSfixed6412Count(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ boolean containsFieldMapBoolSfixed6412( boolean key); /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed6412(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ java.util.Map getFieldMapBoolSfixed6412Map(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrThrow( boolean key); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213Count(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ boolean containsFieldMapBoolSint3213( boolean key); /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint3213(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ java.util.Map getFieldMapBoolSint3213Map(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrThrow( boolean key); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ int getFieldMapBoolSint6414Count(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ boolean containsFieldMapBoolSint6414( boolean key); /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint6414(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ java.util.Map getFieldMapBoolSint6414Map(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrThrow( boolean key); /** * map<bool, string> field_map_bool_string_15 = 15; */ int getFieldMapBoolString15Count(); /** * map<bool, string> field_map_bool_string_15 = 15; */ boolean containsFieldMapBoolString15( boolean key); /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolString15(); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.util.Map getFieldMapBoolString15Map(); /** * map<bool, string> field_map_bool_string_15 = 15; */ /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.lang.String getFieldMapBoolString15OrThrow( boolean key); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216Count(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ boolean containsFieldMapBoolUint3216( boolean key); /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint3216(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ java.util.Map getFieldMapBoolUint3216Map(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrThrow( boolean key); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ int getFieldMapBoolUint6417Count(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ boolean containsFieldMapBoolUint6417( boolean key); /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint6417(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ java.util.Map getFieldMapBoolUint6417Map(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrThrow( boolean key); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ int getFieldMapFixed32Bool18Count(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean containsFieldMapFixed32Bool18( int key); /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bool18(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ java.util.Map getFieldMapFixed32Bool18Map(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrThrow( int key); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ int getFieldMapFixed32Bytes19Count(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ boolean containsFieldMapFixed32Bytes19( int key); /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bytes19(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ java.util.Map getFieldMapFixed32Bytes19Map(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ int getFieldMapFixed32Double20Count(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ boolean containsFieldMapFixed32Double20( int key); /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Double20(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ java.util.Map getFieldMapFixed32Double20Map(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrDefault( int key, double defaultValue); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrThrow( int key); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21Count(); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ boolean containsFieldMapFixed32Enum21( int key); /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Enum21(); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ java.util.Map getFieldMapFixed32Enum21Map(); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed32Enum21OrThrow( int key); /** * Use {@link #getFieldMapFixed32Enum21ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Enum21Value(); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ java.util.Map getFieldMapFixed32Enum21ValueMap(); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21ValueOrDefault( int key, int defaultValue); /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21ValueOrThrow( int key); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222Count(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ boolean containsFieldMapFixed32Fixed3222( int key); /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed3222(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ java.util.Map getFieldMapFixed32Fixed3222Map(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrThrow( int key); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ int getFieldMapFixed32Fixed6423Count(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ boolean containsFieldMapFixed32Fixed6423( int key); /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed6423(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ java.util.Map getFieldMapFixed32Fixed6423Map(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrThrow( int key); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ int getFieldMapFixed32Float24Count(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ boolean containsFieldMapFixed32Float24( int key); /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Float24(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ java.util.Map getFieldMapFixed32Float24Map(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrDefault( int key, float defaultValue); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrThrow( int key); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225Count(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ boolean containsFieldMapFixed32Int3225( int key); /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int3225(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ java.util.Map getFieldMapFixed32Int3225Map(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrThrow( int key); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ int getFieldMapFixed32Int6426Count(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ boolean containsFieldMapFixed32Int6426( int key); /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int6426(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ java.util.Map getFieldMapFixed32Int6426Map(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrThrow( int key); /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ int getFieldMapFixed32Message27Count(); /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ boolean containsFieldMapFixed32Message27( int key); /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Message27(); /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ java.util.Map getFieldMapFixed32Message27Map(); /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed32Message27OrThrow( int key); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228Count(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ boolean containsFieldMapFixed32Sfixed3228( int key); /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed3228(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ java.util.Map getFieldMapFixed32Sfixed3228Map(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrThrow( int key); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ int getFieldMapFixed32Sfixed6429Count(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ boolean containsFieldMapFixed32Sfixed6429( int key); /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed6429(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ java.util.Map getFieldMapFixed32Sfixed6429Map(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrThrow( int key); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230Count(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ boolean containsFieldMapFixed32Sint3230( int key); /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint3230(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ java.util.Map getFieldMapFixed32Sint3230Map(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrThrow( int key); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ int getFieldMapFixed32Sint6431Count(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ boolean containsFieldMapFixed32Sint6431( int key); /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint6431(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ java.util.Map getFieldMapFixed32Sint6431Map(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrThrow( int key); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ int getFieldMapFixed32String32Count(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ boolean containsFieldMapFixed32String32( int key); /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32String32(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.util.Map getFieldMapFixed32String32Map(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.lang.String getFieldMapFixed32String32OrThrow( int key); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233Count(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ boolean containsFieldMapFixed32Uint3233( int key); /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint3233(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ java.util.Map getFieldMapFixed32Uint3233Map(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrThrow( int key); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ int getFieldMapFixed32Uint6434Count(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ boolean containsFieldMapFixed32Uint6434( int key); /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint6434(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ java.util.Map getFieldMapFixed32Uint6434Map(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrThrow( int key); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ int getFieldMapFixed64Bool35Count(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean containsFieldMapFixed64Bool35( long key); /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bool35(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ java.util.Map getFieldMapFixed64Bool35Map(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrThrow( long key); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ int getFieldMapFixed64Bytes36Count(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ boolean containsFieldMapFixed64Bytes36( long key); /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bytes36(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ java.util.Map getFieldMapFixed64Bytes36Map(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ int getFieldMapFixed64Double37Count(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ boolean containsFieldMapFixed64Double37( long key); /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Double37(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ java.util.Map getFieldMapFixed64Double37Map(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrDefault( long key, double defaultValue); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrThrow( long key); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38Count(); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ boolean containsFieldMapFixed64Enum38( long key); /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Enum38(); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ java.util.Map getFieldMapFixed64Enum38Map(); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed64Enum38OrThrow( long key); /** * Use {@link #getFieldMapFixed64Enum38ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Enum38Value(); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ java.util.Map getFieldMapFixed64Enum38ValueMap(); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38ValueOrDefault( long key, int defaultValue); /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38ValueOrThrow( long key); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239Count(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ boolean containsFieldMapFixed64Fixed3239( long key); /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed3239(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ java.util.Map getFieldMapFixed64Fixed3239Map(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrThrow( long key); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ int getFieldMapFixed64Fixed6440Count(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ boolean containsFieldMapFixed64Fixed6440( long key); /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed6440(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ java.util.Map getFieldMapFixed64Fixed6440Map(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrThrow( long key); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ int getFieldMapFixed64Float41Count(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ boolean containsFieldMapFixed64Float41( long key); /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Float41(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ java.util.Map getFieldMapFixed64Float41Map(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrDefault( long key, float defaultValue); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrThrow( long key); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242Count(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ boolean containsFieldMapFixed64Int3242( long key); /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int3242(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ java.util.Map getFieldMapFixed64Int3242Map(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrThrow( long key); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ int getFieldMapFixed64Int6443Count(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ boolean containsFieldMapFixed64Int6443( long key); /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int6443(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ java.util.Map getFieldMapFixed64Int6443Map(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrThrow( long key); /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ int getFieldMapFixed64Message44Count(); /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ boolean containsFieldMapFixed64Message44( long key); /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Message44(); /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ java.util.Map getFieldMapFixed64Message44Map(); /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed64Message44OrThrow( long key); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245Count(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ boolean containsFieldMapFixed64Sfixed3245( long key); /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed3245(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ java.util.Map getFieldMapFixed64Sfixed3245Map(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrThrow( long key); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ int getFieldMapFixed64Sfixed6446Count(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ boolean containsFieldMapFixed64Sfixed6446( long key); /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed6446(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ java.util.Map getFieldMapFixed64Sfixed6446Map(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrThrow( long key); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247Count(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ boolean containsFieldMapFixed64Sint3247( long key); /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint3247(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ java.util.Map getFieldMapFixed64Sint3247Map(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrThrow( long key); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ int getFieldMapFixed64Sint6448Count(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ boolean containsFieldMapFixed64Sint6448( long key); /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint6448(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ java.util.Map getFieldMapFixed64Sint6448Map(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrThrow( long key); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ int getFieldMapFixed64String49Count(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ boolean containsFieldMapFixed64String49( long key); /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64String49(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.util.Map getFieldMapFixed64String49Map(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.lang.String getFieldMapFixed64String49OrThrow( long key); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250Count(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ boolean containsFieldMapFixed64Uint3250( long key); /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint3250(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ java.util.Map getFieldMapFixed64Uint3250Map(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrThrow( long key); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ int getFieldMapFixed64Uint6451Count(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ boolean containsFieldMapFixed64Uint6451( long key); /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint6451(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ java.util.Map getFieldMapFixed64Uint6451Map(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrThrow( long key); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ int getFieldMapInt32Bool52Count(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean containsFieldMapInt32Bool52( int key); /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bool52(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ java.util.Map getFieldMapInt32Bool52Map(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrThrow( int key); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ int getFieldMapInt32Bytes53Count(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ boolean containsFieldMapInt32Bytes53( int key); /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bytes53(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ java.util.Map getFieldMapInt32Bytes53Map(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key); /** * map<int32, double> field_map_int32_double_54 = 54; */ int getFieldMapInt32Double54Count(); /** * map<int32, double> field_map_int32_double_54 = 54; */ boolean containsFieldMapInt32Double54( int key); /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Double54(); /** * map<int32, double> field_map_int32_double_54 = 54; */ java.util.Map getFieldMapInt32Double54Map(); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrDefault( int key, double defaultValue); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrThrow( int key); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55Count(); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ boolean containsFieldMapInt32Enum55( int key); /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Enum55(); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ java.util.Map getFieldMapInt32Enum55Map(); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt32Enum55OrThrow( int key); /** * Use {@link #getFieldMapInt32Enum55ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Enum55Value(); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ java.util.Map getFieldMapInt32Enum55ValueMap(); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55ValueOrDefault( int key, int defaultValue); /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55ValueOrThrow( int key); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256Count(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ boolean containsFieldMapInt32Fixed3256( int key); /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed3256(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ java.util.Map getFieldMapInt32Fixed3256Map(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrThrow( int key); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ int getFieldMapInt32Fixed6457Count(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ boolean containsFieldMapInt32Fixed6457( int key); /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed6457(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ java.util.Map getFieldMapInt32Fixed6457Map(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrThrow( int key); /** * map<int32, float> field_map_int32_float_58 = 58; */ int getFieldMapInt32Float58Count(); /** * map<int32, float> field_map_int32_float_58 = 58; */ boolean containsFieldMapInt32Float58( int key); /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Float58(); /** * map<int32, float> field_map_int32_float_58 = 58; */ java.util.Map getFieldMapInt32Float58Map(); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrDefault( int key, float defaultValue); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrThrow( int key); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259Count(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ boolean containsFieldMapInt32Int3259( int key); /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int3259(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ java.util.Map getFieldMapInt32Int3259Map(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrDefault( int key, int defaultValue); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrThrow( int key); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ int getFieldMapInt32Int6460Count(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ boolean containsFieldMapInt32Int6460( int key); /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int6460(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ java.util.Map getFieldMapInt32Int6460Map(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrDefault( int key, long defaultValue); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrThrow( int key); /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ int getFieldMapInt32Message61Count(); /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ boolean containsFieldMapInt32Message61( int key); /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Message61(); /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ java.util.Map getFieldMapInt32Message61Map(); /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt32Message61OrThrow( int key); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262Count(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ boolean containsFieldMapInt32Sfixed3262( int key); /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed3262(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ java.util.Map getFieldMapInt32Sfixed3262Map(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrThrow( int key); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ int getFieldMapInt32Sfixed6463Count(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ boolean containsFieldMapInt32Sfixed6463( int key); /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed6463(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ java.util.Map getFieldMapInt32Sfixed6463Map(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrThrow( int key); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264Count(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ boolean containsFieldMapInt32Sint3264( int key); /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint3264(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ java.util.Map getFieldMapInt32Sint3264Map(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrThrow( int key); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ int getFieldMapInt32Sint6465Count(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ boolean containsFieldMapInt32Sint6465( int key); /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint6465(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ java.util.Map getFieldMapInt32Sint6465Map(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrThrow( int key); /** * map<int32, string> field_map_int32_string_66 = 66; */ int getFieldMapInt32String66Count(); /** * map<int32, string> field_map_int32_string_66 = 66; */ boolean containsFieldMapInt32String66( int key); /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32String66(); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.util.Map getFieldMapInt32String66Map(); /** * map<int32, string> field_map_int32_string_66 = 66; */ /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.lang.String getFieldMapInt32String66OrThrow( int key); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267Count(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ boolean containsFieldMapInt32Uint3267( int key); /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint3267(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ java.util.Map getFieldMapInt32Uint3267Map(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrThrow( int key); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ int getFieldMapInt32Uint6468Count(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ boolean containsFieldMapInt32Uint6468( int key); /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint6468(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ java.util.Map getFieldMapInt32Uint6468Map(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrThrow( int key); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ int getFieldMapInt64Bool69Count(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean containsFieldMapInt64Bool69( long key); /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bool69(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ java.util.Map getFieldMapInt64Bool69Map(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrThrow( long key); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ int getFieldMapInt64Bytes70Count(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ boolean containsFieldMapInt64Bytes70( long key); /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bytes70(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ java.util.Map getFieldMapInt64Bytes70Map(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key); /** * map<int64, double> field_map_int64_double_71 = 71; */ int getFieldMapInt64Double71Count(); /** * map<int64, double> field_map_int64_double_71 = 71; */ boolean containsFieldMapInt64Double71( long key); /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Double71(); /** * map<int64, double> field_map_int64_double_71 = 71; */ java.util.Map getFieldMapInt64Double71Map(); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrDefault( long key, double defaultValue); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrThrow( long key); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72Count(); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ boolean containsFieldMapInt64Enum72( long key); /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Enum72(); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ java.util.Map getFieldMapInt64Enum72Map(); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt64Enum72OrThrow( long key); /** * Use {@link #getFieldMapInt64Enum72ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Enum72Value(); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ java.util.Map getFieldMapInt64Enum72ValueMap(); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72ValueOrDefault( long key, int defaultValue); /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72ValueOrThrow( long key); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273Count(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ boolean containsFieldMapInt64Fixed3273( long key); /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed3273(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ java.util.Map getFieldMapInt64Fixed3273Map(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrThrow( long key); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ int getFieldMapInt64Fixed6474Count(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ boolean containsFieldMapInt64Fixed6474( long key); /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed6474(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ java.util.Map getFieldMapInt64Fixed6474Map(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrThrow( long key); /** * map<int64, float> field_map_int64_float_75 = 75; */ int getFieldMapInt64Float75Count(); /** * map<int64, float> field_map_int64_float_75 = 75; */ boolean containsFieldMapInt64Float75( long key); /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Float75(); /** * map<int64, float> field_map_int64_float_75 = 75; */ java.util.Map getFieldMapInt64Float75Map(); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrDefault( long key, float defaultValue); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrThrow( long key); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276Count(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ boolean containsFieldMapInt64Int3276( long key); /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int3276(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ java.util.Map getFieldMapInt64Int3276Map(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrDefault( long key, int defaultValue); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrThrow( long key); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ int getFieldMapInt64Int6477Count(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ boolean containsFieldMapInt64Int6477( long key); /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int6477(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ java.util.Map getFieldMapInt64Int6477Map(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrDefault( long key, long defaultValue); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrThrow( long key); /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ int getFieldMapInt64Message78Count(); /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ boolean containsFieldMapInt64Message78( long key); /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Message78(); /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ java.util.Map getFieldMapInt64Message78Map(); /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt64Message78OrThrow( long key); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279Count(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ boolean containsFieldMapInt64Sfixed3279( long key); /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed3279(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ java.util.Map getFieldMapInt64Sfixed3279Map(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrThrow( long key); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ int getFieldMapInt64Sfixed6480Count(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ boolean containsFieldMapInt64Sfixed6480( long key); /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed6480(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ java.util.Map getFieldMapInt64Sfixed6480Map(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrThrow( long key); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281Count(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ boolean containsFieldMapInt64Sint3281( long key); /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint3281(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ java.util.Map getFieldMapInt64Sint3281Map(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrThrow( long key); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ int getFieldMapInt64Sint6482Count(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ boolean containsFieldMapInt64Sint6482( long key); /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint6482(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ java.util.Map getFieldMapInt64Sint6482Map(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrThrow( long key); /** * map<int64, string> field_map_int64_string_83 = 83; */ int getFieldMapInt64String83Count(); /** * map<int64, string> field_map_int64_string_83 = 83; */ boolean containsFieldMapInt64String83( long key); /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64String83(); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.util.Map getFieldMapInt64String83Map(); /** * map<int64, string> field_map_int64_string_83 = 83; */ /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.lang.String getFieldMapInt64String83OrThrow( long key); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284Count(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ boolean containsFieldMapInt64Uint3284( long key); /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint3284(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ java.util.Map getFieldMapInt64Uint3284Map(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrThrow( long key); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ int getFieldMapInt64Uint6485Count(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ boolean containsFieldMapInt64Uint6485( long key); /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint6485(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ java.util.Map getFieldMapInt64Uint6485Map(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrThrow( long key); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ int getFieldMapSfixed32Bool86Count(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean containsFieldMapSfixed32Bool86( int key); /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bool86(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ java.util.Map getFieldMapSfixed32Bool86Map(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrThrow( int key); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ int getFieldMapSfixed32Bytes87Count(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ boolean containsFieldMapSfixed32Bytes87( int key); /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bytes87(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ java.util.Map getFieldMapSfixed32Bytes87Map(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ int getFieldMapSfixed32Double88Count(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ boolean containsFieldMapSfixed32Double88( int key); /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Double88(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ java.util.Map getFieldMapSfixed32Double88Map(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89Count(); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ boolean containsFieldMapSfixed32Enum89( int key); /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Enum89(); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ java.util.Map getFieldMapSfixed32Enum89Map(); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed32Enum89OrThrow( int key); /** * Use {@link #getFieldMapSfixed32Enum89ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Enum89Value(); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ java.util.Map getFieldMapSfixed32Enum89ValueMap(); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89ValueOrDefault( int key, int defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89ValueOrThrow( int key); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290Count(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ boolean containsFieldMapSfixed32Fixed3290( int key); /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed3290(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ java.util.Map getFieldMapSfixed32Fixed3290Map(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrThrow( int key); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ int getFieldMapSfixed32Fixed6491Count(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ boolean containsFieldMapSfixed32Fixed6491( int key); /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed6491(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ java.util.Map getFieldMapSfixed32Fixed6491Map(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrThrow( int key); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ int getFieldMapSfixed32Float92Count(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ boolean containsFieldMapSfixed32Float92( int key); /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Float92(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ java.util.Map getFieldMapSfixed32Float92Map(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrThrow( int key); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293Count(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ boolean containsFieldMapSfixed32Int3293( int key); /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int3293(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ java.util.Map getFieldMapSfixed32Int3293Map(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrThrow( int key); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ int getFieldMapSfixed32Int6494Count(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ boolean containsFieldMapSfixed32Int6494( int key); /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int6494(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ java.util.Map getFieldMapSfixed32Int6494Map(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ int getFieldMapSfixed32Message95Count(); /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ boolean containsFieldMapSfixed32Message95( int key); /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Message95(); /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ java.util.Map getFieldMapSfixed32Message95Map(); /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed32Message95OrThrow( int key); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296Count(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ boolean containsFieldMapSfixed32Sfixed3296( int key); /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed3296(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ java.util.Map getFieldMapSfixed32Sfixed3296Map(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrThrow( int key); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ int getFieldMapSfixed32Sfixed6497Count(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ boolean containsFieldMapSfixed32Sfixed6497( int key); /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed6497(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ java.util.Map getFieldMapSfixed32Sfixed6497Map(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrThrow( int key); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298Count(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ boolean containsFieldMapSfixed32Sint3298( int key); /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint3298(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ java.util.Map getFieldMapSfixed32Sint3298Map(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrThrow( int key); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ int getFieldMapSfixed32Sint6499Count(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ boolean containsFieldMapSfixed32Sint6499( int key); /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint6499(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ java.util.Map getFieldMapSfixed32Sint6499Map(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrThrow( int key); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ int getFieldMapSfixed32String100Count(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ boolean containsFieldMapSfixed32String100( int key); /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32String100(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.util.Map getFieldMapSfixed32String100Map(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.lang.String getFieldMapSfixed32String100OrThrow( int key); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101Count(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ boolean containsFieldMapSfixed32Uint32101( int key); /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint32101(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ java.util.Map getFieldMapSfixed32Uint32101Map(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrThrow( int key); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ int getFieldMapSfixed32Uint64102Count(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ boolean containsFieldMapSfixed32Uint64102( int key); /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint64102(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ java.util.Map getFieldMapSfixed32Uint64102Map(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrThrow( int key); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ int getFieldMapSfixed64Bool103Count(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean containsFieldMapSfixed64Bool103( long key); /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bool103(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ java.util.Map getFieldMapSfixed64Bool103Map(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrThrow( long key); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ int getFieldMapSfixed64Bytes104Count(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ boolean containsFieldMapSfixed64Bytes104( long key); /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bytes104(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ java.util.Map getFieldMapSfixed64Bytes104Map(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ int getFieldMapSfixed64Double105Count(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ boolean containsFieldMapSfixed64Double105( long key); /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Double105(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ java.util.Map getFieldMapSfixed64Double105Map(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106Count(); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ boolean containsFieldMapSfixed64Enum106( long key); /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Enum106(); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ java.util.Map getFieldMapSfixed64Enum106Map(); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed64Enum106OrThrow( long key); /** * Use {@link #getFieldMapSfixed64Enum106ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Enum106Value(); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ java.util.Map getFieldMapSfixed64Enum106ValueMap(); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106ValueOrDefault( long key, int defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106ValueOrThrow( long key); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107Count(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ boolean containsFieldMapSfixed64Fixed32107( long key); /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed32107(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ java.util.Map getFieldMapSfixed64Fixed32107Map(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrThrow( long key); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ int getFieldMapSfixed64Fixed64108Count(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ boolean containsFieldMapSfixed64Fixed64108( long key); /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed64108(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ java.util.Map getFieldMapSfixed64Fixed64108Map(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrThrow( long key); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ int getFieldMapSfixed64Float109Count(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ boolean containsFieldMapSfixed64Float109( long key); /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Float109(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ java.util.Map getFieldMapSfixed64Float109Map(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrThrow( long key); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110Count(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ boolean containsFieldMapSfixed64Int32110( long key); /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int32110(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ java.util.Map getFieldMapSfixed64Int32110Map(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrThrow( long key); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ int getFieldMapSfixed64Int64111Count(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ boolean containsFieldMapSfixed64Int64111( long key); /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int64111(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ java.util.Map getFieldMapSfixed64Int64111Map(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ int getFieldMapSfixed64Message112Count(); /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ boolean containsFieldMapSfixed64Message112( long key); /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Message112(); /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ java.util.Map getFieldMapSfixed64Message112Map(); /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed64Message112OrThrow( long key); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113Count(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ boolean containsFieldMapSfixed64Sfixed32113( long key); /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed32113(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ java.util.Map getFieldMapSfixed64Sfixed32113Map(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrThrow( long key); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ int getFieldMapSfixed64Sfixed64114Count(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ boolean containsFieldMapSfixed64Sfixed64114( long key); /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed64114(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ java.util.Map getFieldMapSfixed64Sfixed64114Map(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrThrow( long key); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115Count(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ boolean containsFieldMapSfixed64Sint32115( long key); /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint32115(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ java.util.Map getFieldMapSfixed64Sint32115Map(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrThrow( long key); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ int getFieldMapSfixed64Sint64116Count(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ boolean containsFieldMapSfixed64Sint64116( long key); /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint64116(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ java.util.Map getFieldMapSfixed64Sint64116Map(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrThrow( long key); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ int getFieldMapSfixed64String117Count(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ boolean containsFieldMapSfixed64String117( long key); /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64String117(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.util.Map getFieldMapSfixed64String117Map(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.lang.String getFieldMapSfixed64String117OrThrow( long key); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118Count(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ boolean containsFieldMapSfixed64Uint32118( long key); /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint32118(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ java.util.Map getFieldMapSfixed64Uint32118Map(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrThrow( long key); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ int getFieldMapSfixed64Uint64119Count(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ boolean containsFieldMapSfixed64Uint64119( long key); /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint64119(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ java.util.Map getFieldMapSfixed64Uint64119Map(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrThrow( long key); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ int getFieldMapSint32Bool120Count(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean containsFieldMapSint32Bool120( int key); /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bool120(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ java.util.Map getFieldMapSint32Bool120Map(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrThrow( int key); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ int getFieldMapSint32Bytes121Count(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ boolean containsFieldMapSint32Bytes121( int key); /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bytes121(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ java.util.Map getFieldMapSint32Bytes121Map(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ int getFieldMapSint32Double122Count(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ boolean containsFieldMapSint32Double122( int key); /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Double122(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ java.util.Map getFieldMapSint32Double122Map(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrDefault( int key, double defaultValue); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrThrow( int key); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123Count(); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ boolean containsFieldMapSint32Enum123( int key); /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Enum123(); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ java.util.Map getFieldMapSint32Enum123Map(); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint32Enum123OrThrow( int key); /** * Use {@link #getFieldMapSint32Enum123ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Enum123Value(); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ java.util.Map getFieldMapSint32Enum123ValueMap(); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123ValueOrDefault( int key, int defaultValue); /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123ValueOrThrow( int key); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124Count(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ boolean containsFieldMapSint32Fixed32124( int key); /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed32124(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ java.util.Map getFieldMapSint32Fixed32124Map(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrThrow( int key); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ int getFieldMapSint32Fixed64125Count(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ boolean containsFieldMapSint32Fixed64125( int key); /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed64125(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ java.util.Map getFieldMapSint32Fixed64125Map(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrThrow( int key); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ int getFieldMapSint32Float126Count(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ boolean containsFieldMapSint32Float126( int key); /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Float126(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ java.util.Map getFieldMapSint32Float126Map(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrDefault( int key, float defaultValue); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrThrow( int key); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127Count(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ boolean containsFieldMapSint32Int32127( int key); /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int32127(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ java.util.Map getFieldMapSint32Int32127Map(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrDefault( int key, int defaultValue); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrThrow( int key); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ int getFieldMapSint32Int64128Count(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ boolean containsFieldMapSint32Int64128( int key); /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int64128(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ java.util.Map getFieldMapSint32Int64128Map(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrDefault( int key, long defaultValue); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrThrow( int key); /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ int getFieldMapSint32Message129Count(); /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ boolean containsFieldMapSint32Message129( int key); /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Message129(); /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ java.util.Map getFieldMapSint32Message129Map(); /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint32Message129OrThrow( int key); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130Count(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ boolean containsFieldMapSint32Sfixed32130( int key); /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed32130(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ java.util.Map getFieldMapSint32Sfixed32130Map(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrThrow( int key); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ int getFieldMapSint32Sfixed64131Count(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ boolean containsFieldMapSint32Sfixed64131( int key); /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed64131(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ java.util.Map getFieldMapSint32Sfixed64131Map(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrThrow( int key); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132Count(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ boolean containsFieldMapSint32Sint32132( int key); /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint32132(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ java.util.Map getFieldMapSint32Sint32132Map(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrThrow( int key); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ int getFieldMapSint32Sint64133Count(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ boolean containsFieldMapSint32Sint64133( int key); /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint64133(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ java.util.Map getFieldMapSint32Sint64133Map(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrThrow( int key); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ int getFieldMapSint32String134Count(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ boolean containsFieldMapSint32String134( int key); /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32String134(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.util.Map getFieldMapSint32String134Map(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.lang.String getFieldMapSint32String134OrThrow( int key); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135Count(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ boolean containsFieldMapSint32Uint32135( int key); /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint32135(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ java.util.Map getFieldMapSint32Uint32135Map(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrThrow( int key); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ int getFieldMapSint32Uint64136Count(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ boolean containsFieldMapSint32Uint64136( int key); /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint64136(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ java.util.Map getFieldMapSint32Uint64136Map(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrThrow( int key); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ int getFieldMapSint64Bool137Count(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean containsFieldMapSint64Bool137( long key); /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bool137(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ java.util.Map getFieldMapSint64Bool137Map(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrThrow( long key); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ int getFieldMapSint64Bytes138Count(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ boolean containsFieldMapSint64Bytes138( long key); /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bytes138(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ java.util.Map getFieldMapSint64Bytes138Map(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ int getFieldMapSint64Double139Count(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ boolean containsFieldMapSint64Double139( long key); /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Double139(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ java.util.Map getFieldMapSint64Double139Map(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrDefault( long key, double defaultValue); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrThrow( long key); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140Count(); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ boolean containsFieldMapSint64Enum140( long key); /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Enum140(); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ java.util.Map getFieldMapSint64Enum140Map(); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint64Enum140OrThrow( long key); /** * Use {@link #getFieldMapSint64Enum140ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Enum140Value(); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ java.util.Map getFieldMapSint64Enum140ValueMap(); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140ValueOrDefault( long key, int defaultValue); /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140ValueOrThrow( long key); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141Count(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ boolean containsFieldMapSint64Fixed32141( long key); /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed32141(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ java.util.Map getFieldMapSint64Fixed32141Map(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrThrow( long key); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ int getFieldMapSint64Fixed64142Count(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ boolean containsFieldMapSint64Fixed64142( long key); /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed64142(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ java.util.Map getFieldMapSint64Fixed64142Map(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrThrow( long key); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ int getFieldMapSint64Float143Count(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ boolean containsFieldMapSint64Float143( long key); /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Float143(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ java.util.Map getFieldMapSint64Float143Map(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrDefault( long key, float defaultValue); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrThrow( long key); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144Count(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ boolean containsFieldMapSint64Int32144( long key); /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int32144(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ java.util.Map getFieldMapSint64Int32144Map(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrDefault( long key, int defaultValue); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrThrow( long key); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ int getFieldMapSint64Int64145Count(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ boolean containsFieldMapSint64Int64145( long key); /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int64145(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ java.util.Map getFieldMapSint64Int64145Map(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrDefault( long key, long defaultValue); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrThrow( long key); /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ int getFieldMapSint64Message146Count(); /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ boolean containsFieldMapSint64Message146( long key); /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Message146(); /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ java.util.Map getFieldMapSint64Message146Map(); /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint64Message146OrThrow( long key); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147Count(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ boolean containsFieldMapSint64Sfixed32147( long key); /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed32147(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ java.util.Map getFieldMapSint64Sfixed32147Map(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrThrow( long key); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ int getFieldMapSint64Sfixed64148Count(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ boolean containsFieldMapSint64Sfixed64148( long key); /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed64148(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ java.util.Map getFieldMapSint64Sfixed64148Map(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrThrow( long key); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149Count(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ boolean containsFieldMapSint64Sint32149( long key); /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint32149(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ java.util.Map getFieldMapSint64Sint32149Map(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrThrow( long key); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ int getFieldMapSint64Sint64150Count(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ boolean containsFieldMapSint64Sint64150( long key); /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint64150(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ java.util.Map getFieldMapSint64Sint64150Map(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrThrow( long key); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ int getFieldMapSint64String151Count(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ boolean containsFieldMapSint64String151( long key); /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64String151(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.util.Map getFieldMapSint64String151Map(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.lang.String getFieldMapSint64String151OrThrow( long key); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152Count(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ boolean containsFieldMapSint64Uint32152( long key); /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint32152(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ java.util.Map getFieldMapSint64Uint32152Map(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrThrow( long key); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ int getFieldMapSint64Uint64153Count(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ boolean containsFieldMapSint64Uint64153( long key); /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint64153(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ java.util.Map getFieldMapSint64Uint64153Map(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrThrow( long key); /** * map<string, bool> field_map_string_bool_154 = 154; */ int getFieldMapStringBool154Count(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean containsFieldMapStringBool154( java.lang.String key); /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBool154(); /** * map<string, bool> field_map_string_bool_154 = 154; */ java.util.Map getFieldMapStringBool154Map(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrThrow( java.lang.String key); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ int getFieldMapStringBytes155Count(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ boolean containsFieldMapStringBytes155( java.lang.String key); /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBytes155(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ java.util.Map getFieldMapStringBytes155Map(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key); /** * map<string, double> field_map_string_double_156 = 156; */ int getFieldMapStringDouble156Count(); /** * map<string, double> field_map_string_double_156 = 156; */ boolean containsFieldMapStringDouble156( java.lang.String key); /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringDouble156(); /** * map<string, double> field_map_string_double_156 = 156; */ java.util.Map getFieldMapStringDouble156Map(); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157Count(); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ boolean containsFieldMapStringEnum157( java.lang.String key); /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringEnum157(); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ java.util.Map getFieldMapStringEnum157Map(); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key); /** * Use {@link #getFieldMapStringEnum157ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringEnum157Value(); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ java.util.Map getFieldMapStringEnum157ValueMap(); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157ValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157ValueOrThrow( java.lang.String key); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158Count(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ boolean containsFieldMapStringFixed32158( java.lang.String key); /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed32158(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ java.util.Map getFieldMapStringFixed32158Map(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrThrow( java.lang.String key); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ int getFieldMapStringFixed64159Count(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ boolean containsFieldMapStringFixed64159( java.lang.String key); /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed64159(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ java.util.Map getFieldMapStringFixed64159Map(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrThrow( java.lang.String key); /** * map<string, float> field_map_string_float_160 = 160; */ int getFieldMapStringFloat160Count(); /** * map<string, float> field_map_string_float_160 = 160; */ boolean containsFieldMapStringFloat160( java.lang.String key); /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFloat160(); /** * map<string, float> field_map_string_float_160 = 160; */ java.util.Map getFieldMapStringFloat160Map(); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrThrow( java.lang.String key); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161Count(); /** * map<string, int32> field_map_string_int32_161 = 161; */ boolean containsFieldMapStringInt32161( java.lang.String key); /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt32161(); /** * map<string, int32> field_map_string_int32_161 = 161; */ java.util.Map getFieldMapStringInt32161Map(); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrThrow( java.lang.String key); /** * map<string, int64> field_map_string_int64_162 = 162; */ int getFieldMapStringInt64162Count(); /** * map<string, int64> field_map_string_int64_162 = 162; */ boolean containsFieldMapStringInt64162( java.lang.String key); /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt64162(); /** * map<string, int64> field_map_string_int64_162 = 162; */ java.util.Map getFieldMapStringInt64162Map(); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ int getFieldMapStringMessage163Count(); /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ boolean containsFieldMapStringMessage163( java.lang.String key); /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringMessage163(); /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ java.util.Map getFieldMapStringMessage163Map(); /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapStringMessage163OrThrow( java.lang.String key); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164Count(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ boolean containsFieldMapStringSfixed32164( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed32164(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ java.util.Map getFieldMapStringSfixed32164Map(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrThrow( java.lang.String key); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ int getFieldMapStringSfixed64165Count(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ boolean containsFieldMapStringSfixed64165( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed64165(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ java.util.Map getFieldMapStringSfixed64165Map(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrThrow( java.lang.String key); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166Count(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ boolean containsFieldMapStringSint32166( java.lang.String key); /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint32166(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ java.util.Map getFieldMapStringSint32166Map(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrThrow( java.lang.String key); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ int getFieldMapStringSint64167Count(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ boolean containsFieldMapStringSint64167( java.lang.String key); /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint64167(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ java.util.Map getFieldMapStringSint64167Map(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrThrow( java.lang.String key); /** * map<string, string> field_map_string_string_168 = 168; */ int getFieldMapStringString168Count(); /** * map<string, string> field_map_string_string_168 = 168; */ boolean containsFieldMapStringString168( java.lang.String key); /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringString168(); /** * map<string, string> field_map_string_string_168 = 168; */ java.util.Map getFieldMapStringString168Map(); /** * map<string, string> field_map_string_string_168 = 168; */ /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> field_map_string_string_168 = 168; */ java.lang.String getFieldMapStringString168OrThrow( java.lang.String key); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169Count(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ boolean containsFieldMapStringUint32169( java.lang.String key); /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint32169(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ java.util.Map getFieldMapStringUint32169Map(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrThrow( java.lang.String key); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ int getFieldMapStringUint64170Count(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ boolean containsFieldMapStringUint64170( java.lang.String key); /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint64170(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ java.util.Map getFieldMapStringUint64170Map(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrThrow( java.lang.String key); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ int getFieldMapUint32Bool171Count(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean containsFieldMapUint32Bool171( int key); /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bool171(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ java.util.Map getFieldMapUint32Bool171Map(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrThrow( int key); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ int getFieldMapUint32Bytes172Count(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ boolean containsFieldMapUint32Bytes172( int key); /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bytes172(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ java.util.Map getFieldMapUint32Bytes172Map(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ int getFieldMapUint32Double173Count(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ boolean containsFieldMapUint32Double173( int key); /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Double173(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ java.util.Map getFieldMapUint32Double173Map(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrDefault( int key, double defaultValue); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrThrow( int key); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174Count(); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ boolean containsFieldMapUint32Enum174( int key); /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Enum174(); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ java.util.Map getFieldMapUint32Enum174Map(); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint32Enum174OrThrow( int key); /** * Use {@link #getFieldMapUint32Enum174ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Enum174Value(); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ java.util.Map getFieldMapUint32Enum174ValueMap(); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174ValueOrDefault( int key, int defaultValue); /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174ValueOrThrow( int key); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175Count(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ boolean containsFieldMapUint32Fixed32175( int key); /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed32175(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ java.util.Map getFieldMapUint32Fixed32175Map(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrThrow( int key); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ int getFieldMapUint32Fixed64176Count(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ boolean containsFieldMapUint32Fixed64176( int key); /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed64176(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ java.util.Map getFieldMapUint32Fixed64176Map(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrThrow( int key); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ int getFieldMapUint32Float177Count(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ boolean containsFieldMapUint32Float177( int key); /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Float177(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ java.util.Map getFieldMapUint32Float177Map(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrDefault( int key, float defaultValue); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrThrow( int key); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178Count(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ boolean containsFieldMapUint32Int32178( int key); /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int32178(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ java.util.Map getFieldMapUint32Int32178Map(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrDefault( int key, int defaultValue); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrThrow( int key); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ int getFieldMapUint32Int64179Count(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ boolean containsFieldMapUint32Int64179( int key); /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int64179(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ java.util.Map getFieldMapUint32Int64179Map(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrDefault( int key, long defaultValue); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrThrow( int key); /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ int getFieldMapUint32Message180Count(); /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ boolean containsFieldMapUint32Message180( int key); /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Message180(); /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ java.util.Map getFieldMapUint32Message180Map(); /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint32Message180OrThrow( int key); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181Count(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ boolean containsFieldMapUint32Sfixed32181( int key); /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed32181(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ java.util.Map getFieldMapUint32Sfixed32181Map(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrThrow( int key); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ int getFieldMapUint32Sfixed64182Count(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ boolean containsFieldMapUint32Sfixed64182( int key); /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed64182(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ java.util.Map getFieldMapUint32Sfixed64182Map(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrThrow( int key); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183Count(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ boolean containsFieldMapUint32Sint32183( int key); /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint32183(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ java.util.Map getFieldMapUint32Sint32183Map(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrThrow( int key); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ int getFieldMapUint32Sint64184Count(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ boolean containsFieldMapUint32Sint64184( int key); /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint64184(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ java.util.Map getFieldMapUint32Sint64184Map(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrThrow( int key); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ int getFieldMapUint32String185Count(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ boolean containsFieldMapUint32String185( int key); /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32String185(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.util.Map getFieldMapUint32String185Map(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.lang.String getFieldMapUint32String185OrThrow( int key); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186Count(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ boolean containsFieldMapUint32Uint32186( int key); /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint32186(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ java.util.Map getFieldMapUint32Uint32186Map(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrThrow( int key); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ int getFieldMapUint32Uint64187Count(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ boolean containsFieldMapUint32Uint64187( int key); /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint64187(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ java.util.Map getFieldMapUint32Uint64187Map(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrThrow( int key); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ int getFieldMapUint64Bool188Count(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean containsFieldMapUint64Bool188( long key); /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bool188(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ java.util.Map getFieldMapUint64Bool188Map(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrThrow( long key); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ int getFieldMapUint64Bytes189Count(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ boolean containsFieldMapUint64Bytes189( long key); /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bytes189(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ java.util.Map getFieldMapUint64Bytes189Map(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ int getFieldMapUint64Double190Count(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ boolean containsFieldMapUint64Double190( long key); /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Double190(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ java.util.Map getFieldMapUint64Double190Map(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrDefault( long key, double defaultValue); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrThrow( long key); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191Count(); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ boolean containsFieldMapUint64Enum191( long key); /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Enum191(); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ java.util.Map getFieldMapUint64Enum191Map(); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint64Enum191OrThrow( long key); /** * Use {@link #getFieldMapUint64Enum191ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Enum191Value(); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ java.util.Map getFieldMapUint64Enum191ValueMap(); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191ValueOrDefault( long key, int defaultValue); /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191ValueOrThrow( long key); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192Count(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ boolean containsFieldMapUint64Fixed32192( long key); /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed32192(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ java.util.Map getFieldMapUint64Fixed32192Map(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrThrow( long key); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ int getFieldMapUint64Fixed64193Count(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ boolean containsFieldMapUint64Fixed64193( long key); /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed64193(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ java.util.Map getFieldMapUint64Fixed64193Map(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrThrow( long key); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ int getFieldMapUint64Float194Count(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ boolean containsFieldMapUint64Float194( long key); /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Float194(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ java.util.Map getFieldMapUint64Float194Map(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrDefault( long key, float defaultValue); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrThrow( long key); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195Count(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ boolean containsFieldMapUint64Int32195( long key); /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int32195(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ java.util.Map getFieldMapUint64Int32195Map(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrDefault( long key, int defaultValue); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrThrow( long key); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ int getFieldMapUint64Int64196Count(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ boolean containsFieldMapUint64Int64196( long key); /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int64196(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ java.util.Map getFieldMapUint64Int64196Map(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrDefault( long key, long defaultValue); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrThrow( long key); /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ int getFieldMapUint64Message197Count(); /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ boolean containsFieldMapUint64Message197( long key); /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Message197(); /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ java.util.Map getFieldMapUint64Message197Map(); /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue); /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint64Message197OrThrow( long key); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198Count(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ boolean containsFieldMapUint64Sfixed32198( long key); /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed32198(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ java.util.Map getFieldMapUint64Sfixed32198Map(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrThrow( long key); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ int getFieldMapUint64Sfixed64199Count(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ boolean containsFieldMapUint64Sfixed64199( long key); /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed64199(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ java.util.Map getFieldMapUint64Sfixed64199Map(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrThrow( long key); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200Count(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ boolean containsFieldMapUint64Sint32200( long key); /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint32200(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ java.util.Map getFieldMapUint64Sint32200Map(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrThrow( long key); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ int getFieldMapUint64Sint64201Count(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ boolean containsFieldMapUint64Sint64201( long key); /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint64201(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ java.util.Map getFieldMapUint64Sint64201Map(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrThrow( long key); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ int getFieldMapUint64String202Count(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ boolean containsFieldMapUint64String202( long key); /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64String202(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.util.Map getFieldMapUint64String202Map(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.lang.String getFieldMapUint64String202OrThrow( long key); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203Count(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ boolean containsFieldMapUint64Uint32203( long key); /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint32203(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ java.util.Map getFieldMapUint64Uint32203Map(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrThrow( long key); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ int getFieldMapUint64Uint64204Count(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ boolean containsFieldMapUint64Uint64204( long key); /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint64204(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ java.util.Map getFieldMapUint64Uint64204Map(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrThrow( long key); } /** * Protobuf type {@code protobuf.experimental.Proto3MessageWithMaps} */ public static final class Proto3MessageWithMaps extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto3MessageWithMaps) Proto3MessageWithMapsOrBuilder { private static final long serialVersionUID = 0L; // Use Proto3MessageWithMaps.newBuilder() to construct. private Proto3MessageWithMaps(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto3MessageWithMaps() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto3MessageWithMaps(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps.class, com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps.Builder.class); } public static final int FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER = 1; private static final class FieldMapBoolBool1DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBool1Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER = 2; private static final class FieldMapBoolBytes2DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBytes2Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER = 3; private static final class FieldMapBoolDouble3DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolDouble3Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER = 4; private static final class FieldMapBoolEnum4DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolEnum4Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapBoolEnum4ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapBoolEnum4Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Boolean, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapBoolEnum4ValueConverter); } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapBoolEnum4ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4Value() { return getFieldMapBoolEnum4ValueMap(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4ValueMap() { return internalGetFieldMapBoolEnum4().getMap(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER = 5; private static final class FieldMapBoolFixed325DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed325Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER = 6; private static final class FieldMapBoolFixed646DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed646Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER = 7; private static final class FieldMapBoolFloat7DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFloat7Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER = 8; private static final class FieldMapBoolInt328DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt328Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER = 9; private static final class FieldMapBoolInt649DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt649Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER = 10; private static final class FieldMapBoolMessage10DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolMessage10Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapBoolMessage10_; private com.google.protobuf.MapField internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getMap(); } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER = 11; private static final class FieldMapBoolSfixed3211DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER = 12; private static final class FieldMapBoolSfixed6412DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER = 13; private static final class FieldMapBoolSint3213DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint3213Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER = 14; private static final class FieldMapBoolSint6414DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint6414Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER = 15; private static final class FieldMapBoolString15DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolString15Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER = 16; private static final class FieldMapBoolUint3216DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint3216Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER = 17; private static final class FieldMapBoolUint6417DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint6417Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER = 18; private static final class FieldMapFixed32Bool18DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER = 19; private static final class FieldMapFixed32Bytes19DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER = 20; private static final class FieldMapFixed32Double20DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Double20Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER = 21; private static final class FieldMapFixed32Enum21DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapFixed32Enum21ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapFixed32Enum21Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapFixed32Enum21ValueConverter); } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed32Enum21ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21Value() { return getFieldMapFixed32Enum21ValueMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21ValueMap() { return internalGetFieldMapFixed32Enum21().getMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER = 22; private static final class FieldMapFixed32Fixed3222DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER = 23; private static final class FieldMapFixed32Fixed6423DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER = 24; private static final class FieldMapFixed32Float24DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Float24Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER = 25; private static final class FieldMapFixed32Int3225DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER = 26; private static final class FieldMapFixed32Int6426DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER = 27; private static final class FieldMapFixed32Message27DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Message27Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapFixed32Message27_; private com.google.protobuf.MapField internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER = 28; private static final class FieldMapFixed32Sfixed3228DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER = 29; private static final class FieldMapFixed32Sfixed6429DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER = 30; private static final class FieldMapFixed32Sint3230DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER = 31; private static final class FieldMapFixed32Sint6431DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER = 32; private static final class FieldMapFixed32String32DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32String32Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER = 33; private static final class FieldMapFixed32Uint3233DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER = 34; private static final class FieldMapFixed32Uint6434DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER = 35; private static final class FieldMapFixed64Bool35DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER = 36; private static final class FieldMapFixed64Bytes36DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER = 37; private static final class FieldMapFixed64Double37DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Double37Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER = 38; private static final class FieldMapFixed64Enum38DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapFixed64Enum38ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapFixed64Enum38Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapFixed64Enum38ValueConverter); } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed64Enum38ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38Value() { return getFieldMapFixed64Enum38ValueMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38ValueMap() { return internalGetFieldMapFixed64Enum38().getMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER = 39; private static final class FieldMapFixed64Fixed3239DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER = 40; private static final class FieldMapFixed64Fixed6440DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER = 41; private static final class FieldMapFixed64Float41DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Float41Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER = 42; private static final class FieldMapFixed64Int3242DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER = 43; private static final class FieldMapFixed64Int6443DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER = 44; private static final class FieldMapFixed64Message44DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Message44Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapFixed64Message44_; private com.google.protobuf.MapField internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER = 45; private static final class FieldMapFixed64Sfixed3245DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER = 46; private static final class FieldMapFixed64Sfixed6446DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER = 47; private static final class FieldMapFixed64Sint3247DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER = 48; private static final class FieldMapFixed64Sint6448DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER = 49; private static final class FieldMapFixed64String49DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64String49Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER = 50; private static final class FieldMapFixed64Uint3250DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER = 51; private static final class FieldMapFixed64Uint6451DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER = 52; private static final class FieldMapInt32Bool52DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bool52Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER = 53; private static final class FieldMapInt32Bytes53DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER = 54; private static final class FieldMapInt32Double54DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Double54Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER = 55; private static final class FieldMapInt32Enum55DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Enum55Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapInt32Enum55ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapInt32Enum55Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapInt32Enum55ValueConverter); } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt32Enum55ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55Value() { return getFieldMapInt32Enum55ValueMap(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55ValueMap() { return internalGetFieldMapInt32Enum55().getMap(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER = 56; private static final class FieldMapInt32Fixed3256DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER = 57; private static final class FieldMapInt32Fixed6457DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER = 58; private static final class FieldMapInt32Float58DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Float58Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT32_59_FIELD_NUMBER = 59; private static final class FieldMapInt32Int3259DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int3259Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT64_60_FIELD_NUMBER = 60; private static final class FieldMapInt32Int6460DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int6460Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER = 61; private static final class FieldMapInt32Message61DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Message61Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapInt32Message61_; private com.google.protobuf.MapField internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getMap(); } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER = 62; private static final class FieldMapInt32Sfixed3262DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER = 63; private static final class FieldMapInt32Sfixed6463DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER = 64; private static final class FieldMapInt32Sint3264DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER = 65; private static final class FieldMapInt32Sint6465DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_STRING_66_FIELD_NUMBER = 66; private static final class FieldMapInt32String66DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32String66Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER = 67; private static final class FieldMapInt32Uint3267DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER = 68; private static final class FieldMapInt32Uint6468DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER = 69; private static final class FieldMapInt64Bool69DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bool69Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER = 70; private static final class FieldMapInt64Bytes70DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER = 71; private static final class FieldMapInt64Double71DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Double71Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER = 72; private static final class FieldMapInt64Enum72DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Enum72Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapInt64Enum72ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapInt64Enum72Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapInt64Enum72ValueConverter); } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt64Enum72ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72Value() { return getFieldMapInt64Enum72ValueMap(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72ValueMap() { return internalGetFieldMapInt64Enum72().getMap(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER = 73; private static final class FieldMapInt64Fixed3273DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER = 74; private static final class FieldMapInt64Fixed6474DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER = 75; private static final class FieldMapInt64Float75DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Float75Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT32_76_FIELD_NUMBER = 76; private static final class FieldMapInt64Int3276DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int3276Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT64_77_FIELD_NUMBER = 77; private static final class FieldMapInt64Int6477DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int6477Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER = 78; private static final class FieldMapInt64Message78DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Message78Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapInt64Message78_; private com.google.protobuf.MapField internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getMap(); } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER = 79; private static final class FieldMapInt64Sfixed3279DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER = 80; private static final class FieldMapInt64Sfixed6480DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER = 81; private static final class FieldMapInt64Sint3281DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER = 82; private static final class FieldMapInt64Sint6482DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_STRING_83_FIELD_NUMBER = 83; private static final class FieldMapInt64String83DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64String83Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER = 84; private static final class FieldMapInt64Uint3284DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER = 85; private static final class FieldMapInt64Uint6485DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER = 86; private static final class FieldMapSfixed32Bool86DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER = 87; private static final class FieldMapSfixed32Bytes87DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER = 88; private static final class FieldMapSfixed32Double88DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER = 89; private static final class FieldMapSfixed32Enum89DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapSfixed32Enum89ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSfixed32Enum89Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapSfixed32Enum89ValueConverter); } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed32Enum89ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89Value() { return getFieldMapSfixed32Enum89ValueMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89ValueMap() { return internalGetFieldMapSfixed32Enum89().getMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER = 90; private static final class FieldMapSfixed32Fixed3290DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER = 91; private static final class FieldMapSfixed32Fixed6491DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER = 92; private static final class FieldMapSfixed32Float92DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER = 93; private static final class FieldMapSfixed32Int3293DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER = 94; private static final class FieldMapSfixed32Int6494DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER = 95; private static final class FieldMapSfixed32Message95DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapSfixed32Message95_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER = 96; private static final class FieldMapSfixed32Sfixed3296DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER = 97; private static final class FieldMapSfixed32Sfixed6497DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER = 98; private static final class FieldMapSfixed32Sint3298DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER = 99; private static final class FieldMapSfixed32Sint6499DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER = 100; private static final class FieldMapSfixed32String100DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32String100Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER = 101; private static final class FieldMapSfixed32Uint32101DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER = 102; private static final class FieldMapSfixed32Uint64102DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER = 103; private static final class FieldMapSfixed64Bool103DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER = 104; private static final class FieldMapSfixed64Bytes104DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER = 105; private static final class FieldMapSfixed64Double105DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER = 106; private static final class FieldMapSfixed64Enum106DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapSfixed64Enum106ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSfixed64Enum106Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapSfixed64Enum106ValueConverter); } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed64Enum106ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106Value() { return getFieldMapSfixed64Enum106ValueMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106ValueMap() { return internalGetFieldMapSfixed64Enum106().getMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER = 107; private static final class FieldMapSfixed64Fixed32107DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER = 108; private static final class FieldMapSfixed64Fixed64108DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER = 109; private static final class FieldMapSfixed64Float109DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER = 110; private static final class FieldMapSfixed64Int32110DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER = 111; private static final class FieldMapSfixed64Int64111DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER = 112; private static final class FieldMapSfixed64Message112DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapSfixed64Message112_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER = 113; private static final class FieldMapSfixed64Sfixed32113DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER = 114; private static final class FieldMapSfixed64Sfixed64114DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER = 115; private static final class FieldMapSfixed64Sint32115DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER = 116; private static final class FieldMapSfixed64Sint64116DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER = 117; private static final class FieldMapSfixed64String117DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64String117Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER = 118; private static final class FieldMapSfixed64Uint32118DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER = 119; private static final class FieldMapSfixed64Uint64119DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER = 120; private static final class FieldMapSint32Bool120DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bool120Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER = 121; private static final class FieldMapSint32Bytes121DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER = 122; private static final class FieldMapSint32Double122DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Double122Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER = 123; private static final class FieldMapSint32Enum123DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Enum123Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapSint32Enum123ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSint32Enum123Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapSint32Enum123ValueConverter); } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint32Enum123ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123Value() { return getFieldMapSint32Enum123ValueMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123ValueMap() { return internalGetFieldMapSint32Enum123().getMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER = 124; private static final class FieldMapSint32Fixed32124DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER = 125; private static final class FieldMapSint32Fixed64125DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER = 126; private static final class FieldMapSint32Float126DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Float126Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER = 127; private static final class FieldMapSint32Int32127DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int32127Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER = 128; private static final class FieldMapSint32Int64128DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int64128Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER = 129; private static final class FieldMapSint32Message129DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Message129Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapSint32Message129_; private com.google.protobuf.MapField internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER = 130; private static final class FieldMapSint32Sfixed32130DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER = 131; private static final class FieldMapSint32Sfixed64131DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER = 132; private static final class FieldMapSint32Sint32132DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER = 133; private static final class FieldMapSint32Sint64133DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER = 134; private static final class FieldMapSint32String134DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32String134Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER = 135; private static final class FieldMapSint32Uint32135DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER = 136; private static final class FieldMapSint32Uint64136DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER = 137; private static final class FieldMapSint64Bool137DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bool137Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER = 138; private static final class FieldMapSint64Bytes138DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER = 139; private static final class FieldMapSint64Double139DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Double139Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER = 140; private static final class FieldMapSint64Enum140DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Enum140Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapSint64Enum140ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSint64Enum140Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapSint64Enum140ValueConverter); } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint64Enum140ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140Value() { return getFieldMapSint64Enum140ValueMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140ValueMap() { return internalGetFieldMapSint64Enum140().getMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER = 141; private static final class FieldMapSint64Fixed32141DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER = 142; private static final class FieldMapSint64Fixed64142DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER = 143; private static final class FieldMapSint64Float143DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Float143Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER = 144; private static final class FieldMapSint64Int32144DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int32144Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER = 145; private static final class FieldMapSint64Int64145DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int64145Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER = 146; private static final class FieldMapSint64Message146DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Message146Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapSint64Message146_; private com.google.protobuf.MapField internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER = 147; private static final class FieldMapSint64Sfixed32147DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER = 148; private static final class FieldMapSint64Sfixed64148DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER = 149; private static final class FieldMapSint64Sint32149DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER = 150; private static final class FieldMapSint64Sint64150DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER = 151; private static final class FieldMapSint64String151DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64String151Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER = 152; private static final class FieldMapSint64Uint32152DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER = 153; private static final class FieldMapSint64Uint64153DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER = 154; private static final class FieldMapStringBool154DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBool154Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER = 155; private static final class FieldMapStringBytes155DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBytes155Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER = 156; private static final class FieldMapStringDouble156DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringDouble156Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER = 157; private static final class FieldMapStringEnum157DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringEnum157Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapStringEnum157ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapStringEnum157Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapStringEnum157ValueConverter); } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapStringEnum157ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157Value() { return getFieldMapStringEnum157ValueMap(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157ValueMap() { return internalGetFieldMapStringEnum157().getMap(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER = 158; private static final class FieldMapStringFixed32158DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed32158Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER = 159; private static final class FieldMapStringFixed64159DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed64159Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER = 160; private static final class FieldMapStringFloat160DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFloat160Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT32_161_FIELD_NUMBER = 161; private static final class FieldMapStringInt32161DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt32161Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT64_162_FIELD_NUMBER = 162; private static final class FieldMapStringInt64162DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt64162Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER = 163; private static final class FieldMapStringMessage163DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringMessage163Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapStringMessage163_; private com.google.protobuf.MapField internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().getMap().size(); } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getMap(); } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER = 164; private static final class FieldMapStringSfixed32164DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER = 165; private static final class FieldMapStringSfixed64165DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER = 166; private static final class FieldMapStringSint32166DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint32166Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER = 167; private static final class FieldMapStringSint64167DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint64167Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_STRING_168_FIELD_NUMBER = 168; private static final class FieldMapStringString168DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringString168Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER = 169; private static final class FieldMapStringUint32169DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint32169Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER = 170; private static final class FieldMapStringUint64170DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint64170Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER = 171; private static final class FieldMapUint32Bool171DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bool171Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER = 172; private static final class FieldMapUint32Bytes172DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER = 173; private static final class FieldMapUint32Double173DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Double173Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER = 174; private static final class FieldMapUint32Enum174DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Enum174Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapUint32Enum174ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapUint32Enum174Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapUint32Enum174ValueConverter); } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint32Enum174ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174Value() { return getFieldMapUint32Enum174ValueMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174ValueMap() { return internalGetFieldMapUint32Enum174().getMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER = 175; private static final class FieldMapUint32Fixed32175DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER = 176; private static final class FieldMapUint32Fixed64176DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER = 177; private static final class FieldMapUint32Float177DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Float177Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER = 178; private static final class FieldMapUint32Int32178DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int32178Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER = 179; private static final class FieldMapUint32Int64179DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int64179Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER = 180; private static final class FieldMapUint32Message180DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Message180Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapUint32Message180_; private com.google.protobuf.MapField internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER = 181; private static final class FieldMapUint32Sfixed32181DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER = 182; private static final class FieldMapUint32Sfixed64182DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER = 183; private static final class FieldMapUint32Sint32183DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER = 184; private static final class FieldMapUint32Sint64184DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER = 185; private static final class FieldMapUint32String185DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32String185Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER = 186; private static final class FieldMapUint32Uint32186DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER = 187; private static final class FieldMapUint32Uint64187DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER = 188; private static final class FieldMapUint64Bool188DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bool188Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER = 189; private static final class FieldMapUint64Bytes189DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER = 190; private static final class FieldMapUint64Double190DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Double190Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER = 191; private static final class FieldMapUint64Enum191DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Enum191Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum> fieldMapUint64Enum191ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapUint64Enum191Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum, java.lang.Integer>( map, fieldMapUint64Enum191ValueConverter); } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint64Enum191ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191Value() { return getFieldMapUint64Enum191ValueMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191ValueMap() { return internalGetFieldMapUint64Enum191().getMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER = 192; private static final class FieldMapUint64Fixed32192DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER = 193; private static final class FieldMapUint64Fixed64193DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER = 194; private static final class FieldMapUint64Float194DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Float194Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER = 195; private static final class FieldMapUint64Int32195DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int32195Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER = 196; private static final class FieldMapUint64Int64196DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int64196Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER = 197; private static final class FieldMapUint64Message197DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Message197Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3Testing.Proto3Message.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3Message> fieldMapUint64Message197_; private com.google.protobuf.MapField internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER = 198; private static final class FieldMapUint64Sfixed32198DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER = 199; private static final class FieldMapUint64Sfixed64199DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER = 200; private static final class FieldMapUint64Sint32200DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER = 201; private static final class FieldMapUint64Sint64201DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER = 202; private static final class FieldMapUint64String202DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64String202Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER = 203; private static final class FieldMapUint64Uint32203DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER = 204; private static final class FieldMapUint64Uint64204DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBool1(), FieldMapBoolBool1DefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBytes2(), FieldMapBoolBytes2DefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolDouble3(), FieldMapBoolDouble3DefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolEnum4(), FieldMapBoolEnum4DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed325(), FieldMapBoolFixed325DefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed646(), FieldMapBoolFixed646DefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFloat7(), FieldMapBoolFloat7DefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt328(), FieldMapBoolInt328DefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt649(), FieldMapBoolInt649DefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolMessage10(), FieldMapBoolMessage10DefaultEntryHolder.defaultEntry, 10); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed3211(), FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry, 11); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed6412(), FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry, 12); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint3213(), FieldMapBoolSint3213DefaultEntryHolder.defaultEntry, 13); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint6414(), FieldMapBoolSint6414DefaultEntryHolder.defaultEntry, 14); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolString15(), FieldMapBoolString15DefaultEntryHolder.defaultEntry, 15); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint3216(), FieldMapBoolUint3216DefaultEntryHolder.defaultEntry, 16); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint6417(), FieldMapBoolUint6417DefaultEntryHolder.defaultEntry, 17); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bool18(), FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry, 18); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bytes19(), FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry, 19); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Double20(), FieldMapFixed32Double20DefaultEntryHolder.defaultEntry, 20); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Enum21(), FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry, 21); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed3222(), FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry, 22); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed6423(), FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry, 23); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Float24(), FieldMapFixed32Float24DefaultEntryHolder.defaultEntry, 24); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int3225(), FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry, 25); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int6426(), FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry, 26); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Message27(), FieldMapFixed32Message27DefaultEntryHolder.defaultEntry, 27); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed3228(), FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry, 28); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed6429(), FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry, 29); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint3230(), FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry, 30); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint6431(), FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry, 31); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32String32(), FieldMapFixed32String32DefaultEntryHolder.defaultEntry, 32); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint3233(), FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry, 33); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint6434(), FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry, 34); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bool35(), FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry, 35); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bytes36(), FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry, 36); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Double37(), FieldMapFixed64Double37DefaultEntryHolder.defaultEntry, 37); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Enum38(), FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry, 38); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed3239(), FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry, 39); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed6440(), FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry, 40); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Float41(), FieldMapFixed64Float41DefaultEntryHolder.defaultEntry, 41); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int3242(), FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry, 42); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int6443(), FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry, 43); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Message44(), FieldMapFixed64Message44DefaultEntryHolder.defaultEntry, 44); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed3245(), FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry, 45); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed6446(), FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry, 46); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint3247(), FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry, 47); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint6448(), FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry, 48); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64String49(), FieldMapFixed64String49DefaultEntryHolder.defaultEntry, 49); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint3250(), FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry, 50); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint6451(), FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry, 51); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bool52(), FieldMapInt32Bool52DefaultEntryHolder.defaultEntry, 52); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bytes53(), FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry, 53); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Double54(), FieldMapInt32Double54DefaultEntryHolder.defaultEntry, 54); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Enum55(), FieldMapInt32Enum55DefaultEntryHolder.defaultEntry, 55); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed3256(), FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry, 56); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed6457(), FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry, 57); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Float58(), FieldMapInt32Float58DefaultEntryHolder.defaultEntry, 58); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int3259(), FieldMapInt32Int3259DefaultEntryHolder.defaultEntry, 59); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int6460(), FieldMapInt32Int6460DefaultEntryHolder.defaultEntry, 60); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Message61(), FieldMapInt32Message61DefaultEntryHolder.defaultEntry, 61); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed3262(), FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry, 62); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed6463(), FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry, 63); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint3264(), FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry, 64); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint6465(), FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry, 65); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32String66(), FieldMapInt32String66DefaultEntryHolder.defaultEntry, 66); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint3267(), FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry, 67); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint6468(), FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry, 68); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bool69(), FieldMapInt64Bool69DefaultEntryHolder.defaultEntry, 69); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bytes70(), FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry, 70); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Double71(), FieldMapInt64Double71DefaultEntryHolder.defaultEntry, 71); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Enum72(), FieldMapInt64Enum72DefaultEntryHolder.defaultEntry, 72); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed3273(), FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry, 73); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed6474(), FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry, 74); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Float75(), FieldMapInt64Float75DefaultEntryHolder.defaultEntry, 75); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int3276(), FieldMapInt64Int3276DefaultEntryHolder.defaultEntry, 76); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int6477(), FieldMapInt64Int6477DefaultEntryHolder.defaultEntry, 77); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Message78(), FieldMapInt64Message78DefaultEntryHolder.defaultEntry, 78); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed3279(), FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry, 79); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed6480(), FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry, 80); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint3281(), FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry, 81); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint6482(), FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry, 82); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64String83(), FieldMapInt64String83DefaultEntryHolder.defaultEntry, 83); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint3284(), FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry, 84); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint6485(), FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry, 85); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bool86(), FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry, 86); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bytes87(), FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry, 87); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Double88(), FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry, 88); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Enum89(), FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry, 89); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed3290(), FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry, 90); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed6491(), FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry, 91); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Float92(), FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry, 92); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int3293(), FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry, 93); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int6494(), FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry, 94); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Message95(), FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry, 95); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed3296(), FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry, 96); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed6497(), FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry, 97); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint3298(), FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry, 98); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint6499(), FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry, 99); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32String100(), FieldMapSfixed32String100DefaultEntryHolder.defaultEntry, 100); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint32101(), FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry, 101); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint64102(), FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry, 102); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bool103(), FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry, 103); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bytes104(), FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry, 104); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Double105(), FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry, 105); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Enum106(), FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry, 106); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed32107(), FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry, 107); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed64108(), FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry, 108); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Float109(), FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry, 109); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int32110(), FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry, 110); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int64111(), FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry, 111); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Message112(), FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry, 112); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed32113(), FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry, 113); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed64114(), FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry, 114); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint32115(), FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry, 115); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint64116(), FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry, 116); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64String117(), FieldMapSfixed64String117DefaultEntryHolder.defaultEntry, 117); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint32118(), FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry, 118); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint64119(), FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry, 119); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bool120(), FieldMapSint32Bool120DefaultEntryHolder.defaultEntry, 120); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bytes121(), FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry, 121); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Double122(), FieldMapSint32Double122DefaultEntryHolder.defaultEntry, 122); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Enum123(), FieldMapSint32Enum123DefaultEntryHolder.defaultEntry, 123); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed32124(), FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry, 124); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed64125(), FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry, 125); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Float126(), FieldMapSint32Float126DefaultEntryHolder.defaultEntry, 126); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int32127(), FieldMapSint32Int32127DefaultEntryHolder.defaultEntry, 127); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int64128(), FieldMapSint32Int64128DefaultEntryHolder.defaultEntry, 128); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Message129(), FieldMapSint32Message129DefaultEntryHolder.defaultEntry, 129); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed32130(), FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry, 130); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed64131(), FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry, 131); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint32132(), FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry, 132); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint64133(), FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry, 133); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32String134(), FieldMapSint32String134DefaultEntryHolder.defaultEntry, 134); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint32135(), FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry, 135); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint64136(), FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry, 136); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bool137(), FieldMapSint64Bool137DefaultEntryHolder.defaultEntry, 137); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bytes138(), FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry, 138); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Double139(), FieldMapSint64Double139DefaultEntryHolder.defaultEntry, 139); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Enum140(), FieldMapSint64Enum140DefaultEntryHolder.defaultEntry, 140); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed32141(), FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry, 141); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed64142(), FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry, 142); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Float143(), FieldMapSint64Float143DefaultEntryHolder.defaultEntry, 143); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int32144(), FieldMapSint64Int32144DefaultEntryHolder.defaultEntry, 144); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int64145(), FieldMapSint64Int64145DefaultEntryHolder.defaultEntry, 145); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Message146(), FieldMapSint64Message146DefaultEntryHolder.defaultEntry, 146); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed32147(), FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry, 147); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed64148(), FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry, 148); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint32149(), FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry, 149); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint64150(), FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry, 150); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64String151(), FieldMapSint64String151DefaultEntryHolder.defaultEntry, 151); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint32152(), FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry, 152); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint64153(), FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry, 153); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBool154(), FieldMapStringBool154DefaultEntryHolder.defaultEntry, 154); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBytes155(), FieldMapStringBytes155DefaultEntryHolder.defaultEntry, 155); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringDouble156(), FieldMapStringDouble156DefaultEntryHolder.defaultEntry, 156); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringEnum157(), FieldMapStringEnum157DefaultEntryHolder.defaultEntry, 157); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed32158(), FieldMapStringFixed32158DefaultEntryHolder.defaultEntry, 158); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed64159(), FieldMapStringFixed64159DefaultEntryHolder.defaultEntry, 159); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFloat160(), FieldMapStringFloat160DefaultEntryHolder.defaultEntry, 160); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt32161(), FieldMapStringInt32161DefaultEntryHolder.defaultEntry, 161); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt64162(), FieldMapStringInt64162DefaultEntryHolder.defaultEntry, 162); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringMessage163(), FieldMapStringMessage163DefaultEntryHolder.defaultEntry, 163); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed32164(), FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry, 164); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed64165(), FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry, 165); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint32166(), FieldMapStringSint32166DefaultEntryHolder.defaultEntry, 166); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint64167(), FieldMapStringSint64167DefaultEntryHolder.defaultEntry, 167); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringString168(), FieldMapStringString168DefaultEntryHolder.defaultEntry, 168); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint32169(), FieldMapStringUint32169DefaultEntryHolder.defaultEntry, 169); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint64170(), FieldMapStringUint64170DefaultEntryHolder.defaultEntry, 170); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bool171(), FieldMapUint32Bool171DefaultEntryHolder.defaultEntry, 171); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bytes172(), FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry, 172); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Double173(), FieldMapUint32Double173DefaultEntryHolder.defaultEntry, 173); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Enum174(), FieldMapUint32Enum174DefaultEntryHolder.defaultEntry, 174); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed32175(), FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry, 175); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed64176(), FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry, 176); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Float177(), FieldMapUint32Float177DefaultEntryHolder.defaultEntry, 177); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int32178(), FieldMapUint32Int32178DefaultEntryHolder.defaultEntry, 178); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int64179(), FieldMapUint32Int64179DefaultEntryHolder.defaultEntry, 179); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Message180(), FieldMapUint32Message180DefaultEntryHolder.defaultEntry, 180); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed32181(), FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry, 181); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed64182(), FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry, 182); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint32183(), FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry, 183); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint64184(), FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry, 184); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32String185(), FieldMapUint32String185DefaultEntryHolder.defaultEntry, 185); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint32186(), FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry, 186); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint64187(), FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry, 187); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bool188(), FieldMapUint64Bool188DefaultEntryHolder.defaultEntry, 188); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bytes189(), FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry, 189); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Double190(), FieldMapUint64Double190DefaultEntryHolder.defaultEntry, 190); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Enum191(), FieldMapUint64Enum191DefaultEntryHolder.defaultEntry, 191); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed32192(), FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry, 192); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed64193(), FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry, 193); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Float194(), FieldMapUint64Float194DefaultEntryHolder.defaultEntry, 194); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int32195(), FieldMapUint64Int32195DefaultEntryHolder.defaultEntry, 195); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int64196(), FieldMapUint64Int64196DefaultEntryHolder.defaultEntry, 196); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Message197(), FieldMapUint64Message197DefaultEntryHolder.defaultEntry, 197); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed32198(), FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry, 198); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed64199(), FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry, 199); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint32200(), FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry, 200); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint64201(), FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry, 201); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64String202(), FieldMapUint64String202DefaultEntryHolder.defaultEntry, 202); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint32203(), FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry, 203); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint64204(), FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry, 204); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetFieldMapBoolBool1().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBool1__ = FieldMapBoolBool1DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, fieldMapBoolBool1__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolBytes2().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, fieldMapBoolBytes2__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolDouble3().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, fieldMapBoolDouble3__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolEnum4().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolEnum4__ = FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, fieldMapBoolEnum4__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed325().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, fieldMapBoolFixed325__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed646().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, fieldMapBoolFixed646__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFloat7().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, fieldMapBoolFloat7__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt328().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt328__ = FieldMapBoolInt328DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, fieldMapBoolInt328__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt649().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt649__ = FieldMapBoolInt649DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, fieldMapBoolInt649__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolMessage10().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, fieldMapBoolMessage10__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed3211().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, fieldMapBoolSfixed3211__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed6412().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, fieldMapBoolSfixed6412__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint3213().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, fieldMapBoolSint3213__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint6414().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, fieldMapBoolSint6414__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolString15().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolString15__ = FieldMapBoolString15DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, fieldMapBoolString15__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint3216().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, fieldMapBoolUint3216__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint6417().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, fieldMapBoolUint6417__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bool18().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, fieldMapFixed32Bool18__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bytes19().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, fieldMapFixed32Bytes19__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Double20().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, fieldMapFixed32Double20__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Enum21().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(21, fieldMapFixed32Enum21__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed3222().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, fieldMapFixed32Fixed3222__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed6423().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(23, fieldMapFixed32Fixed6423__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Float24().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(24, fieldMapFixed32Float24__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int3225().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, fieldMapFixed32Int3225__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int6426().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, fieldMapFixed32Int6426__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Message27().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMapFixed32Message27__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed3228().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(28, fieldMapFixed32Sfixed3228__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed6429().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(29, fieldMapFixed32Sfixed6429__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint3230().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, fieldMapFixed32Sint3230__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint6431().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, fieldMapFixed32Sint6431__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32String32().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32String32__ = FieldMapFixed32String32DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(32, fieldMapFixed32String32__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint3233().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(33, fieldMapFixed32Uint3233__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint6434().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(34, fieldMapFixed32Uint6434__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bool35().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(35, fieldMapFixed64Bool35__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bytes36().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(36, fieldMapFixed64Bytes36__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Double37().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(37, fieldMapFixed64Double37__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Enum38().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(38, fieldMapFixed64Enum38__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed3239().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(39, fieldMapFixed64Fixed3239__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed6440().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(40, fieldMapFixed64Fixed6440__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Float41().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(41, fieldMapFixed64Float41__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int3242().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(42, fieldMapFixed64Int3242__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int6443().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(43, fieldMapFixed64Int6443__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Message44().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(44, fieldMapFixed64Message44__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed3245().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(45, fieldMapFixed64Sfixed3245__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed6446().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(46, fieldMapFixed64Sfixed6446__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint3247().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(47, fieldMapFixed64Sint3247__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint6448().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(48, fieldMapFixed64Sint6448__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64String49().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64String49__ = FieldMapFixed64String49DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(49, fieldMapFixed64String49__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint3250().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(50, fieldMapFixed64Uint3250__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint6451().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(51, fieldMapFixed64Uint6451__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bool52().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(52, fieldMapInt32Bool52__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bytes53().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(53, fieldMapInt32Bytes53__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Double54().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Double54__ = FieldMapInt32Double54DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(54, fieldMapInt32Double54__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Enum55().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Enum55__ = FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(55, fieldMapInt32Enum55__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed3256().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(56, fieldMapInt32Fixed3256__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed6457().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(57, fieldMapInt32Fixed6457__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Float58().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Float58__ = FieldMapInt32Float58DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(58, fieldMapInt32Float58__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int3259().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(59, fieldMapInt32Int3259__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int6460().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(60, fieldMapInt32Int6460__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Message61().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Message61__ = FieldMapInt32Message61DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(61, fieldMapInt32Message61__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed3262().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, fieldMapInt32Sfixed3262__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed6463().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(63, fieldMapInt32Sfixed6463__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint3264().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(64, fieldMapInt32Sint3264__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint6465().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(65, fieldMapInt32Sint6465__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32String66().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32String66__ = FieldMapInt32String66DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(66, fieldMapInt32String66__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint3267().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(67, fieldMapInt32Uint3267__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint6468().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(68, fieldMapInt32Uint6468__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bool69().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(69, fieldMapInt64Bool69__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bytes70().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(70, fieldMapInt64Bytes70__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Double71().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Double71__ = FieldMapInt64Double71DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(71, fieldMapInt64Double71__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Enum72().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Enum72__ = FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(72, fieldMapInt64Enum72__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed3273().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(73, fieldMapInt64Fixed3273__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed6474().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(74, fieldMapInt64Fixed6474__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Float75().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Float75__ = FieldMapInt64Float75DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(75, fieldMapInt64Float75__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int3276().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(76, fieldMapInt64Int3276__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int6477().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(77, fieldMapInt64Int6477__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Message78().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Message78__ = FieldMapInt64Message78DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(78, fieldMapInt64Message78__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed3279().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(79, fieldMapInt64Sfixed3279__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed6480().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(80, fieldMapInt64Sfixed6480__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint3281().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(81, fieldMapInt64Sint3281__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint6482().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(82, fieldMapInt64Sint6482__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64String83().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64String83__ = FieldMapInt64String83DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(83, fieldMapInt64String83__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint3284().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(84, fieldMapInt64Uint3284__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint6485().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(85, fieldMapInt64Uint6485__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bool86().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(86, fieldMapSfixed32Bool86__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bytes87().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(87, fieldMapSfixed32Bytes87__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Double88().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(88, fieldMapSfixed32Double88__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Enum89().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(89, fieldMapSfixed32Enum89__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed3290().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(90, fieldMapSfixed32Fixed3290__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed6491().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(91, fieldMapSfixed32Fixed6491__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Float92().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(92, fieldMapSfixed32Float92__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int3293().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(93, fieldMapSfixed32Int3293__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int6494().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(94, fieldMapSfixed32Int6494__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Message95().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(95, fieldMapSfixed32Message95__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed3296().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(96, fieldMapSfixed32Sfixed3296__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed6497().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(97, fieldMapSfixed32Sfixed6497__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint3298().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(98, fieldMapSfixed32Sint3298__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint6499().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(99, fieldMapSfixed32Sint6499__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32String100().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(100, fieldMapSfixed32String100__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint32101().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(101, fieldMapSfixed32Uint32101__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint64102().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(102, fieldMapSfixed32Uint64102__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bool103().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(103, fieldMapSfixed64Bool103__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bytes104().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(104, fieldMapSfixed64Bytes104__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Double105().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(105, fieldMapSfixed64Double105__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Enum106().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(106, fieldMapSfixed64Enum106__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed32107().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(107, fieldMapSfixed64Fixed32107__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed64108().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(108, fieldMapSfixed64Fixed64108__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Float109().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(109, fieldMapSfixed64Float109__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int32110().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(110, fieldMapSfixed64Int32110__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int64111().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(111, fieldMapSfixed64Int64111__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Message112().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(112, fieldMapSfixed64Message112__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed32113().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(113, fieldMapSfixed64Sfixed32113__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed64114().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(114, fieldMapSfixed64Sfixed64114__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint32115().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(115, fieldMapSfixed64Sint32115__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint64116().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(116, fieldMapSfixed64Sint64116__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64String117().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(117, fieldMapSfixed64String117__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint32118().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(118, fieldMapSfixed64Uint32118__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint64119().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(119, fieldMapSfixed64Uint64119__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bool120().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(120, fieldMapSint32Bool120__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bytes121().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(121, fieldMapSint32Bytes121__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Double122().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Double122__ = FieldMapSint32Double122DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(122, fieldMapSint32Double122__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Enum123().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Enum123__ = FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(123, fieldMapSint32Enum123__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed32124().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(124, fieldMapSint32Fixed32124__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed64125().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(125, fieldMapSint32Fixed64125__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Float126().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Float126__ = FieldMapSint32Float126DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(126, fieldMapSint32Float126__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int32127().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(127, fieldMapSint32Int32127__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int64128().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(128, fieldMapSint32Int64128__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Message129().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Message129__ = FieldMapSint32Message129DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(129, fieldMapSint32Message129__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed32130().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(130, fieldMapSint32Sfixed32130__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed64131().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(131, fieldMapSint32Sfixed64131__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint32132().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(132, fieldMapSint32Sint32132__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint64133().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(133, fieldMapSint32Sint64133__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32String134().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32String134__ = FieldMapSint32String134DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(134, fieldMapSint32String134__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint32135().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(135, fieldMapSint32Uint32135__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint64136().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(136, fieldMapSint32Uint64136__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bool137().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(137, fieldMapSint64Bool137__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bytes138().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(138, fieldMapSint64Bytes138__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Double139().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Double139__ = FieldMapSint64Double139DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(139, fieldMapSint64Double139__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Enum140().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Enum140__ = FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(140, fieldMapSint64Enum140__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed32141().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(141, fieldMapSint64Fixed32141__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed64142().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(142, fieldMapSint64Fixed64142__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Float143().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Float143__ = FieldMapSint64Float143DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(143, fieldMapSint64Float143__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int32144().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(144, fieldMapSint64Int32144__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int64145().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(145, fieldMapSint64Int64145__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Message146().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Message146__ = FieldMapSint64Message146DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(146, fieldMapSint64Message146__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed32147().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(147, fieldMapSint64Sfixed32147__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed64148().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(148, fieldMapSint64Sfixed64148__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint32149().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(149, fieldMapSint64Sint32149__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint64150().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(150, fieldMapSint64Sint64150__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64String151().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64String151__ = FieldMapSint64String151DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(151, fieldMapSint64String151__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint32152().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(152, fieldMapSint64Uint32152__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint64153().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(153, fieldMapSint64Uint64153__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBool154().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBool154__ = FieldMapStringBool154DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(154, fieldMapStringBool154__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBytes155().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBytes155__ = FieldMapStringBytes155DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(155, fieldMapStringBytes155__); } for (java.util.Map.Entry entry : internalGetFieldMapStringDouble156().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringDouble156__ = FieldMapStringDouble156DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(156, fieldMapStringDouble156__); } for (java.util.Map.Entry entry : internalGetFieldMapStringEnum157().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringEnum157__ = FieldMapStringEnum157DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(157, fieldMapStringEnum157__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed32158().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(158, fieldMapStringFixed32158__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed64159().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(159, fieldMapStringFixed64159__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFloat160().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFloat160__ = FieldMapStringFloat160DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(160, fieldMapStringFloat160__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt32161().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt32161__ = FieldMapStringInt32161DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(161, fieldMapStringInt32161__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt64162().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt64162__ = FieldMapStringInt64162DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(162, fieldMapStringInt64162__); } for (java.util.Map.Entry entry : internalGetFieldMapStringMessage163().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringMessage163__ = FieldMapStringMessage163DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(163, fieldMapStringMessage163__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed32164().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(164, fieldMapStringSfixed32164__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed64165().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(165, fieldMapStringSfixed64165__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint32166().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint32166__ = FieldMapStringSint32166DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(166, fieldMapStringSint32166__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint64167().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint64167__ = FieldMapStringSint64167DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(167, fieldMapStringSint64167__); } for (java.util.Map.Entry entry : internalGetFieldMapStringString168().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringString168__ = FieldMapStringString168DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(168, fieldMapStringString168__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint32169().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint32169__ = FieldMapStringUint32169DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(169, fieldMapStringUint32169__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint64170().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint64170__ = FieldMapStringUint64170DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(170, fieldMapStringUint64170__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bool171().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(171, fieldMapUint32Bool171__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bytes172().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(172, fieldMapUint32Bytes172__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Double173().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Double173__ = FieldMapUint32Double173DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(173, fieldMapUint32Double173__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Enum174().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Enum174__ = FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(174, fieldMapUint32Enum174__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed32175().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(175, fieldMapUint32Fixed32175__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed64176().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(176, fieldMapUint32Fixed64176__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Float177().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Float177__ = FieldMapUint32Float177DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(177, fieldMapUint32Float177__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int32178().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(178, fieldMapUint32Int32178__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int64179().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(179, fieldMapUint32Int64179__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Message180().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Message180__ = FieldMapUint32Message180DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(180, fieldMapUint32Message180__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed32181().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(181, fieldMapUint32Sfixed32181__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed64182().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(182, fieldMapUint32Sfixed64182__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint32183().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(183, fieldMapUint32Sint32183__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint64184().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(184, fieldMapUint32Sint64184__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32String185().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32String185__ = FieldMapUint32String185DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(185, fieldMapUint32String185__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint32186().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(186, fieldMapUint32Uint32186__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint64187().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(187, fieldMapUint32Uint64187__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bool188().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(188, fieldMapUint64Bool188__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bytes189().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(189, fieldMapUint64Bytes189__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Double190().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Double190__ = FieldMapUint64Double190DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(190, fieldMapUint64Double190__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Enum191().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Enum191__ = FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(191, fieldMapUint64Enum191__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed32192().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(192, fieldMapUint64Fixed32192__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed64193().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(193, fieldMapUint64Fixed64193__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Float194().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Float194__ = FieldMapUint64Float194DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(194, fieldMapUint64Float194__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int32195().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(195, fieldMapUint64Int32195__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int64196().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(196, fieldMapUint64Int64196__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Message197().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Message197__ = FieldMapUint64Message197DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(197, fieldMapUint64Message197__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed32198().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(198, fieldMapUint64Sfixed32198__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed64199().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(199, fieldMapUint64Sfixed64199__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint32200().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(200, fieldMapUint64Sint32200__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint64201().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(201, fieldMapUint64Sint64201__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64String202().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64String202__ = FieldMapUint64String202DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(202, fieldMapUint64String202__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint32203().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(203, fieldMapUint64Uint32203__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint64204().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(204, fieldMapUint64Uint64204__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps)) { return super.equals(obj); } com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps other = (com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps) obj; if (!internalGetFieldMapBoolBool1().equals( other.internalGetFieldMapBoolBool1())) return false; if (!internalGetFieldMapBoolBytes2().equals( other.internalGetFieldMapBoolBytes2())) return false; if (!internalGetFieldMapBoolDouble3().equals( other.internalGetFieldMapBoolDouble3())) return false; if (!internalGetFieldMapBoolEnum4().equals( other.internalGetFieldMapBoolEnum4())) return false; if (!internalGetFieldMapBoolFixed325().equals( other.internalGetFieldMapBoolFixed325())) return false; if (!internalGetFieldMapBoolFixed646().equals( other.internalGetFieldMapBoolFixed646())) return false; if (!internalGetFieldMapBoolFloat7().equals( other.internalGetFieldMapBoolFloat7())) return false; if (!internalGetFieldMapBoolInt328().equals( other.internalGetFieldMapBoolInt328())) return false; if (!internalGetFieldMapBoolInt649().equals( other.internalGetFieldMapBoolInt649())) return false; if (!internalGetFieldMapBoolMessage10().equals( other.internalGetFieldMapBoolMessage10())) return false; if (!internalGetFieldMapBoolSfixed3211().equals( other.internalGetFieldMapBoolSfixed3211())) return false; if (!internalGetFieldMapBoolSfixed6412().equals( other.internalGetFieldMapBoolSfixed6412())) return false; if (!internalGetFieldMapBoolSint3213().equals( other.internalGetFieldMapBoolSint3213())) return false; if (!internalGetFieldMapBoolSint6414().equals( other.internalGetFieldMapBoolSint6414())) return false; if (!internalGetFieldMapBoolString15().equals( other.internalGetFieldMapBoolString15())) return false; if (!internalGetFieldMapBoolUint3216().equals( other.internalGetFieldMapBoolUint3216())) return false; if (!internalGetFieldMapBoolUint6417().equals( other.internalGetFieldMapBoolUint6417())) return false; if (!internalGetFieldMapFixed32Bool18().equals( other.internalGetFieldMapFixed32Bool18())) return false; if (!internalGetFieldMapFixed32Bytes19().equals( other.internalGetFieldMapFixed32Bytes19())) return false; if (!internalGetFieldMapFixed32Double20().equals( other.internalGetFieldMapFixed32Double20())) return false; if (!internalGetFieldMapFixed32Enum21().equals( other.internalGetFieldMapFixed32Enum21())) return false; if (!internalGetFieldMapFixed32Fixed3222().equals( other.internalGetFieldMapFixed32Fixed3222())) return false; if (!internalGetFieldMapFixed32Fixed6423().equals( other.internalGetFieldMapFixed32Fixed6423())) return false; if (!internalGetFieldMapFixed32Float24().equals( other.internalGetFieldMapFixed32Float24())) return false; if (!internalGetFieldMapFixed32Int3225().equals( other.internalGetFieldMapFixed32Int3225())) return false; if (!internalGetFieldMapFixed32Int6426().equals( other.internalGetFieldMapFixed32Int6426())) return false; if (!internalGetFieldMapFixed32Message27().equals( other.internalGetFieldMapFixed32Message27())) return false; if (!internalGetFieldMapFixed32Sfixed3228().equals( other.internalGetFieldMapFixed32Sfixed3228())) return false; if (!internalGetFieldMapFixed32Sfixed6429().equals( other.internalGetFieldMapFixed32Sfixed6429())) return false; if (!internalGetFieldMapFixed32Sint3230().equals( other.internalGetFieldMapFixed32Sint3230())) return false; if (!internalGetFieldMapFixed32Sint6431().equals( other.internalGetFieldMapFixed32Sint6431())) return false; if (!internalGetFieldMapFixed32String32().equals( other.internalGetFieldMapFixed32String32())) return false; if (!internalGetFieldMapFixed32Uint3233().equals( other.internalGetFieldMapFixed32Uint3233())) return false; if (!internalGetFieldMapFixed32Uint6434().equals( other.internalGetFieldMapFixed32Uint6434())) return false; if (!internalGetFieldMapFixed64Bool35().equals( other.internalGetFieldMapFixed64Bool35())) return false; if (!internalGetFieldMapFixed64Bytes36().equals( other.internalGetFieldMapFixed64Bytes36())) return false; if (!internalGetFieldMapFixed64Double37().equals( other.internalGetFieldMapFixed64Double37())) return false; if (!internalGetFieldMapFixed64Enum38().equals( other.internalGetFieldMapFixed64Enum38())) return false; if (!internalGetFieldMapFixed64Fixed3239().equals( other.internalGetFieldMapFixed64Fixed3239())) return false; if (!internalGetFieldMapFixed64Fixed6440().equals( other.internalGetFieldMapFixed64Fixed6440())) return false; if (!internalGetFieldMapFixed64Float41().equals( other.internalGetFieldMapFixed64Float41())) return false; if (!internalGetFieldMapFixed64Int3242().equals( other.internalGetFieldMapFixed64Int3242())) return false; if (!internalGetFieldMapFixed64Int6443().equals( other.internalGetFieldMapFixed64Int6443())) return false; if (!internalGetFieldMapFixed64Message44().equals( other.internalGetFieldMapFixed64Message44())) return false; if (!internalGetFieldMapFixed64Sfixed3245().equals( other.internalGetFieldMapFixed64Sfixed3245())) return false; if (!internalGetFieldMapFixed64Sfixed6446().equals( other.internalGetFieldMapFixed64Sfixed6446())) return false; if (!internalGetFieldMapFixed64Sint3247().equals( other.internalGetFieldMapFixed64Sint3247())) return false; if (!internalGetFieldMapFixed64Sint6448().equals( other.internalGetFieldMapFixed64Sint6448())) return false; if (!internalGetFieldMapFixed64String49().equals( other.internalGetFieldMapFixed64String49())) return false; if (!internalGetFieldMapFixed64Uint3250().equals( other.internalGetFieldMapFixed64Uint3250())) return false; if (!internalGetFieldMapFixed64Uint6451().equals( other.internalGetFieldMapFixed64Uint6451())) return false; if (!internalGetFieldMapInt32Bool52().equals( other.internalGetFieldMapInt32Bool52())) return false; if (!internalGetFieldMapInt32Bytes53().equals( other.internalGetFieldMapInt32Bytes53())) return false; if (!internalGetFieldMapInt32Double54().equals( other.internalGetFieldMapInt32Double54())) return false; if (!internalGetFieldMapInt32Enum55().equals( other.internalGetFieldMapInt32Enum55())) return false; if (!internalGetFieldMapInt32Fixed3256().equals( other.internalGetFieldMapInt32Fixed3256())) return false; if (!internalGetFieldMapInt32Fixed6457().equals( other.internalGetFieldMapInt32Fixed6457())) return false; if (!internalGetFieldMapInt32Float58().equals( other.internalGetFieldMapInt32Float58())) return false; if (!internalGetFieldMapInt32Int3259().equals( other.internalGetFieldMapInt32Int3259())) return false; if (!internalGetFieldMapInt32Int6460().equals( other.internalGetFieldMapInt32Int6460())) return false; if (!internalGetFieldMapInt32Message61().equals( other.internalGetFieldMapInt32Message61())) return false; if (!internalGetFieldMapInt32Sfixed3262().equals( other.internalGetFieldMapInt32Sfixed3262())) return false; if (!internalGetFieldMapInt32Sfixed6463().equals( other.internalGetFieldMapInt32Sfixed6463())) return false; if (!internalGetFieldMapInt32Sint3264().equals( other.internalGetFieldMapInt32Sint3264())) return false; if (!internalGetFieldMapInt32Sint6465().equals( other.internalGetFieldMapInt32Sint6465())) return false; if (!internalGetFieldMapInt32String66().equals( other.internalGetFieldMapInt32String66())) return false; if (!internalGetFieldMapInt32Uint3267().equals( other.internalGetFieldMapInt32Uint3267())) return false; if (!internalGetFieldMapInt32Uint6468().equals( other.internalGetFieldMapInt32Uint6468())) return false; if (!internalGetFieldMapInt64Bool69().equals( other.internalGetFieldMapInt64Bool69())) return false; if (!internalGetFieldMapInt64Bytes70().equals( other.internalGetFieldMapInt64Bytes70())) return false; if (!internalGetFieldMapInt64Double71().equals( other.internalGetFieldMapInt64Double71())) return false; if (!internalGetFieldMapInt64Enum72().equals( other.internalGetFieldMapInt64Enum72())) return false; if (!internalGetFieldMapInt64Fixed3273().equals( other.internalGetFieldMapInt64Fixed3273())) return false; if (!internalGetFieldMapInt64Fixed6474().equals( other.internalGetFieldMapInt64Fixed6474())) return false; if (!internalGetFieldMapInt64Float75().equals( other.internalGetFieldMapInt64Float75())) return false; if (!internalGetFieldMapInt64Int3276().equals( other.internalGetFieldMapInt64Int3276())) return false; if (!internalGetFieldMapInt64Int6477().equals( other.internalGetFieldMapInt64Int6477())) return false; if (!internalGetFieldMapInt64Message78().equals( other.internalGetFieldMapInt64Message78())) return false; if (!internalGetFieldMapInt64Sfixed3279().equals( other.internalGetFieldMapInt64Sfixed3279())) return false; if (!internalGetFieldMapInt64Sfixed6480().equals( other.internalGetFieldMapInt64Sfixed6480())) return false; if (!internalGetFieldMapInt64Sint3281().equals( other.internalGetFieldMapInt64Sint3281())) return false; if (!internalGetFieldMapInt64Sint6482().equals( other.internalGetFieldMapInt64Sint6482())) return false; if (!internalGetFieldMapInt64String83().equals( other.internalGetFieldMapInt64String83())) return false; if (!internalGetFieldMapInt64Uint3284().equals( other.internalGetFieldMapInt64Uint3284())) return false; if (!internalGetFieldMapInt64Uint6485().equals( other.internalGetFieldMapInt64Uint6485())) return false; if (!internalGetFieldMapSfixed32Bool86().equals( other.internalGetFieldMapSfixed32Bool86())) return false; if (!internalGetFieldMapSfixed32Bytes87().equals( other.internalGetFieldMapSfixed32Bytes87())) return false; if (!internalGetFieldMapSfixed32Double88().equals( other.internalGetFieldMapSfixed32Double88())) return false; if (!internalGetFieldMapSfixed32Enum89().equals( other.internalGetFieldMapSfixed32Enum89())) return false; if (!internalGetFieldMapSfixed32Fixed3290().equals( other.internalGetFieldMapSfixed32Fixed3290())) return false; if (!internalGetFieldMapSfixed32Fixed6491().equals( other.internalGetFieldMapSfixed32Fixed6491())) return false; if (!internalGetFieldMapSfixed32Float92().equals( other.internalGetFieldMapSfixed32Float92())) return false; if (!internalGetFieldMapSfixed32Int3293().equals( other.internalGetFieldMapSfixed32Int3293())) return false; if (!internalGetFieldMapSfixed32Int6494().equals( other.internalGetFieldMapSfixed32Int6494())) return false; if (!internalGetFieldMapSfixed32Message95().equals( other.internalGetFieldMapSfixed32Message95())) return false; if (!internalGetFieldMapSfixed32Sfixed3296().equals( other.internalGetFieldMapSfixed32Sfixed3296())) return false; if (!internalGetFieldMapSfixed32Sfixed6497().equals( other.internalGetFieldMapSfixed32Sfixed6497())) return false; if (!internalGetFieldMapSfixed32Sint3298().equals( other.internalGetFieldMapSfixed32Sint3298())) return false; if (!internalGetFieldMapSfixed32Sint6499().equals( other.internalGetFieldMapSfixed32Sint6499())) return false; if (!internalGetFieldMapSfixed32String100().equals( other.internalGetFieldMapSfixed32String100())) return false; if (!internalGetFieldMapSfixed32Uint32101().equals( other.internalGetFieldMapSfixed32Uint32101())) return false; if (!internalGetFieldMapSfixed32Uint64102().equals( other.internalGetFieldMapSfixed32Uint64102())) return false; if (!internalGetFieldMapSfixed64Bool103().equals( other.internalGetFieldMapSfixed64Bool103())) return false; if (!internalGetFieldMapSfixed64Bytes104().equals( other.internalGetFieldMapSfixed64Bytes104())) return false; if (!internalGetFieldMapSfixed64Double105().equals( other.internalGetFieldMapSfixed64Double105())) return false; if (!internalGetFieldMapSfixed64Enum106().equals( other.internalGetFieldMapSfixed64Enum106())) return false; if (!internalGetFieldMapSfixed64Fixed32107().equals( other.internalGetFieldMapSfixed64Fixed32107())) return false; if (!internalGetFieldMapSfixed64Fixed64108().equals( other.internalGetFieldMapSfixed64Fixed64108())) return false; if (!internalGetFieldMapSfixed64Float109().equals( other.internalGetFieldMapSfixed64Float109())) return false; if (!internalGetFieldMapSfixed64Int32110().equals( other.internalGetFieldMapSfixed64Int32110())) return false; if (!internalGetFieldMapSfixed64Int64111().equals( other.internalGetFieldMapSfixed64Int64111())) return false; if (!internalGetFieldMapSfixed64Message112().equals( other.internalGetFieldMapSfixed64Message112())) return false; if (!internalGetFieldMapSfixed64Sfixed32113().equals( other.internalGetFieldMapSfixed64Sfixed32113())) return false; if (!internalGetFieldMapSfixed64Sfixed64114().equals( other.internalGetFieldMapSfixed64Sfixed64114())) return false; if (!internalGetFieldMapSfixed64Sint32115().equals( other.internalGetFieldMapSfixed64Sint32115())) return false; if (!internalGetFieldMapSfixed64Sint64116().equals( other.internalGetFieldMapSfixed64Sint64116())) return false; if (!internalGetFieldMapSfixed64String117().equals( other.internalGetFieldMapSfixed64String117())) return false; if (!internalGetFieldMapSfixed64Uint32118().equals( other.internalGetFieldMapSfixed64Uint32118())) return false; if (!internalGetFieldMapSfixed64Uint64119().equals( other.internalGetFieldMapSfixed64Uint64119())) return false; if (!internalGetFieldMapSint32Bool120().equals( other.internalGetFieldMapSint32Bool120())) return false; if (!internalGetFieldMapSint32Bytes121().equals( other.internalGetFieldMapSint32Bytes121())) return false; if (!internalGetFieldMapSint32Double122().equals( other.internalGetFieldMapSint32Double122())) return false; if (!internalGetFieldMapSint32Enum123().equals( other.internalGetFieldMapSint32Enum123())) return false; if (!internalGetFieldMapSint32Fixed32124().equals( other.internalGetFieldMapSint32Fixed32124())) return false; if (!internalGetFieldMapSint32Fixed64125().equals( other.internalGetFieldMapSint32Fixed64125())) return false; if (!internalGetFieldMapSint32Float126().equals( other.internalGetFieldMapSint32Float126())) return false; if (!internalGetFieldMapSint32Int32127().equals( other.internalGetFieldMapSint32Int32127())) return false; if (!internalGetFieldMapSint32Int64128().equals( other.internalGetFieldMapSint32Int64128())) return false; if (!internalGetFieldMapSint32Message129().equals( other.internalGetFieldMapSint32Message129())) return false; if (!internalGetFieldMapSint32Sfixed32130().equals( other.internalGetFieldMapSint32Sfixed32130())) return false; if (!internalGetFieldMapSint32Sfixed64131().equals( other.internalGetFieldMapSint32Sfixed64131())) return false; if (!internalGetFieldMapSint32Sint32132().equals( other.internalGetFieldMapSint32Sint32132())) return false; if (!internalGetFieldMapSint32Sint64133().equals( other.internalGetFieldMapSint32Sint64133())) return false; if (!internalGetFieldMapSint32String134().equals( other.internalGetFieldMapSint32String134())) return false; if (!internalGetFieldMapSint32Uint32135().equals( other.internalGetFieldMapSint32Uint32135())) return false; if (!internalGetFieldMapSint32Uint64136().equals( other.internalGetFieldMapSint32Uint64136())) return false; if (!internalGetFieldMapSint64Bool137().equals( other.internalGetFieldMapSint64Bool137())) return false; if (!internalGetFieldMapSint64Bytes138().equals( other.internalGetFieldMapSint64Bytes138())) return false; if (!internalGetFieldMapSint64Double139().equals( other.internalGetFieldMapSint64Double139())) return false; if (!internalGetFieldMapSint64Enum140().equals( other.internalGetFieldMapSint64Enum140())) return false; if (!internalGetFieldMapSint64Fixed32141().equals( other.internalGetFieldMapSint64Fixed32141())) return false; if (!internalGetFieldMapSint64Fixed64142().equals( other.internalGetFieldMapSint64Fixed64142())) return false; if (!internalGetFieldMapSint64Float143().equals( other.internalGetFieldMapSint64Float143())) return false; if (!internalGetFieldMapSint64Int32144().equals( other.internalGetFieldMapSint64Int32144())) return false; if (!internalGetFieldMapSint64Int64145().equals( other.internalGetFieldMapSint64Int64145())) return false; if (!internalGetFieldMapSint64Message146().equals( other.internalGetFieldMapSint64Message146())) return false; if (!internalGetFieldMapSint64Sfixed32147().equals( other.internalGetFieldMapSint64Sfixed32147())) return false; if (!internalGetFieldMapSint64Sfixed64148().equals( other.internalGetFieldMapSint64Sfixed64148())) return false; if (!internalGetFieldMapSint64Sint32149().equals( other.internalGetFieldMapSint64Sint32149())) return false; if (!internalGetFieldMapSint64Sint64150().equals( other.internalGetFieldMapSint64Sint64150())) return false; if (!internalGetFieldMapSint64String151().equals( other.internalGetFieldMapSint64String151())) return false; if (!internalGetFieldMapSint64Uint32152().equals( other.internalGetFieldMapSint64Uint32152())) return false; if (!internalGetFieldMapSint64Uint64153().equals( other.internalGetFieldMapSint64Uint64153())) return false; if (!internalGetFieldMapStringBool154().equals( other.internalGetFieldMapStringBool154())) return false; if (!internalGetFieldMapStringBytes155().equals( other.internalGetFieldMapStringBytes155())) return false; if (!internalGetFieldMapStringDouble156().equals( other.internalGetFieldMapStringDouble156())) return false; if (!internalGetFieldMapStringEnum157().equals( other.internalGetFieldMapStringEnum157())) return false; if (!internalGetFieldMapStringFixed32158().equals( other.internalGetFieldMapStringFixed32158())) return false; if (!internalGetFieldMapStringFixed64159().equals( other.internalGetFieldMapStringFixed64159())) return false; if (!internalGetFieldMapStringFloat160().equals( other.internalGetFieldMapStringFloat160())) return false; if (!internalGetFieldMapStringInt32161().equals( other.internalGetFieldMapStringInt32161())) return false; if (!internalGetFieldMapStringInt64162().equals( other.internalGetFieldMapStringInt64162())) return false; if (!internalGetFieldMapStringMessage163().equals( other.internalGetFieldMapStringMessage163())) return false; if (!internalGetFieldMapStringSfixed32164().equals( other.internalGetFieldMapStringSfixed32164())) return false; if (!internalGetFieldMapStringSfixed64165().equals( other.internalGetFieldMapStringSfixed64165())) return false; if (!internalGetFieldMapStringSint32166().equals( other.internalGetFieldMapStringSint32166())) return false; if (!internalGetFieldMapStringSint64167().equals( other.internalGetFieldMapStringSint64167())) return false; if (!internalGetFieldMapStringString168().equals( other.internalGetFieldMapStringString168())) return false; if (!internalGetFieldMapStringUint32169().equals( other.internalGetFieldMapStringUint32169())) return false; if (!internalGetFieldMapStringUint64170().equals( other.internalGetFieldMapStringUint64170())) return false; if (!internalGetFieldMapUint32Bool171().equals( other.internalGetFieldMapUint32Bool171())) return false; if (!internalGetFieldMapUint32Bytes172().equals( other.internalGetFieldMapUint32Bytes172())) return false; if (!internalGetFieldMapUint32Double173().equals( other.internalGetFieldMapUint32Double173())) return false; if (!internalGetFieldMapUint32Enum174().equals( other.internalGetFieldMapUint32Enum174())) return false; if (!internalGetFieldMapUint32Fixed32175().equals( other.internalGetFieldMapUint32Fixed32175())) return false; if (!internalGetFieldMapUint32Fixed64176().equals( other.internalGetFieldMapUint32Fixed64176())) return false; if (!internalGetFieldMapUint32Float177().equals( other.internalGetFieldMapUint32Float177())) return false; if (!internalGetFieldMapUint32Int32178().equals( other.internalGetFieldMapUint32Int32178())) return false; if (!internalGetFieldMapUint32Int64179().equals( other.internalGetFieldMapUint32Int64179())) return false; if (!internalGetFieldMapUint32Message180().equals( other.internalGetFieldMapUint32Message180())) return false; if (!internalGetFieldMapUint32Sfixed32181().equals( other.internalGetFieldMapUint32Sfixed32181())) return false; if (!internalGetFieldMapUint32Sfixed64182().equals( other.internalGetFieldMapUint32Sfixed64182())) return false; if (!internalGetFieldMapUint32Sint32183().equals( other.internalGetFieldMapUint32Sint32183())) return false; if (!internalGetFieldMapUint32Sint64184().equals( other.internalGetFieldMapUint32Sint64184())) return false; if (!internalGetFieldMapUint32String185().equals( other.internalGetFieldMapUint32String185())) return false; if (!internalGetFieldMapUint32Uint32186().equals( other.internalGetFieldMapUint32Uint32186())) return false; if (!internalGetFieldMapUint32Uint64187().equals( other.internalGetFieldMapUint32Uint64187())) return false; if (!internalGetFieldMapUint64Bool188().equals( other.internalGetFieldMapUint64Bool188())) return false; if (!internalGetFieldMapUint64Bytes189().equals( other.internalGetFieldMapUint64Bytes189())) return false; if (!internalGetFieldMapUint64Double190().equals( other.internalGetFieldMapUint64Double190())) return false; if (!internalGetFieldMapUint64Enum191().equals( other.internalGetFieldMapUint64Enum191())) return false; if (!internalGetFieldMapUint64Fixed32192().equals( other.internalGetFieldMapUint64Fixed32192())) return false; if (!internalGetFieldMapUint64Fixed64193().equals( other.internalGetFieldMapUint64Fixed64193())) return false; if (!internalGetFieldMapUint64Float194().equals( other.internalGetFieldMapUint64Float194())) return false; if (!internalGetFieldMapUint64Int32195().equals( other.internalGetFieldMapUint64Int32195())) return false; if (!internalGetFieldMapUint64Int64196().equals( other.internalGetFieldMapUint64Int64196())) return false; if (!internalGetFieldMapUint64Message197().equals( other.internalGetFieldMapUint64Message197())) return false; if (!internalGetFieldMapUint64Sfixed32198().equals( other.internalGetFieldMapUint64Sfixed32198())) return false; if (!internalGetFieldMapUint64Sfixed64199().equals( other.internalGetFieldMapUint64Sfixed64199())) return false; if (!internalGetFieldMapUint64Sint32200().equals( other.internalGetFieldMapUint64Sint32200())) return false; if (!internalGetFieldMapUint64Sint64201().equals( other.internalGetFieldMapUint64Sint64201())) return false; if (!internalGetFieldMapUint64String202().equals( other.internalGetFieldMapUint64String202())) return false; if (!internalGetFieldMapUint64Uint32203().equals( other.internalGetFieldMapUint64Uint32203())) return false; if (!internalGetFieldMapUint64Uint64204().equals( other.internalGetFieldMapUint64Uint64204())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetFieldMapBoolBool1().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBool1().hashCode(); } if (!internalGetFieldMapBoolBytes2().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBytes2().hashCode(); } if (!internalGetFieldMapBoolDouble3().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolDouble3().hashCode(); } if (!internalGetFieldMapBoolEnum4().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolEnum4().hashCode(); } if (!internalGetFieldMapBoolFixed325().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed325().hashCode(); } if (!internalGetFieldMapBoolFixed646().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed646().hashCode(); } if (!internalGetFieldMapBoolFloat7().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFloat7().hashCode(); } if (!internalGetFieldMapBoolInt328().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt328().hashCode(); } if (!internalGetFieldMapBoolInt649().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt649().hashCode(); } if (!internalGetFieldMapBoolMessage10().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolMessage10().hashCode(); } if (!internalGetFieldMapBoolSfixed3211().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed3211().hashCode(); } if (!internalGetFieldMapBoolSfixed6412().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed6412().hashCode(); } if (!internalGetFieldMapBoolSint3213().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint3213().hashCode(); } if (!internalGetFieldMapBoolSint6414().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint6414().hashCode(); } if (!internalGetFieldMapBoolString15().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolString15().hashCode(); } if (!internalGetFieldMapBoolUint3216().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint3216().hashCode(); } if (!internalGetFieldMapBoolUint6417().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint6417().hashCode(); } if (!internalGetFieldMapFixed32Bool18().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bool18().hashCode(); } if (!internalGetFieldMapFixed32Bytes19().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bytes19().hashCode(); } if (!internalGetFieldMapFixed32Double20().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Double20().hashCode(); } if (!internalGetFieldMapFixed32Enum21().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Enum21().hashCode(); } if (!internalGetFieldMapFixed32Fixed3222().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed3222().hashCode(); } if (!internalGetFieldMapFixed32Fixed6423().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed6423().hashCode(); } if (!internalGetFieldMapFixed32Float24().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Float24().hashCode(); } if (!internalGetFieldMapFixed32Int3225().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int3225().hashCode(); } if (!internalGetFieldMapFixed32Int6426().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int6426().hashCode(); } if (!internalGetFieldMapFixed32Message27().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Message27().hashCode(); } if (!internalGetFieldMapFixed32Sfixed3228().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed3228().hashCode(); } if (!internalGetFieldMapFixed32Sfixed6429().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed6429().hashCode(); } if (!internalGetFieldMapFixed32Sint3230().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint3230().hashCode(); } if (!internalGetFieldMapFixed32Sint6431().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint6431().hashCode(); } if (!internalGetFieldMapFixed32String32().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32String32().hashCode(); } if (!internalGetFieldMapFixed32Uint3233().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint3233().hashCode(); } if (!internalGetFieldMapFixed32Uint6434().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint6434().hashCode(); } if (!internalGetFieldMapFixed64Bool35().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bool35().hashCode(); } if (!internalGetFieldMapFixed64Bytes36().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bytes36().hashCode(); } if (!internalGetFieldMapFixed64Double37().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Double37().hashCode(); } if (!internalGetFieldMapFixed64Enum38().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Enum38().hashCode(); } if (!internalGetFieldMapFixed64Fixed3239().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed3239().hashCode(); } if (!internalGetFieldMapFixed64Fixed6440().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed6440().hashCode(); } if (!internalGetFieldMapFixed64Float41().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Float41().hashCode(); } if (!internalGetFieldMapFixed64Int3242().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int3242().hashCode(); } if (!internalGetFieldMapFixed64Int6443().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int6443().hashCode(); } if (!internalGetFieldMapFixed64Message44().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Message44().hashCode(); } if (!internalGetFieldMapFixed64Sfixed3245().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed3245().hashCode(); } if (!internalGetFieldMapFixed64Sfixed6446().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed6446().hashCode(); } if (!internalGetFieldMapFixed64Sint3247().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint3247().hashCode(); } if (!internalGetFieldMapFixed64Sint6448().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint6448().hashCode(); } if (!internalGetFieldMapFixed64String49().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64String49().hashCode(); } if (!internalGetFieldMapFixed64Uint3250().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint3250().hashCode(); } if (!internalGetFieldMapFixed64Uint6451().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint6451().hashCode(); } if (!internalGetFieldMapInt32Bool52().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bool52().hashCode(); } if (!internalGetFieldMapInt32Bytes53().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bytes53().hashCode(); } if (!internalGetFieldMapInt32Double54().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Double54().hashCode(); } if (!internalGetFieldMapInt32Enum55().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Enum55().hashCode(); } if (!internalGetFieldMapInt32Fixed3256().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed3256().hashCode(); } if (!internalGetFieldMapInt32Fixed6457().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed6457().hashCode(); } if (!internalGetFieldMapInt32Float58().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Float58().hashCode(); } if (!internalGetFieldMapInt32Int3259().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT32_59_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int3259().hashCode(); } if (!internalGetFieldMapInt32Int6460().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT64_60_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int6460().hashCode(); } if (!internalGetFieldMapInt32Message61().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Message61().hashCode(); } if (!internalGetFieldMapInt32Sfixed3262().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed3262().hashCode(); } if (!internalGetFieldMapInt32Sfixed6463().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed6463().hashCode(); } if (!internalGetFieldMapInt32Sint3264().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint3264().hashCode(); } if (!internalGetFieldMapInt32Sint6465().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint6465().hashCode(); } if (!internalGetFieldMapInt32String66().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_STRING_66_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32String66().hashCode(); } if (!internalGetFieldMapInt32Uint3267().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint3267().hashCode(); } if (!internalGetFieldMapInt32Uint6468().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint6468().hashCode(); } if (!internalGetFieldMapInt64Bool69().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bool69().hashCode(); } if (!internalGetFieldMapInt64Bytes70().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bytes70().hashCode(); } if (!internalGetFieldMapInt64Double71().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Double71().hashCode(); } if (!internalGetFieldMapInt64Enum72().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Enum72().hashCode(); } if (!internalGetFieldMapInt64Fixed3273().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed3273().hashCode(); } if (!internalGetFieldMapInt64Fixed6474().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed6474().hashCode(); } if (!internalGetFieldMapInt64Float75().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Float75().hashCode(); } if (!internalGetFieldMapInt64Int3276().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT32_76_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int3276().hashCode(); } if (!internalGetFieldMapInt64Int6477().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT64_77_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int6477().hashCode(); } if (!internalGetFieldMapInt64Message78().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Message78().hashCode(); } if (!internalGetFieldMapInt64Sfixed3279().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed3279().hashCode(); } if (!internalGetFieldMapInt64Sfixed6480().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed6480().hashCode(); } if (!internalGetFieldMapInt64Sint3281().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint3281().hashCode(); } if (!internalGetFieldMapInt64Sint6482().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint6482().hashCode(); } if (!internalGetFieldMapInt64String83().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_STRING_83_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64String83().hashCode(); } if (!internalGetFieldMapInt64Uint3284().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint3284().hashCode(); } if (!internalGetFieldMapInt64Uint6485().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint6485().hashCode(); } if (!internalGetFieldMapSfixed32Bool86().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bool86().hashCode(); } if (!internalGetFieldMapSfixed32Bytes87().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bytes87().hashCode(); } if (!internalGetFieldMapSfixed32Double88().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Double88().hashCode(); } if (!internalGetFieldMapSfixed32Enum89().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Enum89().hashCode(); } if (!internalGetFieldMapSfixed32Fixed3290().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed3290().hashCode(); } if (!internalGetFieldMapSfixed32Fixed6491().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed6491().hashCode(); } if (!internalGetFieldMapSfixed32Float92().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Float92().hashCode(); } if (!internalGetFieldMapSfixed32Int3293().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int3293().hashCode(); } if (!internalGetFieldMapSfixed32Int6494().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int6494().hashCode(); } if (!internalGetFieldMapSfixed32Message95().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Message95().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed3296().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed3296().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed6497().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed6497().hashCode(); } if (!internalGetFieldMapSfixed32Sint3298().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint3298().hashCode(); } if (!internalGetFieldMapSfixed32Sint6499().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint6499().hashCode(); } if (!internalGetFieldMapSfixed32String100().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32String100().hashCode(); } if (!internalGetFieldMapSfixed32Uint32101().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint32101().hashCode(); } if (!internalGetFieldMapSfixed32Uint64102().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint64102().hashCode(); } if (!internalGetFieldMapSfixed64Bool103().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bool103().hashCode(); } if (!internalGetFieldMapSfixed64Bytes104().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bytes104().hashCode(); } if (!internalGetFieldMapSfixed64Double105().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Double105().hashCode(); } if (!internalGetFieldMapSfixed64Enum106().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Enum106().hashCode(); } if (!internalGetFieldMapSfixed64Fixed32107().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed32107().hashCode(); } if (!internalGetFieldMapSfixed64Fixed64108().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed64108().hashCode(); } if (!internalGetFieldMapSfixed64Float109().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Float109().hashCode(); } if (!internalGetFieldMapSfixed64Int32110().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int32110().hashCode(); } if (!internalGetFieldMapSfixed64Int64111().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int64111().hashCode(); } if (!internalGetFieldMapSfixed64Message112().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Message112().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed32113().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed32113().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed64114().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed64114().hashCode(); } if (!internalGetFieldMapSfixed64Sint32115().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint32115().hashCode(); } if (!internalGetFieldMapSfixed64Sint64116().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint64116().hashCode(); } if (!internalGetFieldMapSfixed64String117().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64String117().hashCode(); } if (!internalGetFieldMapSfixed64Uint32118().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint32118().hashCode(); } if (!internalGetFieldMapSfixed64Uint64119().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint64119().hashCode(); } if (!internalGetFieldMapSint32Bool120().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bool120().hashCode(); } if (!internalGetFieldMapSint32Bytes121().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bytes121().hashCode(); } if (!internalGetFieldMapSint32Double122().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Double122().hashCode(); } if (!internalGetFieldMapSint32Enum123().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Enum123().hashCode(); } if (!internalGetFieldMapSint32Fixed32124().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed32124().hashCode(); } if (!internalGetFieldMapSint32Fixed64125().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed64125().hashCode(); } if (!internalGetFieldMapSint32Float126().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Float126().hashCode(); } if (!internalGetFieldMapSint32Int32127().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int32127().hashCode(); } if (!internalGetFieldMapSint32Int64128().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int64128().hashCode(); } if (!internalGetFieldMapSint32Message129().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Message129().hashCode(); } if (!internalGetFieldMapSint32Sfixed32130().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed32130().hashCode(); } if (!internalGetFieldMapSint32Sfixed64131().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed64131().hashCode(); } if (!internalGetFieldMapSint32Sint32132().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint32132().hashCode(); } if (!internalGetFieldMapSint32Sint64133().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint64133().hashCode(); } if (!internalGetFieldMapSint32String134().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32String134().hashCode(); } if (!internalGetFieldMapSint32Uint32135().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint32135().hashCode(); } if (!internalGetFieldMapSint32Uint64136().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint64136().hashCode(); } if (!internalGetFieldMapSint64Bool137().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bool137().hashCode(); } if (!internalGetFieldMapSint64Bytes138().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bytes138().hashCode(); } if (!internalGetFieldMapSint64Double139().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Double139().hashCode(); } if (!internalGetFieldMapSint64Enum140().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Enum140().hashCode(); } if (!internalGetFieldMapSint64Fixed32141().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed32141().hashCode(); } if (!internalGetFieldMapSint64Fixed64142().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed64142().hashCode(); } if (!internalGetFieldMapSint64Float143().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Float143().hashCode(); } if (!internalGetFieldMapSint64Int32144().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int32144().hashCode(); } if (!internalGetFieldMapSint64Int64145().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int64145().hashCode(); } if (!internalGetFieldMapSint64Message146().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Message146().hashCode(); } if (!internalGetFieldMapSint64Sfixed32147().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed32147().hashCode(); } if (!internalGetFieldMapSint64Sfixed64148().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed64148().hashCode(); } if (!internalGetFieldMapSint64Sint32149().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint32149().hashCode(); } if (!internalGetFieldMapSint64Sint64150().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint64150().hashCode(); } if (!internalGetFieldMapSint64String151().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64String151().hashCode(); } if (!internalGetFieldMapSint64Uint32152().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint32152().hashCode(); } if (!internalGetFieldMapSint64Uint64153().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint64153().hashCode(); } if (!internalGetFieldMapStringBool154().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBool154().hashCode(); } if (!internalGetFieldMapStringBytes155().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBytes155().hashCode(); } if (!internalGetFieldMapStringDouble156().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringDouble156().hashCode(); } if (!internalGetFieldMapStringEnum157().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringEnum157().hashCode(); } if (!internalGetFieldMapStringFixed32158().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed32158().hashCode(); } if (!internalGetFieldMapStringFixed64159().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed64159().hashCode(); } if (!internalGetFieldMapStringFloat160().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFloat160().hashCode(); } if (!internalGetFieldMapStringInt32161().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT32_161_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt32161().hashCode(); } if (!internalGetFieldMapStringInt64162().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT64_162_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt64162().hashCode(); } if (!internalGetFieldMapStringMessage163().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringMessage163().hashCode(); } if (!internalGetFieldMapStringSfixed32164().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed32164().hashCode(); } if (!internalGetFieldMapStringSfixed64165().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed64165().hashCode(); } if (!internalGetFieldMapStringSint32166().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint32166().hashCode(); } if (!internalGetFieldMapStringSint64167().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint64167().hashCode(); } if (!internalGetFieldMapStringString168().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_STRING_168_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringString168().hashCode(); } if (!internalGetFieldMapStringUint32169().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint32169().hashCode(); } if (!internalGetFieldMapStringUint64170().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint64170().hashCode(); } if (!internalGetFieldMapUint32Bool171().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bool171().hashCode(); } if (!internalGetFieldMapUint32Bytes172().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bytes172().hashCode(); } if (!internalGetFieldMapUint32Double173().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Double173().hashCode(); } if (!internalGetFieldMapUint32Enum174().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Enum174().hashCode(); } if (!internalGetFieldMapUint32Fixed32175().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed32175().hashCode(); } if (!internalGetFieldMapUint32Fixed64176().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed64176().hashCode(); } if (!internalGetFieldMapUint32Float177().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Float177().hashCode(); } if (!internalGetFieldMapUint32Int32178().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int32178().hashCode(); } if (!internalGetFieldMapUint32Int64179().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int64179().hashCode(); } if (!internalGetFieldMapUint32Message180().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Message180().hashCode(); } if (!internalGetFieldMapUint32Sfixed32181().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed32181().hashCode(); } if (!internalGetFieldMapUint32Sfixed64182().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed64182().hashCode(); } if (!internalGetFieldMapUint32Sint32183().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint32183().hashCode(); } if (!internalGetFieldMapUint32Sint64184().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint64184().hashCode(); } if (!internalGetFieldMapUint32String185().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32String185().hashCode(); } if (!internalGetFieldMapUint32Uint32186().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint32186().hashCode(); } if (!internalGetFieldMapUint32Uint64187().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint64187().hashCode(); } if (!internalGetFieldMapUint64Bool188().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bool188().hashCode(); } if (!internalGetFieldMapUint64Bytes189().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bytes189().hashCode(); } if (!internalGetFieldMapUint64Double190().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Double190().hashCode(); } if (!internalGetFieldMapUint64Enum191().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Enum191().hashCode(); } if (!internalGetFieldMapUint64Fixed32192().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed32192().hashCode(); } if (!internalGetFieldMapUint64Fixed64193().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed64193().hashCode(); } if (!internalGetFieldMapUint64Float194().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Float194().hashCode(); } if (!internalGetFieldMapUint64Int32195().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int32195().hashCode(); } if (!internalGetFieldMapUint64Int64196().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int64196().hashCode(); } if (!internalGetFieldMapUint64Message197().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Message197().hashCode(); } if (!internalGetFieldMapUint64Sfixed32198().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed32198().hashCode(); } if (!internalGetFieldMapUint64Sfixed64199().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed64199().hashCode(); } if (!internalGetFieldMapUint64Sint32200().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint32200().hashCode(); } if (!internalGetFieldMapUint64Sint64201().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint64201().hashCode(); } if (!internalGetFieldMapUint64String202().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64String202().hashCode(); } if (!internalGetFieldMapUint64Uint32203().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint32203().hashCode(); } if (!internalGetFieldMapUint64Uint64204().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint64204().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto3MessageWithMaps} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto3MessageWithMaps) com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMapsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableFieldMapBoolBool1(); case 2: return internalGetMutableFieldMapBoolBytes2(); case 3: return internalGetMutableFieldMapBoolDouble3(); case 4: return internalGetMutableFieldMapBoolEnum4(); case 5: return internalGetMutableFieldMapBoolFixed325(); case 6: return internalGetMutableFieldMapBoolFixed646(); case 7: return internalGetMutableFieldMapBoolFloat7(); case 8: return internalGetMutableFieldMapBoolInt328(); case 9: return internalGetMutableFieldMapBoolInt649(); case 10: return internalGetMutableFieldMapBoolMessage10(); case 11: return internalGetMutableFieldMapBoolSfixed3211(); case 12: return internalGetMutableFieldMapBoolSfixed6412(); case 13: return internalGetMutableFieldMapBoolSint3213(); case 14: return internalGetMutableFieldMapBoolSint6414(); case 15: return internalGetMutableFieldMapBoolString15(); case 16: return internalGetMutableFieldMapBoolUint3216(); case 17: return internalGetMutableFieldMapBoolUint6417(); case 18: return internalGetMutableFieldMapFixed32Bool18(); case 19: return internalGetMutableFieldMapFixed32Bytes19(); case 20: return internalGetMutableFieldMapFixed32Double20(); case 21: return internalGetMutableFieldMapFixed32Enum21(); case 22: return internalGetMutableFieldMapFixed32Fixed3222(); case 23: return internalGetMutableFieldMapFixed32Fixed6423(); case 24: return internalGetMutableFieldMapFixed32Float24(); case 25: return internalGetMutableFieldMapFixed32Int3225(); case 26: return internalGetMutableFieldMapFixed32Int6426(); case 27: return internalGetMutableFieldMapFixed32Message27(); case 28: return internalGetMutableFieldMapFixed32Sfixed3228(); case 29: return internalGetMutableFieldMapFixed32Sfixed6429(); case 30: return internalGetMutableFieldMapFixed32Sint3230(); case 31: return internalGetMutableFieldMapFixed32Sint6431(); case 32: return internalGetMutableFieldMapFixed32String32(); case 33: return internalGetMutableFieldMapFixed32Uint3233(); case 34: return internalGetMutableFieldMapFixed32Uint6434(); case 35: return internalGetMutableFieldMapFixed64Bool35(); case 36: return internalGetMutableFieldMapFixed64Bytes36(); case 37: return internalGetMutableFieldMapFixed64Double37(); case 38: return internalGetMutableFieldMapFixed64Enum38(); case 39: return internalGetMutableFieldMapFixed64Fixed3239(); case 40: return internalGetMutableFieldMapFixed64Fixed6440(); case 41: return internalGetMutableFieldMapFixed64Float41(); case 42: return internalGetMutableFieldMapFixed64Int3242(); case 43: return internalGetMutableFieldMapFixed64Int6443(); case 44: return internalGetMutableFieldMapFixed64Message44(); case 45: return internalGetMutableFieldMapFixed64Sfixed3245(); case 46: return internalGetMutableFieldMapFixed64Sfixed6446(); case 47: return internalGetMutableFieldMapFixed64Sint3247(); case 48: return internalGetMutableFieldMapFixed64Sint6448(); case 49: return internalGetMutableFieldMapFixed64String49(); case 50: return internalGetMutableFieldMapFixed64Uint3250(); case 51: return internalGetMutableFieldMapFixed64Uint6451(); case 52: return internalGetMutableFieldMapInt32Bool52(); case 53: return internalGetMutableFieldMapInt32Bytes53(); case 54: return internalGetMutableFieldMapInt32Double54(); case 55: return internalGetMutableFieldMapInt32Enum55(); case 56: return internalGetMutableFieldMapInt32Fixed3256(); case 57: return internalGetMutableFieldMapInt32Fixed6457(); case 58: return internalGetMutableFieldMapInt32Float58(); case 59: return internalGetMutableFieldMapInt32Int3259(); case 60: return internalGetMutableFieldMapInt32Int6460(); case 61: return internalGetMutableFieldMapInt32Message61(); case 62: return internalGetMutableFieldMapInt32Sfixed3262(); case 63: return internalGetMutableFieldMapInt32Sfixed6463(); case 64: return internalGetMutableFieldMapInt32Sint3264(); case 65: return internalGetMutableFieldMapInt32Sint6465(); case 66: return internalGetMutableFieldMapInt32String66(); case 67: return internalGetMutableFieldMapInt32Uint3267(); case 68: return internalGetMutableFieldMapInt32Uint6468(); case 69: return internalGetMutableFieldMapInt64Bool69(); case 70: return internalGetMutableFieldMapInt64Bytes70(); case 71: return internalGetMutableFieldMapInt64Double71(); case 72: return internalGetMutableFieldMapInt64Enum72(); case 73: return internalGetMutableFieldMapInt64Fixed3273(); case 74: return internalGetMutableFieldMapInt64Fixed6474(); case 75: return internalGetMutableFieldMapInt64Float75(); case 76: return internalGetMutableFieldMapInt64Int3276(); case 77: return internalGetMutableFieldMapInt64Int6477(); case 78: return internalGetMutableFieldMapInt64Message78(); case 79: return internalGetMutableFieldMapInt64Sfixed3279(); case 80: return internalGetMutableFieldMapInt64Sfixed6480(); case 81: return internalGetMutableFieldMapInt64Sint3281(); case 82: return internalGetMutableFieldMapInt64Sint6482(); case 83: return internalGetMutableFieldMapInt64String83(); case 84: return internalGetMutableFieldMapInt64Uint3284(); case 85: return internalGetMutableFieldMapInt64Uint6485(); case 86: return internalGetMutableFieldMapSfixed32Bool86(); case 87: return internalGetMutableFieldMapSfixed32Bytes87(); case 88: return internalGetMutableFieldMapSfixed32Double88(); case 89: return internalGetMutableFieldMapSfixed32Enum89(); case 90: return internalGetMutableFieldMapSfixed32Fixed3290(); case 91: return internalGetMutableFieldMapSfixed32Fixed6491(); case 92: return internalGetMutableFieldMapSfixed32Float92(); case 93: return internalGetMutableFieldMapSfixed32Int3293(); case 94: return internalGetMutableFieldMapSfixed32Int6494(); case 95: return internalGetMutableFieldMapSfixed32Message95(); case 96: return internalGetMutableFieldMapSfixed32Sfixed3296(); case 97: return internalGetMutableFieldMapSfixed32Sfixed6497(); case 98: return internalGetMutableFieldMapSfixed32Sint3298(); case 99: return internalGetMutableFieldMapSfixed32Sint6499(); case 100: return internalGetMutableFieldMapSfixed32String100(); case 101: return internalGetMutableFieldMapSfixed32Uint32101(); case 102: return internalGetMutableFieldMapSfixed32Uint64102(); case 103: return internalGetMutableFieldMapSfixed64Bool103(); case 104: return internalGetMutableFieldMapSfixed64Bytes104(); case 105: return internalGetMutableFieldMapSfixed64Double105(); case 106: return internalGetMutableFieldMapSfixed64Enum106(); case 107: return internalGetMutableFieldMapSfixed64Fixed32107(); case 108: return internalGetMutableFieldMapSfixed64Fixed64108(); case 109: return internalGetMutableFieldMapSfixed64Float109(); case 110: return internalGetMutableFieldMapSfixed64Int32110(); case 111: return internalGetMutableFieldMapSfixed64Int64111(); case 112: return internalGetMutableFieldMapSfixed64Message112(); case 113: return internalGetMutableFieldMapSfixed64Sfixed32113(); case 114: return internalGetMutableFieldMapSfixed64Sfixed64114(); case 115: return internalGetMutableFieldMapSfixed64Sint32115(); case 116: return internalGetMutableFieldMapSfixed64Sint64116(); case 117: return internalGetMutableFieldMapSfixed64String117(); case 118: return internalGetMutableFieldMapSfixed64Uint32118(); case 119: return internalGetMutableFieldMapSfixed64Uint64119(); case 120: return internalGetMutableFieldMapSint32Bool120(); case 121: return internalGetMutableFieldMapSint32Bytes121(); case 122: return internalGetMutableFieldMapSint32Double122(); case 123: return internalGetMutableFieldMapSint32Enum123(); case 124: return internalGetMutableFieldMapSint32Fixed32124(); case 125: return internalGetMutableFieldMapSint32Fixed64125(); case 126: return internalGetMutableFieldMapSint32Float126(); case 127: return internalGetMutableFieldMapSint32Int32127(); case 128: return internalGetMutableFieldMapSint32Int64128(); case 129: return internalGetMutableFieldMapSint32Message129(); case 130: return internalGetMutableFieldMapSint32Sfixed32130(); case 131: return internalGetMutableFieldMapSint32Sfixed64131(); case 132: return internalGetMutableFieldMapSint32Sint32132(); case 133: return internalGetMutableFieldMapSint32Sint64133(); case 134: return internalGetMutableFieldMapSint32String134(); case 135: return internalGetMutableFieldMapSint32Uint32135(); case 136: return internalGetMutableFieldMapSint32Uint64136(); case 137: return internalGetMutableFieldMapSint64Bool137(); case 138: return internalGetMutableFieldMapSint64Bytes138(); case 139: return internalGetMutableFieldMapSint64Double139(); case 140: return internalGetMutableFieldMapSint64Enum140(); case 141: return internalGetMutableFieldMapSint64Fixed32141(); case 142: return internalGetMutableFieldMapSint64Fixed64142(); case 143: return internalGetMutableFieldMapSint64Float143(); case 144: return internalGetMutableFieldMapSint64Int32144(); case 145: return internalGetMutableFieldMapSint64Int64145(); case 146: return internalGetMutableFieldMapSint64Message146(); case 147: return internalGetMutableFieldMapSint64Sfixed32147(); case 148: return internalGetMutableFieldMapSint64Sfixed64148(); case 149: return internalGetMutableFieldMapSint64Sint32149(); case 150: return internalGetMutableFieldMapSint64Sint64150(); case 151: return internalGetMutableFieldMapSint64String151(); case 152: return internalGetMutableFieldMapSint64Uint32152(); case 153: return internalGetMutableFieldMapSint64Uint64153(); case 154: return internalGetMutableFieldMapStringBool154(); case 155: return internalGetMutableFieldMapStringBytes155(); case 156: return internalGetMutableFieldMapStringDouble156(); case 157: return internalGetMutableFieldMapStringEnum157(); case 158: return internalGetMutableFieldMapStringFixed32158(); case 159: return internalGetMutableFieldMapStringFixed64159(); case 160: return internalGetMutableFieldMapStringFloat160(); case 161: return internalGetMutableFieldMapStringInt32161(); case 162: return internalGetMutableFieldMapStringInt64162(); case 163: return internalGetMutableFieldMapStringMessage163(); case 164: return internalGetMutableFieldMapStringSfixed32164(); case 165: return internalGetMutableFieldMapStringSfixed64165(); case 166: return internalGetMutableFieldMapStringSint32166(); case 167: return internalGetMutableFieldMapStringSint64167(); case 168: return internalGetMutableFieldMapStringString168(); case 169: return internalGetMutableFieldMapStringUint32169(); case 170: return internalGetMutableFieldMapStringUint64170(); case 171: return internalGetMutableFieldMapUint32Bool171(); case 172: return internalGetMutableFieldMapUint32Bytes172(); case 173: return internalGetMutableFieldMapUint32Double173(); case 174: return internalGetMutableFieldMapUint32Enum174(); case 175: return internalGetMutableFieldMapUint32Fixed32175(); case 176: return internalGetMutableFieldMapUint32Fixed64176(); case 177: return internalGetMutableFieldMapUint32Float177(); case 178: return internalGetMutableFieldMapUint32Int32178(); case 179: return internalGetMutableFieldMapUint32Int64179(); case 180: return internalGetMutableFieldMapUint32Message180(); case 181: return internalGetMutableFieldMapUint32Sfixed32181(); case 182: return internalGetMutableFieldMapUint32Sfixed64182(); case 183: return internalGetMutableFieldMapUint32Sint32183(); case 184: return internalGetMutableFieldMapUint32Sint64184(); case 185: return internalGetMutableFieldMapUint32String185(); case 186: return internalGetMutableFieldMapUint32Uint32186(); case 187: return internalGetMutableFieldMapUint32Uint64187(); case 188: return internalGetMutableFieldMapUint64Bool188(); case 189: return internalGetMutableFieldMapUint64Bytes189(); case 190: return internalGetMutableFieldMapUint64Double190(); case 191: return internalGetMutableFieldMapUint64Enum191(); case 192: return internalGetMutableFieldMapUint64Fixed32192(); case 193: return internalGetMutableFieldMapUint64Fixed64193(); case 194: return internalGetMutableFieldMapUint64Float194(); case 195: return internalGetMutableFieldMapUint64Int32195(); case 196: return internalGetMutableFieldMapUint64Int64196(); case 197: return internalGetMutableFieldMapUint64Message197(); case 198: return internalGetMutableFieldMapUint64Sfixed32198(); case 199: return internalGetMutableFieldMapUint64Sfixed64199(); case 200: return internalGetMutableFieldMapUint64Sint32200(); case 201: return internalGetMutableFieldMapUint64Sint64201(); case 202: return internalGetMutableFieldMapUint64String202(); case 203: return internalGetMutableFieldMapUint64Uint32203(); case 204: return internalGetMutableFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps.class, com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps.Builder.class); } // Construct using com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; bitField2_ = 0; bitField3_ = 0; bitField4_ = 0; bitField5_ = 0; bitField6_ = 0; internalGetMutableFieldMapBoolBool1().clear(); internalGetMutableFieldMapBoolBytes2().clear(); internalGetMutableFieldMapBoolDouble3().clear(); internalGetMutableFieldMapBoolEnum4().clear(); internalGetMutableFieldMapBoolFixed325().clear(); internalGetMutableFieldMapBoolFixed646().clear(); internalGetMutableFieldMapBoolFloat7().clear(); internalGetMutableFieldMapBoolInt328().clear(); internalGetMutableFieldMapBoolInt649().clear(); internalGetMutableFieldMapBoolMessage10().clear(); internalGetMutableFieldMapBoolSfixed3211().clear(); internalGetMutableFieldMapBoolSfixed6412().clear(); internalGetMutableFieldMapBoolSint3213().clear(); internalGetMutableFieldMapBoolSint6414().clear(); internalGetMutableFieldMapBoolString15().clear(); internalGetMutableFieldMapBoolUint3216().clear(); internalGetMutableFieldMapBoolUint6417().clear(); internalGetMutableFieldMapFixed32Bool18().clear(); internalGetMutableFieldMapFixed32Bytes19().clear(); internalGetMutableFieldMapFixed32Double20().clear(); internalGetMutableFieldMapFixed32Enum21().clear(); internalGetMutableFieldMapFixed32Fixed3222().clear(); internalGetMutableFieldMapFixed32Fixed6423().clear(); internalGetMutableFieldMapFixed32Float24().clear(); internalGetMutableFieldMapFixed32Int3225().clear(); internalGetMutableFieldMapFixed32Int6426().clear(); internalGetMutableFieldMapFixed32Message27().clear(); internalGetMutableFieldMapFixed32Sfixed3228().clear(); internalGetMutableFieldMapFixed32Sfixed6429().clear(); internalGetMutableFieldMapFixed32Sint3230().clear(); internalGetMutableFieldMapFixed32Sint6431().clear(); internalGetMutableFieldMapFixed32String32().clear(); internalGetMutableFieldMapFixed32Uint3233().clear(); internalGetMutableFieldMapFixed32Uint6434().clear(); internalGetMutableFieldMapFixed64Bool35().clear(); internalGetMutableFieldMapFixed64Bytes36().clear(); internalGetMutableFieldMapFixed64Double37().clear(); internalGetMutableFieldMapFixed64Enum38().clear(); internalGetMutableFieldMapFixed64Fixed3239().clear(); internalGetMutableFieldMapFixed64Fixed6440().clear(); internalGetMutableFieldMapFixed64Float41().clear(); internalGetMutableFieldMapFixed64Int3242().clear(); internalGetMutableFieldMapFixed64Int6443().clear(); internalGetMutableFieldMapFixed64Message44().clear(); internalGetMutableFieldMapFixed64Sfixed3245().clear(); internalGetMutableFieldMapFixed64Sfixed6446().clear(); internalGetMutableFieldMapFixed64Sint3247().clear(); internalGetMutableFieldMapFixed64Sint6448().clear(); internalGetMutableFieldMapFixed64String49().clear(); internalGetMutableFieldMapFixed64Uint3250().clear(); internalGetMutableFieldMapFixed64Uint6451().clear(); internalGetMutableFieldMapInt32Bool52().clear(); internalGetMutableFieldMapInt32Bytes53().clear(); internalGetMutableFieldMapInt32Double54().clear(); internalGetMutableFieldMapInt32Enum55().clear(); internalGetMutableFieldMapInt32Fixed3256().clear(); internalGetMutableFieldMapInt32Fixed6457().clear(); internalGetMutableFieldMapInt32Float58().clear(); internalGetMutableFieldMapInt32Int3259().clear(); internalGetMutableFieldMapInt32Int6460().clear(); internalGetMutableFieldMapInt32Message61().clear(); internalGetMutableFieldMapInt32Sfixed3262().clear(); internalGetMutableFieldMapInt32Sfixed6463().clear(); internalGetMutableFieldMapInt32Sint3264().clear(); internalGetMutableFieldMapInt32Sint6465().clear(); internalGetMutableFieldMapInt32String66().clear(); internalGetMutableFieldMapInt32Uint3267().clear(); internalGetMutableFieldMapInt32Uint6468().clear(); internalGetMutableFieldMapInt64Bool69().clear(); internalGetMutableFieldMapInt64Bytes70().clear(); internalGetMutableFieldMapInt64Double71().clear(); internalGetMutableFieldMapInt64Enum72().clear(); internalGetMutableFieldMapInt64Fixed3273().clear(); internalGetMutableFieldMapInt64Fixed6474().clear(); internalGetMutableFieldMapInt64Float75().clear(); internalGetMutableFieldMapInt64Int3276().clear(); internalGetMutableFieldMapInt64Int6477().clear(); internalGetMutableFieldMapInt64Message78().clear(); internalGetMutableFieldMapInt64Sfixed3279().clear(); internalGetMutableFieldMapInt64Sfixed6480().clear(); internalGetMutableFieldMapInt64Sint3281().clear(); internalGetMutableFieldMapInt64Sint6482().clear(); internalGetMutableFieldMapInt64String83().clear(); internalGetMutableFieldMapInt64Uint3284().clear(); internalGetMutableFieldMapInt64Uint6485().clear(); internalGetMutableFieldMapSfixed32Bool86().clear(); internalGetMutableFieldMapSfixed32Bytes87().clear(); internalGetMutableFieldMapSfixed32Double88().clear(); internalGetMutableFieldMapSfixed32Enum89().clear(); internalGetMutableFieldMapSfixed32Fixed3290().clear(); internalGetMutableFieldMapSfixed32Fixed6491().clear(); internalGetMutableFieldMapSfixed32Float92().clear(); internalGetMutableFieldMapSfixed32Int3293().clear(); internalGetMutableFieldMapSfixed32Int6494().clear(); internalGetMutableFieldMapSfixed32Message95().clear(); internalGetMutableFieldMapSfixed32Sfixed3296().clear(); internalGetMutableFieldMapSfixed32Sfixed6497().clear(); internalGetMutableFieldMapSfixed32Sint3298().clear(); internalGetMutableFieldMapSfixed32Sint6499().clear(); internalGetMutableFieldMapSfixed32String100().clear(); internalGetMutableFieldMapSfixed32Uint32101().clear(); internalGetMutableFieldMapSfixed32Uint64102().clear(); internalGetMutableFieldMapSfixed64Bool103().clear(); internalGetMutableFieldMapSfixed64Bytes104().clear(); internalGetMutableFieldMapSfixed64Double105().clear(); internalGetMutableFieldMapSfixed64Enum106().clear(); internalGetMutableFieldMapSfixed64Fixed32107().clear(); internalGetMutableFieldMapSfixed64Fixed64108().clear(); internalGetMutableFieldMapSfixed64Float109().clear(); internalGetMutableFieldMapSfixed64Int32110().clear(); internalGetMutableFieldMapSfixed64Int64111().clear(); internalGetMutableFieldMapSfixed64Message112().clear(); internalGetMutableFieldMapSfixed64Sfixed32113().clear(); internalGetMutableFieldMapSfixed64Sfixed64114().clear(); internalGetMutableFieldMapSfixed64Sint32115().clear(); internalGetMutableFieldMapSfixed64Sint64116().clear(); internalGetMutableFieldMapSfixed64String117().clear(); internalGetMutableFieldMapSfixed64Uint32118().clear(); internalGetMutableFieldMapSfixed64Uint64119().clear(); internalGetMutableFieldMapSint32Bool120().clear(); internalGetMutableFieldMapSint32Bytes121().clear(); internalGetMutableFieldMapSint32Double122().clear(); internalGetMutableFieldMapSint32Enum123().clear(); internalGetMutableFieldMapSint32Fixed32124().clear(); internalGetMutableFieldMapSint32Fixed64125().clear(); internalGetMutableFieldMapSint32Float126().clear(); internalGetMutableFieldMapSint32Int32127().clear(); internalGetMutableFieldMapSint32Int64128().clear(); internalGetMutableFieldMapSint32Message129().clear(); internalGetMutableFieldMapSint32Sfixed32130().clear(); internalGetMutableFieldMapSint32Sfixed64131().clear(); internalGetMutableFieldMapSint32Sint32132().clear(); internalGetMutableFieldMapSint32Sint64133().clear(); internalGetMutableFieldMapSint32String134().clear(); internalGetMutableFieldMapSint32Uint32135().clear(); internalGetMutableFieldMapSint32Uint64136().clear(); internalGetMutableFieldMapSint64Bool137().clear(); internalGetMutableFieldMapSint64Bytes138().clear(); internalGetMutableFieldMapSint64Double139().clear(); internalGetMutableFieldMapSint64Enum140().clear(); internalGetMutableFieldMapSint64Fixed32141().clear(); internalGetMutableFieldMapSint64Fixed64142().clear(); internalGetMutableFieldMapSint64Float143().clear(); internalGetMutableFieldMapSint64Int32144().clear(); internalGetMutableFieldMapSint64Int64145().clear(); internalGetMutableFieldMapSint64Message146().clear(); internalGetMutableFieldMapSint64Sfixed32147().clear(); internalGetMutableFieldMapSint64Sfixed64148().clear(); internalGetMutableFieldMapSint64Sint32149().clear(); internalGetMutableFieldMapSint64Sint64150().clear(); internalGetMutableFieldMapSint64String151().clear(); internalGetMutableFieldMapSint64Uint32152().clear(); internalGetMutableFieldMapSint64Uint64153().clear(); internalGetMutableFieldMapStringBool154().clear(); internalGetMutableFieldMapStringBytes155().clear(); internalGetMutableFieldMapStringDouble156().clear(); internalGetMutableFieldMapStringEnum157().clear(); internalGetMutableFieldMapStringFixed32158().clear(); internalGetMutableFieldMapStringFixed64159().clear(); internalGetMutableFieldMapStringFloat160().clear(); internalGetMutableFieldMapStringInt32161().clear(); internalGetMutableFieldMapStringInt64162().clear(); internalGetMutableFieldMapStringMessage163().clear(); internalGetMutableFieldMapStringSfixed32164().clear(); internalGetMutableFieldMapStringSfixed64165().clear(); internalGetMutableFieldMapStringSint32166().clear(); internalGetMutableFieldMapStringSint64167().clear(); internalGetMutableFieldMapStringString168().clear(); internalGetMutableFieldMapStringUint32169().clear(); internalGetMutableFieldMapStringUint64170().clear(); internalGetMutableFieldMapUint32Bool171().clear(); internalGetMutableFieldMapUint32Bytes172().clear(); internalGetMutableFieldMapUint32Double173().clear(); internalGetMutableFieldMapUint32Enum174().clear(); internalGetMutableFieldMapUint32Fixed32175().clear(); internalGetMutableFieldMapUint32Fixed64176().clear(); internalGetMutableFieldMapUint32Float177().clear(); internalGetMutableFieldMapUint32Int32178().clear(); internalGetMutableFieldMapUint32Int64179().clear(); internalGetMutableFieldMapUint32Message180().clear(); internalGetMutableFieldMapUint32Sfixed32181().clear(); internalGetMutableFieldMapUint32Sfixed64182().clear(); internalGetMutableFieldMapUint32Sint32183().clear(); internalGetMutableFieldMapUint32Sint64184().clear(); internalGetMutableFieldMapUint32String185().clear(); internalGetMutableFieldMapUint32Uint32186().clear(); internalGetMutableFieldMapUint32Uint64187().clear(); internalGetMutableFieldMapUint64Bool188().clear(); internalGetMutableFieldMapUint64Bytes189().clear(); internalGetMutableFieldMapUint64Double190().clear(); internalGetMutableFieldMapUint64Enum191().clear(); internalGetMutableFieldMapUint64Fixed32192().clear(); internalGetMutableFieldMapUint64Fixed64193().clear(); internalGetMutableFieldMapUint64Float194().clear(); internalGetMutableFieldMapUint64Int32195().clear(); internalGetMutableFieldMapUint64Int64196().clear(); internalGetMutableFieldMapUint64Message197().clear(); internalGetMutableFieldMapUint64Sfixed32198().clear(); internalGetMutableFieldMapUint64Sfixed64199().clear(); internalGetMutableFieldMapUint64Sint32200().clear(); internalGetMutableFieldMapUint64Sint64201().clear(); internalGetMutableFieldMapUint64String202().clear(); internalGetMutableFieldMapUint64Uint32203().clear(); internalGetMutableFieldMapUint64Uint64204().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto3Testing.internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps getDefaultInstanceForType() { return com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps build() { com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps buildPartial() { com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result = new com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps(this); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } if (bitField2_ != 0) { buildPartial2(result); } if (bitField3_ != 0) { buildPartial3(result); } if (bitField4_ != 0) { buildPartial4(result); } if (bitField5_ != 0) { buildPartial5(result); } if (bitField6_ != 0) { buildPartial6(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldMapBoolBool1_ = internalGetFieldMapBoolBool1(); result.fieldMapBoolBool1_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldMapBoolBytes2_ = internalGetFieldMapBoolBytes2(); result.fieldMapBoolBytes2_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldMapBoolDouble3_ = internalGetFieldMapBoolDouble3(); result.fieldMapBoolDouble3_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldMapBoolEnum4_ = internalGetFieldMapBoolEnum4(); result.fieldMapBoolEnum4_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldMapBoolFixed325_ = internalGetFieldMapBoolFixed325(); result.fieldMapBoolFixed325_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldMapBoolFixed646_ = internalGetFieldMapBoolFixed646(); result.fieldMapBoolFixed646_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldMapBoolFloat7_ = internalGetFieldMapBoolFloat7(); result.fieldMapBoolFloat7_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldMapBoolInt328_ = internalGetFieldMapBoolInt328(); result.fieldMapBoolInt328_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldMapBoolInt649_ = internalGetFieldMapBoolInt649(); result.fieldMapBoolInt649_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMapBoolMessage10_ = internalGetFieldMapBoolMessage10().build(FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldMapBoolSfixed3211_ = internalGetFieldMapBoolSfixed3211(); result.fieldMapBoolSfixed3211_.makeImmutable(); } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldMapBoolSfixed6412_ = internalGetFieldMapBoolSfixed6412(); result.fieldMapBoolSfixed6412_.makeImmutable(); } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldMapBoolSint3213_ = internalGetFieldMapBoolSint3213(); result.fieldMapBoolSint3213_.makeImmutable(); } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldMapBoolSint6414_ = internalGetFieldMapBoolSint6414(); result.fieldMapBoolSint6414_.makeImmutable(); } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldMapBoolString15_ = internalGetFieldMapBoolString15(); result.fieldMapBoolString15_.makeImmutable(); } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldMapBoolUint3216_ = internalGetFieldMapBoolUint3216(); result.fieldMapBoolUint3216_.makeImmutable(); } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldMapBoolUint6417_ = internalGetFieldMapBoolUint6417(); result.fieldMapBoolUint6417_.makeImmutable(); } if (((from_bitField0_ & 0x00020000) != 0)) { result.fieldMapFixed32Bool18_ = internalGetFieldMapFixed32Bool18(); result.fieldMapFixed32Bool18_.makeImmutable(); } if (((from_bitField0_ & 0x00040000) != 0)) { result.fieldMapFixed32Bytes19_ = internalGetFieldMapFixed32Bytes19(); result.fieldMapFixed32Bytes19_.makeImmutable(); } if (((from_bitField0_ & 0x00080000) != 0)) { result.fieldMapFixed32Double20_ = internalGetFieldMapFixed32Double20(); result.fieldMapFixed32Double20_.makeImmutable(); } if (((from_bitField0_ & 0x00100000) != 0)) { result.fieldMapFixed32Enum21_ = internalGetFieldMapFixed32Enum21(); result.fieldMapFixed32Enum21_.makeImmutable(); } if (((from_bitField0_ & 0x00200000) != 0)) { result.fieldMapFixed32Fixed3222_ = internalGetFieldMapFixed32Fixed3222(); result.fieldMapFixed32Fixed3222_.makeImmutable(); } if (((from_bitField0_ & 0x00400000) != 0)) { result.fieldMapFixed32Fixed6423_ = internalGetFieldMapFixed32Fixed6423(); result.fieldMapFixed32Fixed6423_.makeImmutable(); } if (((from_bitField0_ & 0x00800000) != 0)) { result.fieldMapFixed32Float24_ = internalGetFieldMapFixed32Float24(); result.fieldMapFixed32Float24_.makeImmutable(); } if (((from_bitField0_ & 0x01000000) != 0)) { result.fieldMapFixed32Int3225_ = internalGetFieldMapFixed32Int3225(); result.fieldMapFixed32Int3225_.makeImmutable(); } if (((from_bitField0_ & 0x02000000) != 0)) { result.fieldMapFixed32Int6426_ = internalGetFieldMapFixed32Int6426(); result.fieldMapFixed32Int6426_.makeImmutable(); } if (((from_bitField0_ & 0x04000000) != 0)) { result.fieldMapFixed32Message27_ = internalGetFieldMapFixed32Message27().build(FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x08000000) != 0)) { result.fieldMapFixed32Sfixed3228_ = internalGetFieldMapFixed32Sfixed3228(); result.fieldMapFixed32Sfixed3228_.makeImmutable(); } if (((from_bitField0_ & 0x10000000) != 0)) { result.fieldMapFixed32Sfixed6429_ = internalGetFieldMapFixed32Sfixed6429(); result.fieldMapFixed32Sfixed6429_.makeImmutable(); } if (((from_bitField0_ & 0x20000000) != 0)) { result.fieldMapFixed32Sint3230_ = internalGetFieldMapFixed32Sint3230(); result.fieldMapFixed32Sint3230_.makeImmutable(); } if (((from_bitField0_ & 0x40000000) != 0)) { result.fieldMapFixed32Sint6431_ = internalGetFieldMapFixed32Sint6431(); result.fieldMapFixed32Sint6431_.makeImmutable(); } if (((from_bitField0_ & 0x80000000) != 0)) { result.fieldMapFixed32String32_ = internalGetFieldMapFixed32String32(); result.fieldMapFixed32String32_.makeImmutable(); } } private void buildPartial1(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { result.fieldMapFixed32Uint3233_ = internalGetFieldMapFixed32Uint3233(); result.fieldMapFixed32Uint3233_.makeImmutable(); } if (((from_bitField1_ & 0x00000002) != 0)) { result.fieldMapFixed32Uint6434_ = internalGetFieldMapFixed32Uint6434(); result.fieldMapFixed32Uint6434_.makeImmutable(); } if (((from_bitField1_ & 0x00000004) != 0)) { result.fieldMapFixed64Bool35_ = internalGetFieldMapFixed64Bool35(); result.fieldMapFixed64Bool35_.makeImmutable(); } if (((from_bitField1_ & 0x00000008) != 0)) { result.fieldMapFixed64Bytes36_ = internalGetFieldMapFixed64Bytes36(); result.fieldMapFixed64Bytes36_.makeImmutable(); } if (((from_bitField1_ & 0x00000010) != 0)) { result.fieldMapFixed64Double37_ = internalGetFieldMapFixed64Double37(); result.fieldMapFixed64Double37_.makeImmutable(); } if (((from_bitField1_ & 0x00000020) != 0)) { result.fieldMapFixed64Enum38_ = internalGetFieldMapFixed64Enum38(); result.fieldMapFixed64Enum38_.makeImmutable(); } if (((from_bitField1_ & 0x00000040) != 0)) { result.fieldMapFixed64Fixed3239_ = internalGetFieldMapFixed64Fixed3239(); result.fieldMapFixed64Fixed3239_.makeImmutable(); } if (((from_bitField1_ & 0x00000080) != 0)) { result.fieldMapFixed64Fixed6440_ = internalGetFieldMapFixed64Fixed6440(); result.fieldMapFixed64Fixed6440_.makeImmutable(); } if (((from_bitField1_ & 0x00000100) != 0)) { result.fieldMapFixed64Float41_ = internalGetFieldMapFixed64Float41(); result.fieldMapFixed64Float41_.makeImmutable(); } if (((from_bitField1_ & 0x00000200) != 0)) { result.fieldMapFixed64Int3242_ = internalGetFieldMapFixed64Int3242(); result.fieldMapFixed64Int3242_.makeImmutable(); } if (((from_bitField1_ & 0x00000400) != 0)) { result.fieldMapFixed64Int6443_ = internalGetFieldMapFixed64Int6443(); result.fieldMapFixed64Int6443_.makeImmutable(); } if (((from_bitField1_ & 0x00000800) != 0)) { result.fieldMapFixed64Message44_ = internalGetFieldMapFixed64Message44().build(FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x00001000) != 0)) { result.fieldMapFixed64Sfixed3245_ = internalGetFieldMapFixed64Sfixed3245(); result.fieldMapFixed64Sfixed3245_.makeImmutable(); } if (((from_bitField1_ & 0x00002000) != 0)) { result.fieldMapFixed64Sfixed6446_ = internalGetFieldMapFixed64Sfixed6446(); result.fieldMapFixed64Sfixed6446_.makeImmutable(); } if (((from_bitField1_ & 0x00004000) != 0)) { result.fieldMapFixed64Sint3247_ = internalGetFieldMapFixed64Sint3247(); result.fieldMapFixed64Sint3247_.makeImmutable(); } if (((from_bitField1_ & 0x00008000) != 0)) { result.fieldMapFixed64Sint6448_ = internalGetFieldMapFixed64Sint6448(); result.fieldMapFixed64Sint6448_.makeImmutable(); } if (((from_bitField1_ & 0x00010000) != 0)) { result.fieldMapFixed64String49_ = internalGetFieldMapFixed64String49(); result.fieldMapFixed64String49_.makeImmutable(); } if (((from_bitField1_ & 0x00020000) != 0)) { result.fieldMapFixed64Uint3250_ = internalGetFieldMapFixed64Uint3250(); result.fieldMapFixed64Uint3250_.makeImmutable(); } if (((from_bitField1_ & 0x00040000) != 0)) { result.fieldMapFixed64Uint6451_ = internalGetFieldMapFixed64Uint6451(); result.fieldMapFixed64Uint6451_.makeImmutable(); } if (((from_bitField1_ & 0x00080000) != 0)) { result.fieldMapInt32Bool52_ = internalGetFieldMapInt32Bool52(); result.fieldMapInt32Bool52_.makeImmutable(); } if (((from_bitField1_ & 0x00100000) != 0)) { result.fieldMapInt32Bytes53_ = internalGetFieldMapInt32Bytes53(); result.fieldMapInt32Bytes53_.makeImmutable(); } if (((from_bitField1_ & 0x00200000) != 0)) { result.fieldMapInt32Double54_ = internalGetFieldMapInt32Double54(); result.fieldMapInt32Double54_.makeImmutable(); } if (((from_bitField1_ & 0x00400000) != 0)) { result.fieldMapInt32Enum55_ = internalGetFieldMapInt32Enum55(); result.fieldMapInt32Enum55_.makeImmutable(); } if (((from_bitField1_ & 0x00800000) != 0)) { result.fieldMapInt32Fixed3256_ = internalGetFieldMapInt32Fixed3256(); result.fieldMapInt32Fixed3256_.makeImmutable(); } if (((from_bitField1_ & 0x01000000) != 0)) { result.fieldMapInt32Fixed6457_ = internalGetFieldMapInt32Fixed6457(); result.fieldMapInt32Fixed6457_.makeImmutable(); } if (((from_bitField1_ & 0x02000000) != 0)) { result.fieldMapInt32Float58_ = internalGetFieldMapInt32Float58(); result.fieldMapInt32Float58_.makeImmutable(); } if (((from_bitField1_ & 0x04000000) != 0)) { result.fieldMapInt32Int3259_ = internalGetFieldMapInt32Int3259(); result.fieldMapInt32Int3259_.makeImmutable(); } if (((from_bitField1_ & 0x08000000) != 0)) { result.fieldMapInt32Int6460_ = internalGetFieldMapInt32Int6460(); result.fieldMapInt32Int6460_.makeImmutable(); } if (((from_bitField1_ & 0x10000000) != 0)) { result.fieldMapInt32Message61_ = internalGetFieldMapInt32Message61().build(FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x20000000) != 0)) { result.fieldMapInt32Sfixed3262_ = internalGetFieldMapInt32Sfixed3262(); result.fieldMapInt32Sfixed3262_.makeImmutable(); } if (((from_bitField1_ & 0x40000000) != 0)) { result.fieldMapInt32Sfixed6463_ = internalGetFieldMapInt32Sfixed6463(); result.fieldMapInt32Sfixed6463_.makeImmutable(); } if (((from_bitField1_ & 0x80000000) != 0)) { result.fieldMapInt32Sint3264_ = internalGetFieldMapInt32Sint3264(); result.fieldMapInt32Sint3264_.makeImmutable(); } } private void buildPartial2(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result) { int from_bitField2_ = bitField2_; if (((from_bitField2_ & 0x00000001) != 0)) { result.fieldMapInt32Sint6465_ = internalGetFieldMapInt32Sint6465(); result.fieldMapInt32Sint6465_.makeImmutable(); } if (((from_bitField2_ & 0x00000002) != 0)) { result.fieldMapInt32String66_ = internalGetFieldMapInt32String66(); result.fieldMapInt32String66_.makeImmutable(); } if (((from_bitField2_ & 0x00000004) != 0)) { result.fieldMapInt32Uint3267_ = internalGetFieldMapInt32Uint3267(); result.fieldMapInt32Uint3267_.makeImmutable(); } if (((from_bitField2_ & 0x00000008) != 0)) { result.fieldMapInt32Uint6468_ = internalGetFieldMapInt32Uint6468(); result.fieldMapInt32Uint6468_.makeImmutable(); } if (((from_bitField2_ & 0x00000010) != 0)) { result.fieldMapInt64Bool69_ = internalGetFieldMapInt64Bool69(); result.fieldMapInt64Bool69_.makeImmutable(); } if (((from_bitField2_ & 0x00000020) != 0)) { result.fieldMapInt64Bytes70_ = internalGetFieldMapInt64Bytes70(); result.fieldMapInt64Bytes70_.makeImmutable(); } if (((from_bitField2_ & 0x00000040) != 0)) { result.fieldMapInt64Double71_ = internalGetFieldMapInt64Double71(); result.fieldMapInt64Double71_.makeImmutable(); } if (((from_bitField2_ & 0x00000080) != 0)) { result.fieldMapInt64Enum72_ = internalGetFieldMapInt64Enum72(); result.fieldMapInt64Enum72_.makeImmutable(); } if (((from_bitField2_ & 0x00000100) != 0)) { result.fieldMapInt64Fixed3273_ = internalGetFieldMapInt64Fixed3273(); result.fieldMapInt64Fixed3273_.makeImmutable(); } if (((from_bitField2_ & 0x00000200) != 0)) { result.fieldMapInt64Fixed6474_ = internalGetFieldMapInt64Fixed6474(); result.fieldMapInt64Fixed6474_.makeImmutable(); } if (((from_bitField2_ & 0x00000400) != 0)) { result.fieldMapInt64Float75_ = internalGetFieldMapInt64Float75(); result.fieldMapInt64Float75_.makeImmutable(); } if (((from_bitField2_ & 0x00000800) != 0)) { result.fieldMapInt64Int3276_ = internalGetFieldMapInt64Int3276(); result.fieldMapInt64Int3276_.makeImmutable(); } if (((from_bitField2_ & 0x00001000) != 0)) { result.fieldMapInt64Int6477_ = internalGetFieldMapInt64Int6477(); result.fieldMapInt64Int6477_.makeImmutable(); } if (((from_bitField2_ & 0x00002000) != 0)) { result.fieldMapInt64Message78_ = internalGetFieldMapInt64Message78().build(FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x00004000) != 0)) { result.fieldMapInt64Sfixed3279_ = internalGetFieldMapInt64Sfixed3279(); result.fieldMapInt64Sfixed3279_.makeImmutable(); } if (((from_bitField2_ & 0x00008000) != 0)) { result.fieldMapInt64Sfixed6480_ = internalGetFieldMapInt64Sfixed6480(); result.fieldMapInt64Sfixed6480_.makeImmutable(); } if (((from_bitField2_ & 0x00010000) != 0)) { result.fieldMapInt64Sint3281_ = internalGetFieldMapInt64Sint3281(); result.fieldMapInt64Sint3281_.makeImmutable(); } if (((from_bitField2_ & 0x00020000) != 0)) { result.fieldMapInt64Sint6482_ = internalGetFieldMapInt64Sint6482(); result.fieldMapInt64Sint6482_.makeImmutable(); } if (((from_bitField2_ & 0x00040000) != 0)) { result.fieldMapInt64String83_ = internalGetFieldMapInt64String83(); result.fieldMapInt64String83_.makeImmutable(); } if (((from_bitField2_ & 0x00080000) != 0)) { result.fieldMapInt64Uint3284_ = internalGetFieldMapInt64Uint3284(); result.fieldMapInt64Uint3284_.makeImmutable(); } if (((from_bitField2_ & 0x00100000) != 0)) { result.fieldMapInt64Uint6485_ = internalGetFieldMapInt64Uint6485(); result.fieldMapInt64Uint6485_.makeImmutable(); } if (((from_bitField2_ & 0x00200000) != 0)) { result.fieldMapSfixed32Bool86_ = internalGetFieldMapSfixed32Bool86(); result.fieldMapSfixed32Bool86_.makeImmutable(); } if (((from_bitField2_ & 0x00400000) != 0)) { result.fieldMapSfixed32Bytes87_ = internalGetFieldMapSfixed32Bytes87(); result.fieldMapSfixed32Bytes87_.makeImmutable(); } if (((from_bitField2_ & 0x00800000) != 0)) { result.fieldMapSfixed32Double88_ = internalGetFieldMapSfixed32Double88(); result.fieldMapSfixed32Double88_.makeImmutable(); } if (((from_bitField2_ & 0x01000000) != 0)) { result.fieldMapSfixed32Enum89_ = internalGetFieldMapSfixed32Enum89(); result.fieldMapSfixed32Enum89_.makeImmutable(); } if (((from_bitField2_ & 0x02000000) != 0)) { result.fieldMapSfixed32Fixed3290_ = internalGetFieldMapSfixed32Fixed3290(); result.fieldMapSfixed32Fixed3290_.makeImmutable(); } if (((from_bitField2_ & 0x04000000) != 0)) { result.fieldMapSfixed32Fixed6491_ = internalGetFieldMapSfixed32Fixed6491(); result.fieldMapSfixed32Fixed6491_.makeImmutable(); } if (((from_bitField2_ & 0x08000000) != 0)) { result.fieldMapSfixed32Float92_ = internalGetFieldMapSfixed32Float92(); result.fieldMapSfixed32Float92_.makeImmutable(); } if (((from_bitField2_ & 0x10000000) != 0)) { result.fieldMapSfixed32Int3293_ = internalGetFieldMapSfixed32Int3293(); result.fieldMapSfixed32Int3293_.makeImmutable(); } if (((from_bitField2_ & 0x20000000) != 0)) { result.fieldMapSfixed32Int6494_ = internalGetFieldMapSfixed32Int6494(); result.fieldMapSfixed32Int6494_.makeImmutable(); } if (((from_bitField2_ & 0x40000000) != 0)) { result.fieldMapSfixed32Message95_ = internalGetFieldMapSfixed32Message95().build(FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x80000000) != 0)) { result.fieldMapSfixed32Sfixed3296_ = internalGetFieldMapSfixed32Sfixed3296(); result.fieldMapSfixed32Sfixed3296_.makeImmutable(); } } private void buildPartial3(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result) { int from_bitField3_ = bitField3_; if (((from_bitField3_ & 0x00000001) != 0)) { result.fieldMapSfixed32Sfixed6497_ = internalGetFieldMapSfixed32Sfixed6497(); result.fieldMapSfixed32Sfixed6497_.makeImmutable(); } if (((from_bitField3_ & 0x00000002) != 0)) { result.fieldMapSfixed32Sint3298_ = internalGetFieldMapSfixed32Sint3298(); result.fieldMapSfixed32Sint3298_.makeImmutable(); } if (((from_bitField3_ & 0x00000004) != 0)) { result.fieldMapSfixed32Sint6499_ = internalGetFieldMapSfixed32Sint6499(); result.fieldMapSfixed32Sint6499_.makeImmutable(); } if (((from_bitField3_ & 0x00000008) != 0)) { result.fieldMapSfixed32String100_ = internalGetFieldMapSfixed32String100(); result.fieldMapSfixed32String100_.makeImmutable(); } if (((from_bitField3_ & 0x00000010) != 0)) { result.fieldMapSfixed32Uint32101_ = internalGetFieldMapSfixed32Uint32101(); result.fieldMapSfixed32Uint32101_.makeImmutable(); } if (((from_bitField3_ & 0x00000020) != 0)) { result.fieldMapSfixed32Uint64102_ = internalGetFieldMapSfixed32Uint64102(); result.fieldMapSfixed32Uint64102_.makeImmutable(); } if (((from_bitField3_ & 0x00000040) != 0)) { result.fieldMapSfixed64Bool103_ = internalGetFieldMapSfixed64Bool103(); result.fieldMapSfixed64Bool103_.makeImmutable(); } if (((from_bitField3_ & 0x00000080) != 0)) { result.fieldMapSfixed64Bytes104_ = internalGetFieldMapSfixed64Bytes104(); result.fieldMapSfixed64Bytes104_.makeImmutable(); } if (((from_bitField3_ & 0x00000100) != 0)) { result.fieldMapSfixed64Double105_ = internalGetFieldMapSfixed64Double105(); result.fieldMapSfixed64Double105_.makeImmutable(); } if (((from_bitField3_ & 0x00000200) != 0)) { result.fieldMapSfixed64Enum106_ = internalGetFieldMapSfixed64Enum106(); result.fieldMapSfixed64Enum106_.makeImmutable(); } if (((from_bitField3_ & 0x00000400) != 0)) { result.fieldMapSfixed64Fixed32107_ = internalGetFieldMapSfixed64Fixed32107(); result.fieldMapSfixed64Fixed32107_.makeImmutable(); } if (((from_bitField3_ & 0x00000800) != 0)) { result.fieldMapSfixed64Fixed64108_ = internalGetFieldMapSfixed64Fixed64108(); result.fieldMapSfixed64Fixed64108_.makeImmutable(); } if (((from_bitField3_ & 0x00001000) != 0)) { result.fieldMapSfixed64Float109_ = internalGetFieldMapSfixed64Float109(); result.fieldMapSfixed64Float109_.makeImmutable(); } if (((from_bitField3_ & 0x00002000) != 0)) { result.fieldMapSfixed64Int32110_ = internalGetFieldMapSfixed64Int32110(); result.fieldMapSfixed64Int32110_.makeImmutable(); } if (((from_bitField3_ & 0x00004000) != 0)) { result.fieldMapSfixed64Int64111_ = internalGetFieldMapSfixed64Int64111(); result.fieldMapSfixed64Int64111_.makeImmutable(); } if (((from_bitField3_ & 0x00008000) != 0)) { result.fieldMapSfixed64Message112_ = internalGetFieldMapSfixed64Message112().build(FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } if (((from_bitField3_ & 0x00010000) != 0)) { result.fieldMapSfixed64Sfixed32113_ = internalGetFieldMapSfixed64Sfixed32113(); result.fieldMapSfixed64Sfixed32113_.makeImmutable(); } if (((from_bitField3_ & 0x00020000) != 0)) { result.fieldMapSfixed64Sfixed64114_ = internalGetFieldMapSfixed64Sfixed64114(); result.fieldMapSfixed64Sfixed64114_.makeImmutable(); } if (((from_bitField3_ & 0x00040000) != 0)) { result.fieldMapSfixed64Sint32115_ = internalGetFieldMapSfixed64Sint32115(); result.fieldMapSfixed64Sint32115_.makeImmutable(); } if (((from_bitField3_ & 0x00080000) != 0)) { result.fieldMapSfixed64Sint64116_ = internalGetFieldMapSfixed64Sint64116(); result.fieldMapSfixed64Sint64116_.makeImmutable(); } if (((from_bitField3_ & 0x00100000) != 0)) { result.fieldMapSfixed64String117_ = internalGetFieldMapSfixed64String117(); result.fieldMapSfixed64String117_.makeImmutable(); } if (((from_bitField3_ & 0x00200000) != 0)) { result.fieldMapSfixed64Uint32118_ = internalGetFieldMapSfixed64Uint32118(); result.fieldMapSfixed64Uint32118_.makeImmutable(); } if (((from_bitField3_ & 0x00400000) != 0)) { result.fieldMapSfixed64Uint64119_ = internalGetFieldMapSfixed64Uint64119(); result.fieldMapSfixed64Uint64119_.makeImmutable(); } if (((from_bitField3_ & 0x00800000) != 0)) { result.fieldMapSint32Bool120_ = internalGetFieldMapSint32Bool120(); result.fieldMapSint32Bool120_.makeImmutable(); } if (((from_bitField3_ & 0x01000000) != 0)) { result.fieldMapSint32Bytes121_ = internalGetFieldMapSint32Bytes121(); result.fieldMapSint32Bytes121_.makeImmutable(); } if (((from_bitField3_ & 0x02000000) != 0)) { result.fieldMapSint32Double122_ = internalGetFieldMapSint32Double122(); result.fieldMapSint32Double122_.makeImmutable(); } if (((from_bitField3_ & 0x04000000) != 0)) { result.fieldMapSint32Enum123_ = internalGetFieldMapSint32Enum123(); result.fieldMapSint32Enum123_.makeImmutable(); } if (((from_bitField3_ & 0x08000000) != 0)) { result.fieldMapSint32Fixed32124_ = internalGetFieldMapSint32Fixed32124(); result.fieldMapSint32Fixed32124_.makeImmutable(); } if (((from_bitField3_ & 0x10000000) != 0)) { result.fieldMapSint32Fixed64125_ = internalGetFieldMapSint32Fixed64125(); result.fieldMapSint32Fixed64125_.makeImmutable(); } if (((from_bitField3_ & 0x20000000) != 0)) { result.fieldMapSint32Float126_ = internalGetFieldMapSint32Float126(); result.fieldMapSint32Float126_.makeImmutable(); } if (((from_bitField3_ & 0x40000000) != 0)) { result.fieldMapSint32Int32127_ = internalGetFieldMapSint32Int32127(); result.fieldMapSint32Int32127_.makeImmutable(); } if (((from_bitField3_ & 0x80000000) != 0)) { result.fieldMapSint32Int64128_ = internalGetFieldMapSint32Int64128(); result.fieldMapSint32Int64128_.makeImmutable(); } } private void buildPartial4(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result) { int from_bitField4_ = bitField4_; if (((from_bitField4_ & 0x00000001) != 0)) { result.fieldMapSint32Message129_ = internalGetFieldMapSint32Message129().build(FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00000002) != 0)) { result.fieldMapSint32Sfixed32130_ = internalGetFieldMapSint32Sfixed32130(); result.fieldMapSint32Sfixed32130_.makeImmutable(); } if (((from_bitField4_ & 0x00000004) != 0)) { result.fieldMapSint32Sfixed64131_ = internalGetFieldMapSint32Sfixed64131(); result.fieldMapSint32Sfixed64131_.makeImmutable(); } if (((from_bitField4_ & 0x00000008) != 0)) { result.fieldMapSint32Sint32132_ = internalGetFieldMapSint32Sint32132(); result.fieldMapSint32Sint32132_.makeImmutable(); } if (((from_bitField4_ & 0x00000010) != 0)) { result.fieldMapSint32Sint64133_ = internalGetFieldMapSint32Sint64133(); result.fieldMapSint32Sint64133_.makeImmutable(); } if (((from_bitField4_ & 0x00000020) != 0)) { result.fieldMapSint32String134_ = internalGetFieldMapSint32String134(); result.fieldMapSint32String134_.makeImmutable(); } if (((from_bitField4_ & 0x00000040) != 0)) { result.fieldMapSint32Uint32135_ = internalGetFieldMapSint32Uint32135(); result.fieldMapSint32Uint32135_.makeImmutable(); } if (((from_bitField4_ & 0x00000080) != 0)) { result.fieldMapSint32Uint64136_ = internalGetFieldMapSint32Uint64136(); result.fieldMapSint32Uint64136_.makeImmutable(); } if (((from_bitField4_ & 0x00000100) != 0)) { result.fieldMapSint64Bool137_ = internalGetFieldMapSint64Bool137(); result.fieldMapSint64Bool137_.makeImmutable(); } if (((from_bitField4_ & 0x00000200) != 0)) { result.fieldMapSint64Bytes138_ = internalGetFieldMapSint64Bytes138(); result.fieldMapSint64Bytes138_.makeImmutable(); } if (((from_bitField4_ & 0x00000400) != 0)) { result.fieldMapSint64Double139_ = internalGetFieldMapSint64Double139(); result.fieldMapSint64Double139_.makeImmutable(); } if (((from_bitField4_ & 0x00000800) != 0)) { result.fieldMapSint64Enum140_ = internalGetFieldMapSint64Enum140(); result.fieldMapSint64Enum140_.makeImmutable(); } if (((from_bitField4_ & 0x00001000) != 0)) { result.fieldMapSint64Fixed32141_ = internalGetFieldMapSint64Fixed32141(); result.fieldMapSint64Fixed32141_.makeImmutable(); } if (((from_bitField4_ & 0x00002000) != 0)) { result.fieldMapSint64Fixed64142_ = internalGetFieldMapSint64Fixed64142(); result.fieldMapSint64Fixed64142_.makeImmutable(); } if (((from_bitField4_ & 0x00004000) != 0)) { result.fieldMapSint64Float143_ = internalGetFieldMapSint64Float143(); result.fieldMapSint64Float143_.makeImmutable(); } if (((from_bitField4_ & 0x00008000) != 0)) { result.fieldMapSint64Int32144_ = internalGetFieldMapSint64Int32144(); result.fieldMapSint64Int32144_.makeImmutable(); } if (((from_bitField4_ & 0x00010000) != 0)) { result.fieldMapSint64Int64145_ = internalGetFieldMapSint64Int64145(); result.fieldMapSint64Int64145_.makeImmutable(); } if (((from_bitField4_ & 0x00020000) != 0)) { result.fieldMapSint64Message146_ = internalGetFieldMapSint64Message146().build(FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00040000) != 0)) { result.fieldMapSint64Sfixed32147_ = internalGetFieldMapSint64Sfixed32147(); result.fieldMapSint64Sfixed32147_.makeImmutable(); } if (((from_bitField4_ & 0x00080000) != 0)) { result.fieldMapSint64Sfixed64148_ = internalGetFieldMapSint64Sfixed64148(); result.fieldMapSint64Sfixed64148_.makeImmutable(); } if (((from_bitField4_ & 0x00100000) != 0)) { result.fieldMapSint64Sint32149_ = internalGetFieldMapSint64Sint32149(); result.fieldMapSint64Sint32149_.makeImmutable(); } if (((from_bitField4_ & 0x00200000) != 0)) { result.fieldMapSint64Sint64150_ = internalGetFieldMapSint64Sint64150(); result.fieldMapSint64Sint64150_.makeImmutable(); } if (((from_bitField4_ & 0x00400000) != 0)) { result.fieldMapSint64String151_ = internalGetFieldMapSint64String151(); result.fieldMapSint64String151_.makeImmutable(); } if (((from_bitField4_ & 0x00800000) != 0)) { result.fieldMapSint64Uint32152_ = internalGetFieldMapSint64Uint32152(); result.fieldMapSint64Uint32152_.makeImmutable(); } if (((from_bitField4_ & 0x01000000) != 0)) { result.fieldMapSint64Uint64153_ = internalGetFieldMapSint64Uint64153(); result.fieldMapSint64Uint64153_.makeImmutable(); } if (((from_bitField4_ & 0x02000000) != 0)) { result.fieldMapStringBool154_ = internalGetFieldMapStringBool154(); result.fieldMapStringBool154_.makeImmutable(); } if (((from_bitField4_ & 0x04000000) != 0)) { result.fieldMapStringBytes155_ = internalGetFieldMapStringBytes155(); result.fieldMapStringBytes155_.makeImmutable(); } if (((from_bitField4_ & 0x08000000) != 0)) { result.fieldMapStringDouble156_ = internalGetFieldMapStringDouble156(); result.fieldMapStringDouble156_.makeImmutable(); } if (((from_bitField4_ & 0x10000000) != 0)) { result.fieldMapStringEnum157_ = internalGetFieldMapStringEnum157(); result.fieldMapStringEnum157_.makeImmutable(); } if (((from_bitField4_ & 0x20000000) != 0)) { result.fieldMapStringFixed32158_ = internalGetFieldMapStringFixed32158(); result.fieldMapStringFixed32158_.makeImmutable(); } if (((from_bitField4_ & 0x40000000) != 0)) { result.fieldMapStringFixed64159_ = internalGetFieldMapStringFixed64159(); result.fieldMapStringFixed64159_.makeImmutable(); } if (((from_bitField4_ & 0x80000000) != 0)) { result.fieldMapStringFloat160_ = internalGetFieldMapStringFloat160(); result.fieldMapStringFloat160_.makeImmutable(); } } private void buildPartial5(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result) { int from_bitField5_ = bitField5_; if (((from_bitField5_ & 0x00000001) != 0)) { result.fieldMapStringInt32161_ = internalGetFieldMapStringInt32161(); result.fieldMapStringInt32161_.makeImmutable(); } if (((from_bitField5_ & 0x00000002) != 0)) { result.fieldMapStringInt64162_ = internalGetFieldMapStringInt64162(); result.fieldMapStringInt64162_.makeImmutable(); } if (((from_bitField5_ & 0x00000004) != 0)) { result.fieldMapStringMessage163_ = internalGetFieldMapStringMessage163().build(FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00000008) != 0)) { result.fieldMapStringSfixed32164_ = internalGetFieldMapStringSfixed32164(); result.fieldMapStringSfixed32164_.makeImmutable(); } if (((from_bitField5_ & 0x00000010) != 0)) { result.fieldMapStringSfixed64165_ = internalGetFieldMapStringSfixed64165(); result.fieldMapStringSfixed64165_.makeImmutable(); } if (((from_bitField5_ & 0x00000020) != 0)) { result.fieldMapStringSint32166_ = internalGetFieldMapStringSint32166(); result.fieldMapStringSint32166_.makeImmutable(); } if (((from_bitField5_ & 0x00000040) != 0)) { result.fieldMapStringSint64167_ = internalGetFieldMapStringSint64167(); result.fieldMapStringSint64167_.makeImmutable(); } if (((from_bitField5_ & 0x00000080) != 0)) { result.fieldMapStringString168_ = internalGetFieldMapStringString168(); result.fieldMapStringString168_.makeImmutable(); } if (((from_bitField5_ & 0x00000100) != 0)) { result.fieldMapStringUint32169_ = internalGetFieldMapStringUint32169(); result.fieldMapStringUint32169_.makeImmutable(); } if (((from_bitField5_ & 0x00000200) != 0)) { result.fieldMapStringUint64170_ = internalGetFieldMapStringUint64170(); result.fieldMapStringUint64170_.makeImmutable(); } if (((from_bitField5_ & 0x00000400) != 0)) { result.fieldMapUint32Bool171_ = internalGetFieldMapUint32Bool171(); result.fieldMapUint32Bool171_.makeImmutable(); } if (((from_bitField5_ & 0x00000800) != 0)) { result.fieldMapUint32Bytes172_ = internalGetFieldMapUint32Bytes172(); result.fieldMapUint32Bytes172_.makeImmutable(); } if (((from_bitField5_ & 0x00001000) != 0)) { result.fieldMapUint32Double173_ = internalGetFieldMapUint32Double173(); result.fieldMapUint32Double173_.makeImmutable(); } if (((from_bitField5_ & 0x00002000) != 0)) { result.fieldMapUint32Enum174_ = internalGetFieldMapUint32Enum174(); result.fieldMapUint32Enum174_.makeImmutable(); } if (((from_bitField5_ & 0x00004000) != 0)) { result.fieldMapUint32Fixed32175_ = internalGetFieldMapUint32Fixed32175(); result.fieldMapUint32Fixed32175_.makeImmutable(); } if (((from_bitField5_ & 0x00008000) != 0)) { result.fieldMapUint32Fixed64176_ = internalGetFieldMapUint32Fixed64176(); result.fieldMapUint32Fixed64176_.makeImmutable(); } if (((from_bitField5_ & 0x00010000) != 0)) { result.fieldMapUint32Float177_ = internalGetFieldMapUint32Float177(); result.fieldMapUint32Float177_.makeImmutable(); } if (((from_bitField5_ & 0x00020000) != 0)) { result.fieldMapUint32Int32178_ = internalGetFieldMapUint32Int32178(); result.fieldMapUint32Int32178_.makeImmutable(); } if (((from_bitField5_ & 0x00040000) != 0)) { result.fieldMapUint32Int64179_ = internalGetFieldMapUint32Int64179(); result.fieldMapUint32Int64179_.makeImmutable(); } if (((from_bitField5_ & 0x00080000) != 0)) { result.fieldMapUint32Message180_ = internalGetFieldMapUint32Message180().build(FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00100000) != 0)) { result.fieldMapUint32Sfixed32181_ = internalGetFieldMapUint32Sfixed32181(); result.fieldMapUint32Sfixed32181_.makeImmutable(); } if (((from_bitField5_ & 0x00200000) != 0)) { result.fieldMapUint32Sfixed64182_ = internalGetFieldMapUint32Sfixed64182(); result.fieldMapUint32Sfixed64182_.makeImmutable(); } if (((from_bitField5_ & 0x00400000) != 0)) { result.fieldMapUint32Sint32183_ = internalGetFieldMapUint32Sint32183(); result.fieldMapUint32Sint32183_.makeImmutable(); } if (((from_bitField5_ & 0x00800000) != 0)) { result.fieldMapUint32Sint64184_ = internalGetFieldMapUint32Sint64184(); result.fieldMapUint32Sint64184_.makeImmutable(); } if (((from_bitField5_ & 0x01000000) != 0)) { result.fieldMapUint32String185_ = internalGetFieldMapUint32String185(); result.fieldMapUint32String185_.makeImmutable(); } if (((from_bitField5_ & 0x02000000) != 0)) { result.fieldMapUint32Uint32186_ = internalGetFieldMapUint32Uint32186(); result.fieldMapUint32Uint32186_.makeImmutable(); } if (((from_bitField5_ & 0x04000000) != 0)) { result.fieldMapUint32Uint64187_ = internalGetFieldMapUint32Uint64187(); result.fieldMapUint32Uint64187_.makeImmutable(); } if (((from_bitField5_ & 0x08000000) != 0)) { result.fieldMapUint64Bool188_ = internalGetFieldMapUint64Bool188(); result.fieldMapUint64Bool188_.makeImmutable(); } if (((from_bitField5_ & 0x10000000) != 0)) { result.fieldMapUint64Bytes189_ = internalGetFieldMapUint64Bytes189(); result.fieldMapUint64Bytes189_.makeImmutable(); } if (((from_bitField5_ & 0x20000000) != 0)) { result.fieldMapUint64Double190_ = internalGetFieldMapUint64Double190(); result.fieldMapUint64Double190_.makeImmutable(); } if (((from_bitField5_ & 0x40000000) != 0)) { result.fieldMapUint64Enum191_ = internalGetFieldMapUint64Enum191(); result.fieldMapUint64Enum191_.makeImmutable(); } if (((from_bitField5_ & 0x80000000) != 0)) { result.fieldMapUint64Fixed32192_ = internalGetFieldMapUint64Fixed32192(); result.fieldMapUint64Fixed32192_.makeImmutable(); } } private void buildPartial6(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps result) { int from_bitField6_ = bitField6_; if (((from_bitField6_ & 0x00000001) != 0)) { result.fieldMapUint64Fixed64193_ = internalGetFieldMapUint64Fixed64193(); result.fieldMapUint64Fixed64193_.makeImmutable(); } if (((from_bitField6_ & 0x00000002) != 0)) { result.fieldMapUint64Float194_ = internalGetFieldMapUint64Float194(); result.fieldMapUint64Float194_.makeImmutable(); } if (((from_bitField6_ & 0x00000004) != 0)) { result.fieldMapUint64Int32195_ = internalGetFieldMapUint64Int32195(); result.fieldMapUint64Int32195_.makeImmutable(); } if (((from_bitField6_ & 0x00000008) != 0)) { result.fieldMapUint64Int64196_ = internalGetFieldMapUint64Int64196(); result.fieldMapUint64Int64196_.makeImmutable(); } if (((from_bitField6_ & 0x00000010) != 0)) { result.fieldMapUint64Message197_ = internalGetFieldMapUint64Message197().build(FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } if (((from_bitField6_ & 0x00000020) != 0)) { result.fieldMapUint64Sfixed32198_ = internalGetFieldMapUint64Sfixed32198(); result.fieldMapUint64Sfixed32198_.makeImmutable(); } if (((from_bitField6_ & 0x00000040) != 0)) { result.fieldMapUint64Sfixed64199_ = internalGetFieldMapUint64Sfixed64199(); result.fieldMapUint64Sfixed64199_.makeImmutable(); } if (((from_bitField6_ & 0x00000080) != 0)) { result.fieldMapUint64Sint32200_ = internalGetFieldMapUint64Sint32200(); result.fieldMapUint64Sint32200_.makeImmutable(); } if (((from_bitField6_ & 0x00000100) != 0)) { result.fieldMapUint64Sint64201_ = internalGetFieldMapUint64Sint64201(); result.fieldMapUint64Sint64201_.makeImmutable(); } if (((from_bitField6_ & 0x00000200) != 0)) { result.fieldMapUint64String202_ = internalGetFieldMapUint64String202(); result.fieldMapUint64String202_.makeImmutable(); } if (((from_bitField6_ & 0x00000400) != 0)) { result.fieldMapUint64Uint32203_ = internalGetFieldMapUint64Uint32203(); result.fieldMapUint64Uint32203_.makeImmutable(); } if (((from_bitField6_ & 0x00000800) != 0)) { result.fieldMapUint64Uint64204_ = internalGetFieldMapUint64Uint64204(); result.fieldMapUint64Uint64204_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps) { return mergeFrom((com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps other) { if (other == com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps.getDefaultInstance()) return this; internalGetMutableFieldMapBoolBool1().mergeFrom( other.internalGetFieldMapBoolBool1()); bitField0_ |= 0x00000001; internalGetMutableFieldMapBoolBytes2().mergeFrom( other.internalGetFieldMapBoolBytes2()); bitField0_ |= 0x00000002; internalGetMutableFieldMapBoolDouble3().mergeFrom( other.internalGetFieldMapBoolDouble3()); bitField0_ |= 0x00000004; internalGetMutableFieldMapBoolEnum4().mergeFrom( other.internalGetFieldMapBoolEnum4()); bitField0_ |= 0x00000008; internalGetMutableFieldMapBoolFixed325().mergeFrom( other.internalGetFieldMapBoolFixed325()); bitField0_ |= 0x00000010; internalGetMutableFieldMapBoolFixed646().mergeFrom( other.internalGetFieldMapBoolFixed646()); bitField0_ |= 0x00000020; internalGetMutableFieldMapBoolFloat7().mergeFrom( other.internalGetFieldMapBoolFloat7()); bitField0_ |= 0x00000040; internalGetMutableFieldMapBoolInt328().mergeFrom( other.internalGetFieldMapBoolInt328()); bitField0_ |= 0x00000080; internalGetMutableFieldMapBoolInt649().mergeFrom( other.internalGetFieldMapBoolInt649()); bitField0_ |= 0x00000100; internalGetMutableFieldMapBoolMessage10().mergeFrom( other.internalGetFieldMapBoolMessage10()); bitField0_ |= 0x00000200; internalGetMutableFieldMapBoolSfixed3211().mergeFrom( other.internalGetFieldMapBoolSfixed3211()); bitField0_ |= 0x00000400; internalGetMutableFieldMapBoolSfixed6412().mergeFrom( other.internalGetFieldMapBoolSfixed6412()); bitField0_ |= 0x00000800; internalGetMutableFieldMapBoolSint3213().mergeFrom( other.internalGetFieldMapBoolSint3213()); bitField0_ |= 0x00001000; internalGetMutableFieldMapBoolSint6414().mergeFrom( other.internalGetFieldMapBoolSint6414()); bitField0_ |= 0x00002000; internalGetMutableFieldMapBoolString15().mergeFrom( other.internalGetFieldMapBoolString15()); bitField0_ |= 0x00004000; internalGetMutableFieldMapBoolUint3216().mergeFrom( other.internalGetFieldMapBoolUint3216()); bitField0_ |= 0x00008000; internalGetMutableFieldMapBoolUint6417().mergeFrom( other.internalGetFieldMapBoolUint6417()); bitField0_ |= 0x00010000; internalGetMutableFieldMapFixed32Bool18().mergeFrom( other.internalGetFieldMapFixed32Bool18()); bitField0_ |= 0x00020000; internalGetMutableFieldMapFixed32Bytes19().mergeFrom( other.internalGetFieldMapFixed32Bytes19()); bitField0_ |= 0x00040000; internalGetMutableFieldMapFixed32Double20().mergeFrom( other.internalGetFieldMapFixed32Double20()); bitField0_ |= 0x00080000; internalGetMutableFieldMapFixed32Enum21().mergeFrom( other.internalGetFieldMapFixed32Enum21()); bitField0_ |= 0x00100000; internalGetMutableFieldMapFixed32Fixed3222().mergeFrom( other.internalGetFieldMapFixed32Fixed3222()); bitField0_ |= 0x00200000; internalGetMutableFieldMapFixed32Fixed6423().mergeFrom( other.internalGetFieldMapFixed32Fixed6423()); bitField0_ |= 0x00400000; internalGetMutableFieldMapFixed32Float24().mergeFrom( other.internalGetFieldMapFixed32Float24()); bitField0_ |= 0x00800000; internalGetMutableFieldMapFixed32Int3225().mergeFrom( other.internalGetFieldMapFixed32Int3225()); bitField0_ |= 0x01000000; internalGetMutableFieldMapFixed32Int6426().mergeFrom( other.internalGetFieldMapFixed32Int6426()); bitField0_ |= 0x02000000; internalGetMutableFieldMapFixed32Message27().mergeFrom( other.internalGetFieldMapFixed32Message27()); bitField0_ |= 0x04000000; internalGetMutableFieldMapFixed32Sfixed3228().mergeFrom( other.internalGetFieldMapFixed32Sfixed3228()); bitField0_ |= 0x08000000; internalGetMutableFieldMapFixed32Sfixed6429().mergeFrom( other.internalGetFieldMapFixed32Sfixed6429()); bitField0_ |= 0x10000000; internalGetMutableFieldMapFixed32Sint3230().mergeFrom( other.internalGetFieldMapFixed32Sint3230()); bitField0_ |= 0x20000000; internalGetMutableFieldMapFixed32Sint6431().mergeFrom( other.internalGetFieldMapFixed32Sint6431()); bitField0_ |= 0x40000000; internalGetMutableFieldMapFixed32String32().mergeFrom( other.internalGetFieldMapFixed32String32()); bitField0_ |= 0x80000000; internalGetMutableFieldMapFixed32Uint3233().mergeFrom( other.internalGetFieldMapFixed32Uint3233()); bitField1_ |= 0x00000001; internalGetMutableFieldMapFixed32Uint6434().mergeFrom( other.internalGetFieldMapFixed32Uint6434()); bitField1_ |= 0x00000002; internalGetMutableFieldMapFixed64Bool35().mergeFrom( other.internalGetFieldMapFixed64Bool35()); bitField1_ |= 0x00000004; internalGetMutableFieldMapFixed64Bytes36().mergeFrom( other.internalGetFieldMapFixed64Bytes36()); bitField1_ |= 0x00000008; internalGetMutableFieldMapFixed64Double37().mergeFrom( other.internalGetFieldMapFixed64Double37()); bitField1_ |= 0x00000010; internalGetMutableFieldMapFixed64Enum38().mergeFrom( other.internalGetFieldMapFixed64Enum38()); bitField1_ |= 0x00000020; internalGetMutableFieldMapFixed64Fixed3239().mergeFrom( other.internalGetFieldMapFixed64Fixed3239()); bitField1_ |= 0x00000040; internalGetMutableFieldMapFixed64Fixed6440().mergeFrom( other.internalGetFieldMapFixed64Fixed6440()); bitField1_ |= 0x00000080; internalGetMutableFieldMapFixed64Float41().mergeFrom( other.internalGetFieldMapFixed64Float41()); bitField1_ |= 0x00000100; internalGetMutableFieldMapFixed64Int3242().mergeFrom( other.internalGetFieldMapFixed64Int3242()); bitField1_ |= 0x00000200; internalGetMutableFieldMapFixed64Int6443().mergeFrom( other.internalGetFieldMapFixed64Int6443()); bitField1_ |= 0x00000400; internalGetMutableFieldMapFixed64Message44().mergeFrom( other.internalGetFieldMapFixed64Message44()); bitField1_ |= 0x00000800; internalGetMutableFieldMapFixed64Sfixed3245().mergeFrom( other.internalGetFieldMapFixed64Sfixed3245()); bitField1_ |= 0x00001000; internalGetMutableFieldMapFixed64Sfixed6446().mergeFrom( other.internalGetFieldMapFixed64Sfixed6446()); bitField1_ |= 0x00002000; internalGetMutableFieldMapFixed64Sint3247().mergeFrom( other.internalGetFieldMapFixed64Sint3247()); bitField1_ |= 0x00004000; internalGetMutableFieldMapFixed64Sint6448().mergeFrom( other.internalGetFieldMapFixed64Sint6448()); bitField1_ |= 0x00008000; internalGetMutableFieldMapFixed64String49().mergeFrom( other.internalGetFieldMapFixed64String49()); bitField1_ |= 0x00010000; internalGetMutableFieldMapFixed64Uint3250().mergeFrom( other.internalGetFieldMapFixed64Uint3250()); bitField1_ |= 0x00020000; internalGetMutableFieldMapFixed64Uint6451().mergeFrom( other.internalGetFieldMapFixed64Uint6451()); bitField1_ |= 0x00040000; internalGetMutableFieldMapInt32Bool52().mergeFrom( other.internalGetFieldMapInt32Bool52()); bitField1_ |= 0x00080000; internalGetMutableFieldMapInt32Bytes53().mergeFrom( other.internalGetFieldMapInt32Bytes53()); bitField1_ |= 0x00100000; internalGetMutableFieldMapInt32Double54().mergeFrom( other.internalGetFieldMapInt32Double54()); bitField1_ |= 0x00200000; internalGetMutableFieldMapInt32Enum55().mergeFrom( other.internalGetFieldMapInt32Enum55()); bitField1_ |= 0x00400000; internalGetMutableFieldMapInt32Fixed3256().mergeFrom( other.internalGetFieldMapInt32Fixed3256()); bitField1_ |= 0x00800000; internalGetMutableFieldMapInt32Fixed6457().mergeFrom( other.internalGetFieldMapInt32Fixed6457()); bitField1_ |= 0x01000000; internalGetMutableFieldMapInt32Float58().mergeFrom( other.internalGetFieldMapInt32Float58()); bitField1_ |= 0x02000000; internalGetMutableFieldMapInt32Int3259().mergeFrom( other.internalGetFieldMapInt32Int3259()); bitField1_ |= 0x04000000; internalGetMutableFieldMapInt32Int6460().mergeFrom( other.internalGetFieldMapInt32Int6460()); bitField1_ |= 0x08000000; internalGetMutableFieldMapInt32Message61().mergeFrom( other.internalGetFieldMapInt32Message61()); bitField1_ |= 0x10000000; internalGetMutableFieldMapInt32Sfixed3262().mergeFrom( other.internalGetFieldMapInt32Sfixed3262()); bitField1_ |= 0x20000000; internalGetMutableFieldMapInt32Sfixed6463().mergeFrom( other.internalGetFieldMapInt32Sfixed6463()); bitField1_ |= 0x40000000; internalGetMutableFieldMapInt32Sint3264().mergeFrom( other.internalGetFieldMapInt32Sint3264()); bitField1_ |= 0x80000000; internalGetMutableFieldMapInt32Sint6465().mergeFrom( other.internalGetFieldMapInt32Sint6465()); bitField2_ |= 0x00000001; internalGetMutableFieldMapInt32String66().mergeFrom( other.internalGetFieldMapInt32String66()); bitField2_ |= 0x00000002; internalGetMutableFieldMapInt32Uint3267().mergeFrom( other.internalGetFieldMapInt32Uint3267()); bitField2_ |= 0x00000004; internalGetMutableFieldMapInt32Uint6468().mergeFrom( other.internalGetFieldMapInt32Uint6468()); bitField2_ |= 0x00000008; internalGetMutableFieldMapInt64Bool69().mergeFrom( other.internalGetFieldMapInt64Bool69()); bitField2_ |= 0x00000010; internalGetMutableFieldMapInt64Bytes70().mergeFrom( other.internalGetFieldMapInt64Bytes70()); bitField2_ |= 0x00000020; internalGetMutableFieldMapInt64Double71().mergeFrom( other.internalGetFieldMapInt64Double71()); bitField2_ |= 0x00000040; internalGetMutableFieldMapInt64Enum72().mergeFrom( other.internalGetFieldMapInt64Enum72()); bitField2_ |= 0x00000080; internalGetMutableFieldMapInt64Fixed3273().mergeFrom( other.internalGetFieldMapInt64Fixed3273()); bitField2_ |= 0x00000100; internalGetMutableFieldMapInt64Fixed6474().mergeFrom( other.internalGetFieldMapInt64Fixed6474()); bitField2_ |= 0x00000200; internalGetMutableFieldMapInt64Float75().mergeFrom( other.internalGetFieldMapInt64Float75()); bitField2_ |= 0x00000400; internalGetMutableFieldMapInt64Int3276().mergeFrom( other.internalGetFieldMapInt64Int3276()); bitField2_ |= 0x00000800; internalGetMutableFieldMapInt64Int6477().mergeFrom( other.internalGetFieldMapInt64Int6477()); bitField2_ |= 0x00001000; internalGetMutableFieldMapInt64Message78().mergeFrom( other.internalGetFieldMapInt64Message78()); bitField2_ |= 0x00002000; internalGetMutableFieldMapInt64Sfixed3279().mergeFrom( other.internalGetFieldMapInt64Sfixed3279()); bitField2_ |= 0x00004000; internalGetMutableFieldMapInt64Sfixed6480().mergeFrom( other.internalGetFieldMapInt64Sfixed6480()); bitField2_ |= 0x00008000; internalGetMutableFieldMapInt64Sint3281().mergeFrom( other.internalGetFieldMapInt64Sint3281()); bitField2_ |= 0x00010000; internalGetMutableFieldMapInt64Sint6482().mergeFrom( other.internalGetFieldMapInt64Sint6482()); bitField2_ |= 0x00020000; internalGetMutableFieldMapInt64String83().mergeFrom( other.internalGetFieldMapInt64String83()); bitField2_ |= 0x00040000; internalGetMutableFieldMapInt64Uint3284().mergeFrom( other.internalGetFieldMapInt64Uint3284()); bitField2_ |= 0x00080000; internalGetMutableFieldMapInt64Uint6485().mergeFrom( other.internalGetFieldMapInt64Uint6485()); bitField2_ |= 0x00100000; internalGetMutableFieldMapSfixed32Bool86().mergeFrom( other.internalGetFieldMapSfixed32Bool86()); bitField2_ |= 0x00200000; internalGetMutableFieldMapSfixed32Bytes87().mergeFrom( other.internalGetFieldMapSfixed32Bytes87()); bitField2_ |= 0x00400000; internalGetMutableFieldMapSfixed32Double88().mergeFrom( other.internalGetFieldMapSfixed32Double88()); bitField2_ |= 0x00800000; internalGetMutableFieldMapSfixed32Enum89().mergeFrom( other.internalGetFieldMapSfixed32Enum89()); bitField2_ |= 0x01000000; internalGetMutableFieldMapSfixed32Fixed3290().mergeFrom( other.internalGetFieldMapSfixed32Fixed3290()); bitField2_ |= 0x02000000; internalGetMutableFieldMapSfixed32Fixed6491().mergeFrom( other.internalGetFieldMapSfixed32Fixed6491()); bitField2_ |= 0x04000000; internalGetMutableFieldMapSfixed32Float92().mergeFrom( other.internalGetFieldMapSfixed32Float92()); bitField2_ |= 0x08000000; internalGetMutableFieldMapSfixed32Int3293().mergeFrom( other.internalGetFieldMapSfixed32Int3293()); bitField2_ |= 0x10000000; internalGetMutableFieldMapSfixed32Int6494().mergeFrom( other.internalGetFieldMapSfixed32Int6494()); bitField2_ |= 0x20000000; internalGetMutableFieldMapSfixed32Message95().mergeFrom( other.internalGetFieldMapSfixed32Message95()); bitField2_ |= 0x40000000; internalGetMutableFieldMapSfixed32Sfixed3296().mergeFrom( other.internalGetFieldMapSfixed32Sfixed3296()); bitField2_ |= 0x80000000; internalGetMutableFieldMapSfixed32Sfixed6497().mergeFrom( other.internalGetFieldMapSfixed32Sfixed6497()); bitField3_ |= 0x00000001; internalGetMutableFieldMapSfixed32Sint3298().mergeFrom( other.internalGetFieldMapSfixed32Sint3298()); bitField3_ |= 0x00000002; internalGetMutableFieldMapSfixed32Sint6499().mergeFrom( other.internalGetFieldMapSfixed32Sint6499()); bitField3_ |= 0x00000004; internalGetMutableFieldMapSfixed32String100().mergeFrom( other.internalGetFieldMapSfixed32String100()); bitField3_ |= 0x00000008; internalGetMutableFieldMapSfixed32Uint32101().mergeFrom( other.internalGetFieldMapSfixed32Uint32101()); bitField3_ |= 0x00000010; internalGetMutableFieldMapSfixed32Uint64102().mergeFrom( other.internalGetFieldMapSfixed32Uint64102()); bitField3_ |= 0x00000020; internalGetMutableFieldMapSfixed64Bool103().mergeFrom( other.internalGetFieldMapSfixed64Bool103()); bitField3_ |= 0x00000040; internalGetMutableFieldMapSfixed64Bytes104().mergeFrom( other.internalGetFieldMapSfixed64Bytes104()); bitField3_ |= 0x00000080; internalGetMutableFieldMapSfixed64Double105().mergeFrom( other.internalGetFieldMapSfixed64Double105()); bitField3_ |= 0x00000100; internalGetMutableFieldMapSfixed64Enum106().mergeFrom( other.internalGetFieldMapSfixed64Enum106()); bitField3_ |= 0x00000200; internalGetMutableFieldMapSfixed64Fixed32107().mergeFrom( other.internalGetFieldMapSfixed64Fixed32107()); bitField3_ |= 0x00000400; internalGetMutableFieldMapSfixed64Fixed64108().mergeFrom( other.internalGetFieldMapSfixed64Fixed64108()); bitField3_ |= 0x00000800; internalGetMutableFieldMapSfixed64Float109().mergeFrom( other.internalGetFieldMapSfixed64Float109()); bitField3_ |= 0x00001000; internalGetMutableFieldMapSfixed64Int32110().mergeFrom( other.internalGetFieldMapSfixed64Int32110()); bitField3_ |= 0x00002000; internalGetMutableFieldMapSfixed64Int64111().mergeFrom( other.internalGetFieldMapSfixed64Int64111()); bitField3_ |= 0x00004000; internalGetMutableFieldMapSfixed64Message112().mergeFrom( other.internalGetFieldMapSfixed64Message112()); bitField3_ |= 0x00008000; internalGetMutableFieldMapSfixed64Sfixed32113().mergeFrom( other.internalGetFieldMapSfixed64Sfixed32113()); bitField3_ |= 0x00010000; internalGetMutableFieldMapSfixed64Sfixed64114().mergeFrom( other.internalGetFieldMapSfixed64Sfixed64114()); bitField3_ |= 0x00020000; internalGetMutableFieldMapSfixed64Sint32115().mergeFrom( other.internalGetFieldMapSfixed64Sint32115()); bitField3_ |= 0x00040000; internalGetMutableFieldMapSfixed64Sint64116().mergeFrom( other.internalGetFieldMapSfixed64Sint64116()); bitField3_ |= 0x00080000; internalGetMutableFieldMapSfixed64String117().mergeFrom( other.internalGetFieldMapSfixed64String117()); bitField3_ |= 0x00100000; internalGetMutableFieldMapSfixed64Uint32118().mergeFrom( other.internalGetFieldMapSfixed64Uint32118()); bitField3_ |= 0x00200000; internalGetMutableFieldMapSfixed64Uint64119().mergeFrom( other.internalGetFieldMapSfixed64Uint64119()); bitField3_ |= 0x00400000; internalGetMutableFieldMapSint32Bool120().mergeFrom( other.internalGetFieldMapSint32Bool120()); bitField3_ |= 0x00800000; internalGetMutableFieldMapSint32Bytes121().mergeFrom( other.internalGetFieldMapSint32Bytes121()); bitField3_ |= 0x01000000; internalGetMutableFieldMapSint32Double122().mergeFrom( other.internalGetFieldMapSint32Double122()); bitField3_ |= 0x02000000; internalGetMutableFieldMapSint32Enum123().mergeFrom( other.internalGetFieldMapSint32Enum123()); bitField3_ |= 0x04000000; internalGetMutableFieldMapSint32Fixed32124().mergeFrom( other.internalGetFieldMapSint32Fixed32124()); bitField3_ |= 0x08000000; internalGetMutableFieldMapSint32Fixed64125().mergeFrom( other.internalGetFieldMapSint32Fixed64125()); bitField3_ |= 0x10000000; internalGetMutableFieldMapSint32Float126().mergeFrom( other.internalGetFieldMapSint32Float126()); bitField3_ |= 0x20000000; internalGetMutableFieldMapSint32Int32127().mergeFrom( other.internalGetFieldMapSint32Int32127()); bitField3_ |= 0x40000000; internalGetMutableFieldMapSint32Int64128().mergeFrom( other.internalGetFieldMapSint32Int64128()); bitField3_ |= 0x80000000; internalGetMutableFieldMapSint32Message129().mergeFrom( other.internalGetFieldMapSint32Message129()); bitField4_ |= 0x00000001; internalGetMutableFieldMapSint32Sfixed32130().mergeFrom( other.internalGetFieldMapSint32Sfixed32130()); bitField4_ |= 0x00000002; internalGetMutableFieldMapSint32Sfixed64131().mergeFrom( other.internalGetFieldMapSint32Sfixed64131()); bitField4_ |= 0x00000004; internalGetMutableFieldMapSint32Sint32132().mergeFrom( other.internalGetFieldMapSint32Sint32132()); bitField4_ |= 0x00000008; internalGetMutableFieldMapSint32Sint64133().mergeFrom( other.internalGetFieldMapSint32Sint64133()); bitField4_ |= 0x00000010; internalGetMutableFieldMapSint32String134().mergeFrom( other.internalGetFieldMapSint32String134()); bitField4_ |= 0x00000020; internalGetMutableFieldMapSint32Uint32135().mergeFrom( other.internalGetFieldMapSint32Uint32135()); bitField4_ |= 0x00000040; internalGetMutableFieldMapSint32Uint64136().mergeFrom( other.internalGetFieldMapSint32Uint64136()); bitField4_ |= 0x00000080; internalGetMutableFieldMapSint64Bool137().mergeFrom( other.internalGetFieldMapSint64Bool137()); bitField4_ |= 0x00000100; internalGetMutableFieldMapSint64Bytes138().mergeFrom( other.internalGetFieldMapSint64Bytes138()); bitField4_ |= 0x00000200; internalGetMutableFieldMapSint64Double139().mergeFrom( other.internalGetFieldMapSint64Double139()); bitField4_ |= 0x00000400; internalGetMutableFieldMapSint64Enum140().mergeFrom( other.internalGetFieldMapSint64Enum140()); bitField4_ |= 0x00000800; internalGetMutableFieldMapSint64Fixed32141().mergeFrom( other.internalGetFieldMapSint64Fixed32141()); bitField4_ |= 0x00001000; internalGetMutableFieldMapSint64Fixed64142().mergeFrom( other.internalGetFieldMapSint64Fixed64142()); bitField4_ |= 0x00002000; internalGetMutableFieldMapSint64Float143().mergeFrom( other.internalGetFieldMapSint64Float143()); bitField4_ |= 0x00004000; internalGetMutableFieldMapSint64Int32144().mergeFrom( other.internalGetFieldMapSint64Int32144()); bitField4_ |= 0x00008000; internalGetMutableFieldMapSint64Int64145().mergeFrom( other.internalGetFieldMapSint64Int64145()); bitField4_ |= 0x00010000; internalGetMutableFieldMapSint64Message146().mergeFrom( other.internalGetFieldMapSint64Message146()); bitField4_ |= 0x00020000; internalGetMutableFieldMapSint64Sfixed32147().mergeFrom( other.internalGetFieldMapSint64Sfixed32147()); bitField4_ |= 0x00040000; internalGetMutableFieldMapSint64Sfixed64148().mergeFrom( other.internalGetFieldMapSint64Sfixed64148()); bitField4_ |= 0x00080000; internalGetMutableFieldMapSint64Sint32149().mergeFrom( other.internalGetFieldMapSint64Sint32149()); bitField4_ |= 0x00100000; internalGetMutableFieldMapSint64Sint64150().mergeFrom( other.internalGetFieldMapSint64Sint64150()); bitField4_ |= 0x00200000; internalGetMutableFieldMapSint64String151().mergeFrom( other.internalGetFieldMapSint64String151()); bitField4_ |= 0x00400000; internalGetMutableFieldMapSint64Uint32152().mergeFrom( other.internalGetFieldMapSint64Uint32152()); bitField4_ |= 0x00800000; internalGetMutableFieldMapSint64Uint64153().mergeFrom( other.internalGetFieldMapSint64Uint64153()); bitField4_ |= 0x01000000; internalGetMutableFieldMapStringBool154().mergeFrom( other.internalGetFieldMapStringBool154()); bitField4_ |= 0x02000000; internalGetMutableFieldMapStringBytes155().mergeFrom( other.internalGetFieldMapStringBytes155()); bitField4_ |= 0x04000000; internalGetMutableFieldMapStringDouble156().mergeFrom( other.internalGetFieldMapStringDouble156()); bitField4_ |= 0x08000000; internalGetMutableFieldMapStringEnum157().mergeFrom( other.internalGetFieldMapStringEnum157()); bitField4_ |= 0x10000000; internalGetMutableFieldMapStringFixed32158().mergeFrom( other.internalGetFieldMapStringFixed32158()); bitField4_ |= 0x20000000; internalGetMutableFieldMapStringFixed64159().mergeFrom( other.internalGetFieldMapStringFixed64159()); bitField4_ |= 0x40000000; internalGetMutableFieldMapStringFloat160().mergeFrom( other.internalGetFieldMapStringFloat160()); bitField4_ |= 0x80000000; internalGetMutableFieldMapStringInt32161().mergeFrom( other.internalGetFieldMapStringInt32161()); bitField5_ |= 0x00000001; internalGetMutableFieldMapStringInt64162().mergeFrom( other.internalGetFieldMapStringInt64162()); bitField5_ |= 0x00000002; internalGetMutableFieldMapStringMessage163().mergeFrom( other.internalGetFieldMapStringMessage163()); bitField5_ |= 0x00000004; internalGetMutableFieldMapStringSfixed32164().mergeFrom( other.internalGetFieldMapStringSfixed32164()); bitField5_ |= 0x00000008; internalGetMutableFieldMapStringSfixed64165().mergeFrom( other.internalGetFieldMapStringSfixed64165()); bitField5_ |= 0x00000010; internalGetMutableFieldMapStringSint32166().mergeFrom( other.internalGetFieldMapStringSint32166()); bitField5_ |= 0x00000020; internalGetMutableFieldMapStringSint64167().mergeFrom( other.internalGetFieldMapStringSint64167()); bitField5_ |= 0x00000040; internalGetMutableFieldMapStringString168().mergeFrom( other.internalGetFieldMapStringString168()); bitField5_ |= 0x00000080; internalGetMutableFieldMapStringUint32169().mergeFrom( other.internalGetFieldMapStringUint32169()); bitField5_ |= 0x00000100; internalGetMutableFieldMapStringUint64170().mergeFrom( other.internalGetFieldMapStringUint64170()); bitField5_ |= 0x00000200; internalGetMutableFieldMapUint32Bool171().mergeFrom( other.internalGetFieldMapUint32Bool171()); bitField5_ |= 0x00000400; internalGetMutableFieldMapUint32Bytes172().mergeFrom( other.internalGetFieldMapUint32Bytes172()); bitField5_ |= 0x00000800; internalGetMutableFieldMapUint32Double173().mergeFrom( other.internalGetFieldMapUint32Double173()); bitField5_ |= 0x00001000; internalGetMutableFieldMapUint32Enum174().mergeFrom( other.internalGetFieldMapUint32Enum174()); bitField5_ |= 0x00002000; internalGetMutableFieldMapUint32Fixed32175().mergeFrom( other.internalGetFieldMapUint32Fixed32175()); bitField5_ |= 0x00004000; internalGetMutableFieldMapUint32Fixed64176().mergeFrom( other.internalGetFieldMapUint32Fixed64176()); bitField5_ |= 0x00008000; internalGetMutableFieldMapUint32Float177().mergeFrom( other.internalGetFieldMapUint32Float177()); bitField5_ |= 0x00010000; internalGetMutableFieldMapUint32Int32178().mergeFrom( other.internalGetFieldMapUint32Int32178()); bitField5_ |= 0x00020000; internalGetMutableFieldMapUint32Int64179().mergeFrom( other.internalGetFieldMapUint32Int64179()); bitField5_ |= 0x00040000; internalGetMutableFieldMapUint32Message180().mergeFrom( other.internalGetFieldMapUint32Message180()); bitField5_ |= 0x00080000; internalGetMutableFieldMapUint32Sfixed32181().mergeFrom( other.internalGetFieldMapUint32Sfixed32181()); bitField5_ |= 0x00100000; internalGetMutableFieldMapUint32Sfixed64182().mergeFrom( other.internalGetFieldMapUint32Sfixed64182()); bitField5_ |= 0x00200000; internalGetMutableFieldMapUint32Sint32183().mergeFrom( other.internalGetFieldMapUint32Sint32183()); bitField5_ |= 0x00400000; internalGetMutableFieldMapUint32Sint64184().mergeFrom( other.internalGetFieldMapUint32Sint64184()); bitField5_ |= 0x00800000; internalGetMutableFieldMapUint32String185().mergeFrom( other.internalGetFieldMapUint32String185()); bitField5_ |= 0x01000000; internalGetMutableFieldMapUint32Uint32186().mergeFrom( other.internalGetFieldMapUint32Uint32186()); bitField5_ |= 0x02000000; internalGetMutableFieldMapUint32Uint64187().mergeFrom( other.internalGetFieldMapUint32Uint64187()); bitField5_ |= 0x04000000; internalGetMutableFieldMapUint64Bool188().mergeFrom( other.internalGetFieldMapUint64Bool188()); bitField5_ |= 0x08000000; internalGetMutableFieldMapUint64Bytes189().mergeFrom( other.internalGetFieldMapUint64Bytes189()); bitField5_ |= 0x10000000; internalGetMutableFieldMapUint64Double190().mergeFrom( other.internalGetFieldMapUint64Double190()); bitField5_ |= 0x20000000; internalGetMutableFieldMapUint64Enum191().mergeFrom( other.internalGetFieldMapUint64Enum191()); bitField5_ |= 0x40000000; internalGetMutableFieldMapUint64Fixed32192().mergeFrom( other.internalGetFieldMapUint64Fixed32192()); bitField5_ |= 0x80000000; internalGetMutableFieldMapUint64Fixed64193().mergeFrom( other.internalGetFieldMapUint64Fixed64193()); bitField6_ |= 0x00000001; internalGetMutableFieldMapUint64Float194().mergeFrom( other.internalGetFieldMapUint64Float194()); bitField6_ |= 0x00000002; internalGetMutableFieldMapUint64Int32195().mergeFrom( other.internalGetFieldMapUint64Int32195()); bitField6_ |= 0x00000004; internalGetMutableFieldMapUint64Int64196().mergeFrom( other.internalGetFieldMapUint64Int64196()); bitField6_ |= 0x00000008; internalGetMutableFieldMapUint64Message197().mergeFrom( other.internalGetFieldMapUint64Message197()); bitField6_ |= 0x00000010; internalGetMutableFieldMapUint64Sfixed32198().mergeFrom( other.internalGetFieldMapUint64Sfixed32198()); bitField6_ |= 0x00000020; internalGetMutableFieldMapUint64Sfixed64199().mergeFrom( other.internalGetFieldMapUint64Sfixed64199()); bitField6_ |= 0x00000040; internalGetMutableFieldMapUint64Sint32200().mergeFrom( other.internalGetFieldMapUint64Sint32200()); bitField6_ |= 0x00000080; internalGetMutableFieldMapUint64Sint64201().mergeFrom( other.internalGetFieldMapUint64Sint64201()); bitField6_ |= 0x00000100; internalGetMutableFieldMapUint64String202().mergeFrom( other.internalGetFieldMapUint64String202()); bitField6_ |= 0x00000200; internalGetMutableFieldMapUint64Uint32203().mergeFrom( other.internalGetFieldMapUint64Uint32203()); bitField6_ |= 0x00000400; internalGetMutableFieldMapUint64Uint64204().mergeFrom( other.internalGetFieldMapUint64Uint64204()); bitField6_ |= 0x00000800; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry fieldMapBoolBool1__ = input.readMessage( FieldMapBoolBool1DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBool1().getMutableMap().put( fieldMapBoolBool1__.getKey(), fieldMapBoolBool1__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = input.readMessage( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBytes2().getMutableMap().put( fieldMapBoolBytes2__.getKey(), fieldMapBoolBytes2__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = input.readMessage( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolDouble3().getMutableMap().put( fieldMapBoolDouble3__.getKey(), fieldMapBoolDouble3__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry fieldMapBoolEnum4__ = input.readMessage( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolEnum4().getMutableMap().put( fieldMapBoolEnum4__.getKey(), fieldMapBoolEnum4__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = input.readMessage( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed325().getMutableMap().put( fieldMapBoolFixed325__.getKey(), fieldMapBoolFixed325__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = input.readMessage( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed646().getMutableMap().put( fieldMapBoolFixed646__.getKey(), fieldMapBoolFixed646__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = input.readMessage( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFloat7().getMutableMap().put( fieldMapBoolFloat7__.getKey(), fieldMapBoolFloat7__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry fieldMapBoolInt328__ = input.readMessage( FieldMapBoolInt328DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt328().getMutableMap().put( fieldMapBoolInt328__.getKey(), fieldMapBoolInt328__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry fieldMapBoolInt649__ = input.readMessage( FieldMapBoolInt649DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt649().getMutableMap().put( fieldMapBoolInt649__.getKey(), fieldMapBoolInt649__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = input.readMessage( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolMessage10().ensureBuilderMap().put( fieldMapBoolMessage10__.getKey(), fieldMapBoolMessage10__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 case 90: { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = input.readMessage( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed3211().getMutableMap().put( fieldMapBoolSfixed3211__.getKey(), fieldMapBoolSfixed3211__.getValue()); bitField0_ |= 0x00000400; break; } // case 90 case 98: { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = input.readMessage( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed6412().getMutableMap().put( fieldMapBoolSfixed6412__.getKey(), fieldMapBoolSfixed6412__.getValue()); bitField0_ |= 0x00000800; break; } // case 98 case 106: { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = input.readMessage( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint3213().getMutableMap().put( fieldMapBoolSint3213__.getKey(), fieldMapBoolSint3213__.getValue()); bitField0_ |= 0x00001000; break; } // case 106 case 114: { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = input.readMessage( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint6414().getMutableMap().put( fieldMapBoolSint6414__.getKey(), fieldMapBoolSint6414__.getValue()); bitField0_ |= 0x00002000; break; } // case 114 case 122: { com.google.protobuf.MapEntry fieldMapBoolString15__ = input.readMessage( FieldMapBoolString15DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolString15().getMutableMap().put( fieldMapBoolString15__.getKey(), fieldMapBoolString15__.getValue()); bitField0_ |= 0x00004000; break; } // case 122 case 130: { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = input.readMessage( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint3216().getMutableMap().put( fieldMapBoolUint3216__.getKey(), fieldMapBoolUint3216__.getValue()); bitField0_ |= 0x00008000; break; } // case 130 case 138: { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = input.readMessage( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint6417().getMutableMap().put( fieldMapBoolUint6417__.getKey(), fieldMapBoolUint6417__.getValue()); bitField0_ |= 0x00010000; break; } // case 138 case 146: { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = input.readMessage( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bool18().getMutableMap().put( fieldMapFixed32Bool18__.getKey(), fieldMapFixed32Bool18__.getValue()); bitField0_ |= 0x00020000; break; } // case 146 case 154: { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = input.readMessage( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bytes19().getMutableMap().put( fieldMapFixed32Bytes19__.getKey(), fieldMapFixed32Bytes19__.getValue()); bitField0_ |= 0x00040000; break; } // case 154 case 162: { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = input.readMessage( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Double20().getMutableMap().put( fieldMapFixed32Double20__.getKey(), fieldMapFixed32Double20__.getValue()); bitField0_ |= 0x00080000; break; } // case 162 case 170: { com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = input.readMessage( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Enum21().getMutableMap().put( fieldMapFixed32Enum21__.getKey(), fieldMapFixed32Enum21__.getValue()); bitField0_ |= 0x00100000; break; } // case 170 case 178: { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = input.readMessage( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap().put( fieldMapFixed32Fixed3222__.getKey(), fieldMapFixed32Fixed3222__.getValue()); bitField0_ |= 0x00200000; break; } // case 178 case 186: { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = input.readMessage( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap().put( fieldMapFixed32Fixed6423__.getKey(), fieldMapFixed32Fixed6423__.getValue()); bitField0_ |= 0x00400000; break; } // case 186 case 194: { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = input.readMessage( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Float24().getMutableMap().put( fieldMapFixed32Float24__.getKey(), fieldMapFixed32Float24__.getValue()); bitField0_ |= 0x00800000; break; } // case 194 case 202: { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = input.readMessage( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int3225().getMutableMap().put( fieldMapFixed32Int3225__.getKey(), fieldMapFixed32Int3225__.getValue()); bitField0_ |= 0x01000000; break; } // case 202 case 210: { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = input.readMessage( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int6426().getMutableMap().put( fieldMapFixed32Int6426__.getKey(), fieldMapFixed32Int6426__.getValue()); bitField0_ |= 0x02000000; break; } // case 210 case 218: { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = input.readMessage( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Message27().ensureBuilderMap().put( fieldMapFixed32Message27__.getKey(), fieldMapFixed32Message27__.getValue()); bitField0_ |= 0x04000000; break; } // case 218 case 226: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = input.readMessage( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap().put( fieldMapFixed32Sfixed3228__.getKey(), fieldMapFixed32Sfixed3228__.getValue()); bitField0_ |= 0x08000000; break; } // case 226 case 234: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = input.readMessage( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap().put( fieldMapFixed32Sfixed6429__.getKey(), fieldMapFixed32Sfixed6429__.getValue()); bitField0_ |= 0x10000000; break; } // case 234 case 242: { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = input.readMessage( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint3230().getMutableMap().put( fieldMapFixed32Sint3230__.getKey(), fieldMapFixed32Sint3230__.getValue()); bitField0_ |= 0x20000000; break; } // case 242 case 250: { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = input.readMessage( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint6431().getMutableMap().put( fieldMapFixed32Sint6431__.getKey(), fieldMapFixed32Sint6431__.getValue()); bitField0_ |= 0x40000000; break; } // case 250 case 258: { com.google.protobuf.MapEntry fieldMapFixed32String32__ = input.readMessage( FieldMapFixed32String32DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32String32().getMutableMap().put( fieldMapFixed32String32__.getKey(), fieldMapFixed32String32__.getValue()); bitField0_ |= 0x80000000; break; } // case 258 case 266: { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = input.readMessage( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint3233().getMutableMap().put( fieldMapFixed32Uint3233__.getKey(), fieldMapFixed32Uint3233__.getValue()); bitField1_ |= 0x00000001; break; } // case 266 case 274: { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = input.readMessage( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint6434().getMutableMap().put( fieldMapFixed32Uint6434__.getKey(), fieldMapFixed32Uint6434__.getValue()); bitField1_ |= 0x00000002; break; } // case 274 case 282: { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = input.readMessage( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bool35().getMutableMap().put( fieldMapFixed64Bool35__.getKey(), fieldMapFixed64Bool35__.getValue()); bitField1_ |= 0x00000004; break; } // case 282 case 290: { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = input.readMessage( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bytes36().getMutableMap().put( fieldMapFixed64Bytes36__.getKey(), fieldMapFixed64Bytes36__.getValue()); bitField1_ |= 0x00000008; break; } // case 290 case 298: { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = input.readMessage( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Double37().getMutableMap().put( fieldMapFixed64Double37__.getKey(), fieldMapFixed64Double37__.getValue()); bitField1_ |= 0x00000010; break; } // case 298 case 306: { com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = input.readMessage( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Enum38().getMutableMap().put( fieldMapFixed64Enum38__.getKey(), fieldMapFixed64Enum38__.getValue()); bitField1_ |= 0x00000020; break; } // case 306 case 314: { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = input.readMessage( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap().put( fieldMapFixed64Fixed3239__.getKey(), fieldMapFixed64Fixed3239__.getValue()); bitField1_ |= 0x00000040; break; } // case 314 case 322: { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = input.readMessage( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap().put( fieldMapFixed64Fixed6440__.getKey(), fieldMapFixed64Fixed6440__.getValue()); bitField1_ |= 0x00000080; break; } // case 322 case 330: { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = input.readMessage( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Float41().getMutableMap().put( fieldMapFixed64Float41__.getKey(), fieldMapFixed64Float41__.getValue()); bitField1_ |= 0x00000100; break; } // case 330 case 338: { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = input.readMessage( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int3242().getMutableMap().put( fieldMapFixed64Int3242__.getKey(), fieldMapFixed64Int3242__.getValue()); bitField1_ |= 0x00000200; break; } // case 338 case 346: { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = input.readMessage( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int6443().getMutableMap().put( fieldMapFixed64Int6443__.getKey(), fieldMapFixed64Int6443__.getValue()); bitField1_ |= 0x00000400; break; } // case 346 case 354: { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = input.readMessage( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Message44().ensureBuilderMap().put( fieldMapFixed64Message44__.getKey(), fieldMapFixed64Message44__.getValue()); bitField1_ |= 0x00000800; break; } // case 354 case 362: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = input.readMessage( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap().put( fieldMapFixed64Sfixed3245__.getKey(), fieldMapFixed64Sfixed3245__.getValue()); bitField1_ |= 0x00001000; break; } // case 362 case 370: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = input.readMessage( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap().put( fieldMapFixed64Sfixed6446__.getKey(), fieldMapFixed64Sfixed6446__.getValue()); bitField1_ |= 0x00002000; break; } // case 370 case 378: { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = input.readMessage( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint3247().getMutableMap().put( fieldMapFixed64Sint3247__.getKey(), fieldMapFixed64Sint3247__.getValue()); bitField1_ |= 0x00004000; break; } // case 378 case 386: { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = input.readMessage( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint6448().getMutableMap().put( fieldMapFixed64Sint6448__.getKey(), fieldMapFixed64Sint6448__.getValue()); bitField1_ |= 0x00008000; break; } // case 386 case 394: { com.google.protobuf.MapEntry fieldMapFixed64String49__ = input.readMessage( FieldMapFixed64String49DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64String49().getMutableMap().put( fieldMapFixed64String49__.getKey(), fieldMapFixed64String49__.getValue()); bitField1_ |= 0x00010000; break; } // case 394 case 402: { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = input.readMessage( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint3250().getMutableMap().put( fieldMapFixed64Uint3250__.getKey(), fieldMapFixed64Uint3250__.getValue()); bitField1_ |= 0x00020000; break; } // case 402 case 410: { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = input.readMessage( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint6451().getMutableMap().put( fieldMapFixed64Uint6451__.getKey(), fieldMapFixed64Uint6451__.getValue()); bitField1_ |= 0x00040000; break; } // case 410 case 418: { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = input.readMessage( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bool52().getMutableMap().put( fieldMapInt32Bool52__.getKey(), fieldMapInt32Bool52__.getValue()); bitField1_ |= 0x00080000; break; } // case 418 case 426: { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = input.readMessage( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bytes53().getMutableMap().put( fieldMapInt32Bytes53__.getKey(), fieldMapInt32Bytes53__.getValue()); bitField1_ |= 0x00100000; break; } // case 426 case 434: { com.google.protobuf.MapEntry fieldMapInt32Double54__ = input.readMessage( FieldMapInt32Double54DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Double54().getMutableMap().put( fieldMapInt32Double54__.getKey(), fieldMapInt32Double54__.getValue()); bitField1_ |= 0x00200000; break; } // case 434 case 442: { com.google.protobuf.MapEntry fieldMapInt32Enum55__ = input.readMessage( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Enum55().getMutableMap().put( fieldMapInt32Enum55__.getKey(), fieldMapInt32Enum55__.getValue()); bitField1_ |= 0x00400000; break; } // case 442 case 450: { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = input.readMessage( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed3256().getMutableMap().put( fieldMapInt32Fixed3256__.getKey(), fieldMapInt32Fixed3256__.getValue()); bitField1_ |= 0x00800000; break; } // case 450 case 458: { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = input.readMessage( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed6457().getMutableMap().put( fieldMapInt32Fixed6457__.getKey(), fieldMapInt32Fixed6457__.getValue()); bitField1_ |= 0x01000000; break; } // case 458 case 466: { com.google.protobuf.MapEntry fieldMapInt32Float58__ = input.readMessage( FieldMapInt32Float58DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Float58().getMutableMap().put( fieldMapInt32Float58__.getKey(), fieldMapInt32Float58__.getValue()); bitField1_ |= 0x02000000; break; } // case 466 case 474: { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = input.readMessage( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int3259().getMutableMap().put( fieldMapInt32Int3259__.getKey(), fieldMapInt32Int3259__.getValue()); bitField1_ |= 0x04000000; break; } // case 474 case 482: { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = input.readMessage( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int6460().getMutableMap().put( fieldMapInt32Int6460__.getKey(), fieldMapInt32Int6460__.getValue()); bitField1_ |= 0x08000000; break; } // case 482 case 490: { com.google.protobuf.MapEntry fieldMapInt32Message61__ = input.readMessage( FieldMapInt32Message61DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Message61().ensureBuilderMap().put( fieldMapInt32Message61__.getKey(), fieldMapInt32Message61__.getValue()); bitField1_ |= 0x10000000; break; } // case 490 case 498: { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = input.readMessage( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap().put( fieldMapInt32Sfixed3262__.getKey(), fieldMapInt32Sfixed3262__.getValue()); bitField1_ |= 0x20000000; break; } // case 498 case 506: { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = input.readMessage( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap().put( fieldMapInt32Sfixed6463__.getKey(), fieldMapInt32Sfixed6463__.getValue()); bitField1_ |= 0x40000000; break; } // case 506 case 514: { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = input.readMessage( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint3264().getMutableMap().put( fieldMapInt32Sint3264__.getKey(), fieldMapInt32Sint3264__.getValue()); bitField1_ |= 0x80000000; break; } // case 514 case 522: { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = input.readMessage( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint6465().getMutableMap().put( fieldMapInt32Sint6465__.getKey(), fieldMapInt32Sint6465__.getValue()); bitField2_ |= 0x00000001; break; } // case 522 case 530: { com.google.protobuf.MapEntry fieldMapInt32String66__ = input.readMessage( FieldMapInt32String66DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32String66().getMutableMap().put( fieldMapInt32String66__.getKey(), fieldMapInt32String66__.getValue()); bitField2_ |= 0x00000002; break; } // case 530 case 538: { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = input.readMessage( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint3267().getMutableMap().put( fieldMapInt32Uint3267__.getKey(), fieldMapInt32Uint3267__.getValue()); bitField2_ |= 0x00000004; break; } // case 538 case 546: { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = input.readMessage( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint6468().getMutableMap().put( fieldMapInt32Uint6468__.getKey(), fieldMapInt32Uint6468__.getValue()); bitField2_ |= 0x00000008; break; } // case 546 case 554: { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = input.readMessage( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bool69().getMutableMap().put( fieldMapInt64Bool69__.getKey(), fieldMapInt64Bool69__.getValue()); bitField2_ |= 0x00000010; break; } // case 554 case 562: { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = input.readMessage( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bytes70().getMutableMap().put( fieldMapInt64Bytes70__.getKey(), fieldMapInt64Bytes70__.getValue()); bitField2_ |= 0x00000020; break; } // case 562 case 570: { com.google.protobuf.MapEntry fieldMapInt64Double71__ = input.readMessage( FieldMapInt64Double71DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Double71().getMutableMap().put( fieldMapInt64Double71__.getKey(), fieldMapInt64Double71__.getValue()); bitField2_ |= 0x00000040; break; } // case 570 case 578: { com.google.protobuf.MapEntry fieldMapInt64Enum72__ = input.readMessage( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Enum72().getMutableMap().put( fieldMapInt64Enum72__.getKey(), fieldMapInt64Enum72__.getValue()); bitField2_ |= 0x00000080; break; } // case 578 case 586: { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = input.readMessage( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed3273().getMutableMap().put( fieldMapInt64Fixed3273__.getKey(), fieldMapInt64Fixed3273__.getValue()); bitField2_ |= 0x00000100; break; } // case 586 case 594: { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = input.readMessage( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed6474().getMutableMap().put( fieldMapInt64Fixed6474__.getKey(), fieldMapInt64Fixed6474__.getValue()); bitField2_ |= 0x00000200; break; } // case 594 case 602: { com.google.protobuf.MapEntry fieldMapInt64Float75__ = input.readMessage( FieldMapInt64Float75DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Float75().getMutableMap().put( fieldMapInt64Float75__.getKey(), fieldMapInt64Float75__.getValue()); bitField2_ |= 0x00000400; break; } // case 602 case 610: { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = input.readMessage( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int3276().getMutableMap().put( fieldMapInt64Int3276__.getKey(), fieldMapInt64Int3276__.getValue()); bitField2_ |= 0x00000800; break; } // case 610 case 618: { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = input.readMessage( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int6477().getMutableMap().put( fieldMapInt64Int6477__.getKey(), fieldMapInt64Int6477__.getValue()); bitField2_ |= 0x00001000; break; } // case 618 case 626: { com.google.protobuf.MapEntry fieldMapInt64Message78__ = input.readMessage( FieldMapInt64Message78DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Message78().ensureBuilderMap().put( fieldMapInt64Message78__.getKey(), fieldMapInt64Message78__.getValue()); bitField2_ |= 0x00002000; break; } // case 626 case 634: { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = input.readMessage( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap().put( fieldMapInt64Sfixed3279__.getKey(), fieldMapInt64Sfixed3279__.getValue()); bitField2_ |= 0x00004000; break; } // case 634 case 642: { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = input.readMessage( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap().put( fieldMapInt64Sfixed6480__.getKey(), fieldMapInt64Sfixed6480__.getValue()); bitField2_ |= 0x00008000; break; } // case 642 case 650: { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = input.readMessage( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint3281().getMutableMap().put( fieldMapInt64Sint3281__.getKey(), fieldMapInt64Sint3281__.getValue()); bitField2_ |= 0x00010000; break; } // case 650 case 658: { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = input.readMessage( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint6482().getMutableMap().put( fieldMapInt64Sint6482__.getKey(), fieldMapInt64Sint6482__.getValue()); bitField2_ |= 0x00020000; break; } // case 658 case 666: { com.google.protobuf.MapEntry fieldMapInt64String83__ = input.readMessage( FieldMapInt64String83DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64String83().getMutableMap().put( fieldMapInt64String83__.getKey(), fieldMapInt64String83__.getValue()); bitField2_ |= 0x00040000; break; } // case 666 case 674: { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = input.readMessage( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint3284().getMutableMap().put( fieldMapInt64Uint3284__.getKey(), fieldMapInt64Uint3284__.getValue()); bitField2_ |= 0x00080000; break; } // case 674 case 682: { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = input.readMessage( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint6485().getMutableMap().put( fieldMapInt64Uint6485__.getKey(), fieldMapInt64Uint6485__.getValue()); bitField2_ |= 0x00100000; break; } // case 682 case 690: { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = input.readMessage( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bool86().getMutableMap().put( fieldMapSfixed32Bool86__.getKey(), fieldMapSfixed32Bool86__.getValue()); bitField2_ |= 0x00200000; break; } // case 690 case 698: { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = input.readMessage( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap().put( fieldMapSfixed32Bytes87__.getKey(), fieldMapSfixed32Bytes87__.getValue()); bitField2_ |= 0x00400000; break; } // case 698 case 706: { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = input.readMessage( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Double88().getMutableMap().put( fieldMapSfixed32Double88__.getKey(), fieldMapSfixed32Double88__.getValue()); bitField2_ |= 0x00800000; break; } // case 706 case 714: { com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = input.readMessage( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Enum89().getMutableMap().put( fieldMapSfixed32Enum89__.getKey(), fieldMapSfixed32Enum89__.getValue()); bitField2_ |= 0x01000000; break; } // case 714 case 722: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = input.readMessage( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap().put( fieldMapSfixed32Fixed3290__.getKey(), fieldMapSfixed32Fixed3290__.getValue()); bitField2_ |= 0x02000000; break; } // case 722 case 730: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = input.readMessage( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap().put( fieldMapSfixed32Fixed6491__.getKey(), fieldMapSfixed32Fixed6491__.getValue()); bitField2_ |= 0x04000000; break; } // case 730 case 738: { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = input.readMessage( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Float92().getMutableMap().put( fieldMapSfixed32Float92__.getKey(), fieldMapSfixed32Float92__.getValue()); bitField2_ |= 0x08000000; break; } // case 738 case 746: { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = input.readMessage( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int3293().getMutableMap().put( fieldMapSfixed32Int3293__.getKey(), fieldMapSfixed32Int3293__.getValue()); bitField2_ |= 0x10000000; break; } // case 746 case 754: { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = input.readMessage( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int6494().getMutableMap().put( fieldMapSfixed32Int6494__.getKey(), fieldMapSfixed32Int6494__.getValue()); bitField2_ |= 0x20000000; break; } // case 754 case 762: { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = input.readMessage( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap().put( fieldMapSfixed32Message95__.getKey(), fieldMapSfixed32Message95__.getValue()); bitField2_ |= 0x40000000; break; } // case 762 case 770: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = input.readMessage( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap().put( fieldMapSfixed32Sfixed3296__.getKey(), fieldMapSfixed32Sfixed3296__.getValue()); bitField2_ |= 0x80000000; break; } // case 770 case 778: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = input.readMessage( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap().put( fieldMapSfixed32Sfixed6497__.getKey(), fieldMapSfixed32Sfixed6497__.getValue()); bitField3_ |= 0x00000001; break; } // case 778 case 786: { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = input.readMessage( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap().put( fieldMapSfixed32Sint3298__.getKey(), fieldMapSfixed32Sint3298__.getValue()); bitField3_ |= 0x00000002; break; } // case 786 case 794: { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = input.readMessage( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap().put( fieldMapSfixed32Sint6499__.getKey(), fieldMapSfixed32Sint6499__.getValue()); bitField3_ |= 0x00000004; break; } // case 794 case 802: { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = input.readMessage( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32String100().getMutableMap().put( fieldMapSfixed32String100__.getKey(), fieldMapSfixed32String100__.getValue()); bitField3_ |= 0x00000008; break; } // case 802 case 810: { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = input.readMessage( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap().put( fieldMapSfixed32Uint32101__.getKey(), fieldMapSfixed32Uint32101__.getValue()); bitField3_ |= 0x00000010; break; } // case 810 case 818: { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = input.readMessage( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap().put( fieldMapSfixed32Uint64102__.getKey(), fieldMapSfixed32Uint64102__.getValue()); bitField3_ |= 0x00000020; break; } // case 818 case 826: { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = input.readMessage( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bool103().getMutableMap().put( fieldMapSfixed64Bool103__.getKey(), fieldMapSfixed64Bool103__.getValue()); bitField3_ |= 0x00000040; break; } // case 826 case 834: { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = input.readMessage( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap().put( fieldMapSfixed64Bytes104__.getKey(), fieldMapSfixed64Bytes104__.getValue()); bitField3_ |= 0x00000080; break; } // case 834 case 842: { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = input.readMessage( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Double105().getMutableMap().put( fieldMapSfixed64Double105__.getKey(), fieldMapSfixed64Double105__.getValue()); bitField3_ |= 0x00000100; break; } // case 842 case 850: { com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = input.readMessage( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Enum106().getMutableMap().put( fieldMapSfixed64Enum106__.getKey(), fieldMapSfixed64Enum106__.getValue()); bitField3_ |= 0x00000200; break; } // case 850 case 858: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = input.readMessage( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap().put( fieldMapSfixed64Fixed32107__.getKey(), fieldMapSfixed64Fixed32107__.getValue()); bitField3_ |= 0x00000400; break; } // case 858 case 866: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = input.readMessage( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap().put( fieldMapSfixed64Fixed64108__.getKey(), fieldMapSfixed64Fixed64108__.getValue()); bitField3_ |= 0x00000800; break; } // case 866 case 874: { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = input.readMessage( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Float109().getMutableMap().put( fieldMapSfixed64Float109__.getKey(), fieldMapSfixed64Float109__.getValue()); bitField3_ |= 0x00001000; break; } // case 874 case 882: { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = input.readMessage( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int32110().getMutableMap().put( fieldMapSfixed64Int32110__.getKey(), fieldMapSfixed64Int32110__.getValue()); bitField3_ |= 0x00002000; break; } // case 882 case 890: { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = input.readMessage( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int64111().getMutableMap().put( fieldMapSfixed64Int64111__.getKey(), fieldMapSfixed64Int64111__.getValue()); bitField3_ |= 0x00004000; break; } // case 890 case 898: { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = input.readMessage( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap().put( fieldMapSfixed64Message112__.getKey(), fieldMapSfixed64Message112__.getValue()); bitField3_ |= 0x00008000; break; } // case 898 case 906: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = input.readMessage( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap().put( fieldMapSfixed64Sfixed32113__.getKey(), fieldMapSfixed64Sfixed32113__.getValue()); bitField3_ |= 0x00010000; break; } // case 906 case 914: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = input.readMessage( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap().put( fieldMapSfixed64Sfixed64114__.getKey(), fieldMapSfixed64Sfixed64114__.getValue()); bitField3_ |= 0x00020000; break; } // case 914 case 922: { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = input.readMessage( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap().put( fieldMapSfixed64Sint32115__.getKey(), fieldMapSfixed64Sint32115__.getValue()); bitField3_ |= 0x00040000; break; } // case 922 case 930: { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = input.readMessage( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap().put( fieldMapSfixed64Sint64116__.getKey(), fieldMapSfixed64Sint64116__.getValue()); bitField3_ |= 0x00080000; break; } // case 930 case 938: { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = input.readMessage( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64String117().getMutableMap().put( fieldMapSfixed64String117__.getKey(), fieldMapSfixed64String117__.getValue()); bitField3_ |= 0x00100000; break; } // case 938 case 946: { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = input.readMessage( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap().put( fieldMapSfixed64Uint32118__.getKey(), fieldMapSfixed64Uint32118__.getValue()); bitField3_ |= 0x00200000; break; } // case 946 case 954: { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = input.readMessage( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap().put( fieldMapSfixed64Uint64119__.getKey(), fieldMapSfixed64Uint64119__.getValue()); bitField3_ |= 0x00400000; break; } // case 954 case 962: { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = input.readMessage( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bool120().getMutableMap().put( fieldMapSint32Bool120__.getKey(), fieldMapSint32Bool120__.getValue()); bitField3_ |= 0x00800000; break; } // case 962 case 970: { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = input.readMessage( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bytes121().getMutableMap().put( fieldMapSint32Bytes121__.getKey(), fieldMapSint32Bytes121__.getValue()); bitField3_ |= 0x01000000; break; } // case 970 case 978: { com.google.protobuf.MapEntry fieldMapSint32Double122__ = input.readMessage( FieldMapSint32Double122DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Double122().getMutableMap().put( fieldMapSint32Double122__.getKey(), fieldMapSint32Double122__.getValue()); bitField3_ |= 0x02000000; break; } // case 978 case 986: { com.google.protobuf.MapEntry fieldMapSint32Enum123__ = input.readMessage( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Enum123().getMutableMap().put( fieldMapSint32Enum123__.getKey(), fieldMapSint32Enum123__.getValue()); bitField3_ |= 0x04000000; break; } // case 986 case 994: { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = input.readMessage( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed32124().getMutableMap().put( fieldMapSint32Fixed32124__.getKey(), fieldMapSint32Fixed32124__.getValue()); bitField3_ |= 0x08000000; break; } // case 994 case 1002: { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = input.readMessage( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed64125().getMutableMap().put( fieldMapSint32Fixed64125__.getKey(), fieldMapSint32Fixed64125__.getValue()); bitField3_ |= 0x10000000; break; } // case 1002 case 1010: { com.google.protobuf.MapEntry fieldMapSint32Float126__ = input.readMessage( FieldMapSint32Float126DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Float126().getMutableMap().put( fieldMapSint32Float126__.getKey(), fieldMapSint32Float126__.getValue()); bitField3_ |= 0x20000000; break; } // case 1010 case 1018: { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = input.readMessage( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int32127().getMutableMap().put( fieldMapSint32Int32127__.getKey(), fieldMapSint32Int32127__.getValue()); bitField3_ |= 0x40000000; break; } // case 1018 case 1026: { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = input.readMessage( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int64128().getMutableMap().put( fieldMapSint32Int64128__.getKey(), fieldMapSint32Int64128__.getValue()); bitField3_ |= 0x80000000; break; } // case 1026 case 1034: { com.google.protobuf.MapEntry fieldMapSint32Message129__ = input.readMessage( FieldMapSint32Message129DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Message129().ensureBuilderMap().put( fieldMapSint32Message129__.getKey(), fieldMapSint32Message129__.getValue()); bitField4_ |= 0x00000001; break; } // case 1034 case 1042: { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = input.readMessage( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap().put( fieldMapSint32Sfixed32130__.getKey(), fieldMapSint32Sfixed32130__.getValue()); bitField4_ |= 0x00000002; break; } // case 1042 case 1050: { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = input.readMessage( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap().put( fieldMapSint32Sfixed64131__.getKey(), fieldMapSint32Sfixed64131__.getValue()); bitField4_ |= 0x00000004; break; } // case 1050 case 1058: { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = input.readMessage( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint32132().getMutableMap().put( fieldMapSint32Sint32132__.getKey(), fieldMapSint32Sint32132__.getValue()); bitField4_ |= 0x00000008; break; } // case 1058 case 1066: { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = input.readMessage( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint64133().getMutableMap().put( fieldMapSint32Sint64133__.getKey(), fieldMapSint32Sint64133__.getValue()); bitField4_ |= 0x00000010; break; } // case 1066 case 1074: { com.google.protobuf.MapEntry fieldMapSint32String134__ = input.readMessage( FieldMapSint32String134DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32String134().getMutableMap().put( fieldMapSint32String134__.getKey(), fieldMapSint32String134__.getValue()); bitField4_ |= 0x00000020; break; } // case 1074 case 1082: { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = input.readMessage( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint32135().getMutableMap().put( fieldMapSint32Uint32135__.getKey(), fieldMapSint32Uint32135__.getValue()); bitField4_ |= 0x00000040; break; } // case 1082 case 1090: { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = input.readMessage( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint64136().getMutableMap().put( fieldMapSint32Uint64136__.getKey(), fieldMapSint32Uint64136__.getValue()); bitField4_ |= 0x00000080; break; } // case 1090 case 1098: { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = input.readMessage( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bool137().getMutableMap().put( fieldMapSint64Bool137__.getKey(), fieldMapSint64Bool137__.getValue()); bitField4_ |= 0x00000100; break; } // case 1098 case 1106: { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = input.readMessage( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bytes138().getMutableMap().put( fieldMapSint64Bytes138__.getKey(), fieldMapSint64Bytes138__.getValue()); bitField4_ |= 0x00000200; break; } // case 1106 case 1114: { com.google.protobuf.MapEntry fieldMapSint64Double139__ = input.readMessage( FieldMapSint64Double139DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Double139().getMutableMap().put( fieldMapSint64Double139__.getKey(), fieldMapSint64Double139__.getValue()); bitField4_ |= 0x00000400; break; } // case 1114 case 1122: { com.google.protobuf.MapEntry fieldMapSint64Enum140__ = input.readMessage( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Enum140().getMutableMap().put( fieldMapSint64Enum140__.getKey(), fieldMapSint64Enum140__.getValue()); bitField4_ |= 0x00000800; break; } // case 1122 case 1130: { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = input.readMessage( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed32141().getMutableMap().put( fieldMapSint64Fixed32141__.getKey(), fieldMapSint64Fixed32141__.getValue()); bitField4_ |= 0x00001000; break; } // case 1130 case 1138: { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = input.readMessage( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed64142().getMutableMap().put( fieldMapSint64Fixed64142__.getKey(), fieldMapSint64Fixed64142__.getValue()); bitField4_ |= 0x00002000; break; } // case 1138 case 1146: { com.google.protobuf.MapEntry fieldMapSint64Float143__ = input.readMessage( FieldMapSint64Float143DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Float143().getMutableMap().put( fieldMapSint64Float143__.getKey(), fieldMapSint64Float143__.getValue()); bitField4_ |= 0x00004000; break; } // case 1146 case 1154: { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = input.readMessage( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int32144().getMutableMap().put( fieldMapSint64Int32144__.getKey(), fieldMapSint64Int32144__.getValue()); bitField4_ |= 0x00008000; break; } // case 1154 case 1162: { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = input.readMessage( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int64145().getMutableMap().put( fieldMapSint64Int64145__.getKey(), fieldMapSint64Int64145__.getValue()); bitField4_ |= 0x00010000; break; } // case 1162 case 1170: { com.google.protobuf.MapEntry fieldMapSint64Message146__ = input.readMessage( FieldMapSint64Message146DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Message146().ensureBuilderMap().put( fieldMapSint64Message146__.getKey(), fieldMapSint64Message146__.getValue()); bitField4_ |= 0x00020000; break; } // case 1170 case 1178: { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = input.readMessage( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap().put( fieldMapSint64Sfixed32147__.getKey(), fieldMapSint64Sfixed32147__.getValue()); bitField4_ |= 0x00040000; break; } // case 1178 case 1186: { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = input.readMessage( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap().put( fieldMapSint64Sfixed64148__.getKey(), fieldMapSint64Sfixed64148__.getValue()); bitField4_ |= 0x00080000; break; } // case 1186 case 1194: { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = input.readMessage( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint32149().getMutableMap().put( fieldMapSint64Sint32149__.getKey(), fieldMapSint64Sint32149__.getValue()); bitField4_ |= 0x00100000; break; } // case 1194 case 1202: { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = input.readMessage( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint64150().getMutableMap().put( fieldMapSint64Sint64150__.getKey(), fieldMapSint64Sint64150__.getValue()); bitField4_ |= 0x00200000; break; } // case 1202 case 1210: { com.google.protobuf.MapEntry fieldMapSint64String151__ = input.readMessage( FieldMapSint64String151DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64String151().getMutableMap().put( fieldMapSint64String151__.getKey(), fieldMapSint64String151__.getValue()); bitField4_ |= 0x00400000; break; } // case 1210 case 1218: { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = input.readMessage( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint32152().getMutableMap().put( fieldMapSint64Uint32152__.getKey(), fieldMapSint64Uint32152__.getValue()); bitField4_ |= 0x00800000; break; } // case 1218 case 1226: { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = input.readMessage( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint64153().getMutableMap().put( fieldMapSint64Uint64153__.getKey(), fieldMapSint64Uint64153__.getValue()); bitField4_ |= 0x01000000; break; } // case 1226 case 1234: { com.google.protobuf.MapEntry fieldMapStringBool154__ = input.readMessage( FieldMapStringBool154DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBool154().getMutableMap().put( fieldMapStringBool154__.getKey(), fieldMapStringBool154__.getValue()); bitField4_ |= 0x02000000; break; } // case 1234 case 1242: { com.google.protobuf.MapEntry fieldMapStringBytes155__ = input.readMessage( FieldMapStringBytes155DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBytes155().getMutableMap().put( fieldMapStringBytes155__.getKey(), fieldMapStringBytes155__.getValue()); bitField4_ |= 0x04000000; break; } // case 1242 case 1250: { com.google.protobuf.MapEntry fieldMapStringDouble156__ = input.readMessage( FieldMapStringDouble156DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringDouble156().getMutableMap().put( fieldMapStringDouble156__.getKey(), fieldMapStringDouble156__.getValue()); bitField4_ |= 0x08000000; break; } // case 1250 case 1258: { com.google.protobuf.MapEntry fieldMapStringEnum157__ = input.readMessage( FieldMapStringEnum157DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringEnum157().getMutableMap().put( fieldMapStringEnum157__.getKey(), fieldMapStringEnum157__.getValue()); bitField4_ |= 0x10000000; break; } // case 1258 case 1266: { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = input.readMessage( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed32158().getMutableMap().put( fieldMapStringFixed32158__.getKey(), fieldMapStringFixed32158__.getValue()); bitField4_ |= 0x20000000; break; } // case 1266 case 1274: { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = input.readMessage( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed64159().getMutableMap().put( fieldMapStringFixed64159__.getKey(), fieldMapStringFixed64159__.getValue()); bitField4_ |= 0x40000000; break; } // case 1274 case 1282: { com.google.protobuf.MapEntry fieldMapStringFloat160__ = input.readMessage( FieldMapStringFloat160DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFloat160().getMutableMap().put( fieldMapStringFloat160__.getKey(), fieldMapStringFloat160__.getValue()); bitField4_ |= 0x80000000; break; } // case 1282 case 1290: { com.google.protobuf.MapEntry fieldMapStringInt32161__ = input.readMessage( FieldMapStringInt32161DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt32161().getMutableMap().put( fieldMapStringInt32161__.getKey(), fieldMapStringInt32161__.getValue()); bitField5_ |= 0x00000001; break; } // case 1290 case 1298: { com.google.protobuf.MapEntry fieldMapStringInt64162__ = input.readMessage( FieldMapStringInt64162DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt64162().getMutableMap().put( fieldMapStringInt64162__.getKey(), fieldMapStringInt64162__.getValue()); bitField5_ |= 0x00000002; break; } // case 1298 case 1306: { com.google.protobuf.MapEntry fieldMapStringMessage163__ = input.readMessage( FieldMapStringMessage163DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringMessage163().ensureBuilderMap().put( fieldMapStringMessage163__.getKey(), fieldMapStringMessage163__.getValue()); bitField5_ |= 0x00000004; break; } // case 1306 case 1314: { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = input.readMessage( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed32164().getMutableMap().put( fieldMapStringSfixed32164__.getKey(), fieldMapStringSfixed32164__.getValue()); bitField5_ |= 0x00000008; break; } // case 1314 case 1322: { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = input.readMessage( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed64165().getMutableMap().put( fieldMapStringSfixed64165__.getKey(), fieldMapStringSfixed64165__.getValue()); bitField5_ |= 0x00000010; break; } // case 1322 case 1330: { com.google.protobuf.MapEntry fieldMapStringSint32166__ = input.readMessage( FieldMapStringSint32166DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint32166().getMutableMap().put( fieldMapStringSint32166__.getKey(), fieldMapStringSint32166__.getValue()); bitField5_ |= 0x00000020; break; } // case 1330 case 1338: { com.google.protobuf.MapEntry fieldMapStringSint64167__ = input.readMessage( FieldMapStringSint64167DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint64167().getMutableMap().put( fieldMapStringSint64167__.getKey(), fieldMapStringSint64167__.getValue()); bitField5_ |= 0x00000040; break; } // case 1338 case 1346: { com.google.protobuf.MapEntry fieldMapStringString168__ = input.readMessage( FieldMapStringString168DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringString168().getMutableMap().put( fieldMapStringString168__.getKey(), fieldMapStringString168__.getValue()); bitField5_ |= 0x00000080; break; } // case 1346 case 1354: { com.google.protobuf.MapEntry fieldMapStringUint32169__ = input.readMessage( FieldMapStringUint32169DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint32169().getMutableMap().put( fieldMapStringUint32169__.getKey(), fieldMapStringUint32169__.getValue()); bitField5_ |= 0x00000100; break; } // case 1354 case 1362: { com.google.protobuf.MapEntry fieldMapStringUint64170__ = input.readMessage( FieldMapStringUint64170DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint64170().getMutableMap().put( fieldMapStringUint64170__.getKey(), fieldMapStringUint64170__.getValue()); bitField5_ |= 0x00000200; break; } // case 1362 case 1370: { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = input.readMessage( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bool171().getMutableMap().put( fieldMapUint32Bool171__.getKey(), fieldMapUint32Bool171__.getValue()); bitField5_ |= 0x00000400; break; } // case 1370 case 1378: { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = input.readMessage( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bytes172().getMutableMap().put( fieldMapUint32Bytes172__.getKey(), fieldMapUint32Bytes172__.getValue()); bitField5_ |= 0x00000800; break; } // case 1378 case 1386: { com.google.protobuf.MapEntry fieldMapUint32Double173__ = input.readMessage( FieldMapUint32Double173DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Double173().getMutableMap().put( fieldMapUint32Double173__.getKey(), fieldMapUint32Double173__.getValue()); bitField5_ |= 0x00001000; break; } // case 1386 case 1394: { com.google.protobuf.MapEntry fieldMapUint32Enum174__ = input.readMessage( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Enum174().getMutableMap().put( fieldMapUint32Enum174__.getKey(), fieldMapUint32Enum174__.getValue()); bitField5_ |= 0x00002000; break; } // case 1394 case 1402: { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = input.readMessage( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed32175().getMutableMap().put( fieldMapUint32Fixed32175__.getKey(), fieldMapUint32Fixed32175__.getValue()); bitField5_ |= 0x00004000; break; } // case 1402 case 1410: { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = input.readMessage( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed64176().getMutableMap().put( fieldMapUint32Fixed64176__.getKey(), fieldMapUint32Fixed64176__.getValue()); bitField5_ |= 0x00008000; break; } // case 1410 case 1418: { com.google.protobuf.MapEntry fieldMapUint32Float177__ = input.readMessage( FieldMapUint32Float177DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Float177().getMutableMap().put( fieldMapUint32Float177__.getKey(), fieldMapUint32Float177__.getValue()); bitField5_ |= 0x00010000; break; } // case 1418 case 1426: { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = input.readMessage( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int32178().getMutableMap().put( fieldMapUint32Int32178__.getKey(), fieldMapUint32Int32178__.getValue()); bitField5_ |= 0x00020000; break; } // case 1426 case 1434: { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = input.readMessage( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int64179().getMutableMap().put( fieldMapUint32Int64179__.getKey(), fieldMapUint32Int64179__.getValue()); bitField5_ |= 0x00040000; break; } // case 1434 case 1442: { com.google.protobuf.MapEntry fieldMapUint32Message180__ = input.readMessage( FieldMapUint32Message180DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Message180().ensureBuilderMap().put( fieldMapUint32Message180__.getKey(), fieldMapUint32Message180__.getValue()); bitField5_ |= 0x00080000; break; } // case 1442 case 1450: { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = input.readMessage( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap().put( fieldMapUint32Sfixed32181__.getKey(), fieldMapUint32Sfixed32181__.getValue()); bitField5_ |= 0x00100000; break; } // case 1450 case 1458: { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = input.readMessage( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap().put( fieldMapUint32Sfixed64182__.getKey(), fieldMapUint32Sfixed64182__.getValue()); bitField5_ |= 0x00200000; break; } // case 1458 case 1466: { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = input.readMessage( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint32183().getMutableMap().put( fieldMapUint32Sint32183__.getKey(), fieldMapUint32Sint32183__.getValue()); bitField5_ |= 0x00400000; break; } // case 1466 case 1474: { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = input.readMessage( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint64184().getMutableMap().put( fieldMapUint32Sint64184__.getKey(), fieldMapUint32Sint64184__.getValue()); bitField5_ |= 0x00800000; break; } // case 1474 case 1482: { com.google.protobuf.MapEntry fieldMapUint32String185__ = input.readMessage( FieldMapUint32String185DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32String185().getMutableMap().put( fieldMapUint32String185__.getKey(), fieldMapUint32String185__.getValue()); bitField5_ |= 0x01000000; break; } // case 1482 case 1490: { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = input.readMessage( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint32186().getMutableMap().put( fieldMapUint32Uint32186__.getKey(), fieldMapUint32Uint32186__.getValue()); bitField5_ |= 0x02000000; break; } // case 1490 case 1498: { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = input.readMessage( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint64187().getMutableMap().put( fieldMapUint32Uint64187__.getKey(), fieldMapUint32Uint64187__.getValue()); bitField5_ |= 0x04000000; break; } // case 1498 case 1506: { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = input.readMessage( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bool188().getMutableMap().put( fieldMapUint64Bool188__.getKey(), fieldMapUint64Bool188__.getValue()); bitField5_ |= 0x08000000; break; } // case 1506 case 1514: { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = input.readMessage( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bytes189().getMutableMap().put( fieldMapUint64Bytes189__.getKey(), fieldMapUint64Bytes189__.getValue()); bitField5_ |= 0x10000000; break; } // case 1514 case 1522: { com.google.protobuf.MapEntry fieldMapUint64Double190__ = input.readMessage( FieldMapUint64Double190DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Double190().getMutableMap().put( fieldMapUint64Double190__.getKey(), fieldMapUint64Double190__.getValue()); bitField5_ |= 0x20000000; break; } // case 1522 case 1530: { com.google.protobuf.MapEntry fieldMapUint64Enum191__ = input.readMessage( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Enum191().getMutableMap().put( fieldMapUint64Enum191__.getKey(), fieldMapUint64Enum191__.getValue()); bitField5_ |= 0x40000000; break; } // case 1530 case 1538: { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = input.readMessage( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed32192().getMutableMap().put( fieldMapUint64Fixed32192__.getKey(), fieldMapUint64Fixed32192__.getValue()); bitField5_ |= 0x80000000; break; } // case 1538 case 1546: { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = input.readMessage( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed64193().getMutableMap().put( fieldMapUint64Fixed64193__.getKey(), fieldMapUint64Fixed64193__.getValue()); bitField6_ |= 0x00000001; break; } // case 1546 case 1554: { com.google.protobuf.MapEntry fieldMapUint64Float194__ = input.readMessage( FieldMapUint64Float194DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Float194().getMutableMap().put( fieldMapUint64Float194__.getKey(), fieldMapUint64Float194__.getValue()); bitField6_ |= 0x00000002; break; } // case 1554 case 1562: { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = input.readMessage( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int32195().getMutableMap().put( fieldMapUint64Int32195__.getKey(), fieldMapUint64Int32195__.getValue()); bitField6_ |= 0x00000004; break; } // case 1562 case 1570: { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = input.readMessage( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int64196().getMutableMap().put( fieldMapUint64Int64196__.getKey(), fieldMapUint64Int64196__.getValue()); bitField6_ |= 0x00000008; break; } // case 1570 case 1578: { com.google.protobuf.MapEntry fieldMapUint64Message197__ = input.readMessage( FieldMapUint64Message197DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Message197().ensureBuilderMap().put( fieldMapUint64Message197__.getKey(), fieldMapUint64Message197__.getValue()); bitField6_ |= 0x00000010; break; } // case 1578 case 1586: { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = input.readMessage( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap().put( fieldMapUint64Sfixed32198__.getKey(), fieldMapUint64Sfixed32198__.getValue()); bitField6_ |= 0x00000020; break; } // case 1586 case 1594: { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = input.readMessage( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap().put( fieldMapUint64Sfixed64199__.getKey(), fieldMapUint64Sfixed64199__.getValue()); bitField6_ |= 0x00000040; break; } // case 1594 case 1602: { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = input.readMessage( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint32200().getMutableMap().put( fieldMapUint64Sint32200__.getKey(), fieldMapUint64Sint32200__.getValue()); bitField6_ |= 0x00000080; break; } // case 1602 case 1610: { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = input.readMessage( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint64201().getMutableMap().put( fieldMapUint64Sint64201__.getKey(), fieldMapUint64Sint64201__.getValue()); bitField6_ |= 0x00000100; break; } // case 1610 case 1618: { com.google.protobuf.MapEntry fieldMapUint64String202__ = input.readMessage( FieldMapUint64String202DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64String202().getMutableMap().put( fieldMapUint64String202__.getKey(), fieldMapUint64String202__.getValue()); bitField6_ |= 0x00000200; break; } // case 1618 case 1626: { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = input.readMessage( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint32203().getMutableMap().put( fieldMapUint64Uint32203__.getKey(), fieldMapUint64Uint32203__.getValue()); bitField6_ |= 0x00000400; break; } // case 1626 case 1634: { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = input.readMessage( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint64204().getMutableMap().put( fieldMapUint64Uint64204__.getKey(), fieldMapUint64Uint64204__.getValue()); bitField6_ |= 0x00000800; break; } // case 1634 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int bitField1_; private int bitField2_; private int bitField3_; private int bitField4_; private int bitField5_; private int bitField6_; private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { fieldMapBoolBool1_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBool1_.isMutable()) { fieldMapBoolBool1_ = fieldMapBoolBool1_.copy(); } bitField0_ |= 0x00000001; onChanged(); return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBool1() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableFieldMapBoolBool1().getMutableMap() .clear(); return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder removeFieldMapBoolBool1( boolean key) { internalGetMutableFieldMapBoolBool1().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBool1() { bitField0_ |= 0x00000001; return internalGetMutableFieldMapBoolBool1().getMutableMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putFieldMapBoolBool1( boolean key, boolean value) { internalGetMutableFieldMapBoolBool1().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putAllFieldMapBoolBool1( java.util.Map values) { internalGetMutableFieldMapBoolBool1().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { fieldMapBoolBytes2_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBytes2_.isMutable()) { fieldMapBoolBytes2_ = fieldMapBoolBytes2_.copy(); } bitField0_ |= 0x00000002; onChanged(); return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBytes2() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableFieldMapBoolBytes2().getMutableMap() .clear(); return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder removeFieldMapBoolBytes2( boolean key) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBytes2() { bitField0_ |= 0x00000002; return internalGetMutableFieldMapBoolBytes2().getMutableMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putFieldMapBoolBytes2( boolean key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolBytes2().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putAllFieldMapBoolBytes2( java.util.Map values) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { fieldMapBoolDouble3_ = com.google.protobuf.MapField.newMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolDouble3_.isMutable()) { fieldMapBoolDouble3_ = fieldMapBoolDouble3_.copy(); } bitField0_ |= 0x00000004; onChanged(); return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolDouble3() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableFieldMapBoolDouble3().getMutableMap() .clear(); return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder removeFieldMapBoolDouble3( boolean key) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolDouble3() { bitField0_ |= 0x00000004; return internalGetMutableFieldMapBoolDouble3().getMutableMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putFieldMapBoolDouble3( boolean key, double value) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putAllFieldMapBoolDouble3( java.util.Map values) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { fieldMapBoolEnum4_ = com.google.protobuf.MapField.newMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolEnum4_.isMutable()) { fieldMapBoolEnum4_ = fieldMapBoolEnum4_.copy(); } bitField0_ |= 0x00000008; onChanged(); return fieldMapBoolEnum4_; } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapBoolEnum4ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4Value() { return getFieldMapBoolEnum4ValueMap(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4ValueMap() { return internalGetFieldMapBoolEnum4().getMap(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolEnum4() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableFieldMapBoolEnum4().getMutableMap() .clear(); return this; } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder removeFieldMapBoolEnum4( boolean key) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolEnum4() { bitField0_ |= 0x00000008; return internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putFieldMapBoolEnum4( boolean key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .put(key, fieldMapBoolEnum4ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putAllFieldMapBoolEnum4( java.util.Map values) { internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolEnum4Value() { bitField0_ |= 0x00000008; return internalGetMutableFieldMapBoolEnum4().getMutableMap(); } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putFieldMapBoolEnum4Value( boolean key, int value) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<bool, .protobuf.experimental.Proto3Message.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putAllFieldMapBoolEnum4Value( java.util.Map values) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { fieldMapBoolFixed325_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed325_.isMutable()) { fieldMapBoolFixed325_ = fieldMapBoolFixed325_.copy(); } bitField0_ |= 0x00000010; onChanged(); return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed325() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableFieldMapBoolFixed325().getMutableMap() .clear(); return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder removeFieldMapBoolFixed325( boolean key) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed325() { bitField0_ |= 0x00000010; return internalGetMutableFieldMapBoolFixed325().getMutableMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putFieldMapBoolFixed325( boolean key, int value) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putAllFieldMapBoolFixed325( java.util.Map values) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { fieldMapBoolFixed646_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed646_.isMutable()) { fieldMapBoolFixed646_ = fieldMapBoolFixed646_.copy(); } bitField0_ |= 0x00000020; onChanged(); return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed646() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableFieldMapBoolFixed646().getMutableMap() .clear(); return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder removeFieldMapBoolFixed646( boolean key) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed646() { bitField0_ |= 0x00000020; return internalGetMutableFieldMapBoolFixed646().getMutableMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putFieldMapBoolFixed646( boolean key, long value) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putAllFieldMapBoolFixed646( java.util.Map values) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { fieldMapBoolFloat7_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFloat7_.isMutable()) { fieldMapBoolFloat7_ = fieldMapBoolFloat7_.copy(); } bitField0_ |= 0x00000040; onChanged(); return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFloat7() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableFieldMapBoolFloat7().getMutableMap() .clear(); return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder removeFieldMapBoolFloat7( boolean key) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFloat7() { bitField0_ |= 0x00000040; return internalGetMutableFieldMapBoolFloat7().getMutableMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putFieldMapBoolFloat7( boolean key, float value) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putAllFieldMapBoolFloat7( java.util.Map values) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { fieldMapBoolInt328_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt328_.isMutable()) { fieldMapBoolInt328_ = fieldMapBoolInt328_.copy(); } bitField0_ |= 0x00000080; onChanged(); return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt328() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutableFieldMapBoolInt328().getMutableMap() .clear(); return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder removeFieldMapBoolInt328( boolean key) { internalGetMutableFieldMapBoolInt328().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt328() { bitField0_ |= 0x00000080; return internalGetMutableFieldMapBoolInt328().getMutableMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putFieldMapBoolInt328( boolean key, int value) { internalGetMutableFieldMapBoolInt328().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putAllFieldMapBoolInt328( java.util.Map values) { internalGetMutableFieldMapBoolInt328().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { fieldMapBoolInt649_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt649_.isMutable()) { fieldMapBoolInt649_ = fieldMapBoolInt649_.copy(); } bitField0_ |= 0x00000100; onChanged(); return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt649() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableFieldMapBoolInt649().getMutableMap() .clear(); return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder removeFieldMapBoolInt649( boolean key) { internalGetMutableFieldMapBoolInt649().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt649() { bitField0_ |= 0x00000100; return internalGetMutableFieldMapBoolInt649().getMutableMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putFieldMapBoolInt649( boolean key, long value) { internalGetMutableFieldMapBoolInt649().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putAllFieldMapBoolInt649( java.util.Map values) { internalGetMutableFieldMapBoolInt649().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private static final class FieldMapBoolMessage10Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapBoolMessage10DefaultEntryHolder.defaultEntry; } }; private static final FieldMapBoolMessage10Converter fieldMapBoolMessage10Converter = new FieldMapBoolMessage10Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Boolean, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapBoolMessage10_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } return fieldMapBoolMessage10_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { fieldMapBoolMessage10_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } bitField0_ |= 0x00000200; onChanged(); return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().ensureBuilderMap().size(); } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getImmutableMap(); } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); return map.containsKey(key) ? fieldMapBoolMessage10Converter.build(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolMessage10Converter.build(map.get(key)); } public Builder clearFieldMapBoolMessage10() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableFieldMapBoolMessage10().clear(); return this; } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ public Builder removeFieldMapBoolMessage10( boolean key) { internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolMessage10() { bitField0_ |= 0x00000200; return internalGetMutableFieldMapBoolMessage10().ensureMessageMap(); } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ public Builder putFieldMapBoolMessage10( boolean key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ public Builder putAllFieldMapBoolMessage10( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.Proto3Message> field_map_bool_message_10 = 10; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapBoolMessage10BuilderIfAbsent( boolean key) { java.util.Map builderMap = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { fieldMapBoolSfixed3211_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed3211_.isMutable()) { fieldMapBoolSfixed3211_ = fieldMapBoolSfixed3211_.copy(); } bitField0_ |= 0x00000400; onChanged(); return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed3211() { bitField0_ = (bitField0_ & ~0x00000400); internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .clear(); return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder removeFieldMapBoolSfixed3211( boolean key) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed3211() { bitField0_ |= 0x00000400; return internalGetMutableFieldMapBoolSfixed3211().getMutableMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putFieldMapBoolSfixed3211( boolean key, int value) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .put(key, value); bitField0_ |= 0x00000400; return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putAllFieldMapBoolSfixed3211( java.util.Map values) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .putAll(values); bitField0_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { fieldMapBoolSfixed6412_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed6412_.isMutable()) { fieldMapBoolSfixed6412_ = fieldMapBoolSfixed6412_.copy(); } bitField0_ |= 0x00000800; onChanged(); return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed6412() { bitField0_ = (bitField0_ & ~0x00000800); internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .clear(); return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder removeFieldMapBoolSfixed6412( boolean key) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed6412() { bitField0_ |= 0x00000800; return internalGetMutableFieldMapBoolSfixed6412().getMutableMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putFieldMapBoolSfixed6412( boolean key, long value) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .put(key, value); bitField0_ |= 0x00000800; return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putAllFieldMapBoolSfixed6412( java.util.Map values) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .putAll(values); bitField0_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { fieldMapBoolSint3213_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint3213_.isMutable()) { fieldMapBoolSint3213_ = fieldMapBoolSint3213_.copy(); } bitField0_ |= 0x00001000; onChanged(); return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint3213() { bitField0_ = (bitField0_ & ~0x00001000); internalGetMutableFieldMapBoolSint3213().getMutableMap() .clear(); return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder removeFieldMapBoolSint3213( boolean key) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint3213() { bitField0_ |= 0x00001000; return internalGetMutableFieldMapBoolSint3213().getMutableMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putFieldMapBoolSint3213( boolean key, int value) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .put(key, value); bitField0_ |= 0x00001000; return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putAllFieldMapBoolSint3213( java.util.Map values) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .putAll(values); bitField0_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { fieldMapBoolSint6414_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint6414_.isMutable()) { fieldMapBoolSint6414_ = fieldMapBoolSint6414_.copy(); } bitField0_ |= 0x00002000; onChanged(); return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint6414() { bitField0_ = (bitField0_ & ~0x00002000); internalGetMutableFieldMapBoolSint6414().getMutableMap() .clear(); return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder removeFieldMapBoolSint6414( boolean key) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint6414() { bitField0_ |= 0x00002000; return internalGetMutableFieldMapBoolSint6414().getMutableMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putFieldMapBoolSint6414( boolean key, long value) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .put(key, value); bitField0_ |= 0x00002000; return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putAllFieldMapBoolSint6414( java.util.Map values) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .putAll(values); bitField0_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { fieldMapBoolString15_ = com.google.protobuf.MapField.newMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolString15_.isMutable()) { fieldMapBoolString15_ = fieldMapBoolString15_.copy(); } bitField0_ |= 0x00004000; onChanged(); return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolString15() { bitField0_ = (bitField0_ & ~0x00004000); internalGetMutableFieldMapBoolString15().getMutableMap() .clear(); return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder removeFieldMapBoolString15( boolean key) { internalGetMutableFieldMapBoolString15().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolString15() { bitField0_ |= 0x00004000; return internalGetMutableFieldMapBoolString15().getMutableMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putFieldMapBoolString15( boolean key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolString15().getMutableMap() .put(key, value); bitField0_ |= 0x00004000; return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putAllFieldMapBoolString15( java.util.Map values) { internalGetMutableFieldMapBoolString15().getMutableMap() .putAll(values); bitField0_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { fieldMapBoolUint3216_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint3216_.isMutable()) { fieldMapBoolUint3216_ = fieldMapBoolUint3216_.copy(); } bitField0_ |= 0x00008000; onChanged(); return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint3216() { bitField0_ = (bitField0_ & ~0x00008000); internalGetMutableFieldMapBoolUint3216().getMutableMap() .clear(); return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder removeFieldMapBoolUint3216( boolean key) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint3216() { bitField0_ |= 0x00008000; return internalGetMutableFieldMapBoolUint3216().getMutableMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putFieldMapBoolUint3216( boolean key, int value) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .put(key, value); bitField0_ |= 0x00008000; return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putAllFieldMapBoolUint3216( java.util.Map values) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .putAll(values); bitField0_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { fieldMapBoolUint6417_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint6417_.isMutable()) { fieldMapBoolUint6417_ = fieldMapBoolUint6417_.copy(); } bitField0_ |= 0x00010000; onChanged(); return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint6417() { bitField0_ = (bitField0_ & ~0x00010000); internalGetMutableFieldMapBoolUint6417().getMutableMap() .clear(); return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder removeFieldMapBoolUint6417( boolean key) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint6417() { bitField0_ |= 0x00010000; return internalGetMutableFieldMapBoolUint6417().getMutableMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putFieldMapBoolUint6417( boolean key, long value) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .put(key, value); bitField0_ |= 0x00010000; return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putAllFieldMapBoolUint6417( java.util.Map values) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .putAll(values); bitField0_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { fieldMapFixed32Bool18_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bool18_.isMutable()) { fieldMapFixed32Bool18_ = fieldMapFixed32Bool18_.copy(); } bitField0_ |= 0x00020000; onChanged(); return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bool18() { bitField0_ = (bitField0_ & ~0x00020000); internalGetMutableFieldMapFixed32Bool18().getMutableMap() .clear(); return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder removeFieldMapFixed32Bool18( int key) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bool18() { bitField0_ |= 0x00020000; return internalGetMutableFieldMapFixed32Bool18().getMutableMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putFieldMapFixed32Bool18( int key, boolean value) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .put(key, value); bitField0_ |= 0x00020000; return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putAllFieldMapFixed32Bool18( java.util.Map values) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .putAll(values); bitField0_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { fieldMapFixed32Bytes19_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bytes19_.isMutable()) { fieldMapFixed32Bytes19_ = fieldMapFixed32Bytes19_.copy(); } bitField0_ |= 0x00040000; onChanged(); return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bytes19() { bitField0_ = (bitField0_ & ~0x00040000); internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .clear(); return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder removeFieldMapFixed32Bytes19( int key) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bytes19() { bitField0_ |= 0x00040000; return internalGetMutableFieldMapFixed32Bytes19().getMutableMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putFieldMapFixed32Bytes19( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .put(key, value); bitField0_ |= 0x00040000; return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putAllFieldMapFixed32Bytes19( java.util.Map values) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .putAll(values); bitField0_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { fieldMapFixed32Double20_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Double20_.isMutable()) { fieldMapFixed32Double20_ = fieldMapFixed32Double20_.copy(); } bitField0_ |= 0x00080000; onChanged(); return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Double20() { bitField0_ = (bitField0_ & ~0x00080000); internalGetMutableFieldMapFixed32Double20().getMutableMap() .clear(); return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder removeFieldMapFixed32Double20( int key) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Double20() { bitField0_ |= 0x00080000; return internalGetMutableFieldMapFixed32Double20().getMutableMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putFieldMapFixed32Double20( int key, double value) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .put(key, value); bitField0_ |= 0x00080000; return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putAllFieldMapFixed32Double20( java.util.Map values) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .putAll(values); bitField0_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { fieldMapFixed32Enum21_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Enum21_.isMutable()) { fieldMapFixed32Enum21_ = fieldMapFixed32Enum21_.copy(); } bitField0_ |= 0x00100000; onChanged(); return fieldMapFixed32Enum21_; } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed32Enum21ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21Value() { return getFieldMapFixed32Enum21ValueMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21ValueMap() { return internalGetFieldMapFixed32Enum21().getMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Enum21() { bitField0_ = (bitField0_ & ~0x00100000); internalGetMutableFieldMapFixed32Enum21().getMutableMap() .clear(); return this; } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder removeFieldMapFixed32Enum21( int key) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Enum21() { bitField0_ |= 0x00100000; return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putFieldMapFixed32Enum21( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .put(key, fieldMapFixed32Enum21ValueConverter.doBackward(value)); bitField0_ |= 0x00100000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putAllFieldMapFixed32Enum21( java.util.Map values) { internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()) .putAll(values); bitField0_ |= 0x00100000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Enum21Value() { bitField0_ |= 0x00100000; return internalGetMutableFieldMapFixed32Enum21().getMutableMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putFieldMapFixed32Enum21Value( int key, int value) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .put(key, value); bitField0_ |= 0x00100000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putAllFieldMapFixed32Enum21Value( java.util.Map values) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .putAll(values); bitField0_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { fieldMapFixed32Fixed3222_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed3222_.isMutable()) { fieldMapFixed32Fixed3222_ = fieldMapFixed32Fixed3222_.copy(); } bitField0_ |= 0x00200000; onChanged(); return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed3222() { bitField0_ = (bitField0_ & ~0x00200000); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder removeFieldMapFixed32Fixed3222( int key) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed3222() { bitField0_ |= 0x00200000; return internalGetMutableFieldMapFixed32Fixed3222().getMutableMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putFieldMapFixed32Fixed3222( int key, int value) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .put(key, value); bitField0_ |= 0x00200000; return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putAllFieldMapFixed32Fixed3222( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .putAll(values); bitField0_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { fieldMapFixed32Fixed6423_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed6423_.isMutable()) { fieldMapFixed32Fixed6423_ = fieldMapFixed32Fixed6423_.copy(); } bitField0_ |= 0x00400000; onChanged(); return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed6423() { bitField0_ = (bitField0_ & ~0x00400000); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder removeFieldMapFixed32Fixed6423( int key) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed6423() { bitField0_ |= 0x00400000; return internalGetMutableFieldMapFixed32Fixed6423().getMutableMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putFieldMapFixed32Fixed6423( int key, long value) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .put(key, value); bitField0_ |= 0x00400000; return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putAllFieldMapFixed32Fixed6423( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .putAll(values); bitField0_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { fieldMapFixed32Float24_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Float24_.isMutable()) { fieldMapFixed32Float24_ = fieldMapFixed32Float24_.copy(); } bitField0_ |= 0x00800000; onChanged(); return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Float24() { bitField0_ = (bitField0_ & ~0x00800000); internalGetMutableFieldMapFixed32Float24().getMutableMap() .clear(); return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder removeFieldMapFixed32Float24( int key) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Float24() { bitField0_ |= 0x00800000; return internalGetMutableFieldMapFixed32Float24().getMutableMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putFieldMapFixed32Float24( int key, float value) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .put(key, value); bitField0_ |= 0x00800000; return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putAllFieldMapFixed32Float24( java.util.Map values) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .putAll(values); bitField0_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { fieldMapFixed32Int3225_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int3225_.isMutable()) { fieldMapFixed32Int3225_ = fieldMapFixed32Int3225_.copy(); } bitField0_ |= 0x01000000; onChanged(); return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int3225() { bitField0_ = (bitField0_ & ~0x01000000); internalGetMutableFieldMapFixed32Int3225().getMutableMap() .clear(); return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder removeFieldMapFixed32Int3225( int key) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int3225() { bitField0_ |= 0x01000000; return internalGetMutableFieldMapFixed32Int3225().getMutableMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putFieldMapFixed32Int3225( int key, int value) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .put(key, value); bitField0_ |= 0x01000000; return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putAllFieldMapFixed32Int3225( java.util.Map values) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .putAll(values); bitField0_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { fieldMapFixed32Int6426_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int6426_.isMutable()) { fieldMapFixed32Int6426_ = fieldMapFixed32Int6426_.copy(); } bitField0_ |= 0x02000000; onChanged(); return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int6426() { bitField0_ = (bitField0_ & ~0x02000000); internalGetMutableFieldMapFixed32Int6426().getMutableMap() .clear(); return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder removeFieldMapFixed32Int6426( int key) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int6426() { bitField0_ |= 0x02000000; return internalGetMutableFieldMapFixed32Int6426().getMutableMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putFieldMapFixed32Int6426( int key, long value) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .put(key, value); bitField0_ |= 0x02000000; return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putAllFieldMapFixed32Int6426( java.util.Map values) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .putAll(values); bitField0_ |= 0x02000000; return this; } private static final class FieldMapFixed32Message27Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed32Message27DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed32Message27Converter fieldMapFixed32Message27Converter = new FieldMapFixed32Message27Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapFixed32Message27_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } return fieldMapFixed32Message27_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { fieldMapFixed32Message27_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } bitField0_ |= 0x04000000; onChanged(); return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().ensureBuilderMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getImmutableMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed32Message27Converter.build(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Message27Converter.build(map.get(key)); } public Builder clearFieldMapFixed32Message27() { bitField0_ = (bitField0_ & ~0x04000000); internalGetMutableFieldMapFixed32Message27().clear(); return this; } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ public Builder removeFieldMapFixed32Message27( int key) { internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Message27() { bitField0_ |= 0x04000000; return internalGetMutableFieldMapFixed32Message27().ensureMessageMap(); } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ public Builder putFieldMapFixed32Message27( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .put(key, value); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ public Builder putAllFieldMapFixed32Message27( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .putAll(values); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3Message> field_map_fixed32_message_27 = 27; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapFixed32Message27BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { fieldMapFixed32Sfixed3228_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed3228_.isMutable()) { fieldMapFixed32Sfixed3228_ = fieldMapFixed32Sfixed3228_.copy(); } bitField0_ |= 0x08000000; onChanged(); return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed3228() { bitField0_ = (bitField0_ & ~0x08000000); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder removeFieldMapFixed32Sfixed3228( int key) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed3228() { bitField0_ |= 0x08000000; return internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putFieldMapFixed32Sfixed3228( int key, int value) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .put(key, value); bitField0_ |= 0x08000000; return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putAllFieldMapFixed32Sfixed3228( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .putAll(values); bitField0_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { fieldMapFixed32Sfixed6429_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed6429_.isMutable()) { fieldMapFixed32Sfixed6429_ = fieldMapFixed32Sfixed6429_.copy(); } bitField0_ |= 0x10000000; onChanged(); return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed6429() { bitField0_ = (bitField0_ & ~0x10000000); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder removeFieldMapFixed32Sfixed6429( int key) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed6429() { bitField0_ |= 0x10000000; return internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putFieldMapFixed32Sfixed6429( int key, long value) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .put(key, value); bitField0_ |= 0x10000000; return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putAllFieldMapFixed32Sfixed6429( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .putAll(values); bitField0_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { fieldMapFixed32Sint3230_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint3230_.isMutable()) { fieldMapFixed32Sint3230_ = fieldMapFixed32Sint3230_.copy(); } bitField0_ |= 0x20000000; onChanged(); return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint3230() { bitField0_ = (bitField0_ & ~0x20000000); internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .clear(); return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder removeFieldMapFixed32Sint3230( int key) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint3230() { bitField0_ |= 0x20000000; return internalGetMutableFieldMapFixed32Sint3230().getMutableMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putFieldMapFixed32Sint3230( int key, int value) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .put(key, value); bitField0_ |= 0x20000000; return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putAllFieldMapFixed32Sint3230( java.util.Map values) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .putAll(values); bitField0_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { fieldMapFixed32Sint6431_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint6431_.isMutable()) { fieldMapFixed32Sint6431_ = fieldMapFixed32Sint6431_.copy(); } bitField0_ |= 0x40000000; onChanged(); return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint6431() { bitField0_ = (bitField0_ & ~0x40000000); internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .clear(); return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder removeFieldMapFixed32Sint6431( int key) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint6431() { bitField0_ |= 0x40000000; return internalGetMutableFieldMapFixed32Sint6431().getMutableMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putFieldMapFixed32Sint6431( int key, long value) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .put(key, value); bitField0_ |= 0x40000000; return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putAllFieldMapFixed32Sint6431( java.util.Map values) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .putAll(values); bitField0_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { fieldMapFixed32String32_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32String32_.isMutable()) { fieldMapFixed32String32_ = fieldMapFixed32String32_.copy(); } bitField0_ |= 0x80000000; onChanged(); return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32String32() { bitField0_ = (bitField0_ & ~0x80000000); internalGetMutableFieldMapFixed32String32().getMutableMap() .clear(); return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder removeFieldMapFixed32String32( int key) { internalGetMutableFieldMapFixed32String32().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32String32() { bitField0_ |= 0x80000000; return internalGetMutableFieldMapFixed32String32().getMutableMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putFieldMapFixed32String32( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32String32().getMutableMap() .put(key, value); bitField0_ |= 0x80000000; return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putAllFieldMapFixed32String32( java.util.Map values) { internalGetMutableFieldMapFixed32String32().getMutableMap() .putAll(values); bitField0_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { fieldMapFixed32Uint3233_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint3233_.isMutable()) { fieldMapFixed32Uint3233_ = fieldMapFixed32Uint3233_.copy(); } bitField1_ |= 0x00000001; onChanged(); return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint3233() { bitField1_ = (bitField1_ & ~0x00000001); internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .clear(); return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder removeFieldMapFixed32Uint3233( int key) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint3233() { bitField1_ |= 0x00000001; return internalGetMutableFieldMapFixed32Uint3233().getMutableMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putFieldMapFixed32Uint3233( int key, int value) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .put(key, value); bitField1_ |= 0x00000001; return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putAllFieldMapFixed32Uint3233( java.util.Map values) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .putAll(values); bitField1_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { fieldMapFixed32Uint6434_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint6434_.isMutable()) { fieldMapFixed32Uint6434_ = fieldMapFixed32Uint6434_.copy(); } bitField1_ |= 0x00000002; onChanged(); return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint6434() { bitField1_ = (bitField1_ & ~0x00000002); internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .clear(); return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder removeFieldMapFixed32Uint6434( int key) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint6434() { bitField1_ |= 0x00000002; return internalGetMutableFieldMapFixed32Uint6434().getMutableMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putFieldMapFixed32Uint6434( int key, long value) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .put(key, value); bitField1_ |= 0x00000002; return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putAllFieldMapFixed32Uint6434( java.util.Map values) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .putAll(values); bitField1_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { fieldMapFixed64Bool35_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bool35_.isMutable()) { fieldMapFixed64Bool35_ = fieldMapFixed64Bool35_.copy(); } bitField1_ |= 0x00000004; onChanged(); return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bool35() { bitField1_ = (bitField1_ & ~0x00000004); internalGetMutableFieldMapFixed64Bool35().getMutableMap() .clear(); return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder removeFieldMapFixed64Bool35( long key) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bool35() { bitField1_ |= 0x00000004; return internalGetMutableFieldMapFixed64Bool35().getMutableMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putFieldMapFixed64Bool35( long key, boolean value) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .put(key, value); bitField1_ |= 0x00000004; return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putAllFieldMapFixed64Bool35( java.util.Map values) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .putAll(values); bitField1_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { fieldMapFixed64Bytes36_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bytes36_.isMutable()) { fieldMapFixed64Bytes36_ = fieldMapFixed64Bytes36_.copy(); } bitField1_ |= 0x00000008; onChanged(); return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bytes36() { bitField1_ = (bitField1_ & ~0x00000008); internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .clear(); return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder removeFieldMapFixed64Bytes36( long key) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bytes36() { bitField1_ |= 0x00000008; return internalGetMutableFieldMapFixed64Bytes36().getMutableMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putFieldMapFixed64Bytes36( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .put(key, value); bitField1_ |= 0x00000008; return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putAllFieldMapFixed64Bytes36( java.util.Map values) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .putAll(values); bitField1_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { fieldMapFixed64Double37_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Double37_.isMutable()) { fieldMapFixed64Double37_ = fieldMapFixed64Double37_.copy(); } bitField1_ |= 0x00000010; onChanged(); return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Double37() { bitField1_ = (bitField1_ & ~0x00000010); internalGetMutableFieldMapFixed64Double37().getMutableMap() .clear(); return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder removeFieldMapFixed64Double37( long key) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Double37() { bitField1_ |= 0x00000010; return internalGetMutableFieldMapFixed64Double37().getMutableMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putFieldMapFixed64Double37( long key, double value) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .put(key, value); bitField1_ |= 0x00000010; return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putAllFieldMapFixed64Double37( java.util.Map values) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .putAll(values); bitField1_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { fieldMapFixed64Enum38_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Enum38_.isMutable()) { fieldMapFixed64Enum38_ = fieldMapFixed64Enum38_.copy(); } bitField1_ |= 0x00000020; onChanged(); return fieldMapFixed64Enum38_; } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed64Enum38ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38Value() { return getFieldMapFixed64Enum38ValueMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38ValueMap() { return internalGetFieldMapFixed64Enum38().getMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Enum38() { bitField1_ = (bitField1_ & ~0x00000020); internalGetMutableFieldMapFixed64Enum38().getMutableMap() .clear(); return this; } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder removeFieldMapFixed64Enum38( long key) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Enum38() { bitField1_ |= 0x00000020; return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putFieldMapFixed64Enum38( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .put(key, fieldMapFixed64Enum38ValueConverter.doBackward(value)); bitField1_ |= 0x00000020; return this; } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putAllFieldMapFixed64Enum38( java.util.Map values) { internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()) .putAll(values); bitField1_ |= 0x00000020; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Enum38Value() { bitField1_ |= 0x00000020; return internalGetMutableFieldMapFixed64Enum38().getMutableMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putFieldMapFixed64Enum38Value( long key, int value) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .put(key, value); bitField1_ |= 0x00000020; return this; } /** * map<fixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putAllFieldMapFixed64Enum38Value( java.util.Map values) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .putAll(values); bitField1_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { fieldMapFixed64Fixed3239_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed3239_.isMutable()) { fieldMapFixed64Fixed3239_ = fieldMapFixed64Fixed3239_.copy(); } bitField1_ |= 0x00000040; onChanged(); return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed3239() { bitField1_ = (bitField1_ & ~0x00000040); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder removeFieldMapFixed64Fixed3239( long key) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed3239() { bitField1_ |= 0x00000040; return internalGetMutableFieldMapFixed64Fixed3239().getMutableMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putFieldMapFixed64Fixed3239( long key, int value) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .put(key, value); bitField1_ |= 0x00000040; return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putAllFieldMapFixed64Fixed3239( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .putAll(values); bitField1_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { fieldMapFixed64Fixed6440_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed6440_.isMutable()) { fieldMapFixed64Fixed6440_ = fieldMapFixed64Fixed6440_.copy(); } bitField1_ |= 0x00000080; onChanged(); return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed6440() { bitField1_ = (bitField1_ & ~0x00000080); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder removeFieldMapFixed64Fixed6440( long key) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed6440() { bitField1_ |= 0x00000080; return internalGetMutableFieldMapFixed64Fixed6440().getMutableMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putFieldMapFixed64Fixed6440( long key, long value) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .put(key, value); bitField1_ |= 0x00000080; return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putAllFieldMapFixed64Fixed6440( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .putAll(values); bitField1_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { fieldMapFixed64Float41_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Float41_.isMutable()) { fieldMapFixed64Float41_ = fieldMapFixed64Float41_.copy(); } bitField1_ |= 0x00000100; onChanged(); return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Float41() { bitField1_ = (bitField1_ & ~0x00000100); internalGetMutableFieldMapFixed64Float41().getMutableMap() .clear(); return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder removeFieldMapFixed64Float41( long key) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Float41() { bitField1_ |= 0x00000100; return internalGetMutableFieldMapFixed64Float41().getMutableMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putFieldMapFixed64Float41( long key, float value) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .put(key, value); bitField1_ |= 0x00000100; return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putAllFieldMapFixed64Float41( java.util.Map values) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .putAll(values); bitField1_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { fieldMapFixed64Int3242_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int3242_.isMutable()) { fieldMapFixed64Int3242_ = fieldMapFixed64Int3242_.copy(); } bitField1_ |= 0x00000200; onChanged(); return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int3242() { bitField1_ = (bitField1_ & ~0x00000200); internalGetMutableFieldMapFixed64Int3242().getMutableMap() .clear(); return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder removeFieldMapFixed64Int3242( long key) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int3242() { bitField1_ |= 0x00000200; return internalGetMutableFieldMapFixed64Int3242().getMutableMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putFieldMapFixed64Int3242( long key, int value) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .put(key, value); bitField1_ |= 0x00000200; return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putAllFieldMapFixed64Int3242( java.util.Map values) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .putAll(values); bitField1_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { fieldMapFixed64Int6443_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int6443_.isMutable()) { fieldMapFixed64Int6443_ = fieldMapFixed64Int6443_.copy(); } bitField1_ |= 0x00000400; onChanged(); return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int6443() { bitField1_ = (bitField1_ & ~0x00000400); internalGetMutableFieldMapFixed64Int6443().getMutableMap() .clear(); return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder removeFieldMapFixed64Int6443( long key) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int6443() { bitField1_ |= 0x00000400; return internalGetMutableFieldMapFixed64Int6443().getMutableMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putFieldMapFixed64Int6443( long key, long value) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .put(key, value); bitField1_ |= 0x00000400; return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putAllFieldMapFixed64Int6443( java.util.Map values) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .putAll(values); bitField1_ |= 0x00000400; return this; } private static final class FieldMapFixed64Message44Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed64Message44DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed64Message44Converter fieldMapFixed64Message44Converter = new FieldMapFixed64Message44Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapFixed64Message44_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } return fieldMapFixed64Message44_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { fieldMapFixed64Message44_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } bitField1_ |= 0x00000800; onChanged(); return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().ensureBuilderMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getImmutableMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed64Message44Converter.build(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Message44Converter.build(map.get(key)); } public Builder clearFieldMapFixed64Message44() { bitField1_ = (bitField1_ & ~0x00000800); internalGetMutableFieldMapFixed64Message44().clear(); return this; } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ public Builder removeFieldMapFixed64Message44( long key) { internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Message44() { bitField1_ |= 0x00000800; return internalGetMutableFieldMapFixed64Message44().ensureMessageMap(); } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ public Builder putFieldMapFixed64Message44( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .put(key, value); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ public Builder putAllFieldMapFixed64Message44( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .putAll(values); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.Proto3Message> field_map_fixed64_message_44 = 44; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapFixed64Message44BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { fieldMapFixed64Sfixed3245_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed3245_.isMutable()) { fieldMapFixed64Sfixed3245_ = fieldMapFixed64Sfixed3245_.copy(); } bitField1_ |= 0x00001000; onChanged(); return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed3245() { bitField1_ = (bitField1_ & ~0x00001000); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder removeFieldMapFixed64Sfixed3245( long key) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed3245() { bitField1_ |= 0x00001000; return internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putFieldMapFixed64Sfixed3245( long key, int value) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .put(key, value); bitField1_ |= 0x00001000; return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putAllFieldMapFixed64Sfixed3245( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .putAll(values); bitField1_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { fieldMapFixed64Sfixed6446_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed6446_.isMutable()) { fieldMapFixed64Sfixed6446_ = fieldMapFixed64Sfixed6446_.copy(); } bitField1_ |= 0x00002000; onChanged(); return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed6446() { bitField1_ = (bitField1_ & ~0x00002000); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder removeFieldMapFixed64Sfixed6446( long key) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed6446() { bitField1_ |= 0x00002000; return internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putFieldMapFixed64Sfixed6446( long key, long value) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .put(key, value); bitField1_ |= 0x00002000; return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putAllFieldMapFixed64Sfixed6446( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .putAll(values); bitField1_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { fieldMapFixed64Sint3247_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint3247_.isMutable()) { fieldMapFixed64Sint3247_ = fieldMapFixed64Sint3247_.copy(); } bitField1_ |= 0x00004000; onChanged(); return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint3247() { bitField1_ = (bitField1_ & ~0x00004000); internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .clear(); return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder removeFieldMapFixed64Sint3247( long key) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint3247() { bitField1_ |= 0x00004000; return internalGetMutableFieldMapFixed64Sint3247().getMutableMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putFieldMapFixed64Sint3247( long key, int value) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .put(key, value); bitField1_ |= 0x00004000; return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putAllFieldMapFixed64Sint3247( java.util.Map values) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .putAll(values); bitField1_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { fieldMapFixed64Sint6448_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint6448_.isMutable()) { fieldMapFixed64Sint6448_ = fieldMapFixed64Sint6448_.copy(); } bitField1_ |= 0x00008000; onChanged(); return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint6448() { bitField1_ = (bitField1_ & ~0x00008000); internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .clear(); return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder removeFieldMapFixed64Sint6448( long key) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint6448() { bitField1_ |= 0x00008000; return internalGetMutableFieldMapFixed64Sint6448().getMutableMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putFieldMapFixed64Sint6448( long key, long value) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .put(key, value); bitField1_ |= 0x00008000; return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putAllFieldMapFixed64Sint6448( java.util.Map values) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .putAll(values); bitField1_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { fieldMapFixed64String49_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64String49_.isMutable()) { fieldMapFixed64String49_ = fieldMapFixed64String49_.copy(); } bitField1_ |= 0x00010000; onChanged(); return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64String49() { bitField1_ = (bitField1_ & ~0x00010000); internalGetMutableFieldMapFixed64String49().getMutableMap() .clear(); return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder removeFieldMapFixed64String49( long key) { internalGetMutableFieldMapFixed64String49().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64String49() { bitField1_ |= 0x00010000; return internalGetMutableFieldMapFixed64String49().getMutableMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putFieldMapFixed64String49( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64String49().getMutableMap() .put(key, value); bitField1_ |= 0x00010000; return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putAllFieldMapFixed64String49( java.util.Map values) { internalGetMutableFieldMapFixed64String49().getMutableMap() .putAll(values); bitField1_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { fieldMapFixed64Uint3250_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint3250_.isMutable()) { fieldMapFixed64Uint3250_ = fieldMapFixed64Uint3250_.copy(); } bitField1_ |= 0x00020000; onChanged(); return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint3250() { bitField1_ = (bitField1_ & ~0x00020000); internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .clear(); return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder removeFieldMapFixed64Uint3250( long key) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint3250() { bitField1_ |= 0x00020000; return internalGetMutableFieldMapFixed64Uint3250().getMutableMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putFieldMapFixed64Uint3250( long key, int value) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .put(key, value); bitField1_ |= 0x00020000; return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putAllFieldMapFixed64Uint3250( java.util.Map values) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .putAll(values); bitField1_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { fieldMapFixed64Uint6451_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint6451_.isMutable()) { fieldMapFixed64Uint6451_ = fieldMapFixed64Uint6451_.copy(); } bitField1_ |= 0x00040000; onChanged(); return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint6451() { bitField1_ = (bitField1_ & ~0x00040000); internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .clear(); return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder removeFieldMapFixed64Uint6451( long key) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint6451() { bitField1_ |= 0x00040000; return internalGetMutableFieldMapFixed64Uint6451().getMutableMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putFieldMapFixed64Uint6451( long key, long value) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .put(key, value); bitField1_ |= 0x00040000; return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putAllFieldMapFixed64Uint6451( java.util.Map values) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .putAll(values); bitField1_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { fieldMapInt32Bool52_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bool52_.isMutable()) { fieldMapInt32Bool52_ = fieldMapInt32Bool52_.copy(); } bitField1_ |= 0x00080000; onChanged(); return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bool52() { bitField1_ = (bitField1_ & ~0x00080000); internalGetMutableFieldMapInt32Bool52().getMutableMap() .clear(); return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder removeFieldMapInt32Bool52( int key) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bool52() { bitField1_ |= 0x00080000; return internalGetMutableFieldMapInt32Bool52().getMutableMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putFieldMapInt32Bool52( int key, boolean value) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .put(key, value); bitField1_ |= 0x00080000; return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putAllFieldMapInt32Bool52( java.util.Map values) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .putAll(values); bitField1_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { fieldMapInt32Bytes53_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bytes53_.isMutable()) { fieldMapInt32Bytes53_ = fieldMapInt32Bytes53_.copy(); } bitField1_ |= 0x00100000; onChanged(); return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bytes53() { bitField1_ = (bitField1_ & ~0x00100000); internalGetMutableFieldMapInt32Bytes53().getMutableMap() .clear(); return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder removeFieldMapInt32Bytes53( int key) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bytes53() { bitField1_ |= 0x00100000; return internalGetMutableFieldMapInt32Bytes53().getMutableMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putFieldMapInt32Bytes53( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Bytes53().getMutableMap() .put(key, value); bitField1_ |= 0x00100000; return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putAllFieldMapInt32Bytes53( java.util.Map values) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .putAll(values); bitField1_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { fieldMapInt32Double54_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Double54_.isMutable()) { fieldMapInt32Double54_ = fieldMapInt32Double54_.copy(); } bitField1_ |= 0x00200000; onChanged(); return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Double54() { bitField1_ = (bitField1_ & ~0x00200000); internalGetMutableFieldMapInt32Double54().getMutableMap() .clear(); return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder removeFieldMapInt32Double54( int key) { internalGetMutableFieldMapInt32Double54().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Double54() { bitField1_ |= 0x00200000; return internalGetMutableFieldMapInt32Double54().getMutableMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putFieldMapInt32Double54( int key, double value) { internalGetMutableFieldMapInt32Double54().getMutableMap() .put(key, value); bitField1_ |= 0x00200000; return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putAllFieldMapInt32Double54( java.util.Map values) { internalGetMutableFieldMapInt32Double54().getMutableMap() .putAll(values); bitField1_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { fieldMapInt32Enum55_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Enum55_.isMutable()) { fieldMapInt32Enum55_ = fieldMapInt32Enum55_.copy(); } bitField1_ |= 0x00400000; onChanged(); return fieldMapInt32Enum55_; } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt32Enum55ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55Value() { return getFieldMapInt32Enum55ValueMap(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55ValueMap() { return internalGetFieldMapInt32Enum55().getMap(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Enum55() { bitField1_ = (bitField1_ & ~0x00400000); internalGetMutableFieldMapInt32Enum55().getMutableMap() .clear(); return this; } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder removeFieldMapInt32Enum55( int key) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Enum55() { bitField1_ |= 0x00400000; return internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putFieldMapInt32Enum55( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .put(key, fieldMapInt32Enum55ValueConverter.doBackward(value)); bitField1_ |= 0x00400000; return this; } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putAllFieldMapInt32Enum55( java.util.Map values) { internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()) .putAll(values); bitField1_ |= 0x00400000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Enum55Value() { bitField1_ |= 0x00400000; return internalGetMutableFieldMapInt32Enum55().getMutableMap(); } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putFieldMapInt32Enum55Value( int key, int value) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .put(key, value); bitField1_ |= 0x00400000; return this; } /** * map<int32, .protobuf.experimental.Proto3Message.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putAllFieldMapInt32Enum55Value( java.util.Map values) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .putAll(values); bitField1_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { fieldMapInt32Fixed3256_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed3256_.isMutable()) { fieldMapInt32Fixed3256_ = fieldMapInt32Fixed3256_.copy(); } bitField1_ |= 0x00800000; onChanged(); return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed3256() { bitField1_ = (bitField1_ & ~0x00800000); internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .clear(); return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder removeFieldMapInt32Fixed3256( int key) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed3256() { bitField1_ |= 0x00800000; return internalGetMutableFieldMapInt32Fixed3256().getMutableMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putFieldMapInt32Fixed3256( int key, int value) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .put(key, value); bitField1_ |= 0x00800000; return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putAllFieldMapInt32Fixed3256( java.util.Map values) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .putAll(values); bitField1_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { fieldMapInt32Fixed6457_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed6457_.isMutable()) { fieldMapInt32Fixed6457_ = fieldMapInt32Fixed6457_.copy(); } bitField1_ |= 0x01000000; onChanged(); return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed6457() { bitField1_ = (bitField1_ & ~0x01000000); internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .clear(); return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder removeFieldMapInt32Fixed6457( int key) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed6457() { bitField1_ |= 0x01000000; return internalGetMutableFieldMapInt32Fixed6457().getMutableMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putFieldMapInt32Fixed6457( int key, long value) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .put(key, value); bitField1_ |= 0x01000000; return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putAllFieldMapInt32Fixed6457( java.util.Map values) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .putAll(values); bitField1_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { fieldMapInt32Float58_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Float58_.isMutable()) { fieldMapInt32Float58_ = fieldMapInt32Float58_.copy(); } bitField1_ |= 0x02000000; onChanged(); return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Float58() { bitField1_ = (bitField1_ & ~0x02000000); internalGetMutableFieldMapInt32Float58().getMutableMap() .clear(); return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder removeFieldMapInt32Float58( int key) { internalGetMutableFieldMapInt32Float58().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Float58() { bitField1_ |= 0x02000000; return internalGetMutableFieldMapInt32Float58().getMutableMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putFieldMapInt32Float58( int key, float value) { internalGetMutableFieldMapInt32Float58().getMutableMap() .put(key, value); bitField1_ |= 0x02000000; return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putAllFieldMapInt32Float58( java.util.Map values) { internalGetMutableFieldMapInt32Float58().getMutableMap() .putAll(values); bitField1_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { fieldMapInt32Int3259_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int3259_.isMutable()) { fieldMapInt32Int3259_ = fieldMapInt32Int3259_.copy(); } bitField1_ |= 0x04000000; onChanged(); return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int3259() { bitField1_ = (bitField1_ & ~0x04000000); internalGetMutableFieldMapInt32Int3259().getMutableMap() .clear(); return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder removeFieldMapInt32Int3259( int key) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int3259() { bitField1_ |= 0x04000000; return internalGetMutableFieldMapInt32Int3259().getMutableMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putFieldMapInt32Int3259( int key, int value) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .put(key, value); bitField1_ |= 0x04000000; return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putAllFieldMapInt32Int3259( java.util.Map values) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .putAll(values); bitField1_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { fieldMapInt32Int6460_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int6460_.isMutable()) { fieldMapInt32Int6460_ = fieldMapInt32Int6460_.copy(); } bitField1_ |= 0x08000000; onChanged(); return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int6460() { bitField1_ = (bitField1_ & ~0x08000000); internalGetMutableFieldMapInt32Int6460().getMutableMap() .clear(); return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder removeFieldMapInt32Int6460( int key) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int6460() { bitField1_ |= 0x08000000; return internalGetMutableFieldMapInt32Int6460().getMutableMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putFieldMapInt32Int6460( int key, long value) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .put(key, value); bitField1_ |= 0x08000000; return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putAllFieldMapInt32Int6460( java.util.Map values) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .putAll(values); bitField1_ |= 0x08000000; return this; } private static final class FieldMapInt32Message61Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt32Message61DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt32Message61Converter fieldMapInt32Message61Converter = new FieldMapInt32Message61Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapInt32Message61_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } return fieldMapInt32Message61_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { fieldMapInt32Message61_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } bitField1_ |= 0x10000000; onChanged(); return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().ensureBuilderMap().size(); } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getImmutableMap(); } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt32Message61Converter.build(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Message61Converter.build(map.get(key)); } public Builder clearFieldMapInt32Message61() { bitField1_ = (bitField1_ & ~0x10000000); internalGetMutableFieldMapInt32Message61().clear(); return this; } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ public Builder removeFieldMapInt32Message61( int key) { internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Message61() { bitField1_ |= 0x10000000; return internalGetMutableFieldMapInt32Message61().ensureMessageMap(); } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ public Builder putFieldMapInt32Message61( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .put(key, value); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ public Builder putAllFieldMapInt32Message61( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .putAll(values); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.Proto3Message> field_map_int32_message_61 = 61; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapInt32Message61BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { fieldMapInt32Sfixed3262_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed3262_.isMutable()) { fieldMapInt32Sfixed3262_ = fieldMapInt32Sfixed3262_.copy(); } bitField1_ |= 0x20000000; onChanged(); return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed3262() { bitField1_ = (bitField1_ & ~0x20000000); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .clear(); return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder removeFieldMapInt32Sfixed3262( int key) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed3262() { bitField1_ |= 0x20000000; return internalGetMutableFieldMapInt32Sfixed3262().getMutableMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putFieldMapInt32Sfixed3262( int key, int value) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .put(key, value); bitField1_ |= 0x20000000; return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putAllFieldMapInt32Sfixed3262( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .putAll(values); bitField1_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { fieldMapInt32Sfixed6463_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed6463_.isMutable()) { fieldMapInt32Sfixed6463_ = fieldMapInt32Sfixed6463_.copy(); } bitField1_ |= 0x40000000; onChanged(); return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed6463() { bitField1_ = (bitField1_ & ~0x40000000); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .clear(); return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder removeFieldMapInt32Sfixed6463( int key) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed6463() { bitField1_ |= 0x40000000; return internalGetMutableFieldMapInt32Sfixed6463().getMutableMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putFieldMapInt32Sfixed6463( int key, long value) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .put(key, value); bitField1_ |= 0x40000000; return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putAllFieldMapInt32Sfixed6463( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .putAll(values); bitField1_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { fieldMapInt32Sint3264_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint3264_.isMutable()) { fieldMapInt32Sint3264_ = fieldMapInt32Sint3264_.copy(); } bitField1_ |= 0x80000000; onChanged(); return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint3264() { bitField1_ = (bitField1_ & ~0x80000000); internalGetMutableFieldMapInt32Sint3264().getMutableMap() .clear(); return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder removeFieldMapInt32Sint3264( int key) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint3264() { bitField1_ |= 0x80000000; return internalGetMutableFieldMapInt32Sint3264().getMutableMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putFieldMapInt32Sint3264( int key, int value) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .put(key, value); bitField1_ |= 0x80000000; return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putAllFieldMapInt32Sint3264( java.util.Map values) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .putAll(values); bitField1_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { fieldMapInt32Sint6465_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint6465_.isMutable()) { fieldMapInt32Sint6465_ = fieldMapInt32Sint6465_.copy(); } bitField2_ |= 0x00000001; onChanged(); return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint6465() { bitField2_ = (bitField2_ & ~0x00000001); internalGetMutableFieldMapInt32Sint6465().getMutableMap() .clear(); return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder removeFieldMapInt32Sint6465( int key) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint6465() { bitField2_ |= 0x00000001; return internalGetMutableFieldMapInt32Sint6465().getMutableMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putFieldMapInt32Sint6465( int key, long value) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .put(key, value); bitField2_ |= 0x00000001; return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putAllFieldMapInt32Sint6465( java.util.Map values) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .putAll(values); bitField2_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { fieldMapInt32String66_ = com.google.protobuf.MapField.newMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32String66_.isMutable()) { fieldMapInt32String66_ = fieldMapInt32String66_.copy(); } bitField2_ |= 0x00000002; onChanged(); return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32String66() { bitField2_ = (bitField2_ & ~0x00000002); internalGetMutableFieldMapInt32String66().getMutableMap() .clear(); return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder removeFieldMapInt32String66( int key) { internalGetMutableFieldMapInt32String66().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32String66() { bitField2_ |= 0x00000002; return internalGetMutableFieldMapInt32String66().getMutableMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putFieldMapInt32String66( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32String66().getMutableMap() .put(key, value); bitField2_ |= 0x00000002; return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putAllFieldMapInt32String66( java.util.Map values) { internalGetMutableFieldMapInt32String66().getMutableMap() .putAll(values); bitField2_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { fieldMapInt32Uint3267_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint3267_.isMutable()) { fieldMapInt32Uint3267_ = fieldMapInt32Uint3267_.copy(); } bitField2_ |= 0x00000004; onChanged(); return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint3267() { bitField2_ = (bitField2_ & ~0x00000004); internalGetMutableFieldMapInt32Uint3267().getMutableMap() .clear(); return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder removeFieldMapInt32Uint3267( int key) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint3267() { bitField2_ |= 0x00000004; return internalGetMutableFieldMapInt32Uint3267().getMutableMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putFieldMapInt32Uint3267( int key, int value) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .put(key, value); bitField2_ |= 0x00000004; return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putAllFieldMapInt32Uint3267( java.util.Map values) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .putAll(values); bitField2_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { fieldMapInt32Uint6468_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint6468_.isMutable()) { fieldMapInt32Uint6468_ = fieldMapInt32Uint6468_.copy(); } bitField2_ |= 0x00000008; onChanged(); return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint6468() { bitField2_ = (bitField2_ & ~0x00000008); internalGetMutableFieldMapInt32Uint6468().getMutableMap() .clear(); return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder removeFieldMapInt32Uint6468( int key) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint6468() { bitField2_ |= 0x00000008; return internalGetMutableFieldMapInt32Uint6468().getMutableMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putFieldMapInt32Uint6468( int key, long value) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .put(key, value); bitField2_ |= 0x00000008; return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putAllFieldMapInt32Uint6468( java.util.Map values) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .putAll(values); bitField2_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { fieldMapInt64Bool69_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bool69_.isMutable()) { fieldMapInt64Bool69_ = fieldMapInt64Bool69_.copy(); } bitField2_ |= 0x00000010; onChanged(); return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bool69() { bitField2_ = (bitField2_ & ~0x00000010); internalGetMutableFieldMapInt64Bool69().getMutableMap() .clear(); return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder removeFieldMapInt64Bool69( long key) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bool69() { bitField2_ |= 0x00000010; return internalGetMutableFieldMapInt64Bool69().getMutableMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putFieldMapInt64Bool69( long key, boolean value) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .put(key, value); bitField2_ |= 0x00000010; return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putAllFieldMapInt64Bool69( java.util.Map values) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .putAll(values); bitField2_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { fieldMapInt64Bytes70_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bytes70_.isMutable()) { fieldMapInt64Bytes70_ = fieldMapInt64Bytes70_.copy(); } bitField2_ |= 0x00000020; onChanged(); return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bytes70() { bitField2_ = (bitField2_ & ~0x00000020); internalGetMutableFieldMapInt64Bytes70().getMutableMap() .clear(); return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder removeFieldMapInt64Bytes70( long key) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bytes70() { bitField2_ |= 0x00000020; return internalGetMutableFieldMapInt64Bytes70().getMutableMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putFieldMapInt64Bytes70( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Bytes70().getMutableMap() .put(key, value); bitField2_ |= 0x00000020; return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putAllFieldMapInt64Bytes70( java.util.Map values) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .putAll(values); bitField2_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { fieldMapInt64Double71_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Double71_.isMutable()) { fieldMapInt64Double71_ = fieldMapInt64Double71_.copy(); } bitField2_ |= 0x00000040; onChanged(); return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Double71() { bitField2_ = (bitField2_ & ~0x00000040); internalGetMutableFieldMapInt64Double71().getMutableMap() .clear(); return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder removeFieldMapInt64Double71( long key) { internalGetMutableFieldMapInt64Double71().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Double71() { bitField2_ |= 0x00000040; return internalGetMutableFieldMapInt64Double71().getMutableMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putFieldMapInt64Double71( long key, double value) { internalGetMutableFieldMapInt64Double71().getMutableMap() .put(key, value); bitField2_ |= 0x00000040; return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putAllFieldMapInt64Double71( java.util.Map values) { internalGetMutableFieldMapInt64Double71().getMutableMap() .putAll(values); bitField2_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { fieldMapInt64Enum72_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Enum72_.isMutable()) { fieldMapInt64Enum72_ = fieldMapInt64Enum72_.copy(); } bitField2_ |= 0x00000080; onChanged(); return fieldMapInt64Enum72_; } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt64Enum72ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72Value() { return getFieldMapInt64Enum72ValueMap(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72ValueMap() { return internalGetFieldMapInt64Enum72().getMap(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Enum72() { bitField2_ = (bitField2_ & ~0x00000080); internalGetMutableFieldMapInt64Enum72().getMutableMap() .clear(); return this; } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder removeFieldMapInt64Enum72( long key) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Enum72() { bitField2_ |= 0x00000080; return internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putFieldMapInt64Enum72( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .put(key, fieldMapInt64Enum72ValueConverter.doBackward(value)); bitField2_ |= 0x00000080; return this; } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putAllFieldMapInt64Enum72( java.util.Map values) { internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()) .putAll(values); bitField2_ |= 0x00000080; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Enum72Value() { bitField2_ |= 0x00000080; return internalGetMutableFieldMapInt64Enum72().getMutableMap(); } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putFieldMapInt64Enum72Value( long key, int value) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .put(key, value); bitField2_ |= 0x00000080; return this; } /** * map<int64, .protobuf.experimental.Proto3Message.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putAllFieldMapInt64Enum72Value( java.util.Map values) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .putAll(values); bitField2_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { fieldMapInt64Fixed3273_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed3273_.isMutable()) { fieldMapInt64Fixed3273_ = fieldMapInt64Fixed3273_.copy(); } bitField2_ |= 0x00000100; onChanged(); return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed3273() { bitField2_ = (bitField2_ & ~0x00000100); internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .clear(); return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder removeFieldMapInt64Fixed3273( long key) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed3273() { bitField2_ |= 0x00000100; return internalGetMutableFieldMapInt64Fixed3273().getMutableMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putFieldMapInt64Fixed3273( long key, int value) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .put(key, value); bitField2_ |= 0x00000100; return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putAllFieldMapInt64Fixed3273( java.util.Map values) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .putAll(values); bitField2_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { fieldMapInt64Fixed6474_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed6474_.isMutable()) { fieldMapInt64Fixed6474_ = fieldMapInt64Fixed6474_.copy(); } bitField2_ |= 0x00000200; onChanged(); return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed6474() { bitField2_ = (bitField2_ & ~0x00000200); internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .clear(); return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder removeFieldMapInt64Fixed6474( long key) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed6474() { bitField2_ |= 0x00000200; return internalGetMutableFieldMapInt64Fixed6474().getMutableMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putFieldMapInt64Fixed6474( long key, long value) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .put(key, value); bitField2_ |= 0x00000200; return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putAllFieldMapInt64Fixed6474( java.util.Map values) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .putAll(values); bitField2_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { fieldMapInt64Float75_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Float75_.isMutable()) { fieldMapInt64Float75_ = fieldMapInt64Float75_.copy(); } bitField2_ |= 0x00000400; onChanged(); return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Float75() { bitField2_ = (bitField2_ & ~0x00000400); internalGetMutableFieldMapInt64Float75().getMutableMap() .clear(); return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder removeFieldMapInt64Float75( long key) { internalGetMutableFieldMapInt64Float75().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Float75() { bitField2_ |= 0x00000400; return internalGetMutableFieldMapInt64Float75().getMutableMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putFieldMapInt64Float75( long key, float value) { internalGetMutableFieldMapInt64Float75().getMutableMap() .put(key, value); bitField2_ |= 0x00000400; return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putAllFieldMapInt64Float75( java.util.Map values) { internalGetMutableFieldMapInt64Float75().getMutableMap() .putAll(values); bitField2_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { fieldMapInt64Int3276_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int3276_.isMutable()) { fieldMapInt64Int3276_ = fieldMapInt64Int3276_.copy(); } bitField2_ |= 0x00000800; onChanged(); return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int3276() { bitField2_ = (bitField2_ & ~0x00000800); internalGetMutableFieldMapInt64Int3276().getMutableMap() .clear(); return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder removeFieldMapInt64Int3276( long key) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int3276() { bitField2_ |= 0x00000800; return internalGetMutableFieldMapInt64Int3276().getMutableMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putFieldMapInt64Int3276( long key, int value) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .put(key, value); bitField2_ |= 0x00000800; return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putAllFieldMapInt64Int3276( java.util.Map values) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .putAll(values); bitField2_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { fieldMapInt64Int6477_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int6477_.isMutable()) { fieldMapInt64Int6477_ = fieldMapInt64Int6477_.copy(); } bitField2_ |= 0x00001000; onChanged(); return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int6477() { bitField2_ = (bitField2_ & ~0x00001000); internalGetMutableFieldMapInt64Int6477().getMutableMap() .clear(); return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder removeFieldMapInt64Int6477( long key) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int6477() { bitField2_ |= 0x00001000; return internalGetMutableFieldMapInt64Int6477().getMutableMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putFieldMapInt64Int6477( long key, long value) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .put(key, value); bitField2_ |= 0x00001000; return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putAllFieldMapInt64Int6477( java.util.Map values) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .putAll(values); bitField2_ |= 0x00001000; return this; } private static final class FieldMapInt64Message78Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt64Message78DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt64Message78Converter fieldMapInt64Message78Converter = new FieldMapInt64Message78Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapInt64Message78_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } return fieldMapInt64Message78_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { fieldMapInt64Message78_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } bitField2_ |= 0x00002000; onChanged(); return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().ensureBuilderMap().size(); } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getImmutableMap(); } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt64Message78Converter.build(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Message78Converter.build(map.get(key)); } public Builder clearFieldMapInt64Message78() { bitField2_ = (bitField2_ & ~0x00002000); internalGetMutableFieldMapInt64Message78().clear(); return this; } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ public Builder removeFieldMapInt64Message78( long key) { internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Message78() { bitField2_ |= 0x00002000; return internalGetMutableFieldMapInt64Message78().ensureMessageMap(); } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ public Builder putFieldMapInt64Message78( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .put(key, value); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ public Builder putAllFieldMapInt64Message78( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .putAll(values); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.Proto3Message> field_map_int64_message_78 = 78; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapInt64Message78BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { fieldMapInt64Sfixed3279_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed3279_.isMutable()) { fieldMapInt64Sfixed3279_ = fieldMapInt64Sfixed3279_.copy(); } bitField2_ |= 0x00004000; onChanged(); return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed3279() { bitField2_ = (bitField2_ & ~0x00004000); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .clear(); return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder removeFieldMapInt64Sfixed3279( long key) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed3279() { bitField2_ |= 0x00004000; return internalGetMutableFieldMapInt64Sfixed3279().getMutableMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putFieldMapInt64Sfixed3279( long key, int value) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .put(key, value); bitField2_ |= 0x00004000; return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putAllFieldMapInt64Sfixed3279( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .putAll(values); bitField2_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { fieldMapInt64Sfixed6480_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed6480_.isMutable()) { fieldMapInt64Sfixed6480_ = fieldMapInt64Sfixed6480_.copy(); } bitField2_ |= 0x00008000; onChanged(); return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed6480() { bitField2_ = (bitField2_ & ~0x00008000); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .clear(); return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder removeFieldMapInt64Sfixed6480( long key) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed6480() { bitField2_ |= 0x00008000; return internalGetMutableFieldMapInt64Sfixed6480().getMutableMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putFieldMapInt64Sfixed6480( long key, long value) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .put(key, value); bitField2_ |= 0x00008000; return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putAllFieldMapInt64Sfixed6480( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .putAll(values); bitField2_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { fieldMapInt64Sint3281_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint3281_.isMutable()) { fieldMapInt64Sint3281_ = fieldMapInt64Sint3281_.copy(); } bitField2_ |= 0x00010000; onChanged(); return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint3281() { bitField2_ = (bitField2_ & ~0x00010000); internalGetMutableFieldMapInt64Sint3281().getMutableMap() .clear(); return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder removeFieldMapInt64Sint3281( long key) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint3281() { bitField2_ |= 0x00010000; return internalGetMutableFieldMapInt64Sint3281().getMutableMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putFieldMapInt64Sint3281( long key, int value) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .put(key, value); bitField2_ |= 0x00010000; return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putAllFieldMapInt64Sint3281( java.util.Map values) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .putAll(values); bitField2_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { fieldMapInt64Sint6482_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint6482_.isMutable()) { fieldMapInt64Sint6482_ = fieldMapInt64Sint6482_.copy(); } bitField2_ |= 0x00020000; onChanged(); return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint6482() { bitField2_ = (bitField2_ & ~0x00020000); internalGetMutableFieldMapInt64Sint6482().getMutableMap() .clear(); return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder removeFieldMapInt64Sint6482( long key) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint6482() { bitField2_ |= 0x00020000; return internalGetMutableFieldMapInt64Sint6482().getMutableMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putFieldMapInt64Sint6482( long key, long value) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .put(key, value); bitField2_ |= 0x00020000; return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putAllFieldMapInt64Sint6482( java.util.Map values) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .putAll(values); bitField2_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { fieldMapInt64String83_ = com.google.protobuf.MapField.newMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64String83_.isMutable()) { fieldMapInt64String83_ = fieldMapInt64String83_.copy(); } bitField2_ |= 0x00040000; onChanged(); return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64String83() { bitField2_ = (bitField2_ & ~0x00040000); internalGetMutableFieldMapInt64String83().getMutableMap() .clear(); return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder removeFieldMapInt64String83( long key) { internalGetMutableFieldMapInt64String83().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64String83() { bitField2_ |= 0x00040000; return internalGetMutableFieldMapInt64String83().getMutableMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putFieldMapInt64String83( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64String83().getMutableMap() .put(key, value); bitField2_ |= 0x00040000; return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putAllFieldMapInt64String83( java.util.Map values) { internalGetMutableFieldMapInt64String83().getMutableMap() .putAll(values); bitField2_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { fieldMapInt64Uint3284_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint3284_.isMutable()) { fieldMapInt64Uint3284_ = fieldMapInt64Uint3284_.copy(); } bitField2_ |= 0x00080000; onChanged(); return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint3284() { bitField2_ = (bitField2_ & ~0x00080000); internalGetMutableFieldMapInt64Uint3284().getMutableMap() .clear(); return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder removeFieldMapInt64Uint3284( long key) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint3284() { bitField2_ |= 0x00080000; return internalGetMutableFieldMapInt64Uint3284().getMutableMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putFieldMapInt64Uint3284( long key, int value) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .put(key, value); bitField2_ |= 0x00080000; return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putAllFieldMapInt64Uint3284( java.util.Map values) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .putAll(values); bitField2_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { fieldMapInt64Uint6485_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint6485_.isMutable()) { fieldMapInt64Uint6485_ = fieldMapInt64Uint6485_.copy(); } bitField2_ |= 0x00100000; onChanged(); return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint6485() { bitField2_ = (bitField2_ & ~0x00100000); internalGetMutableFieldMapInt64Uint6485().getMutableMap() .clear(); return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder removeFieldMapInt64Uint6485( long key) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint6485() { bitField2_ |= 0x00100000; return internalGetMutableFieldMapInt64Uint6485().getMutableMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putFieldMapInt64Uint6485( long key, long value) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .put(key, value); bitField2_ |= 0x00100000; return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putAllFieldMapInt64Uint6485( java.util.Map values) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .putAll(values); bitField2_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { fieldMapSfixed32Bool86_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bool86_.isMutable()) { fieldMapSfixed32Bool86_ = fieldMapSfixed32Bool86_.copy(); } bitField2_ |= 0x00200000; onChanged(); return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bool86() { bitField2_ = (bitField2_ & ~0x00200000); internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .clear(); return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder removeFieldMapSfixed32Bool86( int key) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bool86() { bitField2_ |= 0x00200000; return internalGetMutableFieldMapSfixed32Bool86().getMutableMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putFieldMapSfixed32Bool86( int key, boolean value) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .put(key, value); bitField2_ |= 0x00200000; return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putAllFieldMapSfixed32Bool86( java.util.Map values) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .putAll(values); bitField2_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { fieldMapSfixed32Bytes87_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bytes87_.isMutable()) { fieldMapSfixed32Bytes87_ = fieldMapSfixed32Bytes87_.copy(); } bitField2_ |= 0x00400000; onChanged(); return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bytes87() { bitField2_ = (bitField2_ & ~0x00400000); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .clear(); return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder removeFieldMapSfixed32Bytes87( int key) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bytes87() { bitField2_ |= 0x00400000; return internalGetMutableFieldMapSfixed32Bytes87().getMutableMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putFieldMapSfixed32Bytes87( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .put(key, value); bitField2_ |= 0x00400000; return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putAllFieldMapSfixed32Bytes87( java.util.Map values) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .putAll(values); bitField2_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { fieldMapSfixed32Double88_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Double88_.isMutable()) { fieldMapSfixed32Double88_ = fieldMapSfixed32Double88_.copy(); } bitField2_ |= 0x00800000; onChanged(); return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Double88() { bitField2_ = (bitField2_ & ~0x00800000); internalGetMutableFieldMapSfixed32Double88().getMutableMap() .clear(); return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder removeFieldMapSfixed32Double88( int key) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Double88() { bitField2_ |= 0x00800000; return internalGetMutableFieldMapSfixed32Double88().getMutableMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putFieldMapSfixed32Double88( int key, double value) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .put(key, value); bitField2_ |= 0x00800000; return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putAllFieldMapSfixed32Double88( java.util.Map values) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .putAll(values); bitField2_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { fieldMapSfixed32Enum89_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Enum89_.isMutable()) { fieldMapSfixed32Enum89_ = fieldMapSfixed32Enum89_.copy(); } bitField2_ |= 0x01000000; onChanged(); return fieldMapSfixed32Enum89_; } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed32Enum89ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89Value() { return getFieldMapSfixed32Enum89ValueMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89ValueMap() { return internalGetFieldMapSfixed32Enum89().getMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Enum89() { bitField2_ = (bitField2_ & ~0x01000000); internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .clear(); return this; } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder removeFieldMapSfixed32Enum89( int key) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Enum89() { bitField2_ |= 0x01000000; return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putFieldMapSfixed32Enum89( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .put(key, fieldMapSfixed32Enum89ValueConverter.doBackward(value)); bitField2_ |= 0x01000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putAllFieldMapSfixed32Enum89( java.util.Map values) { internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()) .putAll(values); bitField2_ |= 0x01000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Enum89Value() { bitField2_ |= 0x01000000; return internalGetMutableFieldMapSfixed32Enum89().getMutableMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putFieldMapSfixed32Enum89Value( int key, int value) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .put(key, value); bitField2_ |= 0x01000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putAllFieldMapSfixed32Enum89Value( java.util.Map values) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .putAll(values); bitField2_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { fieldMapSfixed32Fixed3290_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed3290_.isMutable()) { fieldMapSfixed32Fixed3290_ = fieldMapSfixed32Fixed3290_.copy(); } bitField2_ |= 0x02000000; onChanged(); return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed3290() { bitField2_ = (bitField2_ & ~0x02000000); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder removeFieldMapSfixed32Fixed3290( int key) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed3290() { bitField2_ |= 0x02000000; return internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putFieldMapSfixed32Fixed3290( int key, int value) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .put(key, value); bitField2_ |= 0x02000000; return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putAllFieldMapSfixed32Fixed3290( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .putAll(values); bitField2_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { fieldMapSfixed32Fixed6491_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed6491_.isMutable()) { fieldMapSfixed32Fixed6491_ = fieldMapSfixed32Fixed6491_.copy(); } bitField2_ |= 0x04000000; onChanged(); return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed6491() { bitField2_ = (bitField2_ & ~0x04000000); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder removeFieldMapSfixed32Fixed6491( int key) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed6491() { bitField2_ |= 0x04000000; return internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putFieldMapSfixed32Fixed6491( int key, long value) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .put(key, value); bitField2_ |= 0x04000000; return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putAllFieldMapSfixed32Fixed6491( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .putAll(values); bitField2_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { fieldMapSfixed32Float92_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Float92_.isMutable()) { fieldMapSfixed32Float92_ = fieldMapSfixed32Float92_.copy(); } bitField2_ |= 0x08000000; onChanged(); return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Float92() { bitField2_ = (bitField2_ & ~0x08000000); internalGetMutableFieldMapSfixed32Float92().getMutableMap() .clear(); return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder removeFieldMapSfixed32Float92( int key) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Float92() { bitField2_ |= 0x08000000; return internalGetMutableFieldMapSfixed32Float92().getMutableMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putFieldMapSfixed32Float92( int key, float value) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .put(key, value); bitField2_ |= 0x08000000; return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putAllFieldMapSfixed32Float92( java.util.Map values) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .putAll(values); bitField2_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { fieldMapSfixed32Int3293_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int3293_.isMutable()) { fieldMapSfixed32Int3293_ = fieldMapSfixed32Int3293_.copy(); } bitField2_ |= 0x10000000; onChanged(); return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int3293() { bitField2_ = (bitField2_ & ~0x10000000); internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .clear(); return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder removeFieldMapSfixed32Int3293( int key) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int3293() { bitField2_ |= 0x10000000; return internalGetMutableFieldMapSfixed32Int3293().getMutableMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putFieldMapSfixed32Int3293( int key, int value) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .put(key, value); bitField2_ |= 0x10000000; return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putAllFieldMapSfixed32Int3293( java.util.Map values) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .putAll(values); bitField2_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { fieldMapSfixed32Int6494_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int6494_.isMutable()) { fieldMapSfixed32Int6494_ = fieldMapSfixed32Int6494_.copy(); } bitField2_ |= 0x20000000; onChanged(); return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int6494() { bitField2_ = (bitField2_ & ~0x20000000); internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .clear(); return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder removeFieldMapSfixed32Int6494( int key) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int6494() { bitField2_ |= 0x20000000; return internalGetMutableFieldMapSfixed32Int6494().getMutableMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putFieldMapSfixed32Int6494( int key, long value) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .put(key, value); bitField2_ |= 0x20000000; return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putAllFieldMapSfixed32Int6494( java.util.Map values) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .putAll(values); bitField2_ |= 0x20000000; return this; } private static final class FieldMapSfixed32Message95Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed32Message95Converter fieldMapSfixed32Message95Converter = new FieldMapSfixed32Message95Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapSfixed32Message95_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } return fieldMapSfixed32Message95_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { fieldMapSfixed32Message95_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } bitField2_ |= 0x40000000; onChanged(); return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getImmutableMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed32Message95Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Message95Converter.build(map.get(key)); } public Builder clearFieldMapSfixed32Message95() { bitField2_ = (bitField2_ & ~0x40000000); internalGetMutableFieldMapSfixed32Message95().clear(); return this; } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ public Builder removeFieldMapSfixed32Message95( int key) { internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Message95() { bitField2_ |= 0x40000000; return internalGetMutableFieldMapSfixed32Message95().ensureMessageMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ public Builder putFieldMapSfixed32Message95( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .put(key, value); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ public Builder putAllFieldMapSfixed32Message95( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .putAll(values); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3Message> field_map_sfixed32_message_95 = 95; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapSfixed32Message95BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { fieldMapSfixed32Sfixed3296_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed3296_.isMutable()) { fieldMapSfixed32Sfixed3296_ = fieldMapSfixed32Sfixed3296_.copy(); } bitField2_ |= 0x80000000; onChanged(); return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed3296() { bitField2_ = (bitField2_ & ~0x80000000); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder removeFieldMapSfixed32Sfixed3296( int key) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed3296() { bitField2_ |= 0x80000000; return internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putFieldMapSfixed32Sfixed3296( int key, int value) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .put(key, value); bitField2_ |= 0x80000000; return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putAllFieldMapSfixed32Sfixed3296( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .putAll(values); bitField2_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { fieldMapSfixed32Sfixed6497_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed6497_.isMutable()) { fieldMapSfixed32Sfixed6497_ = fieldMapSfixed32Sfixed6497_.copy(); } bitField3_ |= 0x00000001; onChanged(); return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed6497() { bitField3_ = (bitField3_ & ~0x00000001); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder removeFieldMapSfixed32Sfixed6497( int key) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed6497() { bitField3_ |= 0x00000001; return internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putFieldMapSfixed32Sfixed6497( int key, long value) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .put(key, value); bitField3_ |= 0x00000001; return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putAllFieldMapSfixed32Sfixed6497( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .putAll(values); bitField3_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { fieldMapSfixed32Sint3298_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint3298_.isMutable()) { fieldMapSfixed32Sint3298_ = fieldMapSfixed32Sint3298_.copy(); } bitField3_ |= 0x00000002; onChanged(); return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint3298() { bitField3_ = (bitField3_ & ~0x00000002); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder removeFieldMapSfixed32Sint3298( int key) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint3298() { bitField3_ |= 0x00000002; return internalGetMutableFieldMapSfixed32Sint3298().getMutableMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putFieldMapSfixed32Sint3298( int key, int value) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .put(key, value); bitField3_ |= 0x00000002; return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putAllFieldMapSfixed32Sint3298( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .putAll(values); bitField3_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { fieldMapSfixed32Sint6499_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint6499_.isMutable()) { fieldMapSfixed32Sint6499_ = fieldMapSfixed32Sint6499_.copy(); } bitField3_ |= 0x00000004; onChanged(); return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint6499() { bitField3_ = (bitField3_ & ~0x00000004); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder removeFieldMapSfixed32Sint6499( int key) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint6499() { bitField3_ |= 0x00000004; return internalGetMutableFieldMapSfixed32Sint6499().getMutableMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putFieldMapSfixed32Sint6499( int key, long value) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .put(key, value); bitField3_ |= 0x00000004; return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putAllFieldMapSfixed32Sint6499( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .putAll(values); bitField3_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { fieldMapSfixed32String100_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32String100_.isMutable()) { fieldMapSfixed32String100_ = fieldMapSfixed32String100_.copy(); } bitField3_ |= 0x00000008; onChanged(); return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32String100() { bitField3_ = (bitField3_ & ~0x00000008); internalGetMutableFieldMapSfixed32String100().getMutableMap() .clear(); return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder removeFieldMapSfixed32String100( int key) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32String100() { bitField3_ |= 0x00000008; return internalGetMutableFieldMapSfixed32String100().getMutableMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putFieldMapSfixed32String100( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32String100().getMutableMap() .put(key, value); bitField3_ |= 0x00000008; return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putAllFieldMapSfixed32String100( java.util.Map values) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .putAll(values); bitField3_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { fieldMapSfixed32Uint32101_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint32101_.isMutable()) { fieldMapSfixed32Uint32101_ = fieldMapSfixed32Uint32101_.copy(); } bitField3_ |= 0x00000010; onChanged(); return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint32101() { bitField3_ = (bitField3_ & ~0x00000010); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder removeFieldMapSfixed32Uint32101( int key) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint32101() { bitField3_ |= 0x00000010; return internalGetMutableFieldMapSfixed32Uint32101().getMutableMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putFieldMapSfixed32Uint32101( int key, int value) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .put(key, value); bitField3_ |= 0x00000010; return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putAllFieldMapSfixed32Uint32101( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .putAll(values); bitField3_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { fieldMapSfixed32Uint64102_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint64102_.isMutable()) { fieldMapSfixed32Uint64102_ = fieldMapSfixed32Uint64102_.copy(); } bitField3_ |= 0x00000020; onChanged(); return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint64102() { bitField3_ = (bitField3_ & ~0x00000020); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder removeFieldMapSfixed32Uint64102( int key) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint64102() { bitField3_ |= 0x00000020; return internalGetMutableFieldMapSfixed32Uint64102().getMutableMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putFieldMapSfixed32Uint64102( int key, long value) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .put(key, value); bitField3_ |= 0x00000020; return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putAllFieldMapSfixed32Uint64102( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .putAll(values); bitField3_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { fieldMapSfixed64Bool103_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bool103_.isMutable()) { fieldMapSfixed64Bool103_ = fieldMapSfixed64Bool103_.copy(); } bitField3_ |= 0x00000040; onChanged(); return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bool103() { bitField3_ = (bitField3_ & ~0x00000040); internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .clear(); return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder removeFieldMapSfixed64Bool103( long key) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bool103() { bitField3_ |= 0x00000040; return internalGetMutableFieldMapSfixed64Bool103().getMutableMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putFieldMapSfixed64Bool103( long key, boolean value) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .put(key, value); bitField3_ |= 0x00000040; return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putAllFieldMapSfixed64Bool103( java.util.Map values) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .putAll(values); bitField3_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { fieldMapSfixed64Bytes104_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bytes104_.isMutable()) { fieldMapSfixed64Bytes104_ = fieldMapSfixed64Bytes104_.copy(); } bitField3_ |= 0x00000080; onChanged(); return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bytes104() { bitField3_ = (bitField3_ & ~0x00000080); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .clear(); return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder removeFieldMapSfixed64Bytes104( long key) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bytes104() { bitField3_ |= 0x00000080; return internalGetMutableFieldMapSfixed64Bytes104().getMutableMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putFieldMapSfixed64Bytes104( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .put(key, value); bitField3_ |= 0x00000080; return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putAllFieldMapSfixed64Bytes104( java.util.Map values) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .putAll(values); bitField3_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { fieldMapSfixed64Double105_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Double105_.isMutable()) { fieldMapSfixed64Double105_ = fieldMapSfixed64Double105_.copy(); } bitField3_ |= 0x00000100; onChanged(); return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Double105() { bitField3_ = (bitField3_ & ~0x00000100); internalGetMutableFieldMapSfixed64Double105().getMutableMap() .clear(); return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder removeFieldMapSfixed64Double105( long key) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Double105() { bitField3_ |= 0x00000100; return internalGetMutableFieldMapSfixed64Double105().getMutableMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putFieldMapSfixed64Double105( long key, double value) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .put(key, value); bitField3_ |= 0x00000100; return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putAllFieldMapSfixed64Double105( java.util.Map values) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .putAll(values); bitField3_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { fieldMapSfixed64Enum106_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Enum106_.isMutable()) { fieldMapSfixed64Enum106_ = fieldMapSfixed64Enum106_.copy(); } bitField3_ |= 0x00000200; onChanged(); return fieldMapSfixed64Enum106_; } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed64Enum106ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106Value() { return getFieldMapSfixed64Enum106ValueMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106ValueMap() { return internalGetFieldMapSfixed64Enum106().getMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Enum106() { bitField3_ = (bitField3_ & ~0x00000200); internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .clear(); return this; } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder removeFieldMapSfixed64Enum106( long key) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Enum106() { bitField3_ |= 0x00000200; return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putFieldMapSfixed64Enum106( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .put(key, fieldMapSfixed64Enum106ValueConverter.doBackward(value)); bitField3_ |= 0x00000200; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putAllFieldMapSfixed64Enum106( java.util.Map values) { internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()) .putAll(values); bitField3_ |= 0x00000200; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Enum106Value() { bitField3_ |= 0x00000200; return internalGetMutableFieldMapSfixed64Enum106().getMutableMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putFieldMapSfixed64Enum106Value( long key, int value) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .put(key, value); bitField3_ |= 0x00000200; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putAllFieldMapSfixed64Enum106Value( java.util.Map values) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .putAll(values); bitField3_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { fieldMapSfixed64Fixed32107_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed32107_.isMutable()) { fieldMapSfixed64Fixed32107_ = fieldMapSfixed64Fixed32107_.copy(); } bitField3_ |= 0x00000400; onChanged(); return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed32107() { bitField3_ = (bitField3_ & ~0x00000400); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder removeFieldMapSfixed64Fixed32107( long key) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed32107() { bitField3_ |= 0x00000400; return internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putFieldMapSfixed64Fixed32107( long key, int value) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .put(key, value); bitField3_ |= 0x00000400; return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putAllFieldMapSfixed64Fixed32107( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .putAll(values); bitField3_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { fieldMapSfixed64Fixed64108_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed64108_.isMutable()) { fieldMapSfixed64Fixed64108_ = fieldMapSfixed64Fixed64108_.copy(); } bitField3_ |= 0x00000800; onChanged(); return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed64108() { bitField3_ = (bitField3_ & ~0x00000800); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder removeFieldMapSfixed64Fixed64108( long key) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed64108() { bitField3_ |= 0x00000800; return internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putFieldMapSfixed64Fixed64108( long key, long value) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .put(key, value); bitField3_ |= 0x00000800; return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putAllFieldMapSfixed64Fixed64108( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .putAll(values); bitField3_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { fieldMapSfixed64Float109_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Float109_.isMutable()) { fieldMapSfixed64Float109_ = fieldMapSfixed64Float109_.copy(); } bitField3_ |= 0x00001000; onChanged(); return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Float109() { bitField3_ = (bitField3_ & ~0x00001000); internalGetMutableFieldMapSfixed64Float109().getMutableMap() .clear(); return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder removeFieldMapSfixed64Float109( long key) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Float109() { bitField3_ |= 0x00001000; return internalGetMutableFieldMapSfixed64Float109().getMutableMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putFieldMapSfixed64Float109( long key, float value) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .put(key, value); bitField3_ |= 0x00001000; return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putAllFieldMapSfixed64Float109( java.util.Map values) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .putAll(values); bitField3_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { fieldMapSfixed64Int32110_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int32110_.isMutable()) { fieldMapSfixed64Int32110_ = fieldMapSfixed64Int32110_.copy(); } bitField3_ |= 0x00002000; onChanged(); return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int32110() { bitField3_ = (bitField3_ & ~0x00002000); internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .clear(); return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder removeFieldMapSfixed64Int32110( long key) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int32110() { bitField3_ |= 0x00002000; return internalGetMutableFieldMapSfixed64Int32110().getMutableMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putFieldMapSfixed64Int32110( long key, int value) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .put(key, value); bitField3_ |= 0x00002000; return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putAllFieldMapSfixed64Int32110( java.util.Map values) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .putAll(values); bitField3_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { fieldMapSfixed64Int64111_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int64111_.isMutable()) { fieldMapSfixed64Int64111_ = fieldMapSfixed64Int64111_.copy(); } bitField3_ |= 0x00004000; onChanged(); return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int64111() { bitField3_ = (bitField3_ & ~0x00004000); internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .clear(); return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder removeFieldMapSfixed64Int64111( long key) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int64111() { bitField3_ |= 0x00004000; return internalGetMutableFieldMapSfixed64Int64111().getMutableMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putFieldMapSfixed64Int64111( long key, long value) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .put(key, value); bitField3_ |= 0x00004000; return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putAllFieldMapSfixed64Int64111( java.util.Map values) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .putAll(values); bitField3_ |= 0x00004000; return this; } private static final class FieldMapSfixed64Message112Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed64Message112Converter fieldMapSfixed64Message112Converter = new FieldMapSfixed64Message112Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapSfixed64Message112_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } return fieldMapSfixed64Message112_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { fieldMapSfixed64Message112_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } bitField3_ |= 0x00008000; onChanged(); return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getImmutableMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed64Message112Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Message112Converter.build(map.get(key)); } public Builder clearFieldMapSfixed64Message112() { bitField3_ = (bitField3_ & ~0x00008000); internalGetMutableFieldMapSfixed64Message112().clear(); return this; } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ public Builder removeFieldMapSfixed64Message112( long key) { internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Message112() { bitField3_ |= 0x00008000; return internalGetMutableFieldMapSfixed64Message112().ensureMessageMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ public Builder putFieldMapSfixed64Message112( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .put(key, value); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ public Builder putAllFieldMapSfixed64Message112( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .putAll(values); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3Message> field_map_sfixed64_message_112 = 112; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapSfixed64Message112BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { fieldMapSfixed64Sfixed32113_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed32113_.isMutable()) { fieldMapSfixed64Sfixed32113_ = fieldMapSfixed64Sfixed32113_.copy(); } bitField3_ |= 0x00010000; onChanged(); return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed32113() { bitField3_ = (bitField3_ & ~0x00010000); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder removeFieldMapSfixed64Sfixed32113( long key) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed32113() { bitField3_ |= 0x00010000; return internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putFieldMapSfixed64Sfixed32113( long key, int value) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .put(key, value); bitField3_ |= 0x00010000; return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putAllFieldMapSfixed64Sfixed32113( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .putAll(values); bitField3_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { fieldMapSfixed64Sfixed64114_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed64114_.isMutable()) { fieldMapSfixed64Sfixed64114_ = fieldMapSfixed64Sfixed64114_.copy(); } bitField3_ |= 0x00020000; onChanged(); return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed64114() { bitField3_ = (bitField3_ & ~0x00020000); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder removeFieldMapSfixed64Sfixed64114( long key) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed64114() { bitField3_ |= 0x00020000; return internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putFieldMapSfixed64Sfixed64114( long key, long value) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .put(key, value); bitField3_ |= 0x00020000; return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putAllFieldMapSfixed64Sfixed64114( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .putAll(values); bitField3_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { fieldMapSfixed64Sint32115_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint32115_.isMutable()) { fieldMapSfixed64Sint32115_ = fieldMapSfixed64Sint32115_.copy(); } bitField3_ |= 0x00040000; onChanged(); return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint32115() { bitField3_ = (bitField3_ & ~0x00040000); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder removeFieldMapSfixed64Sint32115( long key) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint32115() { bitField3_ |= 0x00040000; return internalGetMutableFieldMapSfixed64Sint32115().getMutableMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putFieldMapSfixed64Sint32115( long key, int value) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .put(key, value); bitField3_ |= 0x00040000; return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putAllFieldMapSfixed64Sint32115( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .putAll(values); bitField3_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { fieldMapSfixed64Sint64116_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint64116_.isMutable()) { fieldMapSfixed64Sint64116_ = fieldMapSfixed64Sint64116_.copy(); } bitField3_ |= 0x00080000; onChanged(); return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint64116() { bitField3_ = (bitField3_ & ~0x00080000); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder removeFieldMapSfixed64Sint64116( long key) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint64116() { bitField3_ |= 0x00080000; return internalGetMutableFieldMapSfixed64Sint64116().getMutableMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putFieldMapSfixed64Sint64116( long key, long value) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .put(key, value); bitField3_ |= 0x00080000; return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putAllFieldMapSfixed64Sint64116( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .putAll(values); bitField3_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { fieldMapSfixed64String117_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64String117_.isMutable()) { fieldMapSfixed64String117_ = fieldMapSfixed64String117_.copy(); } bitField3_ |= 0x00100000; onChanged(); return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64String117() { bitField3_ = (bitField3_ & ~0x00100000); internalGetMutableFieldMapSfixed64String117().getMutableMap() .clear(); return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder removeFieldMapSfixed64String117( long key) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64String117() { bitField3_ |= 0x00100000; return internalGetMutableFieldMapSfixed64String117().getMutableMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putFieldMapSfixed64String117( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64String117().getMutableMap() .put(key, value); bitField3_ |= 0x00100000; return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putAllFieldMapSfixed64String117( java.util.Map values) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .putAll(values); bitField3_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { fieldMapSfixed64Uint32118_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint32118_.isMutable()) { fieldMapSfixed64Uint32118_ = fieldMapSfixed64Uint32118_.copy(); } bitField3_ |= 0x00200000; onChanged(); return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint32118() { bitField3_ = (bitField3_ & ~0x00200000); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder removeFieldMapSfixed64Uint32118( long key) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint32118() { bitField3_ |= 0x00200000; return internalGetMutableFieldMapSfixed64Uint32118().getMutableMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putFieldMapSfixed64Uint32118( long key, int value) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .put(key, value); bitField3_ |= 0x00200000; return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putAllFieldMapSfixed64Uint32118( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .putAll(values); bitField3_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { fieldMapSfixed64Uint64119_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint64119_.isMutable()) { fieldMapSfixed64Uint64119_ = fieldMapSfixed64Uint64119_.copy(); } bitField3_ |= 0x00400000; onChanged(); return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint64119() { bitField3_ = (bitField3_ & ~0x00400000); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder removeFieldMapSfixed64Uint64119( long key) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint64119() { bitField3_ |= 0x00400000; return internalGetMutableFieldMapSfixed64Uint64119().getMutableMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putFieldMapSfixed64Uint64119( long key, long value) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .put(key, value); bitField3_ |= 0x00400000; return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putAllFieldMapSfixed64Uint64119( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .putAll(values); bitField3_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { fieldMapSint32Bool120_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bool120_.isMutable()) { fieldMapSint32Bool120_ = fieldMapSint32Bool120_.copy(); } bitField3_ |= 0x00800000; onChanged(); return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bool120() { bitField3_ = (bitField3_ & ~0x00800000); internalGetMutableFieldMapSint32Bool120().getMutableMap() .clear(); return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder removeFieldMapSint32Bool120( int key) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bool120() { bitField3_ |= 0x00800000; return internalGetMutableFieldMapSint32Bool120().getMutableMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putFieldMapSint32Bool120( int key, boolean value) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .put(key, value); bitField3_ |= 0x00800000; return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putAllFieldMapSint32Bool120( java.util.Map values) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .putAll(values); bitField3_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { fieldMapSint32Bytes121_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bytes121_.isMutable()) { fieldMapSint32Bytes121_ = fieldMapSint32Bytes121_.copy(); } bitField3_ |= 0x01000000; onChanged(); return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bytes121() { bitField3_ = (bitField3_ & ~0x01000000); internalGetMutableFieldMapSint32Bytes121().getMutableMap() .clear(); return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder removeFieldMapSint32Bytes121( int key) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bytes121() { bitField3_ |= 0x01000000; return internalGetMutableFieldMapSint32Bytes121().getMutableMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putFieldMapSint32Bytes121( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Bytes121().getMutableMap() .put(key, value); bitField3_ |= 0x01000000; return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putAllFieldMapSint32Bytes121( java.util.Map values) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .putAll(values); bitField3_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { fieldMapSint32Double122_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Double122_.isMutable()) { fieldMapSint32Double122_ = fieldMapSint32Double122_.copy(); } bitField3_ |= 0x02000000; onChanged(); return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Double122() { bitField3_ = (bitField3_ & ~0x02000000); internalGetMutableFieldMapSint32Double122().getMutableMap() .clear(); return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder removeFieldMapSint32Double122( int key) { internalGetMutableFieldMapSint32Double122().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Double122() { bitField3_ |= 0x02000000; return internalGetMutableFieldMapSint32Double122().getMutableMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putFieldMapSint32Double122( int key, double value) { internalGetMutableFieldMapSint32Double122().getMutableMap() .put(key, value); bitField3_ |= 0x02000000; return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putAllFieldMapSint32Double122( java.util.Map values) { internalGetMutableFieldMapSint32Double122().getMutableMap() .putAll(values); bitField3_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { fieldMapSint32Enum123_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Enum123_.isMutable()) { fieldMapSint32Enum123_ = fieldMapSint32Enum123_.copy(); } bitField3_ |= 0x04000000; onChanged(); return fieldMapSint32Enum123_; } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint32Enum123ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123Value() { return getFieldMapSint32Enum123ValueMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123ValueMap() { return internalGetFieldMapSint32Enum123().getMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Enum123() { bitField3_ = (bitField3_ & ~0x04000000); internalGetMutableFieldMapSint32Enum123().getMutableMap() .clear(); return this; } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder removeFieldMapSint32Enum123( int key) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Enum123() { bitField3_ |= 0x04000000; return internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putFieldMapSint32Enum123( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .put(key, fieldMapSint32Enum123ValueConverter.doBackward(value)); bitField3_ |= 0x04000000; return this; } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putAllFieldMapSint32Enum123( java.util.Map values) { internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()) .putAll(values); bitField3_ |= 0x04000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Enum123Value() { bitField3_ |= 0x04000000; return internalGetMutableFieldMapSint32Enum123().getMutableMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putFieldMapSint32Enum123Value( int key, int value) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .put(key, value); bitField3_ |= 0x04000000; return this; } /** * map<sint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putAllFieldMapSint32Enum123Value( java.util.Map values) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .putAll(values); bitField3_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { fieldMapSint32Fixed32124_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed32124_.isMutable()) { fieldMapSint32Fixed32124_ = fieldMapSint32Fixed32124_.copy(); } bitField3_ |= 0x08000000; onChanged(); return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed32124() { bitField3_ = (bitField3_ & ~0x08000000); internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .clear(); return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder removeFieldMapSint32Fixed32124( int key) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed32124() { bitField3_ |= 0x08000000; return internalGetMutableFieldMapSint32Fixed32124().getMutableMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putFieldMapSint32Fixed32124( int key, int value) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .put(key, value); bitField3_ |= 0x08000000; return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putAllFieldMapSint32Fixed32124( java.util.Map values) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .putAll(values); bitField3_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { fieldMapSint32Fixed64125_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed64125_.isMutable()) { fieldMapSint32Fixed64125_ = fieldMapSint32Fixed64125_.copy(); } bitField3_ |= 0x10000000; onChanged(); return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed64125() { bitField3_ = (bitField3_ & ~0x10000000); internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .clear(); return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder removeFieldMapSint32Fixed64125( int key) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed64125() { bitField3_ |= 0x10000000; return internalGetMutableFieldMapSint32Fixed64125().getMutableMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putFieldMapSint32Fixed64125( int key, long value) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .put(key, value); bitField3_ |= 0x10000000; return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putAllFieldMapSint32Fixed64125( java.util.Map values) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .putAll(values); bitField3_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { fieldMapSint32Float126_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Float126_.isMutable()) { fieldMapSint32Float126_ = fieldMapSint32Float126_.copy(); } bitField3_ |= 0x20000000; onChanged(); return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Float126() { bitField3_ = (bitField3_ & ~0x20000000); internalGetMutableFieldMapSint32Float126().getMutableMap() .clear(); return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder removeFieldMapSint32Float126( int key) { internalGetMutableFieldMapSint32Float126().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Float126() { bitField3_ |= 0x20000000; return internalGetMutableFieldMapSint32Float126().getMutableMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putFieldMapSint32Float126( int key, float value) { internalGetMutableFieldMapSint32Float126().getMutableMap() .put(key, value); bitField3_ |= 0x20000000; return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putAllFieldMapSint32Float126( java.util.Map values) { internalGetMutableFieldMapSint32Float126().getMutableMap() .putAll(values); bitField3_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { fieldMapSint32Int32127_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int32127_.isMutable()) { fieldMapSint32Int32127_ = fieldMapSint32Int32127_.copy(); } bitField3_ |= 0x40000000; onChanged(); return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int32127() { bitField3_ = (bitField3_ & ~0x40000000); internalGetMutableFieldMapSint32Int32127().getMutableMap() .clear(); return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder removeFieldMapSint32Int32127( int key) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int32127() { bitField3_ |= 0x40000000; return internalGetMutableFieldMapSint32Int32127().getMutableMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putFieldMapSint32Int32127( int key, int value) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .put(key, value); bitField3_ |= 0x40000000; return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putAllFieldMapSint32Int32127( java.util.Map values) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .putAll(values); bitField3_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { fieldMapSint32Int64128_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int64128_.isMutable()) { fieldMapSint32Int64128_ = fieldMapSint32Int64128_.copy(); } bitField3_ |= 0x80000000; onChanged(); return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int64128() { bitField3_ = (bitField3_ & ~0x80000000); internalGetMutableFieldMapSint32Int64128().getMutableMap() .clear(); return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder removeFieldMapSint32Int64128( int key) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int64128() { bitField3_ |= 0x80000000; return internalGetMutableFieldMapSint32Int64128().getMutableMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putFieldMapSint32Int64128( int key, long value) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .put(key, value); bitField3_ |= 0x80000000; return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putAllFieldMapSint32Int64128( java.util.Map values) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .putAll(values); bitField3_ |= 0x80000000; return this; } private static final class FieldMapSint32Message129Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint32Message129DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint32Message129Converter fieldMapSint32Message129Converter = new FieldMapSint32Message129Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapSint32Message129_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } return fieldMapSint32Message129_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { fieldMapSint32Message129_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } bitField4_ |= 0x00000001; onChanged(); return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().ensureBuilderMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getImmutableMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint32Message129Converter.build(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Message129Converter.build(map.get(key)); } public Builder clearFieldMapSint32Message129() { bitField4_ = (bitField4_ & ~0x00000001); internalGetMutableFieldMapSint32Message129().clear(); return this; } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ public Builder removeFieldMapSint32Message129( int key) { internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Message129() { bitField4_ |= 0x00000001; return internalGetMutableFieldMapSint32Message129().ensureMessageMap(); } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ public Builder putFieldMapSint32Message129( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ public Builder putAllFieldMapSint32Message129( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.Proto3Message> field_map_sint32_message_129 = 129; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapSint32Message129BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { fieldMapSint32Sfixed32130_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed32130_.isMutable()) { fieldMapSint32Sfixed32130_ = fieldMapSint32Sfixed32130_.copy(); } bitField4_ |= 0x00000002; onChanged(); return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed32130() { bitField4_ = (bitField4_ & ~0x00000002); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder removeFieldMapSint32Sfixed32130( int key) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed32130() { bitField4_ |= 0x00000002; return internalGetMutableFieldMapSint32Sfixed32130().getMutableMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putFieldMapSint32Sfixed32130( int key, int value) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .put(key, value); bitField4_ |= 0x00000002; return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putAllFieldMapSint32Sfixed32130( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .putAll(values); bitField4_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { fieldMapSint32Sfixed64131_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed64131_.isMutable()) { fieldMapSint32Sfixed64131_ = fieldMapSint32Sfixed64131_.copy(); } bitField4_ |= 0x00000004; onChanged(); return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed64131() { bitField4_ = (bitField4_ & ~0x00000004); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder removeFieldMapSint32Sfixed64131( int key) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed64131() { bitField4_ |= 0x00000004; return internalGetMutableFieldMapSint32Sfixed64131().getMutableMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putFieldMapSint32Sfixed64131( int key, long value) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .put(key, value); bitField4_ |= 0x00000004; return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putAllFieldMapSint32Sfixed64131( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .putAll(values); bitField4_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { fieldMapSint32Sint32132_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint32132_.isMutable()) { fieldMapSint32Sint32132_ = fieldMapSint32Sint32132_.copy(); } bitField4_ |= 0x00000008; onChanged(); return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint32132() { bitField4_ = (bitField4_ & ~0x00000008); internalGetMutableFieldMapSint32Sint32132().getMutableMap() .clear(); return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder removeFieldMapSint32Sint32132( int key) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint32132() { bitField4_ |= 0x00000008; return internalGetMutableFieldMapSint32Sint32132().getMutableMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putFieldMapSint32Sint32132( int key, int value) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .put(key, value); bitField4_ |= 0x00000008; return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putAllFieldMapSint32Sint32132( java.util.Map values) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .putAll(values); bitField4_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { fieldMapSint32Sint64133_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint64133_.isMutable()) { fieldMapSint32Sint64133_ = fieldMapSint32Sint64133_.copy(); } bitField4_ |= 0x00000010; onChanged(); return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint64133() { bitField4_ = (bitField4_ & ~0x00000010); internalGetMutableFieldMapSint32Sint64133().getMutableMap() .clear(); return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder removeFieldMapSint32Sint64133( int key) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint64133() { bitField4_ |= 0x00000010; return internalGetMutableFieldMapSint32Sint64133().getMutableMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putFieldMapSint32Sint64133( int key, long value) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .put(key, value); bitField4_ |= 0x00000010; return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putAllFieldMapSint32Sint64133( java.util.Map values) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .putAll(values); bitField4_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { fieldMapSint32String134_ = com.google.protobuf.MapField.newMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32String134_.isMutable()) { fieldMapSint32String134_ = fieldMapSint32String134_.copy(); } bitField4_ |= 0x00000020; onChanged(); return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32String134() { bitField4_ = (bitField4_ & ~0x00000020); internalGetMutableFieldMapSint32String134().getMutableMap() .clear(); return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder removeFieldMapSint32String134( int key) { internalGetMutableFieldMapSint32String134().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32String134() { bitField4_ |= 0x00000020; return internalGetMutableFieldMapSint32String134().getMutableMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putFieldMapSint32String134( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32String134().getMutableMap() .put(key, value); bitField4_ |= 0x00000020; return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putAllFieldMapSint32String134( java.util.Map values) { internalGetMutableFieldMapSint32String134().getMutableMap() .putAll(values); bitField4_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { fieldMapSint32Uint32135_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint32135_.isMutable()) { fieldMapSint32Uint32135_ = fieldMapSint32Uint32135_.copy(); } bitField4_ |= 0x00000040; onChanged(); return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint32135() { bitField4_ = (bitField4_ & ~0x00000040); internalGetMutableFieldMapSint32Uint32135().getMutableMap() .clear(); return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder removeFieldMapSint32Uint32135( int key) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint32135() { bitField4_ |= 0x00000040; return internalGetMutableFieldMapSint32Uint32135().getMutableMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putFieldMapSint32Uint32135( int key, int value) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .put(key, value); bitField4_ |= 0x00000040; return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putAllFieldMapSint32Uint32135( java.util.Map values) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .putAll(values); bitField4_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { fieldMapSint32Uint64136_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint64136_.isMutable()) { fieldMapSint32Uint64136_ = fieldMapSint32Uint64136_.copy(); } bitField4_ |= 0x00000080; onChanged(); return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint64136() { bitField4_ = (bitField4_ & ~0x00000080); internalGetMutableFieldMapSint32Uint64136().getMutableMap() .clear(); return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder removeFieldMapSint32Uint64136( int key) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint64136() { bitField4_ |= 0x00000080; return internalGetMutableFieldMapSint32Uint64136().getMutableMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putFieldMapSint32Uint64136( int key, long value) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .put(key, value); bitField4_ |= 0x00000080; return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putAllFieldMapSint32Uint64136( java.util.Map values) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .putAll(values); bitField4_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { fieldMapSint64Bool137_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bool137_.isMutable()) { fieldMapSint64Bool137_ = fieldMapSint64Bool137_.copy(); } bitField4_ |= 0x00000100; onChanged(); return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bool137() { bitField4_ = (bitField4_ & ~0x00000100); internalGetMutableFieldMapSint64Bool137().getMutableMap() .clear(); return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder removeFieldMapSint64Bool137( long key) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bool137() { bitField4_ |= 0x00000100; return internalGetMutableFieldMapSint64Bool137().getMutableMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putFieldMapSint64Bool137( long key, boolean value) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .put(key, value); bitField4_ |= 0x00000100; return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putAllFieldMapSint64Bool137( java.util.Map values) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .putAll(values); bitField4_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { fieldMapSint64Bytes138_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bytes138_.isMutable()) { fieldMapSint64Bytes138_ = fieldMapSint64Bytes138_.copy(); } bitField4_ |= 0x00000200; onChanged(); return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bytes138() { bitField4_ = (bitField4_ & ~0x00000200); internalGetMutableFieldMapSint64Bytes138().getMutableMap() .clear(); return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder removeFieldMapSint64Bytes138( long key) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bytes138() { bitField4_ |= 0x00000200; return internalGetMutableFieldMapSint64Bytes138().getMutableMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putFieldMapSint64Bytes138( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Bytes138().getMutableMap() .put(key, value); bitField4_ |= 0x00000200; return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putAllFieldMapSint64Bytes138( java.util.Map values) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .putAll(values); bitField4_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { fieldMapSint64Double139_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Double139_.isMutable()) { fieldMapSint64Double139_ = fieldMapSint64Double139_.copy(); } bitField4_ |= 0x00000400; onChanged(); return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Double139() { bitField4_ = (bitField4_ & ~0x00000400); internalGetMutableFieldMapSint64Double139().getMutableMap() .clear(); return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder removeFieldMapSint64Double139( long key) { internalGetMutableFieldMapSint64Double139().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Double139() { bitField4_ |= 0x00000400; return internalGetMutableFieldMapSint64Double139().getMutableMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putFieldMapSint64Double139( long key, double value) { internalGetMutableFieldMapSint64Double139().getMutableMap() .put(key, value); bitField4_ |= 0x00000400; return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putAllFieldMapSint64Double139( java.util.Map values) { internalGetMutableFieldMapSint64Double139().getMutableMap() .putAll(values); bitField4_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { fieldMapSint64Enum140_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Enum140_.isMutable()) { fieldMapSint64Enum140_ = fieldMapSint64Enum140_.copy(); } bitField4_ |= 0x00000800; onChanged(); return fieldMapSint64Enum140_; } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint64Enum140ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140Value() { return getFieldMapSint64Enum140ValueMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140ValueMap() { return internalGetFieldMapSint64Enum140().getMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Enum140() { bitField4_ = (bitField4_ & ~0x00000800); internalGetMutableFieldMapSint64Enum140().getMutableMap() .clear(); return this; } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder removeFieldMapSint64Enum140( long key) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Enum140() { bitField4_ |= 0x00000800; return internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putFieldMapSint64Enum140( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .put(key, fieldMapSint64Enum140ValueConverter.doBackward(value)); bitField4_ |= 0x00000800; return this; } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putAllFieldMapSint64Enum140( java.util.Map values) { internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()) .putAll(values); bitField4_ |= 0x00000800; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Enum140Value() { bitField4_ |= 0x00000800; return internalGetMutableFieldMapSint64Enum140().getMutableMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putFieldMapSint64Enum140Value( long key, int value) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .put(key, value); bitField4_ |= 0x00000800; return this; } /** * map<sint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putAllFieldMapSint64Enum140Value( java.util.Map values) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .putAll(values); bitField4_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { fieldMapSint64Fixed32141_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed32141_.isMutable()) { fieldMapSint64Fixed32141_ = fieldMapSint64Fixed32141_.copy(); } bitField4_ |= 0x00001000; onChanged(); return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed32141() { bitField4_ = (bitField4_ & ~0x00001000); internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .clear(); return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder removeFieldMapSint64Fixed32141( long key) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed32141() { bitField4_ |= 0x00001000; return internalGetMutableFieldMapSint64Fixed32141().getMutableMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putFieldMapSint64Fixed32141( long key, int value) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .put(key, value); bitField4_ |= 0x00001000; return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putAllFieldMapSint64Fixed32141( java.util.Map values) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .putAll(values); bitField4_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { fieldMapSint64Fixed64142_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed64142_.isMutable()) { fieldMapSint64Fixed64142_ = fieldMapSint64Fixed64142_.copy(); } bitField4_ |= 0x00002000; onChanged(); return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed64142() { bitField4_ = (bitField4_ & ~0x00002000); internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .clear(); return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder removeFieldMapSint64Fixed64142( long key) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed64142() { bitField4_ |= 0x00002000; return internalGetMutableFieldMapSint64Fixed64142().getMutableMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putFieldMapSint64Fixed64142( long key, long value) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .put(key, value); bitField4_ |= 0x00002000; return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putAllFieldMapSint64Fixed64142( java.util.Map values) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .putAll(values); bitField4_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { fieldMapSint64Float143_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Float143_.isMutable()) { fieldMapSint64Float143_ = fieldMapSint64Float143_.copy(); } bitField4_ |= 0x00004000; onChanged(); return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Float143() { bitField4_ = (bitField4_ & ~0x00004000); internalGetMutableFieldMapSint64Float143().getMutableMap() .clear(); return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder removeFieldMapSint64Float143( long key) { internalGetMutableFieldMapSint64Float143().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Float143() { bitField4_ |= 0x00004000; return internalGetMutableFieldMapSint64Float143().getMutableMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putFieldMapSint64Float143( long key, float value) { internalGetMutableFieldMapSint64Float143().getMutableMap() .put(key, value); bitField4_ |= 0x00004000; return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putAllFieldMapSint64Float143( java.util.Map values) { internalGetMutableFieldMapSint64Float143().getMutableMap() .putAll(values); bitField4_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { fieldMapSint64Int32144_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int32144_.isMutable()) { fieldMapSint64Int32144_ = fieldMapSint64Int32144_.copy(); } bitField4_ |= 0x00008000; onChanged(); return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int32144() { bitField4_ = (bitField4_ & ~0x00008000); internalGetMutableFieldMapSint64Int32144().getMutableMap() .clear(); return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder removeFieldMapSint64Int32144( long key) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int32144() { bitField4_ |= 0x00008000; return internalGetMutableFieldMapSint64Int32144().getMutableMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putFieldMapSint64Int32144( long key, int value) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .put(key, value); bitField4_ |= 0x00008000; return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putAllFieldMapSint64Int32144( java.util.Map values) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .putAll(values); bitField4_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { fieldMapSint64Int64145_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int64145_.isMutable()) { fieldMapSint64Int64145_ = fieldMapSint64Int64145_.copy(); } bitField4_ |= 0x00010000; onChanged(); return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int64145() { bitField4_ = (bitField4_ & ~0x00010000); internalGetMutableFieldMapSint64Int64145().getMutableMap() .clear(); return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder removeFieldMapSint64Int64145( long key) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int64145() { bitField4_ |= 0x00010000; return internalGetMutableFieldMapSint64Int64145().getMutableMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putFieldMapSint64Int64145( long key, long value) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .put(key, value); bitField4_ |= 0x00010000; return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putAllFieldMapSint64Int64145( java.util.Map values) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .putAll(values); bitField4_ |= 0x00010000; return this; } private static final class FieldMapSint64Message146Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint64Message146DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint64Message146Converter fieldMapSint64Message146Converter = new FieldMapSint64Message146Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapSint64Message146_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } return fieldMapSint64Message146_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { fieldMapSint64Message146_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } bitField4_ |= 0x00020000; onChanged(); return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().ensureBuilderMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getImmutableMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint64Message146Converter.build(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Message146Converter.build(map.get(key)); } public Builder clearFieldMapSint64Message146() { bitField4_ = (bitField4_ & ~0x00020000); internalGetMutableFieldMapSint64Message146().clear(); return this; } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ public Builder removeFieldMapSint64Message146( long key) { internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Message146() { bitField4_ |= 0x00020000; return internalGetMutableFieldMapSint64Message146().ensureMessageMap(); } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ public Builder putFieldMapSint64Message146( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ public Builder putAllFieldMapSint64Message146( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.Proto3Message> field_map_sint64_message_146 = 146; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapSint64Message146BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { fieldMapSint64Sfixed32147_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed32147_.isMutable()) { fieldMapSint64Sfixed32147_ = fieldMapSint64Sfixed32147_.copy(); } bitField4_ |= 0x00040000; onChanged(); return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed32147() { bitField4_ = (bitField4_ & ~0x00040000); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder removeFieldMapSint64Sfixed32147( long key) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed32147() { bitField4_ |= 0x00040000; return internalGetMutableFieldMapSint64Sfixed32147().getMutableMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putFieldMapSint64Sfixed32147( long key, int value) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .put(key, value); bitField4_ |= 0x00040000; return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putAllFieldMapSint64Sfixed32147( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .putAll(values); bitField4_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { fieldMapSint64Sfixed64148_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed64148_.isMutable()) { fieldMapSint64Sfixed64148_ = fieldMapSint64Sfixed64148_.copy(); } bitField4_ |= 0x00080000; onChanged(); return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed64148() { bitField4_ = (bitField4_ & ~0x00080000); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder removeFieldMapSint64Sfixed64148( long key) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed64148() { bitField4_ |= 0x00080000; return internalGetMutableFieldMapSint64Sfixed64148().getMutableMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putFieldMapSint64Sfixed64148( long key, long value) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .put(key, value); bitField4_ |= 0x00080000; return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putAllFieldMapSint64Sfixed64148( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .putAll(values); bitField4_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { fieldMapSint64Sint32149_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint32149_.isMutable()) { fieldMapSint64Sint32149_ = fieldMapSint64Sint32149_.copy(); } bitField4_ |= 0x00100000; onChanged(); return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint32149() { bitField4_ = (bitField4_ & ~0x00100000); internalGetMutableFieldMapSint64Sint32149().getMutableMap() .clear(); return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder removeFieldMapSint64Sint32149( long key) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint32149() { bitField4_ |= 0x00100000; return internalGetMutableFieldMapSint64Sint32149().getMutableMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putFieldMapSint64Sint32149( long key, int value) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .put(key, value); bitField4_ |= 0x00100000; return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putAllFieldMapSint64Sint32149( java.util.Map values) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .putAll(values); bitField4_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { fieldMapSint64Sint64150_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint64150_.isMutable()) { fieldMapSint64Sint64150_ = fieldMapSint64Sint64150_.copy(); } bitField4_ |= 0x00200000; onChanged(); return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint64150() { bitField4_ = (bitField4_ & ~0x00200000); internalGetMutableFieldMapSint64Sint64150().getMutableMap() .clear(); return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder removeFieldMapSint64Sint64150( long key) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint64150() { bitField4_ |= 0x00200000; return internalGetMutableFieldMapSint64Sint64150().getMutableMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putFieldMapSint64Sint64150( long key, long value) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .put(key, value); bitField4_ |= 0x00200000; return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putAllFieldMapSint64Sint64150( java.util.Map values) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .putAll(values); bitField4_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { fieldMapSint64String151_ = com.google.protobuf.MapField.newMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64String151_.isMutable()) { fieldMapSint64String151_ = fieldMapSint64String151_.copy(); } bitField4_ |= 0x00400000; onChanged(); return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64String151() { bitField4_ = (bitField4_ & ~0x00400000); internalGetMutableFieldMapSint64String151().getMutableMap() .clear(); return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder removeFieldMapSint64String151( long key) { internalGetMutableFieldMapSint64String151().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64String151() { bitField4_ |= 0x00400000; return internalGetMutableFieldMapSint64String151().getMutableMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putFieldMapSint64String151( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64String151().getMutableMap() .put(key, value); bitField4_ |= 0x00400000; return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putAllFieldMapSint64String151( java.util.Map values) { internalGetMutableFieldMapSint64String151().getMutableMap() .putAll(values); bitField4_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { fieldMapSint64Uint32152_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint32152_.isMutable()) { fieldMapSint64Uint32152_ = fieldMapSint64Uint32152_.copy(); } bitField4_ |= 0x00800000; onChanged(); return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint32152() { bitField4_ = (bitField4_ & ~0x00800000); internalGetMutableFieldMapSint64Uint32152().getMutableMap() .clear(); return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder removeFieldMapSint64Uint32152( long key) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint32152() { bitField4_ |= 0x00800000; return internalGetMutableFieldMapSint64Uint32152().getMutableMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putFieldMapSint64Uint32152( long key, int value) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .put(key, value); bitField4_ |= 0x00800000; return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putAllFieldMapSint64Uint32152( java.util.Map values) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .putAll(values); bitField4_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { fieldMapSint64Uint64153_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint64153_.isMutable()) { fieldMapSint64Uint64153_ = fieldMapSint64Uint64153_.copy(); } bitField4_ |= 0x01000000; onChanged(); return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint64153() { bitField4_ = (bitField4_ & ~0x01000000); internalGetMutableFieldMapSint64Uint64153().getMutableMap() .clear(); return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder removeFieldMapSint64Uint64153( long key) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint64153() { bitField4_ |= 0x01000000; return internalGetMutableFieldMapSint64Uint64153().getMutableMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putFieldMapSint64Uint64153( long key, long value) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .put(key, value); bitField4_ |= 0x01000000; return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putAllFieldMapSint64Uint64153( java.util.Map values) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .putAll(values); bitField4_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { fieldMapStringBool154_ = com.google.protobuf.MapField.newMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBool154_.isMutable()) { fieldMapStringBool154_ = fieldMapStringBool154_.copy(); } bitField4_ |= 0x02000000; onChanged(); return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBool154() { bitField4_ = (bitField4_ & ~0x02000000); internalGetMutableFieldMapStringBool154().getMutableMap() .clear(); return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder removeFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBool154() { bitField4_ |= 0x02000000; return internalGetMutableFieldMapStringBool154().getMutableMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putFieldMapStringBool154( java.lang.String key, boolean value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .put(key, value); bitField4_ |= 0x02000000; return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putAllFieldMapStringBool154( java.util.Map values) { internalGetMutableFieldMapStringBool154().getMutableMap() .putAll(values); bitField4_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { fieldMapStringBytes155_ = com.google.protobuf.MapField.newMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBytes155_.isMutable()) { fieldMapStringBytes155_ = fieldMapStringBytes155_.copy(); } bitField4_ |= 0x04000000; onChanged(); return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBytes155() { bitField4_ = (bitField4_ & ~0x04000000); internalGetMutableFieldMapStringBytes155().getMutableMap() .clear(); return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder removeFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBytes155() { bitField4_ |= 0x04000000; return internalGetMutableFieldMapStringBytes155().getMutableMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putFieldMapStringBytes155( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .put(key, value); bitField4_ |= 0x04000000; return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putAllFieldMapStringBytes155( java.util.Map values) { internalGetMutableFieldMapStringBytes155().getMutableMap() .putAll(values); bitField4_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { fieldMapStringDouble156_ = com.google.protobuf.MapField.newMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } if (!fieldMapStringDouble156_.isMutable()) { fieldMapStringDouble156_ = fieldMapStringDouble156_.copy(); } bitField4_ |= 0x08000000; onChanged(); return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringDouble156() { bitField4_ = (bitField4_ & ~0x08000000); internalGetMutableFieldMapStringDouble156().getMutableMap() .clear(); return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder removeFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringDouble156() { bitField4_ |= 0x08000000; return internalGetMutableFieldMapStringDouble156().getMutableMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putFieldMapStringDouble156( java.lang.String key, double value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .put(key, value); bitField4_ |= 0x08000000; return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putAllFieldMapStringDouble156( java.util.Map values) { internalGetMutableFieldMapStringDouble156().getMutableMap() .putAll(values); bitField4_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { fieldMapStringEnum157_ = com.google.protobuf.MapField.newMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } if (!fieldMapStringEnum157_.isMutable()) { fieldMapStringEnum157_ = fieldMapStringEnum157_.copy(); } bitField4_ |= 0x10000000; onChanged(); return fieldMapStringEnum157_; } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapStringEnum157ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157Value() { return getFieldMapStringEnum157ValueMap(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157ValueMap() { return internalGetFieldMapStringEnum157().getMap(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringEnum157() { bitField4_ = (bitField4_ & ~0x10000000); internalGetMutableFieldMapStringEnum157().getMutableMap() .clear(); return this; } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder removeFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringEnum157() { bitField4_ |= 0x10000000; return internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder putFieldMapStringEnum157( java.lang.String key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .put(key, fieldMapStringEnum157ValueConverter.doBackward(value)); bitField4_ |= 0x10000000; return this; } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder putAllFieldMapStringEnum157( java.util.Map values) { internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()) .putAll(values); bitField4_ |= 0x10000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringEnum157Value() { bitField4_ |= 0x10000000; return internalGetMutableFieldMapStringEnum157().getMutableMap(); } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder putFieldMapStringEnum157Value( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .put(key, value); bitField4_ |= 0x10000000; return this; } /** * map<string, .protobuf.experimental.Proto3Message.TestEnum> field_map_string_enum_157 = 157; */ public Builder putAllFieldMapStringEnum157Value( java.util.Map values) { internalGetMutableFieldMapStringEnum157().getMutableMap() .putAll(values); bitField4_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { fieldMapStringFixed32158_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed32158_.isMutable()) { fieldMapStringFixed32158_ = fieldMapStringFixed32158_.copy(); } bitField4_ |= 0x20000000; onChanged(); return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed32158() { bitField4_ = (bitField4_ & ~0x20000000); internalGetMutableFieldMapStringFixed32158().getMutableMap() .clear(); return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder removeFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed32158() { bitField4_ |= 0x20000000; return internalGetMutableFieldMapStringFixed32158().getMutableMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putFieldMapStringFixed32158( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .put(key, value); bitField4_ |= 0x20000000; return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putAllFieldMapStringFixed32158( java.util.Map values) { internalGetMutableFieldMapStringFixed32158().getMutableMap() .putAll(values); bitField4_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { fieldMapStringFixed64159_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed64159_.isMutable()) { fieldMapStringFixed64159_ = fieldMapStringFixed64159_.copy(); } bitField4_ |= 0x40000000; onChanged(); return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed64159() { bitField4_ = (bitField4_ & ~0x40000000); internalGetMutableFieldMapStringFixed64159().getMutableMap() .clear(); return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder removeFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed64159() { bitField4_ |= 0x40000000; return internalGetMutableFieldMapStringFixed64159().getMutableMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putFieldMapStringFixed64159( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .put(key, value); bitField4_ |= 0x40000000; return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putAllFieldMapStringFixed64159( java.util.Map values) { internalGetMutableFieldMapStringFixed64159().getMutableMap() .putAll(values); bitField4_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { fieldMapStringFloat160_ = com.google.protobuf.MapField.newMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFloat160_.isMutable()) { fieldMapStringFloat160_ = fieldMapStringFloat160_.copy(); } bitField4_ |= 0x80000000; onChanged(); return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFloat160() { bitField4_ = (bitField4_ & ~0x80000000); internalGetMutableFieldMapStringFloat160().getMutableMap() .clear(); return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder removeFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFloat160() { bitField4_ |= 0x80000000; return internalGetMutableFieldMapStringFloat160().getMutableMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putFieldMapStringFloat160( java.lang.String key, float value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .put(key, value); bitField4_ |= 0x80000000; return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putAllFieldMapStringFloat160( java.util.Map values) { internalGetMutableFieldMapStringFloat160().getMutableMap() .putAll(values); bitField4_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { fieldMapStringInt32161_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt32161_.isMutable()) { fieldMapStringInt32161_ = fieldMapStringInt32161_.copy(); } bitField5_ |= 0x00000001; onChanged(); return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt32161() { bitField5_ = (bitField5_ & ~0x00000001); internalGetMutableFieldMapStringInt32161().getMutableMap() .clear(); return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder removeFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt32161() { bitField5_ |= 0x00000001; return internalGetMutableFieldMapStringInt32161().getMutableMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putFieldMapStringInt32161( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .put(key, value); bitField5_ |= 0x00000001; return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putAllFieldMapStringInt32161( java.util.Map values) { internalGetMutableFieldMapStringInt32161().getMutableMap() .putAll(values); bitField5_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { fieldMapStringInt64162_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt64162_.isMutable()) { fieldMapStringInt64162_ = fieldMapStringInt64162_.copy(); } bitField5_ |= 0x00000002; onChanged(); return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt64162() { bitField5_ = (bitField5_ & ~0x00000002); internalGetMutableFieldMapStringInt64162().getMutableMap() .clear(); return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder removeFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt64162() { bitField5_ |= 0x00000002; return internalGetMutableFieldMapStringInt64162().getMutableMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putFieldMapStringInt64162( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .put(key, value); bitField5_ |= 0x00000002; return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putAllFieldMapStringInt64162( java.util.Map values) { internalGetMutableFieldMapStringInt64162().getMutableMap() .putAll(values); bitField5_ |= 0x00000002; return this; } private static final class FieldMapStringMessage163Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapStringMessage163DefaultEntryHolder.defaultEntry; } }; private static final FieldMapStringMessage163Converter fieldMapStringMessage163Converter = new FieldMapStringMessage163Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.String, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapStringMessage163_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } return fieldMapStringMessage163_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { fieldMapStringMessage163_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } bitField5_ |= 0x00000004; onChanged(); return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().ensureBuilderMap().size(); } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getImmutableMap(); } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); return map.containsKey(key) ? fieldMapStringMessage163Converter.build(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringMessage163Converter.build(map.get(key)); } public Builder clearFieldMapStringMessage163() { bitField5_ = (bitField5_ & ~0x00000004); internalGetMutableFieldMapStringMessage163().clear(); return this; } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ public Builder removeFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringMessage163() { bitField5_ |= 0x00000004; return internalGetMutableFieldMapStringMessage163().ensureMessageMap(); } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ public Builder putFieldMapStringMessage163( java.lang.String key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ public Builder putAllFieldMapStringMessage163( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.Proto3Message> field_map_string_message_163 = 163; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapStringMessage163BuilderIfAbsent( java.lang.String key) { java.util.Map builderMap = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { fieldMapStringSfixed32164_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed32164_.isMutable()) { fieldMapStringSfixed32164_ = fieldMapStringSfixed32164_.copy(); } bitField5_ |= 0x00000008; onChanged(); return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed32164() { bitField5_ = (bitField5_ & ~0x00000008); internalGetMutableFieldMapStringSfixed32164().getMutableMap() .clear(); return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder removeFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed32164() { bitField5_ |= 0x00000008; return internalGetMutableFieldMapStringSfixed32164().getMutableMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putFieldMapStringSfixed32164( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .put(key, value); bitField5_ |= 0x00000008; return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putAllFieldMapStringSfixed32164( java.util.Map values) { internalGetMutableFieldMapStringSfixed32164().getMutableMap() .putAll(values); bitField5_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { fieldMapStringSfixed64165_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed64165_.isMutable()) { fieldMapStringSfixed64165_ = fieldMapStringSfixed64165_.copy(); } bitField5_ |= 0x00000010; onChanged(); return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed64165() { bitField5_ = (bitField5_ & ~0x00000010); internalGetMutableFieldMapStringSfixed64165().getMutableMap() .clear(); return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder removeFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed64165() { bitField5_ |= 0x00000010; return internalGetMutableFieldMapStringSfixed64165().getMutableMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putFieldMapStringSfixed64165( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .put(key, value); bitField5_ |= 0x00000010; return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putAllFieldMapStringSfixed64165( java.util.Map values) { internalGetMutableFieldMapStringSfixed64165().getMutableMap() .putAll(values); bitField5_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { fieldMapStringSint32166_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint32166_.isMutable()) { fieldMapStringSint32166_ = fieldMapStringSint32166_.copy(); } bitField5_ |= 0x00000020; onChanged(); return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint32166() { bitField5_ = (bitField5_ & ~0x00000020); internalGetMutableFieldMapStringSint32166().getMutableMap() .clear(); return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder removeFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint32166() { bitField5_ |= 0x00000020; return internalGetMutableFieldMapStringSint32166().getMutableMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putFieldMapStringSint32166( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .put(key, value); bitField5_ |= 0x00000020; return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putAllFieldMapStringSint32166( java.util.Map values) { internalGetMutableFieldMapStringSint32166().getMutableMap() .putAll(values); bitField5_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { fieldMapStringSint64167_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint64167_.isMutable()) { fieldMapStringSint64167_ = fieldMapStringSint64167_.copy(); } bitField5_ |= 0x00000040; onChanged(); return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint64167() { bitField5_ = (bitField5_ & ~0x00000040); internalGetMutableFieldMapStringSint64167().getMutableMap() .clear(); return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder removeFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint64167() { bitField5_ |= 0x00000040; return internalGetMutableFieldMapStringSint64167().getMutableMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putFieldMapStringSint64167( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .put(key, value); bitField5_ |= 0x00000040; return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putAllFieldMapStringSint64167( java.util.Map values) { internalGetMutableFieldMapStringSint64167().getMutableMap() .putAll(values); bitField5_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringString168() { if (fieldMapStringString168_ == null) { fieldMapStringString168_ = com.google.protobuf.MapField.newMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } if (!fieldMapStringString168_.isMutable()) { fieldMapStringString168_ = fieldMapStringString168_.copy(); } bitField5_ |= 0x00000080; onChanged(); return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringString168() { bitField5_ = (bitField5_ & ~0x00000080); internalGetMutableFieldMapStringString168().getMutableMap() .clear(); return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder removeFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringString168().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringString168() { bitField5_ |= 0x00000080; return internalGetMutableFieldMapStringString168().getMutableMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putFieldMapStringString168( java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringString168().getMutableMap() .put(key, value); bitField5_ |= 0x00000080; return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putAllFieldMapStringString168( java.util.Map values) { internalGetMutableFieldMapStringString168().getMutableMap() .putAll(values); bitField5_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { fieldMapStringUint32169_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint32169_.isMutable()) { fieldMapStringUint32169_ = fieldMapStringUint32169_.copy(); } bitField5_ |= 0x00000100; onChanged(); return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint32169() { bitField5_ = (bitField5_ & ~0x00000100); internalGetMutableFieldMapStringUint32169().getMutableMap() .clear(); return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder removeFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint32169() { bitField5_ |= 0x00000100; return internalGetMutableFieldMapStringUint32169().getMutableMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putFieldMapStringUint32169( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .put(key, value); bitField5_ |= 0x00000100; return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putAllFieldMapStringUint32169( java.util.Map values) { internalGetMutableFieldMapStringUint32169().getMutableMap() .putAll(values); bitField5_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { fieldMapStringUint64170_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint64170_.isMutable()) { fieldMapStringUint64170_ = fieldMapStringUint64170_.copy(); } bitField5_ |= 0x00000200; onChanged(); return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint64170() { bitField5_ = (bitField5_ & ~0x00000200); internalGetMutableFieldMapStringUint64170().getMutableMap() .clear(); return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder removeFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint64170() { bitField5_ |= 0x00000200; return internalGetMutableFieldMapStringUint64170().getMutableMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putFieldMapStringUint64170( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .put(key, value); bitField5_ |= 0x00000200; return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putAllFieldMapStringUint64170( java.util.Map values) { internalGetMutableFieldMapStringUint64170().getMutableMap() .putAll(values); bitField5_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { fieldMapUint32Bool171_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bool171_.isMutable()) { fieldMapUint32Bool171_ = fieldMapUint32Bool171_.copy(); } bitField5_ |= 0x00000400; onChanged(); return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bool171() { bitField5_ = (bitField5_ & ~0x00000400); internalGetMutableFieldMapUint32Bool171().getMutableMap() .clear(); return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder removeFieldMapUint32Bool171( int key) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bool171() { bitField5_ |= 0x00000400; return internalGetMutableFieldMapUint32Bool171().getMutableMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putFieldMapUint32Bool171( int key, boolean value) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .put(key, value); bitField5_ |= 0x00000400; return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putAllFieldMapUint32Bool171( java.util.Map values) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .putAll(values); bitField5_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { fieldMapUint32Bytes172_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bytes172_.isMutable()) { fieldMapUint32Bytes172_ = fieldMapUint32Bytes172_.copy(); } bitField5_ |= 0x00000800; onChanged(); return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bytes172() { bitField5_ = (bitField5_ & ~0x00000800); internalGetMutableFieldMapUint32Bytes172().getMutableMap() .clear(); return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder removeFieldMapUint32Bytes172( int key) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bytes172() { bitField5_ |= 0x00000800; return internalGetMutableFieldMapUint32Bytes172().getMutableMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putFieldMapUint32Bytes172( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Bytes172().getMutableMap() .put(key, value); bitField5_ |= 0x00000800; return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putAllFieldMapUint32Bytes172( java.util.Map values) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .putAll(values); bitField5_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { fieldMapUint32Double173_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Double173_.isMutable()) { fieldMapUint32Double173_ = fieldMapUint32Double173_.copy(); } bitField5_ |= 0x00001000; onChanged(); return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Double173() { bitField5_ = (bitField5_ & ~0x00001000); internalGetMutableFieldMapUint32Double173().getMutableMap() .clear(); return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder removeFieldMapUint32Double173( int key) { internalGetMutableFieldMapUint32Double173().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Double173() { bitField5_ |= 0x00001000; return internalGetMutableFieldMapUint32Double173().getMutableMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putFieldMapUint32Double173( int key, double value) { internalGetMutableFieldMapUint32Double173().getMutableMap() .put(key, value); bitField5_ |= 0x00001000; return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putAllFieldMapUint32Double173( java.util.Map values) { internalGetMutableFieldMapUint32Double173().getMutableMap() .putAll(values); bitField5_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { fieldMapUint32Enum174_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Enum174_.isMutable()) { fieldMapUint32Enum174_ = fieldMapUint32Enum174_.copy(); } bitField5_ |= 0x00002000; onChanged(); return fieldMapUint32Enum174_; } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint32Enum174ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174Value() { return getFieldMapUint32Enum174ValueMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174ValueMap() { return internalGetFieldMapUint32Enum174().getMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Enum174() { bitField5_ = (bitField5_ & ~0x00002000); internalGetMutableFieldMapUint32Enum174().getMutableMap() .clear(); return this; } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder removeFieldMapUint32Enum174( int key) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Enum174() { bitField5_ |= 0x00002000; return internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putFieldMapUint32Enum174( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .put(key, fieldMapUint32Enum174ValueConverter.doBackward(value)); bitField5_ |= 0x00002000; return this; } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putAllFieldMapUint32Enum174( java.util.Map values) { internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()) .putAll(values); bitField5_ |= 0x00002000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Enum174Value() { bitField5_ |= 0x00002000; return internalGetMutableFieldMapUint32Enum174().getMutableMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putFieldMapUint32Enum174Value( int key, int value) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .put(key, value); bitField5_ |= 0x00002000; return this; } /** * map<uint32, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putAllFieldMapUint32Enum174Value( java.util.Map values) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .putAll(values); bitField5_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { fieldMapUint32Fixed32175_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed32175_.isMutable()) { fieldMapUint32Fixed32175_ = fieldMapUint32Fixed32175_.copy(); } bitField5_ |= 0x00004000; onChanged(); return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed32175() { bitField5_ = (bitField5_ & ~0x00004000); internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .clear(); return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder removeFieldMapUint32Fixed32175( int key) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed32175() { bitField5_ |= 0x00004000; return internalGetMutableFieldMapUint32Fixed32175().getMutableMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putFieldMapUint32Fixed32175( int key, int value) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .put(key, value); bitField5_ |= 0x00004000; return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putAllFieldMapUint32Fixed32175( java.util.Map values) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .putAll(values); bitField5_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { fieldMapUint32Fixed64176_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed64176_.isMutable()) { fieldMapUint32Fixed64176_ = fieldMapUint32Fixed64176_.copy(); } bitField5_ |= 0x00008000; onChanged(); return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed64176() { bitField5_ = (bitField5_ & ~0x00008000); internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .clear(); return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder removeFieldMapUint32Fixed64176( int key) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed64176() { bitField5_ |= 0x00008000; return internalGetMutableFieldMapUint32Fixed64176().getMutableMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putFieldMapUint32Fixed64176( int key, long value) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .put(key, value); bitField5_ |= 0x00008000; return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putAllFieldMapUint32Fixed64176( java.util.Map values) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .putAll(values); bitField5_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { fieldMapUint32Float177_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Float177_.isMutable()) { fieldMapUint32Float177_ = fieldMapUint32Float177_.copy(); } bitField5_ |= 0x00010000; onChanged(); return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Float177() { bitField5_ = (bitField5_ & ~0x00010000); internalGetMutableFieldMapUint32Float177().getMutableMap() .clear(); return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder removeFieldMapUint32Float177( int key) { internalGetMutableFieldMapUint32Float177().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Float177() { bitField5_ |= 0x00010000; return internalGetMutableFieldMapUint32Float177().getMutableMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putFieldMapUint32Float177( int key, float value) { internalGetMutableFieldMapUint32Float177().getMutableMap() .put(key, value); bitField5_ |= 0x00010000; return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putAllFieldMapUint32Float177( java.util.Map values) { internalGetMutableFieldMapUint32Float177().getMutableMap() .putAll(values); bitField5_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { fieldMapUint32Int32178_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int32178_.isMutable()) { fieldMapUint32Int32178_ = fieldMapUint32Int32178_.copy(); } bitField5_ |= 0x00020000; onChanged(); return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int32178() { bitField5_ = (bitField5_ & ~0x00020000); internalGetMutableFieldMapUint32Int32178().getMutableMap() .clear(); return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder removeFieldMapUint32Int32178( int key) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int32178() { bitField5_ |= 0x00020000; return internalGetMutableFieldMapUint32Int32178().getMutableMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putFieldMapUint32Int32178( int key, int value) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .put(key, value); bitField5_ |= 0x00020000; return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putAllFieldMapUint32Int32178( java.util.Map values) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .putAll(values); bitField5_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { fieldMapUint32Int64179_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int64179_.isMutable()) { fieldMapUint32Int64179_ = fieldMapUint32Int64179_.copy(); } bitField5_ |= 0x00040000; onChanged(); return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int64179() { bitField5_ = (bitField5_ & ~0x00040000); internalGetMutableFieldMapUint32Int64179().getMutableMap() .clear(); return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder removeFieldMapUint32Int64179( int key) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int64179() { bitField5_ |= 0x00040000; return internalGetMutableFieldMapUint32Int64179().getMutableMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putFieldMapUint32Int64179( int key, long value) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .put(key, value); bitField5_ |= 0x00040000; return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putAllFieldMapUint32Int64179( java.util.Map values) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .putAll(values); bitField5_ |= 0x00040000; return this; } private static final class FieldMapUint32Message180Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint32Message180DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint32Message180Converter fieldMapUint32Message180Converter = new FieldMapUint32Message180Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapUint32Message180_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } return fieldMapUint32Message180_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { fieldMapUint32Message180_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } bitField5_ |= 0x00080000; onChanged(); return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().ensureBuilderMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getImmutableMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint32Message180Converter.build(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Message180Converter.build(map.get(key)); } public Builder clearFieldMapUint32Message180() { bitField5_ = (bitField5_ & ~0x00080000); internalGetMutableFieldMapUint32Message180().clear(); return this; } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ public Builder removeFieldMapUint32Message180( int key) { internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Message180() { bitField5_ |= 0x00080000; return internalGetMutableFieldMapUint32Message180().ensureMessageMap(); } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ public Builder putFieldMapUint32Message180( int key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ public Builder putAllFieldMapUint32Message180( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.Proto3Message> field_map_uint32_message_180 = 180; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapUint32Message180BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { fieldMapUint32Sfixed32181_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed32181_.isMutable()) { fieldMapUint32Sfixed32181_ = fieldMapUint32Sfixed32181_.copy(); } bitField5_ |= 0x00100000; onChanged(); return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed32181() { bitField5_ = (bitField5_ & ~0x00100000); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder removeFieldMapUint32Sfixed32181( int key) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed32181() { bitField5_ |= 0x00100000; return internalGetMutableFieldMapUint32Sfixed32181().getMutableMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putFieldMapUint32Sfixed32181( int key, int value) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .put(key, value); bitField5_ |= 0x00100000; return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putAllFieldMapUint32Sfixed32181( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .putAll(values); bitField5_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { fieldMapUint32Sfixed64182_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed64182_.isMutable()) { fieldMapUint32Sfixed64182_ = fieldMapUint32Sfixed64182_.copy(); } bitField5_ |= 0x00200000; onChanged(); return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed64182() { bitField5_ = (bitField5_ & ~0x00200000); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder removeFieldMapUint32Sfixed64182( int key) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed64182() { bitField5_ |= 0x00200000; return internalGetMutableFieldMapUint32Sfixed64182().getMutableMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putFieldMapUint32Sfixed64182( int key, long value) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .put(key, value); bitField5_ |= 0x00200000; return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putAllFieldMapUint32Sfixed64182( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .putAll(values); bitField5_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { fieldMapUint32Sint32183_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint32183_.isMutable()) { fieldMapUint32Sint32183_ = fieldMapUint32Sint32183_.copy(); } bitField5_ |= 0x00400000; onChanged(); return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint32183() { bitField5_ = (bitField5_ & ~0x00400000); internalGetMutableFieldMapUint32Sint32183().getMutableMap() .clear(); return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder removeFieldMapUint32Sint32183( int key) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint32183() { bitField5_ |= 0x00400000; return internalGetMutableFieldMapUint32Sint32183().getMutableMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putFieldMapUint32Sint32183( int key, int value) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .put(key, value); bitField5_ |= 0x00400000; return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putAllFieldMapUint32Sint32183( java.util.Map values) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .putAll(values); bitField5_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { fieldMapUint32Sint64184_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint64184_.isMutable()) { fieldMapUint32Sint64184_ = fieldMapUint32Sint64184_.copy(); } bitField5_ |= 0x00800000; onChanged(); return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint64184() { bitField5_ = (bitField5_ & ~0x00800000); internalGetMutableFieldMapUint32Sint64184().getMutableMap() .clear(); return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder removeFieldMapUint32Sint64184( int key) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint64184() { bitField5_ |= 0x00800000; return internalGetMutableFieldMapUint32Sint64184().getMutableMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putFieldMapUint32Sint64184( int key, long value) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .put(key, value); bitField5_ |= 0x00800000; return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putAllFieldMapUint32Sint64184( java.util.Map values) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .putAll(values); bitField5_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { fieldMapUint32String185_ = com.google.protobuf.MapField.newMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32String185_.isMutable()) { fieldMapUint32String185_ = fieldMapUint32String185_.copy(); } bitField5_ |= 0x01000000; onChanged(); return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32String185() { bitField5_ = (bitField5_ & ~0x01000000); internalGetMutableFieldMapUint32String185().getMutableMap() .clear(); return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder removeFieldMapUint32String185( int key) { internalGetMutableFieldMapUint32String185().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32String185() { bitField5_ |= 0x01000000; return internalGetMutableFieldMapUint32String185().getMutableMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putFieldMapUint32String185( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32String185().getMutableMap() .put(key, value); bitField5_ |= 0x01000000; return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putAllFieldMapUint32String185( java.util.Map values) { internalGetMutableFieldMapUint32String185().getMutableMap() .putAll(values); bitField5_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { fieldMapUint32Uint32186_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint32186_.isMutable()) { fieldMapUint32Uint32186_ = fieldMapUint32Uint32186_.copy(); } bitField5_ |= 0x02000000; onChanged(); return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint32186() { bitField5_ = (bitField5_ & ~0x02000000); internalGetMutableFieldMapUint32Uint32186().getMutableMap() .clear(); return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder removeFieldMapUint32Uint32186( int key) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint32186() { bitField5_ |= 0x02000000; return internalGetMutableFieldMapUint32Uint32186().getMutableMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putFieldMapUint32Uint32186( int key, int value) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .put(key, value); bitField5_ |= 0x02000000; return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putAllFieldMapUint32Uint32186( java.util.Map values) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .putAll(values); bitField5_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { fieldMapUint32Uint64187_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint64187_.isMutable()) { fieldMapUint32Uint64187_ = fieldMapUint32Uint64187_.copy(); } bitField5_ |= 0x04000000; onChanged(); return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint64187() { bitField5_ = (bitField5_ & ~0x04000000); internalGetMutableFieldMapUint32Uint64187().getMutableMap() .clear(); return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder removeFieldMapUint32Uint64187( int key) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint64187() { bitField5_ |= 0x04000000; return internalGetMutableFieldMapUint32Uint64187().getMutableMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putFieldMapUint32Uint64187( int key, long value) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .put(key, value); bitField5_ |= 0x04000000; return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putAllFieldMapUint32Uint64187( java.util.Map values) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .putAll(values); bitField5_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { fieldMapUint64Bool188_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bool188_.isMutable()) { fieldMapUint64Bool188_ = fieldMapUint64Bool188_.copy(); } bitField5_ |= 0x08000000; onChanged(); return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bool188() { bitField5_ = (bitField5_ & ~0x08000000); internalGetMutableFieldMapUint64Bool188().getMutableMap() .clear(); return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder removeFieldMapUint64Bool188( long key) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bool188() { bitField5_ |= 0x08000000; return internalGetMutableFieldMapUint64Bool188().getMutableMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putFieldMapUint64Bool188( long key, boolean value) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .put(key, value); bitField5_ |= 0x08000000; return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putAllFieldMapUint64Bool188( java.util.Map values) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .putAll(values); bitField5_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { fieldMapUint64Bytes189_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bytes189_.isMutable()) { fieldMapUint64Bytes189_ = fieldMapUint64Bytes189_.copy(); } bitField5_ |= 0x10000000; onChanged(); return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bytes189() { bitField5_ = (bitField5_ & ~0x10000000); internalGetMutableFieldMapUint64Bytes189().getMutableMap() .clear(); return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder removeFieldMapUint64Bytes189( long key) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bytes189() { bitField5_ |= 0x10000000; return internalGetMutableFieldMapUint64Bytes189().getMutableMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putFieldMapUint64Bytes189( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Bytes189().getMutableMap() .put(key, value); bitField5_ |= 0x10000000; return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putAllFieldMapUint64Bytes189( java.util.Map values) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .putAll(values); bitField5_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { fieldMapUint64Double190_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Double190_.isMutable()) { fieldMapUint64Double190_ = fieldMapUint64Double190_.copy(); } bitField5_ |= 0x20000000; onChanged(); return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Double190() { bitField5_ = (bitField5_ & ~0x20000000); internalGetMutableFieldMapUint64Double190().getMutableMap() .clear(); return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder removeFieldMapUint64Double190( long key) { internalGetMutableFieldMapUint64Double190().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Double190() { bitField5_ |= 0x20000000; return internalGetMutableFieldMapUint64Double190().getMutableMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putFieldMapUint64Double190( long key, double value) { internalGetMutableFieldMapUint64Double190().getMutableMap() .put(key, value); bitField5_ |= 0x20000000; return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putAllFieldMapUint64Double190( java.util.Map values) { internalGetMutableFieldMapUint64Double190().getMutableMap() .putAll(values); bitField5_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { fieldMapUint64Enum191_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Enum191_.isMutable()) { fieldMapUint64Enum191_ = fieldMapUint64Enum191_.copy(); } bitField5_ |= 0x40000000; onChanged(); return fieldMapUint64Enum191_; } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint64Enum191ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191Value() { return getFieldMapUint64Enum191ValueMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191ValueMap() { return internalGetFieldMapUint64Enum191().getMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Enum191() { bitField5_ = (bitField5_ & ~0x40000000); internalGetMutableFieldMapUint64Enum191().getMutableMap() .clear(); return this; } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder removeFieldMapUint64Enum191( long key) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Enum191() { bitField5_ |= 0x40000000; return internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putFieldMapUint64Enum191( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message.TestEnum value) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .put(key, fieldMapUint64Enum191ValueConverter.doBackward(value)); bitField5_ |= 0x40000000; return this; } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putAllFieldMapUint64Enum191( java.util.Map values) { internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()) .putAll(values); bitField5_ |= 0x40000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Enum191Value() { bitField5_ |= 0x40000000; return internalGetMutableFieldMapUint64Enum191().getMutableMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putFieldMapUint64Enum191Value( long key, int value) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .put(key, value); bitField5_ |= 0x40000000; return this; } /** * map<uint64, .protobuf.experimental.Proto3Message.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putAllFieldMapUint64Enum191Value( java.util.Map values) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .putAll(values); bitField5_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { fieldMapUint64Fixed32192_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed32192_.isMutable()) { fieldMapUint64Fixed32192_ = fieldMapUint64Fixed32192_.copy(); } bitField5_ |= 0x80000000; onChanged(); return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed32192() { bitField5_ = (bitField5_ & ~0x80000000); internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .clear(); return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder removeFieldMapUint64Fixed32192( long key) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed32192() { bitField5_ |= 0x80000000; return internalGetMutableFieldMapUint64Fixed32192().getMutableMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putFieldMapUint64Fixed32192( long key, int value) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .put(key, value); bitField5_ |= 0x80000000; return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putAllFieldMapUint64Fixed32192( java.util.Map values) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .putAll(values); bitField5_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { fieldMapUint64Fixed64193_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed64193_.isMutable()) { fieldMapUint64Fixed64193_ = fieldMapUint64Fixed64193_.copy(); } bitField6_ |= 0x00000001; onChanged(); return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed64193() { bitField6_ = (bitField6_ & ~0x00000001); internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .clear(); return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder removeFieldMapUint64Fixed64193( long key) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed64193() { bitField6_ |= 0x00000001; return internalGetMutableFieldMapUint64Fixed64193().getMutableMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putFieldMapUint64Fixed64193( long key, long value) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .put(key, value); bitField6_ |= 0x00000001; return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putAllFieldMapUint64Fixed64193( java.util.Map values) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .putAll(values); bitField6_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { fieldMapUint64Float194_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Float194_.isMutable()) { fieldMapUint64Float194_ = fieldMapUint64Float194_.copy(); } bitField6_ |= 0x00000002; onChanged(); return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Float194() { bitField6_ = (bitField6_ & ~0x00000002); internalGetMutableFieldMapUint64Float194().getMutableMap() .clear(); return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder removeFieldMapUint64Float194( long key) { internalGetMutableFieldMapUint64Float194().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Float194() { bitField6_ |= 0x00000002; return internalGetMutableFieldMapUint64Float194().getMutableMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putFieldMapUint64Float194( long key, float value) { internalGetMutableFieldMapUint64Float194().getMutableMap() .put(key, value); bitField6_ |= 0x00000002; return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putAllFieldMapUint64Float194( java.util.Map values) { internalGetMutableFieldMapUint64Float194().getMutableMap() .putAll(values); bitField6_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { fieldMapUint64Int32195_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int32195_.isMutable()) { fieldMapUint64Int32195_ = fieldMapUint64Int32195_.copy(); } bitField6_ |= 0x00000004; onChanged(); return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int32195() { bitField6_ = (bitField6_ & ~0x00000004); internalGetMutableFieldMapUint64Int32195().getMutableMap() .clear(); return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder removeFieldMapUint64Int32195( long key) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int32195() { bitField6_ |= 0x00000004; return internalGetMutableFieldMapUint64Int32195().getMutableMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putFieldMapUint64Int32195( long key, int value) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .put(key, value); bitField6_ |= 0x00000004; return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putAllFieldMapUint64Int32195( java.util.Map values) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .putAll(values); bitField6_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { fieldMapUint64Int64196_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int64196_.isMutable()) { fieldMapUint64Int64196_ = fieldMapUint64Int64196_.copy(); } bitField6_ |= 0x00000008; onChanged(); return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int64196() { bitField6_ = (bitField6_ & ~0x00000008); internalGetMutableFieldMapUint64Int64196().getMutableMap() .clear(); return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder removeFieldMapUint64Int64196( long key) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int64196() { bitField6_ |= 0x00000008; return internalGetMutableFieldMapUint64Int64196().getMutableMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putFieldMapUint64Int64196( long key, long value) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .put(key, value); bitField6_ |= 0x00000008; return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putAllFieldMapUint64Int64196( java.util.Map values) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .putAll(values); bitField6_ |= 0x00000008; return this; } private static final class FieldMapUint64Message197Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message build(com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { return (com.google.protobuf.testing.Proto3Testing.Proto3Message) val; } return ((com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint64Message197DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint64Message197Converter fieldMapUint64Message197Converter = new FieldMapUint64Message197Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder, com.google.protobuf.testing.Proto3Testing.Proto3Message, com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder> fieldMapUint64Message197_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } return fieldMapUint64Message197_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { fieldMapUint64Message197_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } bitField6_ |= 0x00000010; onChanged(); return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().ensureBuilderMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getImmutableMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3Testing.Proto3Message defaultValue) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint64Message197Converter.build(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3Message getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Message197Converter.build(map.get(key)); } public Builder clearFieldMapUint64Message197() { bitField6_ = (bitField6_ & ~0x00000010); internalGetMutableFieldMapUint64Message197().clear(); return this; } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ public Builder removeFieldMapUint64Message197( long key) { internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Message197() { bitField6_ |= 0x00000010; return internalGetMutableFieldMapUint64Message197().ensureMessageMap(); } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ public Builder putFieldMapUint64Message197( long key, com.google.protobuf.testing.Proto3Testing.Proto3Message value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .put(key, value); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ public Builder putAllFieldMapUint64Message197( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .putAll(values); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.Proto3Message> field_map_uint64_message_197 = 197; */ public com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder putFieldMapUint64Message197BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); com.google.protobuf.testing.Proto3Testing.Proto3MessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3Testing.Proto3Message.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3Testing.Proto3Message) { entry = ((com.google.protobuf.testing.Proto3Testing.Proto3Message) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3Testing.Proto3Message.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { fieldMapUint64Sfixed32198_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed32198_.isMutable()) { fieldMapUint64Sfixed32198_ = fieldMapUint64Sfixed32198_.copy(); } bitField6_ |= 0x00000020; onChanged(); return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed32198() { bitField6_ = (bitField6_ & ~0x00000020); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder removeFieldMapUint64Sfixed32198( long key) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed32198() { bitField6_ |= 0x00000020; return internalGetMutableFieldMapUint64Sfixed32198().getMutableMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putFieldMapUint64Sfixed32198( long key, int value) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .put(key, value); bitField6_ |= 0x00000020; return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putAllFieldMapUint64Sfixed32198( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .putAll(values); bitField6_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { fieldMapUint64Sfixed64199_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed64199_.isMutable()) { fieldMapUint64Sfixed64199_ = fieldMapUint64Sfixed64199_.copy(); } bitField6_ |= 0x00000040; onChanged(); return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed64199() { bitField6_ = (bitField6_ & ~0x00000040); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder removeFieldMapUint64Sfixed64199( long key) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed64199() { bitField6_ |= 0x00000040; return internalGetMutableFieldMapUint64Sfixed64199().getMutableMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putFieldMapUint64Sfixed64199( long key, long value) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .put(key, value); bitField6_ |= 0x00000040; return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putAllFieldMapUint64Sfixed64199( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .putAll(values); bitField6_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { fieldMapUint64Sint32200_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint32200_.isMutable()) { fieldMapUint64Sint32200_ = fieldMapUint64Sint32200_.copy(); } bitField6_ |= 0x00000080; onChanged(); return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint32200() { bitField6_ = (bitField6_ & ~0x00000080); internalGetMutableFieldMapUint64Sint32200().getMutableMap() .clear(); return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder removeFieldMapUint64Sint32200( long key) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint32200() { bitField6_ |= 0x00000080; return internalGetMutableFieldMapUint64Sint32200().getMutableMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putFieldMapUint64Sint32200( long key, int value) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .put(key, value); bitField6_ |= 0x00000080; return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putAllFieldMapUint64Sint32200( java.util.Map values) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .putAll(values); bitField6_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { fieldMapUint64Sint64201_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint64201_.isMutable()) { fieldMapUint64Sint64201_ = fieldMapUint64Sint64201_.copy(); } bitField6_ |= 0x00000100; onChanged(); return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint64201() { bitField6_ = (bitField6_ & ~0x00000100); internalGetMutableFieldMapUint64Sint64201().getMutableMap() .clear(); return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder removeFieldMapUint64Sint64201( long key) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint64201() { bitField6_ |= 0x00000100; return internalGetMutableFieldMapUint64Sint64201().getMutableMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putFieldMapUint64Sint64201( long key, long value) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .put(key, value); bitField6_ |= 0x00000100; return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putAllFieldMapUint64Sint64201( java.util.Map values) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .putAll(values); bitField6_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { fieldMapUint64String202_ = com.google.protobuf.MapField.newMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64String202_.isMutable()) { fieldMapUint64String202_ = fieldMapUint64String202_.copy(); } bitField6_ |= 0x00000200; onChanged(); return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64String202() { bitField6_ = (bitField6_ & ~0x00000200); internalGetMutableFieldMapUint64String202().getMutableMap() .clear(); return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder removeFieldMapUint64String202( long key) { internalGetMutableFieldMapUint64String202().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64String202() { bitField6_ |= 0x00000200; return internalGetMutableFieldMapUint64String202().getMutableMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putFieldMapUint64String202( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64String202().getMutableMap() .put(key, value); bitField6_ |= 0x00000200; return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putAllFieldMapUint64String202( java.util.Map values) { internalGetMutableFieldMapUint64String202().getMutableMap() .putAll(values); bitField6_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { fieldMapUint64Uint32203_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint32203_.isMutable()) { fieldMapUint64Uint32203_ = fieldMapUint64Uint32203_.copy(); } bitField6_ |= 0x00000400; onChanged(); return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint32203() { bitField6_ = (bitField6_ & ~0x00000400); internalGetMutableFieldMapUint64Uint32203().getMutableMap() .clear(); return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder removeFieldMapUint64Uint32203( long key) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint32203() { bitField6_ |= 0x00000400; return internalGetMutableFieldMapUint64Uint32203().getMutableMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putFieldMapUint64Uint32203( long key, int value) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .put(key, value); bitField6_ |= 0x00000400; return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putAllFieldMapUint64Uint32203( java.util.Map values) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .putAll(values); bitField6_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { fieldMapUint64Uint64204_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint64204_.isMutable()) { fieldMapUint64Uint64204_ = fieldMapUint64Uint64204_.copy(); } bitField6_ |= 0x00000800; onChanged(); return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint64204() { bitField6_ = (bitField6_ & ~0x00000800); internalGetMutableFieldMapUint64Uint64204().getMutableMap() .clear(); return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder removeFieldMapUint64Uint64204( long key) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint64204() { bitField6_ |= 0x00000800; return internalGetMutableFieldMapUint64Uint64204().getMutableMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putFieldMapUint64Uint64204( long key, long value) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .put(key, value); bitField6_ |= 0x00000800; return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putAllFieldMapUint64Uint64204( java.util.Map values) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .putAll(values); bitField6_ |= 0x00000800; 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:protobuf.experimental.Proto3MessageWithMaps) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto3MessageWithMaps) private static final com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps(); } public static com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto3MessageWithMaps parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto3Testing.Proto3MessageWithMaps getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3SpecialFieldName_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3SpecialFieldName_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3Message_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3Message_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3Empty_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3Empty_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBool1Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBytes2Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolDouble3Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolEnum4Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed325Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed646Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFloat7Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt328Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt649Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolMessage10Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint3213Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint6414Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolString15Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolString15Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint3216Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint6417Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Double20Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Float24Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Message27Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32String32Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Double37Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Float41Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Message44Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64String49Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bool52Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Double54Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Enum55Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Float58Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int3259Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int6460Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Message61Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32String66Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32String66Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bool69Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Double71Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Enum72Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Float75Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int3276Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int6477Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Message78Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64String83Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64String83Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32String100Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64String117Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bool120Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Double122Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Enum123Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Float126Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int32127Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int64128Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Message129Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32String134Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32String134Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bool137Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Double139Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Enum140Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Float143Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int32144Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int64145Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Message146Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64String151Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64String151Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBool154Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBool154Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBytes155Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringDouble156Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringEnum157Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed32158Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed64159Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFloat160Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt32161Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt64162Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringMessage163Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint32166Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint64167Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringString168Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringString168Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint32169Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint64170Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bool171Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Double173Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Enum174Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Float177Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int32178Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int64179Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Message180Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32String185Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32String185Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bool188Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Double190Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Enum191Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Float194Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int32195Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int64196Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Message197Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64String202Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64String202Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n(com/google/protobuf/proto3_message.pro" + "to\022\025protobuf.experimental\"k\n\026Proto3Speci" + "alFieldName\022\024\n\014regular_name\030\001 \001(\001\022\023\n\013cac" + "hed_size\030\002 \001(\005\022\027\n\017serialized_size\030\003 \001(\003\022" + "\r\n\005class\030\004 \001(\t\"\222\022\n\rProto3Message\022\026\n\016fiel" + "d_double_1\030\001 \001(\001\022\025\n\rfield_float_2\030\002 \001(\002\022" + "\025\n\rfield_int64_3\030\003 \001(\003\022\026\n\016field_uint64_4" + "\030\004 \001(\004\022\025\n\rfield_int32_5\030\005 \001(\005\022\027\n\017field_f" + "ixed64_6\030\006 \001(\006\022\027\n\017field_fixed32_7\030\007 \001(\007\022" + "\024\n\014field_bool_8\030\010 \001(\010\022\026\n\016field_string_9\030" + "\t \001(\t\022>\n\020field_message_10\030\n \001(\0132$.protob" + "uf.experimental.Proto3Message\022\026\n\016field_b" + "ytes_11\030\013 \001(\014\022\027\n\017field_uint32_12\030\014 \001(\r\022D" + "\n\rfield_enum_13\030\r \001(\0162-.protobuf.experim" + "ental.Proto3Message.TestEnum\022\031\n\021field_sf" + "ixed32_14\030\016 \001(\017\022\031\n\021field_sfixed64_15\030\017 \001" + "(\020\022\027\n\017field_sint32_16\030\020 \001(\021\022\027\n\017field_sin" + "t64_17\030\021 \001(\022\022 \n\024field_double_list_18\030\022 \003" + "(\001B\002\020\000\022\037\n\023field_float_list_19\030\023 \003(\002B\002\020\000\022" + "\037\n\023field_int64_list_20\030\024 \003(\003B\002\020\000\022 \n\024fiel" + "d_uint64_list_21\030\025 \003(\004B\002\020\000\022\037\n\023field_int3" + "2_list_22\030\026 \003(\005B\002\020\000\022!\n\025field_fixed64_lis" + "t_23\030\027 \003(\006B\002\020\000\022!\n\025field_fixed32_list_24\030" + "\030 \003(\007B\002\020\000\022\036\n\022field_bool_list_25\030\031 \003(\010B\002\020" + "\000\022 \n\024field_string_list_26\030\032 \003(\tB\002\020\000\022G\n\025f" + "ield_message_list_27\030\033 \003(\0132$.protobuf.ex" + "perimental.Proto3MessageB\002\020\000\022\037\n\023field_by" + "tes_list_28\030\034 \003(\014B\002\020\000\022 \n\024field_uint32_li" + "st_29\030\035 \003(\rB\002\020\000\022M\n\022field_enum_list_30\030\036 " + "\003(\0162-.protobuf.experimental.Proto3Messag" + "e.TestEnumB\002\020\000\022\"\n\026field_sfixed32_list_31" + "\030\037 \003(\017B\002\020\000\022\"\n\026field_sfixed64_list_32\030 \003" + "(\020B\002\020\000\022 \n\024field_sint32_list_33\030! \003(\021B\002\020\000" + "\022 \n\024field_sint64_list_34\030\" \003(\022B\002\020\000\022\'\n\033fi" + "eld_double_list_packed_35\030# \003(\001B\002\020\001\022&\n\032f" + "ield_float_list_packed_36\030$ \003(\002B\002\020\001\022&\n\032f" + "ield_int64_list_packed_37\030% \003(\003B\002\020\001\022\'\n\033f" + "ield_uint64_list_packed_38\030& \003(\004B\002\020\001\022&\n\032" + "field_int32_list_packed_39\030\' \003(\005B\002\020\001\022(\n\034" + "field_fixed64_list_packed_40\030( \003(\006B\002\020\001\022(" + "\n\034field_fixed32_list_packed_41\030) \003(\007B\002\020\001" + "\022%\n\031field_bool_list_packed_42\030* \003(\010B\002\020\001\022" + "\'\n\033field_uint32_list_packed_43\030+ \003(\rB\002\020\001" + "\022T\n\031field_enum_list_packed_44\030, \003(\0162-.pr" + "otobuf.experimental.Proto3Message.TestEn" + "umB\002\020\001\022)\n\035field_sfixed32_list_packed_45\030" + "- \003(\017B\002\020\001\022)\n\035field_sfixed64_list_packed_" + "46\030. \003(\020B\002\020\001\022\'\n\033field_sint32_list_packed" + "_47\030/ \003(\021B\002\020\001\022\'\n\033field_sint64_list_packe" + "d_48\0300 \003(\022B\002\020\001\022\031\n\017field_double_53\0305 \001(\001H" + "\000\022\030\n\016field_float_54\0306 \001(\002H\000\022\030\n\016field_int" + "64_55\0307 \001(\003H\000\022\031\n\017field_uint64_56\0308 \001(\004H\000" + "\022\030\n\016field_int32_57\0309 \001(\005H\000\022\032\n\020field_fixe" + "d64_58\030: \001(\006H\000\022\032\n\020field_fixed32_59\030; \001(\007" + "H\000\022\027\n\rfield_bool_60\030< \001(\010H\000\022\031\n\017field_str" + "ing_61\030= \001(\tH\000\022@\n\020field_message_62\030> \001(\013" + "2$.protobuf.experimental.Proto3MessageH\000" + "\022\030\n\016field_bytes_63\030? \001(\014H\000\022\031\n\017field_uint" + "32_64\030@ \001(\rH\000\022\033\n\021field_sfixed32_65\030A \001(\017" + "H\000\022\033\n\021field_sfixed64_66\030B \001(\020H\000\022\031\n\017field" + "_sint32_67\030C \001(\021H\000\022\031\n\017field_sint64_68\030D " + "\001(\022H\000\"&\n\010TestEnum\022\010\n\004ZERO\020\000\022\007\n\003ONE\020\001\022\007\n\003" + "TWO\020\002B\014\n\ntest_oneof\"\r\n\013Proto3Empty\"\236\237\002\n\025" + "Proto3MessageWithMaps\022b\n\025field_map_bool_" + "bool_1\030\001 \003(\0132C.protobuf.experimental.Pro" + "to3MessageWithMaps.FieldMapBoolBool1Entr" + "y\022d\n\026field_map_bool_bytes_2\030\002 \003(\0132D.prot" + "obuf.experimental.Proto3MessageWithMaps." + "FieldMapBoolBytes2Entry\022f\n\027field_map_boo" + "l_double_3\030\003 \003(\0132E.protobuf.experimental" + ".Proto3MessageWithMaps.FieldMapBoolDoubl" + "e3Entry\022b\n\025field_map_bool_enum_4\030\004 \003(\0132C" + ".protobuf.experimental.Proto3MessageWith" + "Maps.FieldMapBoolEnum4Entry\022h\n\030field_map" + "_bool_fixed32_5\030\005 \003(\0132F.protobuf.experim" + "ental.Proto3MessageWithMaps.FieldMapBool" + "Fixed325Entry\022h\n\030field_map_bool_fixed64_" + "6\030\006 \003(\0132F.protobuf.experimental.Proto3Me" + "ssageWithMaps.FieldMapBoolFixed646Entry\022" + "d\n\026field_map_bool_float_7\030\007 \003(\0132D.protob" + "uf.experimental.Proto3MessageWithMaps.Fi" + "eldMapBoolFloat7Entry\022d\n\026field_map_bool_" + "int32_8\030\010 \003(\0132D.protobuf.experimental.Pr" + "oto3MessageWithMaps.FieldMapBoolInt328En" + "try\022d\n\026field_map_bool_int64_9\030\t \003(\0132D.pr" + "otobuf.experimental.Proto3MessageWithMap" + "s.FieldMapBoolInt649Entry\022j\n\031field_map_b" + "ool_message_10\030\n \003(\0132G.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapBoolM" + "essage10Entry\022l\n\032field_map_bool_sfixed32" + "_11\030\013 \003(\0132H.protobuf.experimental.Proto3" + "MessageWithMaps.FieldMapBoolSfixed3211En" + "try\022l\n\032field_map_bool_sfixed64_12\030\014 \003(\0132" + "H.protobuf.experimental.Proto3MessageWit" + "hMaps.FieldMapBoolSfixed6412Entry\022h\n\030fie" + "ld_map_bool_sint32_13\030\r \003(\0132F.protobuf.e" + "xperimental.Proto3MessageWithMaps.FieldM" + "apBoolSint3213Entry\022h\n\030field_map_bool_si" + "nt64_14\030\016 \003(\0132F.protobuf.experimental.Pr" + "oto3MessageWithMaps.FieldMapBoolSint6414" + "Entry\022h\n\030field_map_bool_string_15\030\017 \003(\0132" + "F.protobuf.experimental.Proto3MessageWit" + "hMaps.FieldMapBoolString15Entry\022h\n\030field" + "_map_bool_uint32_16\030\020 \003(\0132F.protobuf.exp" + "erimental.Proto3MessageWithMaps.FieldMap" + "BoolUint3216Entry\022h\n\030field_map_bool_uint" + "64_17\030\021 \003(\0132F.protobuf.experimental.Prot" + "o3MessageWithMaps.FieldMapBoolUint6417En" + "try\022j\n\031field_map_fixed32_bool_18\030\022 \003(\0132G" + ".protobuf.experimental.Proto3MessageWith" + "Maps.FieldMapFixed32Bool18Entry\022l\n\032field" + "_map_fixed32_bytes_19\030\023 \003(\0132H.protobuf.e" + "xperimental.Proto3MessageWithMaps.FieldM" + "apFixed32Bytes19Entry\022n\n\033field_map_fixed" + "32_double_20\030\024 \003(\0132I.protobuf.experiment" + "al.Proto3MessageWithMaps.FieldMapFixed32" + "Double20Entry\022j\n\031field_map_fixed32_enum_" + "21\030\025 \003(\0132G.protobuf.experimental.Proto3M" + "essageWithMaps.FieldMapFixed32Enum21Entr" + "y\022p\n\034field_map_fixed32_fixed32_22\030\026 \003(\0132" + "J.protobuf.experimental.Proto3MessageWit" + "hMaps.FieldMapFixed32Fixed3222Entry\022p\n\034f" + "ield_map_fixed32_fixed64_23\030\027 \003(\0132J.prot" + "obuf.experimental.Proto3MessageWithMaps." + "FieldMapFixed32Fixed6423Entry\022l\n\032field_m" + "ap_fixed32_float_24\030\030 \003(\0132H.protobuf.exp" + "erimental.Proto3MessageWithMaps.FieldMap" + "Fixed32Float24Entry\022l\n\032field_map_fixed32" + "_int32_25\030\031 \003(\0132H.protobuf.experimental." + "Proto3MessageWithMaps.FieldMapFixed32Int" + "3225Entry\022l\n\032field_map_fixed32_int64_26\030" + "\032 \003(\0132H.protobuf.experimental.Proto3Mess" + "ageWithMaps.FieldMapFixed32Int6426Entry\022" + "p\n\034field_map_fixed32_message_27\030\033 \003(\0132J." + "protobuf.experimental.Proto3MessageWithM" + "aps.FieldMapFixed32Message27Entry\022r\n\035fie" + "ld_map_fixed32_sfixed32_28\030\034 \003(\0132K.proto" + "buf.experimental.Proto3MessageWithMaps.F" + "ieldMapFixed32Sfixed3228Entry\022r\n\035field_m" + "ap_fixed32_sfixed64_29\030\035 \003(\0132K.protobuf." + "experimental.Proto3MessageWithMaps.Field" + "MapFixed32Sfixed6429Entry\022n\n\033field_map_f" + "ixed32_sint32_30\030\036 \003(\0132I.protobuf.experi" + "mental.Proto3MessageWithMaps.FieldMapFix" + "ed32Sint3230Entry\022n\n\033field_map_fixed32_s" + "int64_31\030\037 \003(\0132I.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapFixed32Sint" + "6431Entry\022n\n\033field_map_fixed32_string_32" + "\030 \003(\0132I.protobuf.experimental.Proto3Mes" + "sageWithMaps.FieldMapFixed32String32Entr" + "y\022n\n\033field_map_fixed32_uint32_33\030! \003(\0132I" + ".protobuf.experimental.Proto3MessageWith" + "Maps.FieldMapFixed32Uint3233Entry\022n\n\033fie" + "ld_map_fixed32_uint64_34\030\" \003(\0132I.protobu" + "f.experimental.Proto3MessageWithMaps.Fie" + "ldMapFixed32Uint6434Entry\022j\n\031field_map_f" + "ixed64_bool_35\030# \003(\0132G.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapFixed" + "64Bool35Entry\022l\n\032field_map_fixed64_bytes" + "_36\030$ \003(\0132H.protobuf.experimental.Proto3" + "MessageWithMaps.FieldMapFixed64Bytes36En" + "try\022n\n\033field_map_fixed64_double_37\030% \003(\013" + "2I.protobuf.experimental.Proto3MessageWi" + "thMaps.FieldMapFixed64Double37Entry\022j\n\031f" + "ield_map_fixed64_enum_38\030& \003(\0132G.protobu" + "f.experimental.Proto3MessageWithMaps.Fie" + "ldMapFixed64Enum38Entry\022p\n\034field_map_fix" + "ed64_fixed32_39\030\' \003(\0132J.protobuf.experim" + "ental.Proto3MessageWithMaps.FieldMapFixe" + "d64Fixed3239Entry\022p\n\034field_map_fixed64_f" + "ixed64_40\030( \003(\0132J.protobuf.experimental." + "Proto3MessageWithMaps.FieldMapFixed64Fix" + "ed6440Entry\022l\n\032field_map_fixed64_float_4" + "1\030) \003(\0132H.protobuf.experimental.Proto3Me" + "ssageWithMaps.FieldMapFixed64Float41Entr" + "y\022l\n\032field_map_fixed64_int32_42\030* \003(\0132H." + "protobuf.experimental.Proto3MessageWithM" + "aps.FieldMapFixed64Int3242Entry\022l\n\032field" + "_map_fixed64_int64_43\030+ \003(\0132H.protobuf.e" + "xperimental.Proto3MessageWithMaps.FieldM" + "apFixed64Int6443Entry\022p\n\034field_map_fixed" + "64_message_44\030, \003(\0132J.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapFixed6" + "4Message44Entry\022r\n\035field_map_fixed64_sfi" + "xed32_45\030- \003(\0132K.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapFixed64Sfix" + "ed3245Entry\022r\n\035field_map_fixed64_sfixed6" + "4_46\030. \003(\0132K.protobuf.experimental.Proto" + "3MessageWithMaps.FieldMapFixed64Sfixed64" + "46Entry\022n\n\033field_map_fixed64_sint32_47\030/" + " \003(\0132I.protobuf.experimental.Proto3Messa" + "geWithMaps.FieldMapFixed64Sint3247Entry\022" + "n\n\033field_map_fixed64_sint64_48\0300 \003(\0132I.p" + "rotobuf.experimental.Proto3MessageWithMa" + "ps.FieldMapFixed64Sint6448Entry\022n\n\033field" + "_map_fixed64_string_49\0301 \003(\0132I.protobuf." + "experimental.Proto3MessageWithMaps.Field" + "MapFixed64String49Entry\022n\n\033field_map_fix" + "ed64_uint32_50\0302 \003(\0132I.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapFixed" + "64Uint3250Entry\022n\n\033field_map_fixed64_uin" + "t64_51\0303 \003(\0132I.protobuf.experimental.Pro" + "to3MessageWithMaps.FieldMapFixed64Uint64" + "51Entry\022f\n\027field_map_int32_bool_52\0304 \003(\013" + "2E.protobuf.experimental.Proto3MessageWi" + "thMaps.FieldMapInt32Bool52Entry\022h\n\030field" + "_map_int32_bytes_53\0305 \003(\0132F.protobuf.exp" + "erimental.Proto3MessageWithMaps.FieldMap" + "Int32Bytes53Entry\022j\n\031field_map_int32_dou" + "ble_54\0306 \003(\0132G.protobuf.experimental.Pro" + "to3MessageWithMaps.FieldMapInt32Double54" + "Entry\022f\n\027field_map_int32_enum_55\0307 \003(\0132E" + ".protobuf.experimental.Proto3MessageWith" + "Maps.FieldMapInt32Enum55Entry\022l\n\032field_m" + "ap_int32_fixed32_56\0308 \003(\0132H.protobuf.exp" + "erimental.Proto3MessageWithMaps.FieldMap" + "Int32Fixed3256Entry\022l\n\032field_map_int32_f" + "ixed64_57\0309 \003(\0132H.protobuf.experimental." + "Proto3MessageWithMaps.FieldMapInt32Fixed" + "6457Entry\022h\n\030field_map_int32_float_58\030: " + "\003(\0132F.protobuf.experimental.Proto3Messag" + "eWithMaps.FieldMapInt32Float58Entry\022h\n\030f" + "ield_map_int32_int32_59\030; \003(\0132F.protobuf" + ".experimental.Proto3MessageWithMaps.Fiel" + "dMapInt32Int3259Entry\022h\n\030field_map_int32" + "_int64_60\030< \003(\0132F.protobuf.experimental." + "Proto3MessageWithMaps.FieldMapInt32Int64" + "60Entry\022l\n\032field_map_int32_message_61\030= " + "\003(\0132H.protobuf.experimental.Proto3Messag" + "eWithMaps.FieldMapInt32Message61Entry\022n\n" + "\033field_map_int32_sfixed32_62\030> \003(\0132I.pro" + "tobuf.experimental.Proto3MessageWithMaps" + ".FieldMapInt32Sfixed3262Entry\022n\n\033field_m" + "ap_int32_sfixed64_63\030? \003(\0132I.protobuf.ex" + "perimental.Proto3MessageWithMaps.FieldMa" + "pInt32Sfixed6463Entry\022j\n\031field_map_int32" + "_sint32_64\030@ \003(\0132G.protobuf.experimental" + ".Proto3MessageWithMaps.FieldMapInt32Sint" + "3264Entry\022j\n\031field_map_int32_sint64_65\030A" + " \003(\0132G.protobuf.experimental.Proto3Messa" + "geWithMaps.FieldMapInt32Sint6465Entry\022j\n" + "\031field_map_int32_string_66\030B \003(\0132G.proto" + "buf.experimental.Proto3MessageWithMaps.F" + "ieldMapInt32String66Entry\022j\n\031field_map_i" + "nt32_uint32_67\030C \003(\0132G.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapInt32" + "Uint3267Entry\022j\n\031field_map_int32_uint64_" + "68\030D \003(\0132G.protobuf.experimental.Proto3M" + "essageWithMaps.FieldMapInt32Uint6468Entr" + "y\022f\n\027field_map_int64_bool_69\030E \003(\0132E.pro" + "tobuf.experimental.Proto3MessageWithMaps" + ".FieldMapInt64Bool69Entry\022h\n\030field_map_i" + "nt64_bytes_70\030F \003(\0132F.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapInt64B" + "ytes70Entry\022j\n\031field_map_int64_double_71" + "\030G \003(\0132G.protobuf.experimental.Proto3Mes" + "sageWithMaps.FieldMapInt64Double71Entry\022" + "f\n\027field_map_int64_enum_72\030H \003(\0132E.proto" + "buf.experimental.Proto3MessageWithMaps.F" + "ieldMapInt64Enum72Entry\022l\n\032field_map_int" + "64_fixed32_73\030I \003(\0132H.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapInt64F" + "ixed3273Entry\022l\n\032field_map_int64_fixed64" + "_74\030J \003(\0132H.protobuf.experimental.Proto3" + "MessageWithMaps.FieldMapInt64Fixed6474En" + "try\022h\n\030field_map_int64_float_75\030K \003(\0132F." + "protobuf.experimental.Proto3MessageWithM" + "aps.FieldMapInt64Float75Entry\022h\n\030field_m" + "ap_int64_int32_76\030L \003(\0132F.protobuf.exper" + "imental.Proto3MessageWithMaps.FieldMapIn" + "t64Int3276Entry\022h\n\030field_map_int64_int64" + "_77\030M \003(\0132F.protobuf.experimental.Proto3" + "MessageWithMaps.FieldMapInt64Int6477Entr" + "y\022l\n\032field_map_int64_message_78\030N \003(\0132H." + "protobuf.experimental.Proto3MessageWithM" + "aps.FieldMapInt64Message78Entry\022n\n\033field" + "_map_int64_sfixed32_79\030O \003(\0132I.protobuf." + "experimental.Proto3MessageWithMaps.Field" + "MapInt64Sfixed3279Entry\022n\n\033field_map_int" + "64_sfixed64_80\030P \003(\0132I.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapInt64" + "Sfixed6480Entry\022j\n\031field_map_int64_sint3" + "2_81\030Q \003(\0132G.protobuf.experimental.Proto" + "3MessageWithMaps.FieldMapInt64Sint3281En" + "try\022j\n\031field_map_int64_sint64_82\030R \003(\0132G" + ".protobuf.experimental.Proto3MessageWith" + "Maps.FieldMapInt64Sint6482Entry\022j\n\031field" + "_map_int64_string_83\030S \003(\0132G.protobuf.ex" + "perimental.Proto3MessageWithMaps.FieldMa" + "pInt64String83Entry\022j\n\031field_map_int64_u" + "int32_84\030T \003(\0132G.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapInt64Uint32" + "84Entry\022j\n\031field_map_int64_uint64_85\030U \003" + "(\0132G.protobuf.experimental.Proto3Message" + "WithMaps.FieldMapInt64Uint6485Entry\022l\n\032f" + "ield_map_sfixed32_bool_86\030V \003(\0132H.protob" + "uf.experimental.Proto3MessageWithMaps.Fi" + "eldMapSfixed32Bool86Entry\022n\n\033field_map_s" + "fixed32_bytes_87\030W \003(\0132I.protobuf.experi" + "mental.Proto3MessageWithMaps.FieldMapSfi" + "xed32Bytes87Entry\022p\n\034field_map_sfixed32_" + "double_88\030X \003(\0132J.protobuf.experimental." + "Proto3MessageWithMaps.FieldMapSfixed32Do" + "uble88Entry\022l\n\032field_map_sfixed32_enum_8" + "9\030Y \003(\0132H.protobuf.experimental.Proto3Me" + "ssageWithMaps.FieldMapSfixed32Enum89Entr" + "y\022r\n\035field_map_sfixed32_fixed32_90\030Z \003(\013" + "2K.protobuf.experimental.Proto3MessageWi" + "thMaps.FieldMapSfixed32Fixed3290Entry\022r\n" + "\035field_map_sfixed32_fixed64_91\030[ \003(\0132K.p" + "rotobuf.experimental.Proto3MessageWithMa" + "ps.FieldMapSfixed32Fixed6491Entry\022n\n\033fie" + "ld_map_sfixed32_float_92\030\\ \003(\0132I.protobu" + "f.experimental.Proto3MessageWithMaps.Fie" + "ldMapSfixed32Float92Entry\022n\n\033field_map_s" + "fixed32_int32_93\030] \003(\0132I.protobuf.experi" + "mental.Proto3MessageWithMaps.FieldMapSfi" + "xed32Int3293Entry\022n\n\033field_map_sfixed32_" + "int64_94\030^ \003(\0132I.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapSfixed32Int" + "6494Entry\022r\n\035field_map_sfixed32_message_" + "95\030_ \003(\0132K.protobuf.experimental.Proto3M" + "essageWithMaps.FieldMapSfixed32Message95" + "Entry\022t\n\036field_map_sfixed32_sfixed32_96\030" + "` \003(\0132L.protobuf.experimental.Proto3Mess" + "ageWithMaps.FieldMapSfixed32Sfixed3296En" + "try\022t\n\036field_map_sfixed32_sfixed64_97\030a " + "\003(\0132L.protobuf.experimental.Proto3Messag" + "eWithMaps.FieldMapSfixed32Sfixed6497Entr" + "y\022p\n\034field_map_sfixed32_sint32_98\030b \003(\0132" + "J.protobuf.experimental.Proto3MessageWit" + "hMaps.FieldMapSfixed32Sint3298Entry\022p\n\034f" + "ield_map_sfixed32_sint64_99\030c \003(\0132J.prot" + "obuf.experimental.Proto3MessageWithMaps." + "FieldMapSfixed32Sint6499Entry\022r\n\035field_m" + "ap_sfixed32_string_100\030d \003(\0132K.protobuf." + "experimental.Proto3MessageWithMaps.Field" + "MapSfixed32String100Entry\022r\n\035field_map_s" + "fixed32_uint32_101\030e \003(\0132K.protobuf.expe" + "rimental.Proto3MessageWithMaps.FieldMapS" + "fixed32Uint32101Entry\022r\n\035field_map_sfixe" + "d32_uint64_102\030f \003(\0132K.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapSfixe" + "d32Uint64102Entry\022n\n\033field_map_sfixed64_" + "bool_103\030g \003(\0132I.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapSfixed64Boo" + "l103Entry\022p\n\034field_map_sfixed64_bytes_10" + "4\030h \003(\0132J.protobuf.experimental.Proto3Me" + "ssageWithMaps.FieldMapSfixed64Bytes104En" + "try\022r\n\035field_map_sfixed64_double_105\030i \003" + "(\0132K.protobuf.experimental.Proto3Message" + "WithMaps.FieldMapSfixed64Double105Entry\022" + "n\n\033field_map_sfixed64_enum_106\030j \003(\0132I.p" + "rotobuf.experimental.Proto3MessageWithMa" + "ps.FieldMapSfixed64Enum106Entry\022t\n\036field" + "_map_sfixed64_fixed32_107\030k \003(\0132L.protob" + "uf.experimental.Proto3MessageWithMaps.Fi" + "eldMapSfixed64Fixed32107Entry\022t\n\036field_m" + "ap_sfixed64_fixed64_108\030l \003(\0132L.protobuf" + ".experimental.Proto3MessageWithMaps.Fiel" + "dMapSfixed64Fixed64108Entry\022p\n\034field_map" + "_sfixed64_float_109\030m \003(\0132J.protobuf.exp" + "erimental.Proto3MessageWithMaps.FieldMap" + "Sfixed64Float109Entry\022p\n\034field_map_sfixe" + "d64_int32_110\030n \003(\0132J.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapSfixed" + "64Int32110Entry\022p\n\034field_map_sfixed64_in" + "t64_111\030o \003(\0132J.protobuf.experimental.Pr" + "oto3MessageWithMaps.FieldMapSfixed64Int6" + "4111Entry\022t\n\036field_map_sfixed64_message_" + "112\030p \003(\0132L.protobuf.experimental.Proto3" + "MessageWithMaps.FieldMapSfixed64Message1" + "12Entry\022v\n\037field_map_sfixed64_sfixed32_1" + "13\030q \003(\0132M.protobuf.experimental.Proto3M" + "essageWithMaps.FieldMapSfixed64Sfixed321" + "13Entry\022v\n\037field_map_sfixed64_sfixed64_1" + "14\030r \003(\0132M.protobuf.experimental.Proto3M" + "essageWithMaps.FieldMapSfixed64Sfixed641" + "14Entry\022r\n\035field_map_sfixed64_sint32_115" + "\030s \003(\0132K.protobuf.experimental.Proto3Mes" + "sageWithMaps.FieldMapSfixed64Sint32115En" + "try\022r\n\035field_map_sfixed64_sint64_116\030t \003" + "(\0132K.protobuf.experimental.Proto3Message" + "WithMaps.FieldMapSfixed64Sint64116Entry\022" + "r\n\035field_map_sfixed64_string_117\030u \003(\0132K" + ".protobuf.experimental.Proto3MessageWith" + "Maps.FieldMapSfixed64String117Entry\022r\n\035f" + "ield_map_sfixed64_uint32_118\030v \003(\0132K.pro" + "tobuf.experimental.Proto3MessageWithMaps" + ".FieldMapSfixed64Uint32118Entry\022r\n\035field" + "_map_sfixed64_uint64_119\030w \003(\0132K.protobu" + "f.experimental.Proto3MessageWithMaps.Fie" + "ldMapSfixed64Uint64119Entry\022j\n\031field_map" + "_sint32_bool_120\030x \003(\0132G.protobuf.experi" + "mental.Proto3MessageWithMaps.FieldMapSin" + "t32Bool120Entry\022l\n\032field_map_sint32_byte" + "s_121\030y \003(\0132H.protobuf.experimental.Prot" + "o3MessageWithMaps.FieldMapSint32Bytes121" + "Entry\022n\n\033field_map_sint32_double_122\030z \003" + "(\0132I.protobuf.experimental.Proto3Message", "WithMaps.FieldMapSint32Double122Entry\022j\n" + "\031field_map_sint32_enum_123\030{ \003(\0132G.proto" + "buf.experimental.Proto3MessageWithMaps.F" + "ieldMapSint32Enum123Entry\022p\n\034field_map_s" + "int32_fixed32_124\030| \003(\0132J.protobuf.exper" + "imental.Proto3MessageWithMaps.FieldMapSi" + "nt32Fixed32124Entry\022p\n\034field_map_sint32_" + "fixed64_125\030} \003(\0132J.protobuf.experimenta" + "l.Proto3MessageWithMaps.FieldMapSint32Fi" + "xed64125Entry\022l\n\032field_map_sint32_float_" + "126\030~ \003(\0132H.protobuf.experimental.Proto3" + "MessageWithMaps.FieldMapSint32Float126En" + "try\022l\n\032field_map_sint32_int32_127\030\177 \003(\0132" + "H.protobuf.experimental.Proto3MessageWit" + "hMaps.FieldMapSint32Int32127Entry\022m\n\032fie" + "ld_map_sint32_int64_128\030\200\001 \003(\0132H.protobu" + "f.experimental.Proto3MessageWithMaps.Fie" + "ldMapSint32Int64128Entry\022q\n\034field_map_si" + "nt32_message_129\030\201\001 \003(\0132J.protobuf.exper" + "imental.Proto3MessageWithMaps.FieldMapSi" + "nt32Message129Entry\022s\n\035field_map_sint32_" + "sfixed32_130\030\202\001 \003(\0132K.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapSint32" + "Sfixed32130Entry\022s\n\035field_map_sint32_sfi" + "xed64_131\030\203\001 \003(\0132K.protobuf.experimental" + ".Proto3MessageWithMaps.FieldMapSint32Sfi" + "xed64131Entry\022o\n\033field_map_sint32_sint32" + "_132\030\204\001 \003(\0132I.protobuf.experimental.Prot" + "o3MessageWithMaps.FieldMapSint32Sint3213" + "2Entry\022o\n\033field_map_sint32_sint64_133\030\205\001" + " \003(\0132I.protobuf.experimental.Proto3Messa" + "geWithMaps.FieldMapSint32Sint64133Entry\022" + "o\n\033field_map_sint32_string_134\030\206\001 \003(\0132I." + "protobuf.experimental.Proto3MessageWithM" + "aps.FieldMapSint32String134Entry\022o\n\033fiel" + "d_map_sint32_uint32_135\030\207\001 \003(\0132I.protobu" + "f.experimental.Proto3MessageWithMaps.Fie" + "ldMapSint32Uint32135Entry\022o\n\033field_map_s" + "int32_uint64_136\030\210\001 \003(\0132I.protobuf.exper" + "imental.Proto3MessageWithMaps.FieldMapSi" + "nt32Uint64136Entry\022k\n\031field_map_sint64_b" + "ool_137\030\211\001 \003(\0132G.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapSint64Bool1" + "37Entry\022m\n\032field_map_sint64_bytes_138\030\212\001" + " \003(\0132H.protobuf.experimental.Proto3Messa" + "geWithMaps.FieldMapSint64Bytes138Entry\022o" + "\n\033field_map_sint64_double_139\030\213\001 \003(\0132I.p" + "rotobuf.experimental.Proto3MessageWithMa" + "ps.FieldMapSint64Double139Entry\022k\n\031field" + "_map_sint64_enum_140\030\214\001 \003(\0132G.protobuf.e" + "xperimental.Proto3MessageWithMaps.FieldM" + "apSint64Enum140Entry\022q\n\034field_map_sint64" + "_fixed32_141\030\215\001 \003(\0132J.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapSint64" + "Fixed32141Entry\022q\n\034field_map_sint64_fixe" + "d64_142\030\216\001 \003(\0132J.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapSint64Fixed" + "64142Entry\022m\n\032field_map_sint64_float_143" + "\030\217\001 \003(\0132H.protobuf.experimental.Proto3Me" + "ssageWithMaps.FieldMapSint64Float143Entr" + "y\022m\n\032field_map_sint64_int32_144\030\220\001 \003(\0132H" + ".protobuf.experimental.Proto3MessageWith" + "Maps.FieldMapSint64Int32144Entry\022m\n\032fiel" + "d_map_sint64_int64_145\030\221\001 \003(\0132H.protobuf" + ".experimental.Proto3MessageWithMaps.Fiel" + "dMapSint64Int64145Entry\022q\n\034field_map_sin" + "t64_message_146\030\222\001 \003(\0132J.protobuf.experi" + "mental.Proto3MessageWithMaps.FieldMapSin" + "t64Message146Entry\022s\n\035field_map_sint64_s" + "fixed32_147\030\223\001 \003(\0132K.protobuf.experiment" + "al.Proto3MessageWithMaps.FieldMapSint64S" + "fixed32147Entry\022s\n\035field_map_sint64_sfix" + "ed64_148\030\224\001 \003(\0132K.protobuf.experimental." + "Proto3MessageWithMaps.FieldMapSint64Sfix" + "ed64148Entry\022o\n\033field_map_sint64_sint32_" + "149\030\225\001 \003(\0132I.protobuf.experimental.Proto" + "3MessageWithMaps.FieldMapSint64Sint32149" + "Entry\022o\n\033field_map_sint64_sint64_150\030\226\001 " + "\003(\0132I.protobuf.experimental.Proto3Messag" + "eWithMaps.FieldMapSint64Sint64150Entry\022o" + "\n\033field_map_sint64_string_151\030\227\001 \003(\0132I.p" + "rotobuf.experimental.Proto3MessageWithMa" + "ps.FieldMapSint64String151Entry\022o\n\033field" + "_map_sint64_uint32_152\030\230\001 \003(\0132I.protobuf" + ".experimental.Proto3MessageWithMaps.Fiel" + "dMapSint64Uint32152Entry\022o\n\033field_map_si" + "nt64_uint64_153\030\231\001 \003(\0132I.protobuf.experi" + "mental.Proto3MessageWithMaps.FieldMapSin" + "t64Uint64153Entry\022k\n\031field_map_string_bo" + "ol_154\030\232\001 \003(\0132G.protobuf.experimental.Pr" + "oto3MessageWithMaps.FieldMapStringBool15" + "4Entry\022m\n\032field_map_string_bytes_155\030\233\001 " + "\003(\0132H.protobuf.experimental.Proto3Messag" + "eWithMaps.FieldMapStringBytes155Entry\022o\n" + "\033field_map_string_double_156\030\234\001 \003(\0132I.pr" + "otobuf.experimental.Proto3MessageWithMap" + "s.FieldMapStringDouble156Entry\022k\n\031field_" + "map_string_enum_157\030\235\001 \003(\0132G.protobuf.ex" + "perimental.Proto3MessageWithMaps.FieldMa" + "pStringEnum157Entry\022q\n\034field_map_string_" + "fixed32_158\030\236\001 \003(\0132J.protobuf.experiment" + "al.Proto3MessageWithMaps.FieldMapStringF" + "ixed32158Entry\022q\n\034field_map_string_fixed" + "64_159\030\237\001 \003(\0132J.protobuf.experimental.Pr" + "oto3MessageWithMaps.FieldMapStringFixed6" + "4159Entry\022m\n\032field_map_string_float_160\030" + "\240\001 \003(\0132H.protobuf.experimental.Proto3Mes" + "sageWithMaps.FieldMapStringFloat160Entry" + "\022m\n\032field_map_string_int32_161\030\241\001 \003(\0132H." + "protobuf.experimental.Proto3MessageWithM" + "aps.FieldMapStringInt32161Entry\022m\n\032field" + "_map_string_int64_162\030\242\001 \003(\0132H.protobuf." + "experimental.Proto3MessageWithMaps.Field" + "MapStringInt64162Entry\022q\n\034field_map_stri" + "ng_message_163\030\243\001 \003(\0132J.protobuf.experim" + "ental.Proto3MessageWithMaps.FieldMapStri" + "ngMessage163Entry\022s\n\035field_map_string_sf" + "ixed32_164\030\244\001 \003(\0132K.protobuf.experimenta" + "l.Proto3MessageWithMaps.FieldMapStringSf" + "ixed32164Entry\022s\n\035field_map_string_sfixe" + "d64_165\030\245\001 \003(\0132K.protobuf.experimental.P" + "roto3MessageWithMaps.FieldMapStringSfixe" + "d64165Entry\022o\n\033field_map_string_sint32_1" + "66\030\246\001 \003(\0132I.protobuf.experimental.Proto3" + "MessageWithMaps.FieldMapStringSint32166E" + "ntry\022o\n\033field_map_string_sint64_167\030\247\001 \003" + "(\0132I.protobuf.experimental.Proto3Message" + "WithMaps.FieldMapStringSint64167Entry\022o\n" + "\033field_map_string_string_168\030\250\001 \003(\0132I.pr" + "otobuf.experimental.Proto3MessageWithMap" + "s.FieldMapStringString168Entry\022o\n\033field_" + "map_string_uint32_169\030\251\001 \003(\0132I.protobuf." + "experimental.Proto3MessageWithMaps.Field" + "MapStringUint32169Entry\022o\n\033field_map_str" + "ing_uint64_170\030\252\001 \003(\0132I.protobuf.experim" + "ental.Proto3MessageWithMaps.FieldMapStri" + "ngUint64170Entry\022k\n\031field_map_uint32_boo" + "l_171\030\253\001 \003(\0132G.protobuf.experimental.Pro" + "to3MessageWithMaps.FieldMapUint32Bool171" + "Entry\022m\n\032field_map_uint32_bytes_172\030\254\001 \003" + "(\0132H.protobuf.experimental.Proto3Message" + "WithMaps.FieldMapUint32Bytes172Entry\022o\n\033" + "field_map_uint32_double_173\030\255\001 \003(\0132I.pro" + "tobuf.experimental.Proto3MessageWithMaps" + ".FieldMapUint32Double173Entry\022k\n\031field_m" + "ap_uint32_enum_174\030\256\001 \003(\0132G.protobuf.exp" + "erimental.Proto3MessageWithMaps.FieldMap" + "Uint32Enum174Entry\022q\n\034field_map_uint32_f" + "ixed32_175\030\257\001 \003(\0132J.protobuf.experimenta" + "l.Proto3MessageWithMaps.FieldMapUint32Fi" + "xed32175Entry\022q\n\034field_map_uint32_fixed6" + "4_176\030\260\001 \003(\0132J.protobuf.experimental.Pro" + "to3MessageWithMaps.FieldMapUint32Fixed64" + "176Entry\022m\n\032field_map_uint32_float_177\030\261" + "\001 \003(\0132H.protobuf.experimental.Proto3Mess" + "ageWithMaps.FieldMapUint32Float177Entry\022" + "m\n\032field_map_uint32_int32_178\030\262\001 \003(\0132H.p" + "rotobuf.experimental.Proto3MessageWithMa" + "ps.FieldMapUint32Int32178Entry\022m\n\032field_" + "map_uint32_int64_179\030\263\001 \003(\0132H.protobuf.e" + "xperimental.Proto3MessageWithMaps.FieldM" + "apUint32Int64179Entry\022q\n\034field_map_uint3" + "2_message_180\030\264\001 \003(\0132J.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapUint3" + "2Message180Entry\022s\n\035field_map_uint32_sfi" + "xed32_181\030\265\001 \003(\0132K.protobuf.experimental" + ".Proto3MessageWithMaps.FieldMapUint32Sfi" + "xed32181Entry\022s\n\035field_map_uint32_sfixed" + "64_182\030\266\001 \003(\0132K.protobuf.experimental.Pr" + "oto3MessageWithMaps.FieldMapUint32Sfixed" + "64182Entry\022o\n\033field_map_uint32_sint32_18" + "3\030\267\001 \003(\0132I.protobuf.experimental.Proto3M" + "essageWithMaps.FieldMapUint32Sint32183En" + "try\022o\n\033field_map_uint32_sint64_184\030\270\001 \003(" + "\0132I.protobuf.experimental.Proto3MessageW" + "ithMaps.FieldMapUint32Sint64184Entry\022o\n\033" + "field_map_uint32_string_185\030\271\001 \003(\0132I.pro" + "tobuf.experimental.Proto3MessageWithMaps" + ".FieldMapUint32String185Entry\022o\n\033field_m" + "ap_uint32_uint32_186\030\272\001 \003(\0132I.protobuf.e" + "xperimental.Proto3MessageWithMaps.FieldM" + "apUint32Uint32186Entry\022o\n\033field_map_uint" + "32_uint64_187\030\273\001 \003(\0132I.protobuf.experime" + "ntal.Proto3MessageWithMaps.FieldMapUint3" + "2Uint64187Entry\022k\n\031field_map_uint64_bool" + "_188\030\274\001 \003(\0132G.protobuf.experimental.Prot" + "o3MessageWithMaps.FieldMapUint64Bool188E" + "ntry\022m\n\032field_map_uint64_bytes_189\030\275\001 \003(" + "\0132H.protobuf.experimental.Proto3MessageW" + "ithMaps.FieldMapUint64Bytes189Entry\022o\n\033f" + "ield_map_uint64_double_190\030\276\001 \003(\0132I.prot" + "obuf.experimental.Proto3MessageWithMaps." + "FieldMapUint64Double190Entry\022k\n\031field_ma" + "p_uint64_enum_191\030\277\001 \003(\0132G.protobuf.expe" + "rimental.Proto3MessageWithMaps.FieldMapU" + "int64Enum191Entry\022q\n\034field_map_uint64_fi" + "xed32_192\030\300\001 \003(\0132J.protobuf.experimental" + ".Proto3MessageWithMaps.FieldMapUint64Fix" + "ed32192Entry\022q\n\034field_map_uint64_fixed64" + "_193\030\301\001 \003(\0132J.protobuf.experimental.Prot" + "o3MessageWithMaps.FieldMapUint64Fixed641" + "93Entry\022m\n\032field_map_uint64_float_194\030\302\001" + " \003(\0132H.protobuf.experimental.Proto3Messa" + "geWithMaps.FieldMapUint64Float194Entry\022m" + "\n\032field_map_uint64_int32_195\030\303\001 \003(\0132H.pr" + "otobuf.experimental.Proto3MessageWithMap" + "s.FieldMapUint64Int32195Entry\022m\n\032field_m" + "ap_uint64_int64_196\030\304\001 \003(\0132H.protobuf.ex" + "perimental.Proto3MessageWithMaps.FieldMa" + "pUint64Int64196Entry\022q\n\034field_map_uint64" + "_message_197\030\305\001 \003(\0132J.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapUint64" + "Message197Entry\022s\n\035field_map_uint64_sfix" + "ed32_198\030\306\001 \003(\0132K.protobuf.experimental." + "Proto3MessageWithMaps.FieldMapUint64Sfix" + "ed32198Entry\022s\n\035field_map_uint64_sfixed6" + "4_199\030\307\001 \003(\0132K.protobuf.experimental.Pro" + "to3MessageWithMaps.FieldMapUint64Sfixed6" + "4199Entry\022o\n\033field_map_uint64_sint32_200" + "\030\310\001 \003(\0132I.protobuf.experimental.Proto3Me" + "ssageWithMaps.FieldMapUint64Sint32200Ent" + "ry\022o\n\033field_map_uint64_sint64_201\030\311\001 \003(\013" + "2I.protobuf.experimental.Proto3MessageWi" + "thMaps.FieldMapUint64Sint64201Entry\022o\n\033f" + "ield_map_uint64_string_202\030\312\001 \003(\0132I.prot" + "obuf.experimental.Proto3MessageWithMaps." + "FieldMapUint64String202Entry\022o\n\033field_ma" + "p_uint64_uint32_203\030\313\001 \003(\0132I.protobuf.ex" + "perimental.Proto3MessageWithMaps.FieldMa" + "pUint64Uint32203Entry\022o\n\033field_map_uint6" + "4_uint64_204\030\314\001 \003(\0132I.protobuf.experimen" + "tal.Proto3MessageWithMaps.FieldMapUint64" + "Uint64204Entry\0328\n\026FieldMapBoolBool1Entry" + "\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\010:\0028\001\0329\n\027Fiel" + "dMapBoolBytes2Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005valu" + "e\030\002 \001(\014:\0028\001\032:\n\030FieldMapBoolDouble3Entry\022" + "\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\001:\0028\001\032g\n\026Field" + "MapBoolEnum4Entry\022\013\n\003key\030\001 \001(\010\022<\n\005value\030" + "\002 \001(\0162-.protobuf.experimental.Proto3Mess" + "age.TestEnum:\0028\001\032;\n\031FieldMapBoolFixed325" + "Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\007:\0028\001\032;\n" + "\031FieldMapBoolFixed646Entry\022\013\n\003key\030\001 \001(\010\022" + "\r\n\005value\030\002 \001(\006:\0028\001\0329\n\027FieldMapBoolFloat7" + "Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\002:\0028\001\0329\n" + "\027FieldMapBoolInt328Entry\022\013\n\003key\030\001 \001(\010\022\r\n" + "\005value\030\002 \001(\005:\0028\001\0329\n\027FieldMapBoolInt649En" + "try\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\003:\0028\001\032b\n\032F" + "ieldMapBoolMessage10Entry\022\013\n\003key\030\001 \001(\010\0223" + "\n\005value\030\002 \001(\0132$.protobuf.experimental.Pr" + "oto3Message:\0028\001\032=\n\033FieldMapBoolSfixed321" + "1Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\017:\0028\001\032=" + "\n\033FieldMapBoolSfixed6412Entry\022\013\n\003key\030\001 \001" + "(\010\022\r\n\005value\030\002 \001(\020:\0028\001\032;\n\031FieldMapBoolSin" + "t3213Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\021:\002" + "8\001\032;\n\031FieldMapBoolSint6414Entry\022\013\n\003key\030\001" + " \001(\010\022\r\n\005value\030\002 \001(\022:\0028\001\032;\n\031FieldMapBoolS" + "tring15Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\t" + ":\0028\001\032;\n\031FieldMapBoolUint3216Entry\022\013\n\003key" + "\030\001 \001(\010\022\r\n\005value\030\002 \001(\r:\0028\001\032;\n\031FieldMapBoo" + "lUint6417Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001" + "(\004:\0028\001\032<\n\032FieldMapFixed32Bool18Entry\022\013\n\003" + "key\030\001 \001(\007\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldMap" + "Fixed32Bytes19Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005valu" + "e\030\002 \001(\014:\0028\001\032>\n\034FieldMapFixed32Double20En" + "try\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n\032F" + "ieldMapFixed32Enum21Entry\022\013\n\003key\030\001 \001(\007\022<" + "\n\005value\030\002 \001(\0162-.protobuf.experimental.Pr" + "oto3Message.TestEnum:\0028\001\032?\n\035FieldMapFixe" + "d32Fixed3222Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030" + "\002 \001(\007:\0028\001\032?\n\035FieldMapFixed32Fixed6423Ent" + "ry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033Fi" + "eldMapFixed32Float24Entry\022\013\n\003key\030\001 \001(\007\022\r" + "\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapFixed32Int3" + "225Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\005:\0028\001" + "\032=\n\033FieldMapFixed32Int6426Entry\022\013\n\003key\030\001" + " \001(\007\022\r\n\005value\030\002 \001(\003:\0028\001\032e\n\035FieldMapFixed" + "32Message27Entry\022\013\n\003key\030\001 \001(\007\0223\n\005value\030\002" + " \001(\0132$.protobuf.experimental.Proto3Messa" + "ge:\0028\001\032@\n\036FieldMapFixed32Sfixed3228Entry" + "\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036Fiel" + "dMapFixed32Sfixed6429Entry\022\013\n\003key\030\001 \001(\007\022" + "\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMapFixed32Sin" + "t3230Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\021:\002" + "8\001\032>\n\034FieldMapFixed32Sint6431Entry\022\013\n\003ke" + "y\030\001 \001(\007\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapFi" + "xed32String32Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value" + "\030\002 \001(\t:\0028\001\032>\n\034FieldMapFixed32Uint3233Ent" + "ry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034Fi" + "eldMapFixed32Uint6434Entry\022\013\n\003key\030\001 \001(\007\022" + "\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapFixed64Boo" + "l35Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\010:\0028\001" + "\032=\n\033FieldMapFixed64Bytes36Entry\022\013\n\003key\030\001" + " \001(\006\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMapFixed" + "64Double37Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 " + "\001(\001:\0028\001\032k\n\032FieldMapFixed64Enum38Entry\022\013\n" + "\003key\030\001 \001(\006\022<\n\005value\030\002 \001(\0162-.protobuf.exp" + "erimental.Proto3Message.TestEnum:\0028\001\032?\n\035" + "FieldMapFixed64Fixed3239Entry\022\013\n\003key\030\001 \001" + "(\006\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMapFixed64" + "Fixed6440Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001" + "(\006:\0028\001\032=\n\033FieldMapFixed64Float41Entry\022\013\n" + "\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMa" + "pFixed64Int3242Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005val" + "ue\030\002 \001(\005:\0028\001\032=\n\033FieldMapFixed64Int6443En" + "try\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\003:\0028\001\032e\n\035F" + "ieldMapFixed64Message44Entry\022\013\n\003key\030\001 \001(" + "\006\0223\n\005value\030\002 \001(\0132$.protobuf.experimental" + ".Proto3Message:\0028\001\032@\n\036FieldMapFixed64Sfi" + "xed3245Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\017" + ":\0028\001\032@\n\036FieldMapFixed64Sfixed6446Entry\022\013" + "\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldM" + "apFixed64Sint3247Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005v" + "alue\030\002 \001(\021:\0028\001\032>\n\034FieldMapFixed64Sint644" + "8Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\022:\0028\001\032>" + "\n\034FieldMapFixed64String49Entry\022\013\n\003key\030\001 " + "\001(\006\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMapFixed6" + "4Uint3250Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001" + "(\r:\0028\001\032>\n\034FieldMapFixed64Uint6451Entry\022\013" + "\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\004:\0028\001\032:\n\030FieldM" + "apInt32Bool52Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value" + "\030\002 \001(\010:\0028\001\032;\n\031FieldMapInt32Bytes53Entry\022" + "\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\014:\0028\001\032<\n\032Field" + "MapInt32Double54Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005va" + "lue\030\002 \001(\001:\0028\001\032i\n\030FieldMapInt32Enum55Entr" + "y\022\013\n\003key\030\001 \001(\005\022<\n\005value\030\002 \001(\0162-.protobuf" + ".experimental.Proto3Message.TestEnum:\0028\001" + "\032=\n\033FieldMapInt32Fixed3256Entry\022\013\n\003key\030\001" + " \001(\005\022\r\n\005value\030\002 \001(\007:\0028\001\032=\n\033FieldMapInt32" + "Fixed6457Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001" + "(\006:\0028\001\032;\n\031FieldMapInt32Float58Entry\022\013\n\003k" + "ey\030\001 \001(\005\022\r\n\005value\030\002 \001(\002:\0028\001\032;\n\031FieldMapI" + "nt32Int3259Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002" + " \001(\005:\0028\001\032;\n\031FieldMapInt32Int6460Entry\022\013\n" + "\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\003:\0028\001\032c\n\033FieldMa" + "pInt32Message61Entry\022\013\n\003key\030\001 \001(\005\0223\n\005val" + "ue\030\002 \001(\0132$.protobuf.experimental.Proto3M" + "essage:\0028\001\032>\n\034FieldMapInt32Sfixed3262Ent" + "ry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\017:\0028\001\032>\n\034Fi" + "eldMapInt32Sfixed6463Entry\022\013\n\003key\030\001 \001(\005\022" + "\r\n\005value\030\002 \001(\020:\0028\001\032<\n\032FieldMapInt32Sint3" + "264Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\021:\0028\001" + "\032<\n\032FieldMapInt32Sint6465Entry\022\013\n\003key\030\001 " + "\001(\005\022\r\n\005value\030\002 \001(\022:\0028\001\032<\n\032FieldMapInt32S" + "tring66Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\t" + ":\0028\001\032<\n\032FieldMapInt32Uint3267Entry\022\013\n\003ke" + "y\030\001 \001(\005\022\r\n\005value\030\002 \001(\r:\0028\001\032<\n\032FieldMapIn" + "t32Uint6468Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002" + " \001(\004:\0028\001\032:\n\030FieldMapInt64Bool69Entry\022\013\n\003" + "key\030\001 \001(\003\022\r\n\005value\030\002 \001(\010:\0028\001\032;\n\031FieldMap" + "Int64Bytes70Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030" + "\002 \001(\014:\0028\001\032<\n\032FieldMapInt64Double71Entry\022" + "\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\001:\0028\001\032i\n\030Field" + "MapInt64Enum72Entry\022\013\n\003key\030\001 \001(\003\022<\n\005valu" + "e\030\002 \001(\0162-.protobuf.experimental.Proto3Me" + "ssage.TestEnum:\0028\001\032=\n\033FieldMapInt64Fixed" + "3273Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\007:\0028" + "\001\032=\n\033FieldMapInt64Fixed6474Entry\022\013\n\003key\030" + "\001 \001(\003\022\r\n\005value\030\002 \001(\006:\0028\001\032;\n\031FieldMapInt6" + "4Float75Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(" + "\002:\0028\001\032;\n\031FieldMapInt64Int3276Entry\022\013\n\003ke" + "y\030\001 \001(\003\022\r\n\005value\030\002 \001(\005:\0028\001\032;\n\031FieldMapIn" + "t64Int6477Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 " + "\001(\003:\0028\001\032c\n\033FieldMapInt64Message78Entry\022\013" + "\n\003key\030\001 \001(\003\0223\n\005value\030\002 \001(\0132$.protobuf.ex" + "perimental.Proto3Message:\0028\001\032>\n\034FieldMap" + "Int64Sfixed3279Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005val" + "ue\030\002 \001(\017:\0028\001\032>\n\034FieldMapInt64Sfixed6480E" + "ntry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\020:\0028\001\032<\n\032" + "FieldMapInt64Sint3281Entry\022\013\n\003key\030\001 \001(\003\022" + "\r\n\005value\030\002 \001(\021:\0028\001\032<\n\032FieldMapInt64Sint6" + "482Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\022:\0028\001" + "\032<\n\032FieldMapInt64String83Entry\022\013\n\003key\030\001 " + "\001(\003\022\r\n\005value\030\002 \001(\t:\0028\001\032<\n\032FieldMapInt64U" + "int3284Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\r" + ":\0028\001\032<\n\032FieldMapInt64Uint6485Entry\022\013\n\003ke" + "y\030\001 \001(\003\022\r\n\005value\030\002 \001(\004:\0028\001\032=\n\033FieldMapSf" + "ixed32Bool86Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030" + "\002 \001(\010:\0028\001\032>\n\034FieldMapSfixed32Bytes87Entr" + "y\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\014:\0028\001\032?\n\035Fie" + "ldMapSfixed32Double88Entry\022\013\n\003key\030\001 \001(\017\022" + "\r\n\005value\030\002 \001(\001:\0028\001\032l\n\033FieldMapSfixed32En" + "um89Entry\022\013\n\003key\030\001 \001(\017\022<\n\005value\030\002 \001(\0162-." + "protobuf.experimental.Proto3Message.Test" + "Enum:\0028\001\032@\n\036FieldMapSfixed32Fixed3290Ent" + "ry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\007:\0028\001\032@\n\036Fi" + "eldMapSfixed32Fixed6491Entry\022\013\n\003key\030\001 \001(" + "\017\022\r\n\005value\030\002 \001(\006:\0028\001\032>\n\034FieldMapSfixed32" + "Float92Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\002" + ":\0028\001\032>\n\034FieldMapSfixed32Int3293Entry\022\013\n\003" + "key\030\001 \001(\017\022\r\n\005value\030\002 \001(\005:\0028\001\032>\n\034FieldMap" + "Sfixed32Int6494Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005val" + "ue\030\002 \001(\003:\0028\001\032f\n\036FieldMapSfixed32Message9" + "5Entry\022\013\n\003key\030\001 \001(\017\0223\n\005value\030\002 \001(\0132$.pro" + "tobuf.experimental.Proto3Message:\0028\001\032A\n\037" + "FieldMapSfixed32Sfixed3296Entry\022\013\n\003key\030\001" + " \001(\017\022\r\n\005value\030\002 \001(\017:\0028\001\032A\n\037FieldMapSfixe" + "d32Sfixed6497Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value" + "\030\002 \001(\020:\0028\001\032?\n\035FieldMapSfixed32Sint3298En" + "try\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\021:\0028\001\032?\n\035F" + "ieldMapSfixed32Sint6499Entry\022\013\n\003key\030\001 \001(", "\017\022\r\n\005value\030\002 \001(\022:\0028\001\032@\n\036FieldMapSfixed32" + "String100Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001" + "(\t:\0028\001\032@\n\036FieldMapSfixed32Uint32101Entry" + "\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\r:\0028\001\032@\n\036Fiel" + "dMapSfixed32Uint64102Entry\022\013\n\003key\030\001 \001(\017\022" + "\r\n\005value\030\002 \001(\004:\0028\001\032>\n\034FieldMapSfixed64Bo" + "ol103Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\010:\002" + "8\001\032?\n\035FieldMapSfixed64Bytes104Entry\022\013\n\003k" + "ey\030\001 \001(\020\022\r\n\005value\030\002 \001(\014:\0028\001\032@\n\036FieldMapS" + "fixed64Double105Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005va" + "lue\030\002 \001(\001:\0028\001\032m\n\034FieldMapSfixed64Enum106" + "Entry\022\013\n\003key\030\001 \001(\020\022<\n\005value\030\002 \001(\0162-.prot" + "obuf.experimental.Proto3Message.TestEnum" + ":\0028\001\032A\n\037FieldMapSfixed64Fixed32107Entry\022" + "\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\007:\0028\001\032A\n\037Field" + "MapSfixed64Fixed64108Entry\022\013\n\003key\030\001 \001(\020\022" + "\r\n\005value\030\002 \001(\006:\0028\001\032?\n\035FieldMapSfixed64Fl" + "oat109Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032?\n\035FieldMapSfixed64Int32110Entry\022\013\n\003" + "key\030\001 \001(\020\022\r\n\005value\030\002 \001(\005:\0028\001\032?\n\035FieldMap" + "Sfixed64Int64111Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005va" + "lue\030\002 \001(\003:\0028\001\032g\n\037FieldMapSfixed64Message" + "112Entry\022\013\n\003key\030\001 \001(\020\0223\n\005value\030\002 \001(\0132$.p" + "rotobuf.experimental.Proto3Message:\0028\001\032B" + "\n FieldMapSfixed64Sfixed32113Entry\022\013\n\003ke" + "y\030\001 \001(\020\022\r\n\005value\030\002 \001(\017:\0028\001\032B\n FieldMapSf" + "ixed64Sfixed64114Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005v" + "alue\030\002 \001(\020:\0028\001\032@\n\036FieldMapSfixed64Sint32" + "115Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\021:\0028\001" + "\032@\n\036FieldMapSfixed64Sint64116Entry\022\013\n\003ke" + "y\030\001 \001(\020\022\r\n\005value\030\002 \001(\022:\0028\001\032@\n\036FieldMapSf" + "ixed64String117Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005val" + "ue\030\002 \001(\t:\0028\001\032@\n\036FieldMapSfixed64Uint3211" + "8Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\r:\0028\001\032@" + "\n\036FieldMapSfixed64Uint64119Entry\022\013\n\003key\030" + "\001 \001(\020\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapSint" + "32Bool120Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001" + "(\010:\0028\001\032=\n\033FieldMapSint32Bytes121Entry\022\013\n" + "\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMa" + "pSint32Double122Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005va" + "lue\030\002 \001(\001:\0028\001\032k\n\032FieldMapSint32Enum123En" + "try\022\013\n\003key\030\001 \001(\021\022<\n\005value\030\002 \001(\0162-.protob" + "uf.experimental.Proto3Message.TestEnum:\002" + "8\001\032?\n\035FieldMapSint32Fixed32124Entry\022\013\n\003k" + "ey\030\001 \001(\021\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMapS" + "int32Fixed64125Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005val" + "ue\030\002 \001(\006:\0028\001\032=\n\033FieldMapSint32Float126En" + "try\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033F" + "ieldMapSint32Int32127Entry\022\013\n\003key\030\001 \001(\021\022" + "\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapSint32Int6" + "4128Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\003:\0028" + "\001\032e\n\035FieldMapSint32Message129Entry\022\013\n\003ke" + "y\030\001 \001(\021\0223\n\005value\030\002 \001(\0132$.protobuf.experi" + "mental.Proto3Message:\0028\001\032@\n\036FieldMapSint" + "32Sfixed32130Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value" + "\030\002 \001(\017:\0028\001\032@\n\036FieldMapSint32Sfixed64131E" + "ntry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034" + "FieldMapSint32Sint32132Entry\022\013\n\003key\030\001 \001(" + "\021\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMapSint32Si" + "nt64133Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\022" + ":\0028\001\032>\n\034FieldMapSint32String134Entry\022\013\n\003" + "key\030\001 \001(\021\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMap" + "Sint32Uint32135Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005val" + "ue\030\002 \001(\r:\0028\001\032>\n\034FieldMapSint32Uint64136E" + "ntry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032" + "FieldMapSint64Bool137Entry\022\013\n\003key\030\001 \001(\022\022" + "\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldMapSint64Byte" + "s138Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\014:\0028" + "\001\032>\n\034FieldMapSint64Double139Entry\022\013\n\003key" + "\030\001 \001(\022\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n\032FieldMapSin" + "t64Enum140Entry\022\013\n\003key\030\001 \001(\022\022<\n\005value\030\002 " + "\001(\0162-.protobuf.experimental.Proto3Messag" + "e.TestEnum:\0028\001\032?\n\035FieldMapSint64Fixed321" + "41Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\007:\0028\001\032" + "?\n\035FieldMapSint64Fixed64142Entry\022\013\n\003key\030" + "\001 \001(\022\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapSint" + "64Float143Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 " + "\001(\002:\0028\001\032=\n\033FieldMapSint64Int32144Entry\022\013" + "\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldM" + "apSint64Int64145Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005va" + "lue\030\002 \001(\003:\0028\001\032e\n\035FieldMapSint64Message14" + "6Entry\022\013\n\003key\030\001 \001(\022\0223\n\005value\030\002 \001(\0132$.pro" + "tobuf.experimental.Proto3Message:\0028\001\032@\n\036" + "FieldMapSint64Sfixed32147Entry\022\013\n\003key\030\001 " + "\001(\022\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapSint64" + "Sfixed64148Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002" + " \001(\020:\0028\001\032>\n\034FieldMapSint64Sint32149Entry" + "\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034Fiel" + "dMapSint64Sint64150Entry\022\013\n\003key\030\001 \001(\022\022\r\n" + "\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapSint64String" + "151Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\t:\0028\001" + "\032>\n\034FieldMapSint64Uint32152Entry\022\013\n\003key\030" + "\001 \001(\022\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapSint" + "64Uint64153Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002" + " \001(\004:\0028\001\032<\n\032FieldMapStringBool154Entry\022\013" + "\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldM" + "apStringBytes155Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" + "lue\030\002 \001(\014:\0028\001\032>\n\034FieldMapStringDouble156" + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n" + "\032FieldMapStringEnum157Entry\022\013\n\003key\030\001 \001(\t" + "\022<\n\005value\030\002 \001(\0162-.protobuf.experimental." + "Proto3Message.TestEnum:\0028\001\032?\n\035FieldMapSt" + "ringFixed32158Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005valu" + "e\030\002 \001(\007:\0028\001\032?\n\035FieldMapStringFixed64159E" + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033" + "FieldMapStringFloat160Entry\022\013\n\003key\030\001 \001(\t" + "\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapStringInt" + "32161Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\002" + "8\001\032=\n\033FieldMapStringInt64162Entry\022\013\n\003key" + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001\032e\n\035FieldMapStr" + "ingMessage163Entry\022\013\n\003key\030\001 \001(\t\0223\n\005value" + "\030\002 \001(\0132$.protobuf.experimental.Proto3Mes" + "sage:\0028\001\032@\n\036FieldMapStringSfixed32164Ent" + "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036Fi" + "eldMapStringSfixed64165Entry\022\013\n\003key\030\001 \001(" + "\t\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMapStringSi" + "nt32166Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\021" + ":\0028\001\032>\n\034FieldMapStringSint64167Entry\022\013\n\003" + "key\030\001 \001(\t\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMap" + "StringString168Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + "ue\030\002 \001(\t:\0028\001\032>\n\034FieldMapStringUint32169E" + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034" + "FieldMapStringUint64170Entry\022\013\n\003key\030\001 \001(" + "\t\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapUint32Bo" + "ol171Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\010:\002" + "8\001\032=\n\033FieldMapUint32Bytes172Entry\022\013\n\003key" + "\030\001 \001(\r\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMapUin" + "t32Double173Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030" + "\002 \001(\001:\0028\001\032k\n\032FieldMapUint32Enum174Entry\022" + "\013\n\003key\030\001 \001(\r\022<\n\005value\030\002 \001(\0162-.protobuf.e" + "xperimental.Proto3Message.TestEnum:\0028\001\032?" + "\n\035FieldMapUint32Fixed32175Entry\022\013\n\003key\030\001" + " \001(\r\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMapUint3" + "2Fixed64176Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002" + " \001(\006:\0028\001\032=\n\033FieldMapUint32Float177Entry\022" + "\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033Field" + "MapUint32Int32178Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005v" + "alue\030\002 \001(\005:\0028\001\032=\n\033FieldMapUint32Int64179" + "Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\003:\0028\001\032e\n" + "\035FieldMapUint32Message180Entry\022\013\n\003key\030\001 " + "\001(\r\0223\n\005value\030\002 \001(\0132$.protobuf.experiment" + "al.Proto3Message:\0028\001\032@\n\036FieldMapUint32Sf" + "ixed32181Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001" + "(\017:\0028\001\032@\n\036FieldMapUint32Sfixed64182Entry" + "\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034Fiel" + "dMapUint32Sint32183Entry\022\013\n\003key\030\001 \001(\r\022\r\n" + "\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMapUint32Sint64" + "184Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\022:\0028\001" + "\032>\n\034FieldMapUint32String185Entry\022\013\n\003key\030" + "\001 \001(\r\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMapUint" + "32Uint32186Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002" + " \001(\r:\0028\001\032>\n\034FieldMapUint32Uint64187Entry" + "\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032Fiel" + "dMapUint64Bool188Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005v" + "alue\030\002 \001(\010:\0028\001\032=\n\033FieldMapUint64Bytes189" + "Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n" + "\034FieldMapUint64Double190Entry\022\013\n\003key\030\001 \001" + "(\004\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n\032FieldMapUint64E" + "num191Entry\022\013\n\003key\030\001 \001(\004\022<\n\005value\030\002 \001(\0162" + "-.protobuf.experimental.Proto3Message.Te" + "stEnum:\0028\001\032?\n\035FieldMapUint64Fixed32192En" + "try\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035F" + "ieldMapUint64Fixed64193Entry\022\013\n\003key\030\001 \001(" + "\004\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapUint64Fl" + "oat194Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032=\n\033FieldMapUint64Int32195Entry\022\013\n\003ke" + "y\030\001 \001(\004\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapUi" + "nt64Int64196Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030" + "\002 \001(\003:\0028\001\032e\n\035FieldMapUint64Message197Ent" + "ry\022\013\n\003key\030\001 \001(\004\0223\n\005value\030\002 \001(\0132$.protobu" + "f.experimental.Proto3Message:\0028\001\032@\n\036Fiel" + "dMapUint64Sfixed32198Entry\022\013\n\003key\030\001 \001(\004\022" + "\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapUint64Sfix" + "ed64199Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\020" + ":\0028\001\032>\n\034FieldMapUint64Sint32200Entry\022\013\n\003" + "key\030\001 \001(\004\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMap" + "Uint64Sint64201Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005val" + "ue\030\002 \001(\022:\0028\001\032>\n\034FieldMapUint64String202E" + "ntry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034" + "FieldMapUint64Uint32203Entry\022\013\n\003key\030\001 \001(" + "\004\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapUint64Ui" + "nt64204Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\004" + ":\0028\001B,\n\033com.google.protobuf.testingB\rPro" + "to3Testingb\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_protobuf_experimental_Proto3SpecialFieldName_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protobuf_experimental_Proto3SpecialFieldName_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3SpecialFieldName_descriptor, new java.lang.String[] { "RegularName", "CachedSize_", "SerializedSize_", "Class_", }); internal_static_protobuf_experimental_Proto3Message_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_protobuf_experimental_Proto3Message_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3Message_descriptor, new java.lang.String[] { "FieldDouble1", "FieldFloat2", "FieldInt643", "FieldUint644", "FieldInt325", "FieldFixed646", "FieldFixed327", "FieldBool8", "FieldString9", "FieldMessage10", "FieldBytes11", "FieldUint3212", "FieldEnum13", "FieldSfixed3214", "FieldSfixed6415", "FieldSint3216", "FieldSint6417", "FieldDoubleList18", "FieldFloatList19", "FieldInt64List20", "FieldUint64List21", "FieldInt32List22", "FieldFixed64List23", "FieldFixed32List24", "FieldBoolList25", "FieldStringList26", "FieldMessageList27", "FieldBytesList28", "FieldUint32List29", "FieldEnumList30", "FieldSfixed32List31", "FieldSfixed64List32", "FieldSint32List33", "FieldSint64List34", "FieldDoubleListPacked35", "FieldFloatListPacked36", "FieldInt64ListPacked37", "FieldUint64ListPacked38", "FieldInt32ListPacked39", "FieldFixed64ListPacked40", "FieldFixed32ListPacked41", "FieldBoolListPacked42", "FieldUint32ListPacked43", "FieldEnumListPacked44", "FieldSfixed32ListPacked45", "FieldSfixed64ListPacked46", "FieldSint32ListPacked47", "FieldSint64ListPacked48", "FieldDouble53", "FieldFloat54", "FieldInt6455", "FieldUint6456", "FieldInt3257", "FieldFixed6458", "FieldFixed3259", "FieldBool60", "FieldString61", "FieldMessage62", "FieldBytes63", "FieldUint3264", "FieldSfixed3265", "FieldSfixed6466", "FieldSint3267", "FieldSint6468", "TestOneof", }); internal_static_protobuf_experimental_Proto3Empty_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_protobuf_experimental_Proto3Empty_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3Empty_descriptor, new java.lang.String[] { }); internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_protobuf_experimental_Proto3MessageWithMaps_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor, new java.lang.String[] { "FieldMapBoolBool1", "FieldMapBoolBytes2", "FieldMapBoolDouble3", "FieldMapBoolEnum4", "FieldMapBoolFixed325", "FieldMapBoolFixed646", "FieldMapBoolFloat7", "FieldMapBoolInt328", "FieldMapBoolInt649", "FieldMapBoolMessage10", "FieldMapBoolSfixed3211", "FieldMapBoolSfixed6412", "FieldMapBoolSint3213", "FieldMapBoolSint6414", "FieldMapBoolString15", "FieldMapBoolUint3216", "FieldMapBoolUint6417", "FieldMapFixed32Bool18", "FieldMapFixed32Bytes19", "FieldMapFixed32Double20", "FieldMapFixed32Enum21", "FieldMapFixed32Fixed3222", "FieldMapFixed32Fixed6423", "FieldMapFixed32Float24", "FieldMapFixed32Int3225", "FieldMapFixed32Int6426", "FieldMapFixed32Message27", "FieldMapFixed32Sfixed3228", "FieldMapFixed32Sfixed6429", "FieldMapFixed32Sint3230", "FieldMapFixed32Sint6431", "FieldMapFixed32String32", "FieldMapFixed32Uint3233", "FieldMapFixed32Uint6434", "FieldMapFixed64Bool35", "FieldMapFixed64Bytes36", "FieldMapFixed64Double37", "FieldMapFixed64Enum38", "FieldMapFixed64Fixed3239", "FieldMapFixed64Fixed6440", "FieldMapFixed64Float41", "FieldMapFixed64Int3242", "FieldMapFixed64Int6443", "FieldMapFixed64Message44", "FieldMapFixed64Sfixed3245", "FieldMapFixed64Sfixed6446", "FieldMapFixed64Sint3247", "FieldMapFixed64Sint6448", "FieldMapFixed64String49", "FieldMapFixed64Uint3250", "FieldMapFixed64Uint6451", "FieldMapInt32Bool52", "FieldMapInt32Bytes53", "FieldMapInt32Double54", "FieldMapInt32Enum55", "FieldMapInt32Fixed3256", "FieldMapInt32Fixed6457", "FieldMapInt32Float58", "FieldMapInt32Int3259", "FieldMapInt32Int6460", "FieldMapInt32Message61", "FieldMapInt32Sfixed3262", "FieldMapInt32Sfixed6463", "FieldMapInt32Sint3264", "FieldMapInt32Sint6465", "FieldMapInt32String66", "FieldMapInt32Uint3267", "FieldMapInt32Uint6468", "FieldMapInt64Bool69", "FieldMapInt64Bytes70", "FieldMapInt64Double71", "FieldMapInt64Enum72", "FieldMapInt64Fixed3273", "FieldMapInt64Fixed6474", "FieldMapInt64Float75", "FieldMapInt64Int3276", "FieldMapInt64Int6477", "FieldMapInt64Message78", "FieldMapInt64Sfixed3279", "FieldMapInt64Sfixed6480", "FieldMapInt64Sint3281", "FieldMapInt64Sint6482", "FieldMapInt64String83", "FieldMapInt64Uint3284", "FieldMapInt64Uint6485", "FieldMapSfixed32Bool86", "FieldMapSfixed32Bytes87", "FieldMapSfixed32Double88", "FieldMapSfixed32Enum89", "FieldMapSfixed32Fixed3290", "FieldMapSfixed32Fixed6491", "FieldMapSfixed32Float92", "FieldMapSfixed32Int3293", "FieldMapSfixed32Int6494", "FieldMapSfixed32Message95", "FieldMapSfixed32Sfixed3296", "FieldMapSfixed32Sfixed6497", "FieldMapSfixed32Sint3298", "FieldMapSfixed32Sint6499", "FieldMapSfixed32String100", "FieldMapSfixed32Uint32101", "FieldMapSfixed32Uint64102", "FieldMapSfixed64Bool103", "FieldMapSfixed64Bytes104", "FieldMapSfixed64Double105", "FieldMapSfixed64Enum106", "FieldMapSfixed64Fixed32107", "FieldMapSfixed64Fixed64108", "FieldMapSfixed64Float109", "FieldMapSfixed64Int32110", "FieldMapSfixed64Int64111", "FieldMapSfixed64Message112", "FieldMapSfixed64Sfixed32113", "FieldMapSfixed64Sfixed64114", "FieldMapSfixed64Sint32115", "FieldMapSfixed64Sint64116", "FieldMapSfixed64String117", "FieldMapSfixed64Uint32118", "FieldMapSfixed64Uint64119", "FieldMapSint32Bool120", "FieldMapSint32Bytes121", "FieldMapSint32Double122", "FieldMapSint32Enum123", "FieldMapSint32Fixed32124", "FieldMapSint32Fixed64125", "FieldMapSint32Float126", "FieldMapSint32Int32127", "FieldMapSint32Int64128", "FieldMapSint32Message129", "FieldMapSint32Sfixed32130", "FieldMapSint32Sfixed64131", "FieldMapSint32Sint32132", "FieldMapSint32Sint64133", "FieldMapSint32String134", "FieldMapSint32Uint32135", "FieldMapSint32Uint64136", "FieldMapSint64Bool137", "FieldMapSint64Bytes138", "FieldMapSint64Double139", "FieldMapSint64Enum140", "FieldMapSint64Fixed32141", "FieldMapSint64Fixed64142", "FieldMapSint64Float143", "FieldMapSint64Int32144", "FieldMapSint64Int64145", "FieldMapSint64Message146", "FieldMapSint64Sfixed32147", "FieldMapSint64Sfixed64148", "FieldMapSint64Sint32149", "FieldMapSint64Sint64150", "FieldMapSint64String151", "FieldMapSint64Uint32152", "FieldMapSint64Uint64153", "FieldMapStringBool154", "FieldMapStringBytes155", "FieldMapStringDouble156", "FieldMapStringEnum157", "FieldMapStringFixed32158", "FieldMapStringFixed64159", "FieldMapStringFloat160", "FieldMapStringInt32161", "FieldMapStringInt64162", "FieldMapStringMessage163", "FieldMapStringSfixed32164", "FieldMapStringSfixed64165", "FieldMapStringSint32166", "FieldMapStringSint64167", "FieldMapStringString168", "FieldMapStringUint32169", "FieldMapStringUint64170", "FieldMapUint32Bool171", "FieldMapUint32Bytes172", "FieldMapUint32Double173", "FieldMapUint32Enum174", "FieldMapUint32Fixed32175", "FieldMapUint32Fixed64176", "FieldMapUint32Float177", "FieldMapUint32Int32178", "FieldMapUint32Int64179", "FieldMapUint32Message180", "FieldMapUint32Sfixed32181", "FieldMapUint32Sfixed64182", "FieldMapUint32Sint32183", "FieldMapUint32Sint64184", "FieldMapUint32String185", "FieldMapUint32Uint32186", "FieldMapUint32Uint64187", "FieldMapUint64Bool188", "FieldMapUint64Bytes189", "FieldMapUint64Double190", "FieldMapUint64Enum191", "FieldMapUint64Fixed32192", "FieldMapUint64Fixed64193", "FieldMapUint64Float194", "FieldMapUint64Int32195", "FieldMapUint64Int64196", "FieldMapUint64Message197", "FieldMapUint64Sfixed32198", "FieldMapUint64Sfixed64199", "FieldMapUint64Sint32200", "FieldMapUint64Sint64201", "FieldMapUint64String202", "FieldMapUint64Uint32203", "FieldMapUint64Uint64204", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBool1Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(0); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBool1Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBytes2Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(1); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolBytes2Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolDouble3Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(2); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolDouble3Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolEnum4Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(3); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolEnum4Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed325Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(4); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed325Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed646Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(5); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFixed646Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFloat7Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(6); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolFloat7Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt328Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(7); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt328Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt649Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(8); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolInt649Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolMessage10Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(9); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolMessage10Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(10); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed3211Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(11); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSfixed6412Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint3213Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(12); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint3213Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint6414Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(13); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolSint6414Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolString15Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(14); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolString15Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolString15Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint3216Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(15); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint3216Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint6417Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(16); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapBoolUint6417Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(17); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bool18Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(18); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Bytes19Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Double20Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(19); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Double20Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(20); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Enum21Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(21); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(22); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Float24Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(23); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Float24Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(24); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int3225Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(25); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Int6426Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Message27Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(26); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Message27Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(27); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(28); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(29); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint3230Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(30); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Sint6431Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32String32Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(31); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32String32Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(32); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint3233Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(33); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed32Uint6434Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(34); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bool35Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(35); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Bytes36Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Double37Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(36); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Double37Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(37); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Enum38Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(38); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(39); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Float41Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(40); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Float41Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(41); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int3242Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(42); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Int6443Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Message44Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(43); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Message44Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(44); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(45); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(46); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint3247Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(47); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Sint6448Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64String49Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(48); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64String49Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(49); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint3250Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(50); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapFixed64Uint6451Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bool52Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(51); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bool52Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(52); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Bytes53Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Double54Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(53); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Double54Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Enum55Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(54); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Enum55Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(55); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed3256Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(56); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Fixed6457Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Float58Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(57); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Float58Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int3259Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(58); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int3259Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int6460Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(59); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Int6460Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Message61Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(60); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Message61Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(61); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(62); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(63); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint3264Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(64); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Sint6465Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32String66Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(65); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32String66Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32String66Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(66); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint3267Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(67); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt32Uint6468Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bool69Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(68); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bool69Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(69); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Bytes70Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Double71Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(70); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Double71Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Enum72Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(71); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Enum72Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(72); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed3273Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(73); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Fixed6474Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Float75Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(74); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Float75Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int3276Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(75); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int3276Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int6477Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(76); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Int6477Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Message78Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(77); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Message78Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(78); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(79); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(80); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint3281Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(81); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Sint6482Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64String83Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(82); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64String83Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64String83Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(83); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint3284Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(84); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapInt64Uint6485Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(85); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bool86Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(86); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(87); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Double88Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(88); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Enum89Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(89); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(90); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(91); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Float92Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(92); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int3293Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(93); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Int6494Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(94); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Message95Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(95); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(96); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(97); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(98); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32String100Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(99); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32String100Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(100); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(101); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(102); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bool103Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(103); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(104); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Double105Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(105); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Enum106Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(106); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(107); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(108); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Float109Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(109); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int32110Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(110); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Int64111Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(111); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Message112Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(112); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(113); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(114); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(115); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64String117Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(116); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64String117Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(117); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(118); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bool120Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(119); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bool120Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(120); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Bytes121Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Double122Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(121); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Double122Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Enum123Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(122); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Enum123Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(123); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed32124Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(124); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Fixed64125Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Float126Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(125); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Float126Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int32127Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(126); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int32127Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int64128Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(127); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Int64128Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Message129Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(128); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Message129Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(129); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(130); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(131); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint32132Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(132); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Sint64133Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32String134Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(133); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32String134Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32String134Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(134); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint32135Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(135); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint32Uint64136Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bool137Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(136); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bool137Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(137); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Bytes138Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Double139Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(138); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Double139Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Enum140Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(139); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Enum140Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(140); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed32141Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(141); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Fixed64142Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Float143Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(142); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Float143Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int32144Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(143); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int32144Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int64145Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(144); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Int64145Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Message146Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(145); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Message146Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(146); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(147); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(148); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint32149Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(149); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Sint64150Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64String151Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(150); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64String151Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64String151Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(151); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint32152Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(152); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapSint64Uint64153Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBool154Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(153); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBool154Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBool154Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBytes155Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(154); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringBytes155Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringDouble156Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(155); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringDouble156Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringEnum157Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(156); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringEnum157Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed32158Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(157); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed32158Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed64159Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(158); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFixed64159Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFloat160Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(159); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringFloat160Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt32161Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(160); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt32161Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt64162Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(161); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringInt64162Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringMessage163Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(162); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringMessage163Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(163); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed32164Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(164); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSfixed64165Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint32166Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(165); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint32166Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint64167Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(166); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringSint64167Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringString168Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(167); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringString168Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringString168Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint32169Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(168); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint32169Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint64170Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(169); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapStringUint64170Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bool171Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(170); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bool171Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(171); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Bytes172Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Double173Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(172); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Double173Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Enum174Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(173); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Enum174Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(174); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed32175Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(175); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Fixed64176Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Float177Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(176); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Float177Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int32178Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(177); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int32178Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int64179Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(178); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Int64179Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Message180Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(179); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Message180Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(180); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(181); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(182); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint32183Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(183); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Sint64184Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32String185Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(184); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32String185Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32String185Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(185); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint32186Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(186); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint32Uint64187Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bool188Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(187); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bool188Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(188); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Bytes189Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Double190Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(189); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Double190Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Enum191Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(190); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Enum191Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(191); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed32192Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(192); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Fixed64193Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Float194Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(193); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Float194Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int32195Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(194); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int32195Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int64196Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(195); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Int64196Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Message197Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(196); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Message197Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(197); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(198); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(199); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint32200Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(200); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Sint64201Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64String202Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(201); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64String202Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64String202Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(202); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint32203Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageWithMaps_descriptor.getNestedTypes().get(203); internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageWithMaps_FieldMapUint64Uint64204Entry_descriptor, new java.lang.String[] { "Key", "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK !*}Y/}Y/2com/google/protobuf/testing/Proto3TestingLite.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/proto3_message_lite.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf.testing; public final class Proto3TestingLite { private Proto3TestingLite() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface Proto3MessageLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto3MessageLite) com.google.protobuf.MessageOrBuilder { /** * double field_double_1 = 1; * @return The fieldDouble1. */ double getFieldDouble1(); /** * float field_float_2 = 2; * @return The fieldFloat2. */ float getFieldFloat2(); /** * int64 field_int64_3 = 3; * @return The fieldInt643. */ long getFieldInt643(); /** * uint64 field_uint64_4 = 4; * @return The fieldUint644. */ long getFieldUint644(); /** * int32 field_int32_5 = 5; * @return The fieldInt325. */ int getFieldInt325(); /** * fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ long getFieldFixed646(); /** * fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ int getFieldFixed327(); /** * bool field_bool_8 = 8; * @return The fieldBool8. */ boolean getFieldBool8(); /** * string field_string_9 = 9; * @return The fieldString9. */ java.lang.String getFieldString9(); /** * string field_string_9 = 9; * @return The bytes for fieldString9. */ com.google.protobuf.ByteString getFieldString9Bytes(); /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ boolean hasFieldMessage10(); /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; * @return The fieldMessage10. */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessage10(); /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessage10OrBuilder(); /** * bytes field_bytes_11 = 11; * @return The fieldBytes11. */ com.google.protobuf.ByteString getFieldBytes11(); /** * uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ int getFieldUint3212(); /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @return The enum numeric value on the wire for fieldEnum13. */ int getFieldEnum13Value(); /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnum13(); /** * sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ int getFieldSfixed3214(); /** * sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ long getFieldSfixed6415(); /** * sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ int getFieldSint3216(); /** * sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ long getFieldSint6417(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ java.util.List getFieldDoubleList18List(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ int getFieldDoubleList18Count(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ double getFieldDoubleList18(int index); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ java.util.List getFieldFloatList19List(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ int getFieldFloatList19Count(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ float getFieldFloatList19(int index); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ java.util.List getFieldInt64List20List(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ int getFieldInt64List20Count(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ long getFieldInt64List20(int index); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ java.util.List getFieldUint64List21List(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ int getFieldUint64List21Count(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ long getFieldUint64List21(int index); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ java.util.List getFieldInt32List22List(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ int getFieldInt32List22Count(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ int getFieldInt32List22(int index); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ java.util.List getFieldFixed64List23List(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ int getFieldFixed64List23Count(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ long getFieldFixed64List23(int index); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ java.util.List getFieldFixed32List24List(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ int getFieldFixed32List24Count(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ int getFieldFixed32List24(int index); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ java.util.List getFieldBoolList25List(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ int getFieldBoolList25Count(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ boolean getFieldBoolList25(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ java.util.List getFieldStringList26List(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ int getFieldStringList26Count(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ java.lang.String getFieldStringList26(int index); /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ com.google.protobuf.ByteString getFieldStringList26Bytes(int index); /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27List(); /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessageList27(int index); /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ int getFieldMessageList27Count(); /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ java.util.List getFieldMessageList27OrBuilderList(); /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessageList27OrBuilder( int index); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ java.util.List getFieldBytesList28List(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ int getFieldBytesList28Count(); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ com.google.protobuf.ByteString getFieldBytesList28(int index); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ java.util.List getFieldUint32List29List(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ int getFieldUint32List29Count(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ int getFieldUint32List29(int index); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ java.util.List getFieldEnumList30List(); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ int getFieldEnumList30Count(); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnumList30(int index); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the enum numeric values on the wire for fieldEnumList30. */ java.util.List getFieldEnumList30ValueList(); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumList30 at the given index. */ int getFieldEnumList30Value(int index); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ java.util.List getFieldSfixed32List31List(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ int getFieldSfixed32List31Count(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ int getFieldSfixed32List31(int index); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ java.util.List getFieldSfixed64List32List(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ int getFieldSfixed64List32Count(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ long getFieldSfixed64List32(int index); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ java.util.List getFieldSint32List33List(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ int getFieldSint32List33Count(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ int getFieldSint32List33(int index); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ java.util.List getFieldSint64List34List(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ int getFieldSint64List34Count(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ long getFieldSint64List34(int index); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ java.util.List getFieldDoubleListPacked35List(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ int getFieldDoubleListPacked35Count(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ double getFieldDoubleListPacked35(int index); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ java.util.List getFieldFloatListPacked36List(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ int getFieldFloatListPacked36Count(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ float getFieldFloatListPacked36(int index); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ java.util.List getFieldInt64ListPacked37List(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ int getFieldInt64ListPacked37Count(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ long getFieldInt64ListPacked37(int index); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ java.util.List getFieldUint64ListPacked38List(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ int getFieldUint64ListPacked38Count(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ long getFieldUint64ListPacked38(int index); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ java.util.List getFieldInt32ListPacked39List(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ int getFieldInt32ListPacked39Count(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ int getFieldInt32ListPacked39(int index); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ java.util.List getFieldFixed64ListPacked40List(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ int getFieldFixed64ListPacked40Count(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ long getFieldFixed64ListPacked40(int index); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ java.util.List getFieldFixed32ListPacked41List(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ int getFieldFixed32ListPacked41Count(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ int getFieldFixed32ListPacked41(int index); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ java.util.List getFieldBoolListPacked42List(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ int getFieldBoolListPacked42Count(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ boolean getFieldBoolListPacked42(int index); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ java.util.List getFieldUint32ListPacked43List(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ int getFieldUint32ListPacked43Count(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ int getFieldUint32ListPacked43(int index); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ java.util.List getFieldEnumListPacked44List(); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ int getFieldEnumListPacked44Count(); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnumListPacked44(int index); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the enum numeric values on the wire for fieldEnumListPacked44. */ java.util.List getFieldEnumListPacked44ValueList(); /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumListPacked44 at the given index. */ int getFieldEnumListPacked44Value(int index); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ java.util.List getFieldSfixed32ListPacked45List(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ int getFieldSfixed32ListPacked45Count(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ int getFieldSfixed32ListPacked45(int index); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ java.util.List getFieldSfixed64ListPacked46List(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ int getFieldSfixed64ListPacked46Count(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ long getFieldSfixed64ListPacked46(int index); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ java.util.List getFieldSint32ListPacked47List(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ int getFieldSint32ListPacked47Count(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ int getFieldSint32ListPacked47(int index); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ java.util.List getFieldSint64ListPacked48List(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ int getFieldSint64ListPacked48Count(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ long getFieldSint64ListPacked48(int index); /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ boolean hasFieldDouble53(); /** * double field_double_53 = 53; * @return The fieldDouble53. */ double getFieldDouble53(); /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ boolean hasFieldFloat54(); /** * float field_float_54 = 54; * @return The fieldFloat54. */ float getFieldFloat54(); /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ boolean hasFieldInt6455(); /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ long getFieldInt6455(); /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ boolean hasFieldUint6456(); /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ long getFieldUint6456(); /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ boolean hasFieldInt3257(); /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ int getFieldInt3257(); /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ boolean hasFieldFixed6458(); /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ long getFieldFixed6458(); /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ boolean hasFieldFixed3259(); /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ int getFieldFixed3259(); /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ boolean hasFieldBool60(); /** * bool field_bool_60 = 60; * @return The fieldBool60. */ boolean getFieldBool60(); /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ boolean hasFieldString61(); /** * string field_string_61 = 61; * @return The fieldString61. */ java.lang.String getFieldString61(); /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ com.google.protobuf.ByteString getFieldString61Bytes(); /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ boolean hasFieldMessage62(); /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; * @return The fieldMessage62. */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessage62(); /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessage62OrBuilder(); /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ boolean hasFieldBytes63(); /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ com.google.protobuf.ByteString getFieldBytes63(); /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ boolean hasFieldUint3264(); /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ int getFieldUint3264(); /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ boolean hasFieldSfixed3265(); /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ int getFieldSfixed3265(); /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ boolean hasFieldSfixed6466(); /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ long getFieldSfixed6466(); /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ boolean hasFieldSint3267(); /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ int getFieldSint3267(); /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ boolean hasFieldSint6468(); /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ long getFieldSint6468(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestOneofCase getTestOneofCase(); } /** * Protobuf type {@code protobuf.experimental.Proto3MessageLite} */ public static final class Proto3MessageLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto3MessageLite) Proto3MessageLiteOrBuilder { private static final long serialVersionUID = 0L; // Use Proto3MessageLite.newBuilder() to construct. private Proto3MessageLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto3MessageLite() { fieldString9_ = ""; fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldEnum13_ = 0; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); fieldMessageList27_ = java.util.Collections.emptyList(); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto3MessageLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.class, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder.class); } /** * Protobuf enum {@code protobuf.experimental.Proto3MessageLite.TestEnum} */ public enum TestEnum implements com.google.protobuf.ProtocolMessageEnum { /** * ZERO = 0; */ ZERO(0), /** * ONE = 1; */ ONE(1), /** * TWO = 2; */ TWO(2), UNRECOGNIZED(-1), ; /** * ZERO = 0; */ public static final int ZERO_VALUE = 0; /** * ONE = 1; */ public static final int ONE_VALUE = 1; /** * TWO = 2; */ public static final int TWO_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static TestEnum forNumber(int value) { switch (value) { case 0: return ZERO; case 1: return ONE; case 2: return TWO; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< TestEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public TestEnum findValueByNumber(int number) { return TestEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDescriptor().getEnumTypes().get(0); } private static final TestEnum[] VALUES = values(); public static TestEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private TestEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:protobuf.experimental.Proto3MessageLite.TestEnum) } private int bitField0_; private int testOneofCase_ = 0; @SuppressWarnings("serial") private java.lang.Object testOneof_; public enum TestOneofCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { FIELD_DOUBLE_53(53), FIELD_FLOAT_54(54), FIELD_INT64_55(55), FIELD_UINT64_56(56), FIELD_INT32_57(57), FIELD_FIXED64_58(58), FIELD_FIXED32_59(59), FIELD_BOOL_60(60), FIELD_STRING_61(61), FIELD_MESSAGE_62(62), FIELD_BYTES_63(63), FIELD_UINT32_64(64), FIELD_SFIXED32_65(65), FIELD_SFIXED64_66(66), FIELD_SINT32_67(67), FIELD_SINT64_68(68), TESTONEOF_NOT_SET(0); private final int value; private TestOneofCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TestOneofCase valueOf(int value) { return forNumber(value); } public static TestOneofCase forNumber(int value) { switch (value) { case 53: return FIELD_DOUBLE_53; case 54: return FIELD_FLOAT_54; case 55: return FIELD_INT64_55; case 56: return FIELD_UINT64_56; case 57: return FIELD_INT32_57; case 58: return FIELD_FIXED64_58; case 59: return FIELD_FIXED32_59; case 60: return FIELD_BOOL_60; case 61: return FIELD_STRING_61; case 62: return FIELD_MESSAGE_62; case 63: return FIELD_BYTES_63; case 64: return FIELD_UINT32_64; case 65: return FIELD_SFIXED32_65; case 66: return FIELD_SFIXED64_66; case 67: return FIELD_SINT32_67; case 68: return FIELD_SINT64_68; case 0: return TESTONEOF_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public static final int FIELD_DOUBLE_1_FIELD_NUMBER = 1; private double fieldDouble1_ = 0D; /** * double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } public static final int FIELD_FLOAT_2_FIELD_NUMBER = 2; private float fieldFloat2_ = 0F; /** * float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } public static final int FIELD_INT64_3_FIELD_NUMBER = 3; private long fieldInt643_ = 0L; /** * int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } public static final int FIELD_UINT64_4_FIELD_NUMBER = 4; private long fieldUint644_ = 0L; /** * uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } public static final int FIELD_INT32_5_FIELD_NUMBER = 5; private int fieldInt325_ = 0; /** * int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } public static final int FIELD_FIXED64_6_FIELD_NUMBER = 6; private long fieldFixed646_ = 0L; /** * fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } public static final int FIELD_FIXED32_7_FIELD_NUMBER = 7; private int fieldFixed327_ = 0; /** * fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } public static final int FIELD_BOOL_8_FIELD_NUMBER = 8; private boolean fieldBool8_ = false; /** * bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } public static final int FIELD_STRING_9_FIELD_NUMBER = 9; @SuppressWarnings("serial") private volatile java.lang.Object fieldString9_ = ""; /** * string field_string_9 = 9; * @return The fieldString9. */ @java.lang.Override public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldString9_ = s; return s; } } /** * string field_string_9 = 9; * @return The bytes for fieldString9. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_10_FIELD_NUMBER = 10; private com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite fieldMessage10_; /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ @java.lang.Override public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000001) != 0); } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; * @return The fieldMessage10. */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessage10() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance() : fieldMessage10_; } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessage10OrBuilder() { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance() : fieldMessage10_; } public static final int FIELD_BYTES_11_FIELD_NUMBER = 11; private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } public static final int FIELD_UINT32_12_FIELD_NUMBER = 12; private int fieldUint3212_ = 0; /** * uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } public static final int FIELD_ENUM_13_FIELD_NUMBER = 13; private int fieldEnum13_ = 0; /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @return The enum numeric value on the wire for fieldEnum13. */ @java.lang.Override public int getFieldEnum13Value() { return fieldEnum13_; } /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum result = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED : result; } public static final int FIELD_SFIXED32_14_FIELD_NUMBER = 14; private int fieldSfixed3214_ = 0; /** * sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } public static final int FIELD_SFIXED64_15_FIELD_NUMBER = 15; private long fieldSfixed6415_ = 0L; /** * sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } public static final int FIELD_SINT32_16_FIELD_NUMBER = 16; private int fieldSint3216_ = 0; /** * sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } public static final int FIELD_SINT64_17_FIELD_NUMBER = 17; private long fieldSint6417_ = 0L; /** * sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } public static final int FIELD_DOUBLE_LIST_18_FIELD_NUMBER = 18; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ @java.lang.Override public java.util.List getFieldDoubleList18List() { return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } public static final int FIELD_FLOAT_LIST_19_FIELD_NUMBER = 19; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ @java.lang.Override public java.util.List getFieldFloatList19List() { return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } public static final int FIELD_INT64_LIST_20_FIELD_NUMBER = 20; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ @java.lang.Override public java.util.List getFieldInt64List20List() { return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } public static final int FIELD_UINT64_LIST_21_FIELD_NUMBER = 21; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ @java.lang.Override public java.util.List getFieldUint64List21List() { return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } public static final int FIELD_INT32_LIST_22_FIELD_NUMBER = 22; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ @java.lang.Override public java.util.List getFieldInt32List22List() { return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } public static final int FIELD_FIXED64_LIST_23_FIELD_NUMBER = 23; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ @java.lang.Override public java.util.List getFieldFixed64List23List() { return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } public static final int FIELD_FIXED32_LIST_24_FIELD_NUMBER = 24; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ @java.lang.Override public java.util.List getFieldFixed32List24List() { return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } public static final int FIELD_BOOL_LIST_25_FIELD_NUMBER = 25; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ @java.lang.Override public java.util.List getFieldBoolList25List() { return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } public static final int FIELD_STRING_LIST_26_FIELD_NUMBER = 26; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } public static final int FIELD_MESSAGE_LIST_27_FIELD_NUMBER = 27; @SuppressWarnings("serial") private java.util.List fieldMessageList27_; /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27List() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public java.util.List getFieldMessageList27OrBuilderList() { return fieldMessageList27_; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public int getFieldMessageList27Count() { return fieldMessageList27_.size(); } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessageList27(int index) { return fieldMessageList27_.get(index); } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessageList27OrBuilder( int index) { return fieldMessageList27_.get(index); } public static final int FIELD_BYTES_LIST_28_FIELD_NUMBER = 28; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ @java.lang.Override public java.util.List getFieldBytesList28List() { return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } public static final int FIELD_UINT32_LIST_29_FIELD_NUMBER = 29; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ @java.lang.Override public java.util.List getFieldUint32List29List() { return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } public static final int FIELD_ENUM_LIST_30_FIELD_NUMBER = 30; @SuppressWarnings("serial") private java.util.List fieldEnumList30_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldEnumList30_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum>() { public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum result = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED : result; } }; /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ @java.lang.Override public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ @java.lang.Override public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the enum numeric values on the wire for fieldEnumList30. */ @java.lang.Override public java.util.List getFieldEnumList30ValueList() { return fieldEnumList30_; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumList30 at the given index. */ @java.lang.Override public int getFieldEnumList30Value(int index) { return fieldEnumList30_.get(index); } public static final int FIELD_SFIXED32_LIST_31_FIELD_NUMBER = 31; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ @java.lang.Override public java.util.List getFieldSfixed32List31List() { return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } public static final int FIELD_SFIXED64_LIST_32_FIELD_NUMBER = 32; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ @java.lang.Override public java.util.List getFieldSfixed64List32List() { return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } public static final int FIELD_SINT32_LIST_33_FIELD_NUMBER = 33; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ @java.lang.Override public java.util.List getFieldSint32List33List() { return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } public static final int FIELD_SINT64_LIST_34_FIELD_NUMBER = 34; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ @java.lang.Override public java.util.List getFieldSint64List34List() { return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } public static final int FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER = 35; @SuppressWarnings("serial") private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ @java.lang.Override public java.util.List getFieldDoubleListPacked35List() { return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } private int fieldDoubleListPacked35MemoizedSerializedSize = -1; public static final int FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER = 36; @SuppressWarnings("serial") private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ @java.lang.Override public java.util.List getFieldFloatListPacked36List() { return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } private int fieldFloatListPacked36MemoizedSerializedSize = -1; public static final int FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER = 37; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ @java.lang.Override public java.util.List getFieldInt64ListPacked37List() { return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } private int fieldInt64ListPacked37MemoizedSerializedSize = -1; public static final int FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER = 38; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ @java.lang.Override public java.util.List getFieldUint64ListPacked38List() { return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } private int fieldUint64ListPacked38MemoizedSerializedSize = -1; public static final int FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER = 39; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ @java.lang.Override public java.util.List getFieldInt32ListPacked39List() { return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } private int fieldInt32ListPacked39MemoizedSerializedSize = -1; public static final int FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER = 40; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ @java.lang.Override public java.util.List getFieldFixed64ListPacked40List() { return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } private int fieldFixed64ListPacked40MemoizedSerializedSize = -1; public static final int FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER = 41; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ @java.lang.Override public java.util.List getFieldFixed32ListPacked41List() { return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } private int fieldFixed32ListPacked41MemoizedSerializedSize = -1; public static final int FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER = 42; @SuppressWarnings("serial") private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ @java.lang.Override public java.util.List getFieldBoolListPacked42List() { return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } private int fieldBoolListPacked42MemoizedSerializedSize = -1; public static final int FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER = 43; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ @java.lang.Override public java.util.List getFieldUint32ListPacked43List() { return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } private int fieldUint32ListPacked43MemoizedSerializedSize = -1; public static final int FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER = 44; @SuppressWarnings("serial") private java.util.List fieldEnumListPacked44_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldEnumListPacked44_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum>() { public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum convert(java.lang.Integer from) { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum result = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.forNumber(from); return result == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED : result; } }; /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ @java.lang.Override public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ @java.lang.Override public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the enum numeric values on the wire for fieldEnumListPacked44. */ @java.lang.Override public java.util.List getFieldEnumListPacked44ValueList() { return fieldEnumListPacked44_; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumListPacked44 at the given index. */ @java.lang.Override public int getFieldEnumListPacked44Value(int index) { return fieldEnumListPacked44_.get(index); } private int fieldEnumListPacked44MemoizedSerializedSize; public static final int FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER = 45; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ @java.lang.Override public java.util.List getFieldSfixed32ListPacked45List() { return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } private int fieldSfixed32ListPacked45MemoizedSerializedSize = -1; public static final int FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER = 46; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ @java.lang.Override public java.util.List getFieldSfixed64ListPacked46List() { return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } private int fieldSfixed64ListPacked46MemoizedSerializedSize = -1; public static final int FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER = 47; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ @java.lang.Override public java.util.List getFieldSint32ListPacked47List() { return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } private int fieldSint32ListPacked47MemoizedSerializedSize = -1; public static final int FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER = 48; @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ @java.lang.Override public java.util.List getFieldSint64ListPacked48List() { return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } private int fieldSint64ListPacked48MemoizedSerializedSize = -1; public static final int FIELD_DOUBLE_53_FIELD_NUMBER = 53; /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ @java.lang.Override public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ @java.lang.Override public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } public static final int FIELD_FLOAT_54_FIELD_NUMBER = 54; /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ @java.lang.Override public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ @java.lang.Override public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } public static final int FIELD_INT64_55_FIELD_NUMBER = 55; /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ @java.lang.Override public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ @java.lang.Override public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_UINT64_56_FIELD_NUMBER = 56; /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ @java.lang.Override public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ @java.lang.Override public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_INT32_57_FIELD_NUMBER = 57; /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ @java.lang.Override public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ @java.lang.Override public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_FIXED64_58_FIELD_NUMBER = 58; /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ @java.lang.Override public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ @java.lang.Override public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_FIXED32_59_FIELD_NUMBER = 59; /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ @java.lang.Override public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ @java.lang.Override public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_BOOL_60_FIELD_NUMBER = 60; /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ @java.lang.Override public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ @java.lang.Override public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } public static final int FIELD_STRING_61_FIELD_NUMBER = 61; /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (testOneofCase_ == 61) { testOneof_ = s; } return s; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_MESSAGE_62_FIELD_NUMBER = 62; /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessage62() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_; } return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance(); } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessage62OrBuilder() { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_; } return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance(); } public static final int FIELD_BYTES_63_FIELD_NUMBER = 63; /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ @java.lang.Override public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } public static final int FIELD_UINT32_64_FIELD_NUMBER = 64; /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ @java.lang.Override public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ @java.lang.Override public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED32_65_FIELD_NUMBER = 65; /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ @java.lang.Override public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ @java.lang.Override public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SFIXED64_66_FIELD_NUMBER = 66; /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ @java.lang.Override public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ @java.lang.Override public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } public static final int FIELD_SINT32_67_FIELD_NUMBER = 67; /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ @java.lang.Override public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ @java.lang.Override public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } public static final int FIELD_SINT64_68_FIELD_NUMBER = 68; /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ @java.lang.Override public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ @java.lang.Override public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (java.lang.Double.doubleToRawLongBits(fieldDouble1_) != 0) { output.writeDouble(1, fieldDouble1_); } if (java.lang.Float.floatToRawIntBits(fieldFloat2_) != 0) { output.writeFloat(2, fieldFloat2_); } if (fieldInt643_ != 0L) { output.writeInt64(3, fieldInt643_); } if (fieldUint644_ != 0L) { output.writeUInt64(4, fieldUint644_); } if (fieldInt325_ != 0) { output.writeInt32(5, fieldInt325_); } if (fieldFixed646_ != 0L) { output.writeFixed64(6, fieldFixed646_); } if (fieldFixed327_ != 0) { output.writeFixed32(7, fieldFixed327_); } if (fieldBool8_ != false) { output.writeBool(8, fieldBool8_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldString9_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, fieldString9_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(10, getFieldMessage10()); } if (!fieldBytes11_.isEmpty()) { output.writeBytes(11, fieldBytes11_); } if (fieldUint3212_ != 0) { output.writeUInt32(12, fieldUint3212_); } if (fieldEnum13_ != com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()) { output.writeEnum(13, fieldEnum13_); } if (fieldSfixed3214_ != 0) { output.writeSFixed32(14, fieldSfixed3214_); } if (fieldSfixed6415_ != 0L) { output.writeSFixed64(15, fieldSfixed6415_); } if (fieldSint3216_ != 0) { output.writeSInt32(16, fieldSint3216_); } if (fieldSint6417_ != 0L) { output.writeSInt64(17, fieldSint6417_); } for (int i = 0; i < fieldDoubleList18_.size(); i++) { output.writeDouble(18, fieldDoubleList18_.getDouble(i)); } for (int i = 0; i < fieldFloatList19_.size(); i++) { output.writeFloat(19, fieldFloatList19_.getFloat(i)); } for (int i = 0; i < fieldInt64List20_.size(); i++) { output.writeInt64(20, fieldInt64List20_.getLong(i)); } for (int i = 0; i < fieldUint64List21_.size(); i++) { output.writeUInt64(21, fieldUint64List21_.getLong(i)); } for (int i = 0; i < fieldInt32List22_.size(); i++) { output.writeInt32(22, fieldInt32List22_.getInt(i)); } for (int i = 0; i < fieldFixed64List23_.size(); i++) { output.writeFixed64(23, fieldFixed64List23_.getLong(i)); } for (int i = 0; i < fieldFixed32List24_.size(); i++) { output.writeFixed32(24, fieldFixed32List24_.getInt(i)); } for (int i = 0; i < fieldBoolList25_.size(); i++) { output.writeBool(25, fieldBoolList25_.getBoolean(i)); } for (int i = 0; i < fieldStringList26_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 26, fieldStringList26_.getRaw(i)); } for (int i = 0; i < fieldMessageList27_.size(); i++) { output.writeMessage(27, fieldMessageList27_.get(i)); } for (int i = 0; i < fieldBytesList28_.size(); i++) { output.writeBytes(28, fieldBytesList28_.get(i)); } for (int i = 0; i < fieldUint32List29_.size(); i++) { output.writeUInt32(29, fieldUint32List29_.getInt(i)); } for (int i = 0; i < fieldEnumList30_.size(); i++) { output.writeEnum(30, fieldEnumList30_.get(i)); } for (int i = 0; i < fieldSfixed32List31_.size(); i++) { output.writeSFixed32(31, fieldSfixed32List31_.getInt(i)); } for (int i = 0; i < fieldSfixed64List32_.size(); i++) { output.writeSFixed64(32, fieldSfixed64List32_.getLong(i)); } for (int i = 0; i < fieldSint32List33_.size(); i++) { output.writeSInt32(33, fieldSint32List33_.getInt(i)); } for (int i = 0; i < fieldSint64List34_.size(); i++) { output.writeSInt64(34, fieldSint64List34_.getLong(i)); } if (getFieldDoubleListPacked35List().size() > 0) { output.writeUInt32NoTag(282); output.writeUInt32NoTag(fieldDoubleListPacked35MemoizedSerializedSize); } for (int i = 0; i < fieldDoubleListPacked35_.size(); i++) { output.writeDoubleNoTag(fieldDoubleListPacked35_.getDouble(i)); } if (getFieldFloatListPacked36List().size() > 0) { output.writeUInt32NoTag(290); output.writeUInt32NoTag(fieldFloatListPacked36MemoizedSerializedSize); } for (int i = 0; i < fieldFloatListPacked36_.size(); i++) { output.writeFloatNoTag(fieldFloatListPacked36_.getFloat(i)); } if (getFieldInt64ListPacked37List().size() > 0) { output.writeUInt32NoTag(298); output.writeUInt32NoTag(fieldInt64ListPacked37MemoizedSerializedSize); } for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { output.writeInt64NoTag(fieldInt64ListPacked37_.getLong(i)); } if (getFieldUint64ListPacked38List().size() > 0) { output.writeUInt32NoTag(306); output.writeUInt32NoTag(fieldUint64ListPacked38MemoizedSerializedSize); } for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { output.writeUInt64NoTag(fieldUint64ListPacked38_.getLong(i)); } if (getFieldInt32ListPacked39List().size() > 0) { output.writeUInt32NoTag(314); output.writeUInt32NoTag(fieldInt32ListPacked39MemoizedSerializedSize); } for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { output.writeInt32NoTag(fieldInt32ListPacked39_.getInt(i)); } if (getFieldFixed64ListPacked40List().size() > 0) { output.writeUInt32NoTag(322); output.writeUInt32NoTag(fieldFixed64ListPacked40MemoizedSerializedSize); } for (int i = 0; i < fieldFixed64ListPacked40_.size(); i++) { output.writeFixed64NoTag(fieldFixed64ListPacked40_.getLong(i)); } if (getFieldFixed32ListPacked41List().size() > 0) { output.writeUInt32NoTag(330); output.writeUInt32NoTag(fieldFixed32ListPacked41MemoizedSerializedSize); } for (int i = 0; i < fieldFixed32ListPacked41_.size(); i++) { output.writeFixed32NoTag(fieldFixed32ListPacked41_.getInt(i)); } if (getFieldBoolListPacked42List().size() > 0) { output.writeUInt32NoTag(338); output.writeUInt32NoTag(fieldBoolListPacked42MemoizedSerializedSize); } for (int i = 0; i < fieldBoolListPacked42_.size(); i++) { output.writeBoolNoTag(fieldBoolListPacked42_.getBoolean(i)); } if (getFieldUint32ListPacked43List().size() > 0) { output.writeUInt32NoTag(346); output.writeUInt32NoTag(fieldUint32ListPacked43MemoizedSerializedSize); } for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { output.writeUInt32NoTag(fieldUint32ListPacked43_.getInt(i)); } if (getFieldEnumListPacked44List().size() > 0) { output.writeUInt32NoTag(354); output.writeUInt32NoTag(fieldEnumListPacked44MemoizedSerializedSize); } for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { output.writeEnumNoTag(fieldEnumListPacked44_.get(i)); } if (getFieldSfixed32ListPacked45List().size() > 0) { output.writeUInt32NoTag(362); output.writeUInt32NoTag(fieldSfixed32ListPacked45MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed32ListPacked45_.size(); i++) { output.writeSFixed32NoTag(fieldSfixed32ListPacked45_.getInt(i)); } if (getFieldSfixed64ListPacked46List().size() > 0) { output.writeUInt32NoTag(370); output.writeUInt32NoTag(fieldSfixed64ListPacked46MemoizedSerializedSize); } for (int i = 0; i < fieldSfixed64ListPacked46_.size(); i++) { output.writeSFixed64NoTag(fieldSfixed64ListPacked46_.getLong(i)); } if (getFieldSint32ListPacked47List().size() > 0) { output.writeUInt32NoTag(378); output.writeUInt32NoTag(fieldSint32ListPacked47MemoizedSerializedSize); } for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { output.writeSInt32NoTag(fieldSint32ListPacked47_.getInt(i)); } if (getFieldSint64ListPacked48List().size() > 0) { output.writeUInt32NoTag(386); output.writeUInt32NoTag(fieldSint64ListPacked48MemoizedSerializedSize); } for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { output.writeSInt64NoTag(fieldSint64ListPacked48_.getLong(i)); } if (testOneofCase_ == 53) { output.writeDouble( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { output.writeFloat( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { output.writeInt64( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { output.writeUInt64( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { output.writeInt32( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { output.writeFixed64( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { output.writeFixed32( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { output.writeBool( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { com.google.protobuf.GeneratedMessageV3.writeString(output, 61, testOneof_); } if (testOneofCase_ == 62) { output.writeMessage(62, (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_); } if (testOneofCase_ == 63) { output.writeBytes( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { output.writeUInt32( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { output.writeSFixed32( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { output.writeSFixed64( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { output.writeSInt32( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { output.writeSInt64( 68, (long)((java.lang.Long) testOneof_)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (java.lang.Double.doubleToRawLongBits(fieldDouble1_) != 0) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, fieldDouble1_); } if (java.lang.Float.floatToRawIntBits(fieldFloat2_) != 0) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(2, fieldFloat2_); } if (fieldInt643_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, fieldInt643_); } if (fieldUint644_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(4, fieldUint644_); } if (fieldInt325_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, fieldInt325_); } if (fieldFixed646_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(6, fieldFixed646_); } if (fieldFixed327_ != 0) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(7, fieldFixed327_); } if (fieldBool8_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, fieldBool8_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldString9_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, fieldString9_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getFieldMessage10()); } if (!fieldBytes11_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(11, fieldBytes11_); } if (fieldUint3212_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, fieldUint3212_); } if (fieldEnum13_ != com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(13, fieldEnum13_); } if (fieldSfixed3214_ != 0) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size(14, fieldSfixed3214_); } if (fieldSfixed6415_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size(15, fieldSfixed6415_); } if (fieldSint3216_ != 0) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(16, fieldSint3216_); } if (fieldSint6417_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(17, fieldSint6417_); } { int dataSize = 0; dataSize = 8 * getFieldDoubleList18List().size(); size += dataSize; size += 2 * getFieldDoubleList18List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFloatList19List().size(); size += dataSize; size += 2 * getFieldFloatList19List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt64List20_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64List20_.getLong(i)); } size += dataSize; size += 2 * getFieldInt64List20List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint64List21_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64List21_.getLong(i)); } size += dataSize; size += 2 * getFieldUint64List21List().size(); } { int dataSize = 0; for (int i = 0; i < fieldInt32List22_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32List22_.getInt(i)); } size += dataSize; size += 2 * getFieldInt32List22List().size(); } { int dataSize = 0; dataSize = 8 * getFieldFixed64List23List().size(); size += dataSize; size += 2 * getFieldFixed64List23List().size(); } { int dataSize = 0; dataSize = 4 * getFieldFixed32List24List().size(); size += dataSize; size += 2 * getFieldFixed32List24List().size(); } { int dataSize = 0; dataSize = 1 * getFieldBoolList25List().size(); size += dataSize; size += 2 * getFieldBoolList25List().size(); } { int dataSize = 0; for (int i = 0; i < fieldStringList26_.size(); i++) { dataSize += computeStringSizeNoTag(fieldStringList26_.getRaw(i)); } size += dataSize; size += 2 * getFieldStringList26List().size(); } for (int i = 0; i < fieldMessageList27_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMessageList27_.get(i)); } { int dataSize = 0; for (int i = 0; i < fieldBytesList28_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(fieldBytesList28_.get(i)); } size += dataSize; size += 2 * getFieldBytesList28List().size(); } { int dataSize = 0; for (int i = 0; i < fieldUint32List29_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32List29_.getInt(i)); } size += dataSize; size += 2 * getFieldUint32List29List().size(); } { int dataSize = 0; for (int i = 0; i < fieldEnumList30_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumList30_.get(i)); } size += dataSize; size += 2 * fieldEnumList30_.size(); } { int dataSize = 0; dataSize = 4 * getFieldSfixed32List31List().size(); size += dataSize; size += 2 * getFieldSfixed32List31List().size(); } { int dataSize = 0; dataSize = 8 * getFieldSfixed64List32List().size(); size += dataSize; size += 2 * getFieldSfixed64List32List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint32List33_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32List33_.getInt(i)); } size += dataSize; size += 2 * getFieldSint32List33List().size(); } { int dataSize = 0; for (int i = 0; i < fieldSint64List34_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64List34_.getLong(i)); } size += dataSize; size += 2 * getFieldSint64List34List().size(); } { int dataSize = 0; dataSize = 8 * getFieldDoubleListPacked35List().size(); size += dataSize; if (!getFieldDoubleListPacked35List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldDoubleListPacked35MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFloatListPacked36List().size(); size += dataSize; if (!getFieldFloatListPacked36List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFloatListPacked36MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt64ListPacked37_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt64SizeNoTag(fieldInt64ListPacked37_.getLong(i)); } size += dataSize; if (!getFieldInt64ListPacked37List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt64ListPacked37MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint64ListPacked38_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(fieldUint64ListPacked38_.getLong(i)); } size += dataSize; if (!getFieldUint64ListPacked38List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint64ListPacked38MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldInt32ListPacked39_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(fieldInt32ListPacked39_.getInt(i)); } size += dataSize; if (!getFieldInt32ListPacked39List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldInt32ListPacked39MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldFixed64ListPacked40List().size(); size += dataSize; if (!getFieldFixed64ListPacked40List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed64ListPacked40MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldFixed32ListPacked41List().size(); size += dataSize; if (!getFieldFixed32ListPacked41List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldFixed32ListPacked41MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 1 * getFieldBoolListPacked42List().size(); size += dataSize; if (!getFieldBoolListPacked42List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldBoolListPacked42MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldUint32ListPacked43_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(fieldUint32ListPacked43_.getInt(i)); } size += dataSize; if (!getFieldUint32ListPacked43List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldUint32ListPacked43MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldEnumListPacked44_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(fieldEnumListPacked44_.get(i)); } size += dataSize; if (!getFieldEnumListPacked44List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }fieldEnumListPacked44MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 4 * getFieldSfixed32ListPacked45List().size(); size += dataSize; if (!getFieldSfixed32ListPacked45List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed32ListPacked45MemoizedSerializedSize = dataSize; } { int dataSize = 0; dataSize = 8 * getFieldSfixed64ListPacked46List().size(); size += dataSize; if (!getFieldSfixed64ListPacked46List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSfixed64ListPacked46MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint32ListPacked47_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt32SizeNoTag(fieldSint32ListPacked47_.getInt(i)); } size += dataSize; if (!getFieldSint32ListPacked47List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint32ListPacked47MemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < fieldSint64ListPacked48_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeSInt64SizeNoTag(fieldSint64ListPacked48_.getLong(i)); } size += dataSize; if (!getFieldSint64ListPacked48List().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } fieldSint64ListPacked48MemoizedSerializedSize = dataSize; } if (testOneofCase_ == 53) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize( 53, (double)((java.lang.Double) testOneof_)); } if (testOneofCase_ == 54) { size += com.google.protobuf.CodedOutputStream .computeFloatSize( 54, (float)((java.lang.Float) testOneof_)); } if (testOneofCase_ == 55) { size += com.google.protobuf.CodedOutputStream .computeInt64Size( 55, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 56) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size( 56, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 57) { size += com.google.protobuf.CodedOutputStream .computeInt32Size( 57, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 58) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size( 58, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 59) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size( 59, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 60) { size += com.google.protobuf.CodedOutputStream .computeBoolSize( 60, (boolean)((java.lang.Boolean) testOneof_)); } if (testOneofCase_ == 61) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(61, testOneof_); } if (testOneofCase_ == 62) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_); } if (testOneofCase_ == 63) { size += com.google.protobuf.CodedOutputStream .computeBytesSize( 63, (com.google.protobuf.ByteString) testOneof_); } if (testOneofCase_ == 64) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size( 64, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 65) { size += com.google.protobuf.CodedOutputStream .computeSFixed32Size( 65, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 66) { size += com.google.protobuf.CodedOutputStream .computeSFixed64Size( 66, (long)((java.lang.Long) testOneof_)); } if (testOneofCase_ == 67) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size( 67, (int)((java.lang.Integer) testOneof_)); } if (testOneofCase_ == 68) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size( 68, (long)((java.lang.Long) testOneof_)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite)) { return super.equals(obj); } com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite other = (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) obj; if (java.lang.Double.doubleToLongBits(getFieldDouble1()) != java.lang.Double.doubleToLongBits( other.getFieldDouble1())) return false; if (java.lang.Float.floatToIntBits(getFieldFloat2()) != java.lang.Float.floatToIntBits( other.getFieldFloat2())) return false; if (getFieldInt643() != other.getFieldInt643()) return false; if (getFieldUint644() != other.getFieldUint644()) return false; if (getFieldInt325() != other.getFieldInt325()) return false; if (getFieldFixed646() != other.getFieldFixed646()) return false; if (getFieldFixed327() != other.getFieldFixed327()) return false; if (getFieldBool8() != other.getFieldBool8()) return false; if (!getFieldString9() .equals(other.getFieldString9())) return false; if (hasFieldMessage10() != other.hasFieldMessage10()) return false; if (hasFieldMessage10()) { if (!getFieldMessage10() .equals(other.getFieldMessage10())) return false; } if (!getFieldBytes11() .equals(other.getFieldBytes11())) return false; if (getFieldUint3212() != other.getFieldUint3212()) return false; if (fieldEnum13_ != other.fieldEnum13_) return false; if (getFieldSfixed3214() != other.getFieldSfixed3214()) return false; if (getFieldSfixed6415() != other.getFieldSfixed6415()) return false; if (getFieldSint3216() != other.getFieldSint3216()) return false; if (getFieldSint6417() != other.getFieldSint6417()) return false; if (!getFieldDoubleList18List() .equals(other.getFieldDoubleList18List())) return false; if (!getFieldFloatList19List() .equals(other.getFieldFloatList19List())) return false; if (!getFieldInt64List20List() .equals(other.getFieldInt64List20List())) return false; if (!getFieldUint64List21List() .equals(other.getFieldUint64List21List())) return false; if (!getFieldInt32List22List() .equals(other.getFieldInt32List22List())) return false; if (!getFieldFixed64List23List() .equals(other.getFieldFixed64List23List())) return false; if (!getFieldFixed32List24List() .equals(other.getFieldFixed32List24List())) return false; if (!getFieldBoolList25List() .equals(other.getFieldBoolList25List())) return false; if (!getFieldStringList26List() .equals(other.getFieldStringList26List())) return false; if (!getFieldMessageList27List() .equals(other.getFieldMessageList27List())) return false; if (!getFieldBytesList28List() .equals(other.getFieldBytesList28List())) return false; if (!getFieldUint32List29List() .equals(other.getFieldUint32List29List())) return false; if (!fieldEnumList30_.equals(other.fieldEnumList30_)) return false; if (!getFieldSfixed32List31List() .equals(other.getFieldSfixed32List31List())) return false; if (!getFieldSfixed64List32List() .equals(other.getFieldSfixed64List32List())) return false; if (!getFieldSint32List33List() .equals(other.getFieldSint32List33List())) return false; if (!getFieldSint64List34List() .equals(other.getFieldSint64List34List())) return false; if (!getFieldDoubleListPacked35List() .equals(other.getFieldDoubleListPacked35List())) return false; if (!getFieldFloatListPacked36List() .equals(other.getFieldFloatListPacked36List())) return false; if (!getFieldInt64ListPacked37List() .equals(other.getFieldInt64ListPacked37List())) return false; if (!getFieldUint64ListPacked38List() .equals(other.getFieldUint64ListPacked38List())) return false; if (!getFieldInt32ListPacked39List() .equals(other.getFieldInt32ListPacked39List())) return false; if (!getFieldFixed64ListPacked40List() .equals(other.getFieldFixed64ListPacked40List())) return false; if (!getFieldFixed32ListPacked41List() .equals(other.getFieldFixed32ListPacked41List())) return false; if (!getFieldBoolListPacked42List() .equals(other.getFieldBoolListPacked42List())) return false; if (!getFieldUint32ListPacked43List() .equals(other.getFieldUint32ListPacked43List())) return false; if (!fieldEnumListPacked44_.equals(other.fieldEnumListPacked44_)) return false; if (!getFieldSfixed32ListPacked45List() .equals(other.getFieldSfixed32ListPacked45List())) return false; if (!getFieldSfixed64ListPacked46List() .equals(other.getFieldSfixed64ListPacked46List())) return false; if (!getFieldSint32ListPacked47List() .equals(other.getFieldSint32ListPacked47List())) return false; if (!getFieldSint64ListPacked48List() .equals(other.getFieldSint64ListPacked48List())) return false; if (!getTestOneofCase().equals(other.getTestOneofCase())) return false; switch (testOneofCase_) { case 53: if (java.lang.Double.doubleToLongBits(getFieldDouble53()) != java.lang.Double.doubleToLongBits( other.getFieldDouble53())) return false; break; case 54: if (java.lang.Float.floatToIntBits(getFieldFloat54()) != java.lang.Float.floatToIntBits( other.getFieldFloat54())) return false; break; case 55: if (getFieldInt6455() != other.getFieldInt6455()) return false; break; case 56: if (getFieldUint6456() != other.getFieldUint6456()) return false; break; case 57: if (getFieldInt3257() != other.getFieldInt3257()) return false; break; case 58: if (getFieldFixed6458() != other.getFieldFixed6458()) return false; break; case 59: if (getFieldFixed3259() != other.getFieldFixed3259()) return false; break; case 60: if (getFieldBool60() != other.getFieldBool60()) return false; break; case 61: if (!getFieldString61() .equals(other.getFieldString61())) return false; break; case 62: if (!getFieldMessage62() .equals(other.getFieldMessage62())) return false; break; case 63: if (!getFieldBytes63() .equals(other.getFieldBytes63())) return false; break; case 64: if (getFieldUint3264() != other.getFieldUint3264()) return false; break; case 65: if (getFieldSfixed3265() != other.getFieldSfixed3265()) return false; break; case 66: if (getFieldSfixed6466() != other.getFieldSfixed6466()) return false; break; case 67: if (getFieldSint3267() != other.getFieldSint3267()) return false; break; case 68: if (getFieldSint6468() != other.getFieldSint6468()) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + FIELD_DOUBLE_1_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble1())); hash = (37 * hash) + FIELD_FLOAT_2_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat2()); hash = (37 * hash) + FIELD_INT64_3_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt643()); hash = (37 * hash) + FIELD_UINT64_4_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint644()); hash = (37 * hash) + FIELD_INT32_5_FIELD_NUMBER; hash = (53 * hash) + getFieldInt325(); hash = (37 * hash) + FIELD_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed646()); hash = (37 * hash) + FIELD_FIXED32_7_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed327(); hash = (37 * hash) + FIELD_BOOL_8_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool8()); hash = (37 * hash) + FIELD_STRING_9_FIELD_NUMBER; hash = (53 * hash) + getFieldString9().hashCode(); if (hasFieldMessage10()) { hash = (37 * hash) + FIELD_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage10().hashCode(); } hash = (37 * hash) + FIELD_BYTES_11_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes11().hashCode(); hash = (37 * hash) + FIELD_UINT32_12_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3212(); hash = (37 * hash) + FIELD_ENUM_13_FIELD_NUMBER; hash = (53 * hash) + fieldEnum13_; hash = (37 * hash) + FIELD_SFIXED32_14_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3214(); hash = (37 * hash) + FIELD_SFIXED64_15_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6415()); hash = (37 * hash) + FIELD_SINT32_16_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3216(); hash = (37 * hash) + FIELD_SINT64_17_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6417()); if (getFieldDoubleList18Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_18_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleList18List().hashCode(); } if (getFieldFloatList19Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_19_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatList19List().hashCode(); } if (getFieldInt64List20Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_20_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64List20List().hashCode(); } if (getFieldUint64List21Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_21_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64List21List().hashCode(); } if (getFieldInt32List22Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_22_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32List22List().hashCode(); } if (getFieldFixed64List23Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_23_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64List23List().hashCode(); } if (getFieldFixed32List24Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_24_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32List24List().hashCode(); } if (getFieldBoolList25Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_25_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolList25List().hashCode(); } if (getFieldStringList26Count() > 0) { hash = (37 * hash) + FIELD_STRING_LIST_26_FIELD_NUMBER; hash = (53 * hash) + getFieldStringList26List().hashCode(); } if (getFieldMessageList27Count() > 0) { hash = (37 * hash) + FIELD_MESSAGE_LIST_27_FIELD_NUMBER; hash = (53 * hash) + getFieldMessageList27List().hashCode(); } if (getFieldBytesList28Count() > 0) { hash = (37 * hash) + FIELD_BYTES_LIST_28_FIELD_NUMBER; hash = (53 * hash) + getFieldBytesList28List().hashCode(); } if (getFieldUint32List29Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_29_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32List29List().hashCode(); } if (getFieldEnumList30Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_30_FIELD_NUMBER; hash = (53 * hash) + fieldEnumList30_.hashCode(); } if (getFieldSfixed32List31Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_31_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32List31List().hashCode(); } if (getFieldSfixed64List32Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_32_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64List32List().hashCode(); } if (getFieldSint32List33Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_33_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32List33List().hashCode(); } if (getFieldSint64List34Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_34_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64List34List().hashCode(); } if (getFieldDoubleListPacked35Count() > 0) { hash = (37 * hash) + FIELD_DOUBLE_LIST_PACKED_35_FIELD_NUMBER; hash = (53 * hash) + getFieldDoubleListPacked35List().hashCode(); } if (getFieldFloatListPacked36Count() > 0) { hash = (37 * hash) + FIELD_FLOAT_LIST_PACKED_36_FIELD_NUMBER; hash = (53 * hash) + getFieldFloatListPacked36List().hashCode(); } if (getFieldInt64ListPacked37Count() > 0) { hash = (37 * hash) + FIELD_INT64_LIST_PACKED_37_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64ListPacked37List().hashCode(); } if (getFieldUint64ListPacked38Count() > 0) { hash = (37 * hash) + FIELD_UINT64_LIST_PACKED_38_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64ListPacked38List().hashCode(); } if (getFieldInt32ListPacked39Count() > 0) { hash = (37 * hash) + FIELD_INT32_LIST_PACKED_39_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32ListPacked39List().hashCode(); } if (getFieldFixed64ListPacked40Count() > 0) { hash = (37 * hash) + FIELD_FIXED64_LIST_PACKED_40_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed64ListPacked40List().hashCode(); } if (getFieldFixed32ListPacked41Count() > 0) { hash = (37 * hash) + FIELD_FIXED32_LIST_PACKED_41_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed32ListPacked41List().hashCode(); } if (getFieldBoolListPacked42Count() > 0) { hash = (37 * hash) + FIELD_BOOL_LIST_PACKED_42_FIELD_NUMBER; hash = (53 * hash) + getFieldBoolListPacked42List().hashCode(); } if (getFieldUint32ListPacked43Count() > 0) { hash = (37 * hash) + FIELD_UINT32_LIST_PACKED_43_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32ListPacked43List().hashCode(); } if (getFieldEnumListPacked44Count() > 0) { hash = (37 * hash) + FIELD_ENUM_LIST_PACKED_44_FIELD_NUMBER; hash = (53 * hash) + fieldEnumListPacked44_.hashCode(); } if (getFieldSfixed32ListPacked45Count() > 0) { hash = (37 * hash) + FIELD_SFIXED32_LIST_PACKED_45_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed32ListPacked45List().hashCode(); } if (getFieldSfixed64ListPacked46Count() > 0) { hash = (37 * hash) + FIELD_SFIXED64_LIST_PACKED_46_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed64ListPacked46List().hashCode(); } if (getFieldSint32ListPacked47Count() > 0) { hash = (37 * hash) + FIELD_SINT32_LIST_PACKED_47_FIELD_NUMBER; hash = (53 * hash) + getFieldSint32ListPacked47List().hashCode(); } if (getFieldSint64ListPacked48Count() > 0) { hash = (37 * hash) + FIELD_SINT64_LIST_PACKED_48_FIELD_NUMBER; hash = (53 * hash) + getFieldSint64ListPacked48List().hashCode(); } switch (testOneofCase_) { case 53: hash = (37 * hash) + FIELD_DOUBLE_53_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getFieldDouble53())); break; case 54: hash = (37 * hash) + FIELD_FLOAT_54_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits( getFieldFloat54()); break; case 55: hash = (37 * hash) + FIELD_INT64_55_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldInt6455()); break; case 56: hash = (37 * hash) + FIELD_UINT64_56_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldUint6456()); break; case 57: hash = (37 * hash) + FIELD_INT32_57_FIELD_NUMBER; hash = (53 * hash) + getFieldInt3257(); break; case 58: hash = (37 * hash) + FIELD_FIXED64_58_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldFixed6458()); break; case 59: hash = (37 * hash) + FIELD_FIXED32_59_FIELD_NUMBER; hash = (53 * hash) + getFieldFixed3259(); break; case 60: hash = (37 * hash) + FIELD_BOOL_60_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getFieldBool60()); break; case 61: hash = (37 * hash) + FIELD_STRING_61_FIELD_NUMBER; hash = (53 * hash) + getFieldString61().hashCode(); break; case 62: hash = (37 * hash) + FIELD_MESSAGE_62_FIELD_NUMBER; hash = (53 * hash) + getFieldMessage62().hashCode(); break; case 63: hash = (37 * hash) + FIELD_BYTES_63_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes63().hashCode(); break; case 64: hash = (37 * hash) + FIELD_UINT32_64_FIELD_NUMBER; hash = (53 * hash) + getFieldUint3264(); break; case 65: hash = (37 * hash) + FIELD_SFIXED32_65_FIELD_NUMBER; hash = (53 * hash) + getFieldSfixed3265(); break; case 66: hash = (37 * hash) + FIELD_SFIXED64_66_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSfixed6466()); break; case 67: hash = (37 * hash) + FIELD_SINT32_67_FIELD_NUMBER; hash = (53 * hash) + getFieldSint3267(); break; case 68: hash = (37 * hash) + FIELD_SINT64_68_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFieldSint6468()); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto3MessageLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto3MessageLite) com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.class, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder.class); } // Construct using com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFieldMessage10FieldBuilder(); getFieldMessageList27FieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; fieldDouble1_ = 0D; fieldFloat2_ = 0F; fieldInt643_ = 0L; fieldUint644_ = 0L; fieldInt325_ = 0; fieldFixed646_ = 0L; fieldFixed327_ = 0; fieldBool8_ = false; fieldString9_ = ""; fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; fieldUint3212_ = 0; fieldEnum13_ = 0; fieldSfixed3214_ = 0; fieldSfixed6415_ = 0L; fieldSint3216_ = 0; fieldSint6417_ = 0L; fieldDoubleList18_ = emptyDoubleList(); fieldFloatList19_ = emptyFloatList(); fieldInt64List20_ = emptyLongList(); fieldUint64List21_ = emptyLongList(); fieldInt32List22_ = emptyIntList(); fieldFixed64List23_ = emptyLongList(); fieldFixed32List24_ = emptyIntList(); fieldBoolList25_ = emptyBooleanList(); fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); } else { fieldMessageList27_ = null; fieldMessageList27Builder_.clear(); } bitField0_ = (bitField0_ & ~0x04000000); fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); fieldUint32List29_ = emptyIntList(); fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); fieldSfixed32List31_ = emptyIntList(); fieldSfixed64List32_ = emptyLongList(); fieldSint32List33_ = emptyIntList(); fieldSint64List34_ = emptyLongList(); fieldDoubleListPacked35_ = emptyDoubleList(); fieldFloatListPacked36_ = emptyFloatList(); fieldInt64ListPacked37_ = emptyLongList(); fieldUint64ListPacked38_ = emptyLongList(); fieldInt32ListPacked39_ = emptyIntList(); fieldFixed64ListPacked40_ = emptyLongList(); fieldFixed32ListPacked41_ = emptyIntList(); fieldBoolListPacked42_ = emptyBooleanList(); fieldUint32ListPacked43_ = emptyIntList(); fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); fieldSfixed32ListPacked45_ = emptyIntList(); fieldSfixed64ListPacked46_ = emptyLongList(); fieldSint32ListPacked47_ = emptyIntList(); fieldSint64ListPacked48_ = emptyLongList(); if (fieldMessage62Builder_ != null) { fieldMessage62Builder_.clear(); } testOneofCase_ = 0; testOneof_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLite_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getDefaultInstanceForType() { return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build() { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite buildPartial() { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite result = new com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite result) { if (fieldMessageList27Builder_ == null) { if (((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = java.util.Collections.unmodifiableList(fieldMessageList27_); bitField0_ = (bitField0_ & ~0x04000000); } result.fieldMessageList27_ = fieldMessageList27_; } else { result.fieldMessageList27_ = fieldMessageList27Builder_.build(); } if (((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = java.util.Collections.unmodifiableList(fieldEnumList30_); bitField0_ = (bitField0_ & ~0x20000000); } result.fieldEnumList30_ = fieldEnumList30_; if (((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = java.util.Collections.unmodifiableList(fieldEnumListPacked44_); bitField1_ = (bitField1_ & ~0x00000800); } result.fieldEnumListPacked44_ = fieldEnumListPacked44_; } private void buildPartial0(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldDouble1_ = fieldDouble1_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldFloat2_ = fieldFloat2_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldInt643_ = fieldInt643_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldUint644_ = fieldUint644_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldInt325_ = fieldInt325_; } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldFixed646_ = fieldFixed646_; } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldFixed327_ = fieldFixed327_; } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldBool8_ = fieldBool8_; } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldString9_ = fieldString9_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMessage10_ = fieldMessage10Builder_ == null ? fieldMessage10_ : fieldMessage10Builder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldBytes11_ = fieldBytes11_; } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldUint3212_ = fieldUint3212_; } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldEnum13_ = fieldEnum13_; } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldSfixed3214_ = fieldSfixed3214_; } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldSfixed6415_ = fieldSfixed6415_; } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldSint3216_ = fieldSint3216_; } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldSint6417_ = fieldSint6417_; } if (((from_bitField0_ & 0x00020000) != 0)) { fieldDoubleList18_.makeImmutable(); result.fieldDoubleList18_ = fieldDoubleList18_; } if (((from_bitField0_ & 0x00040000) != 0)) { fieldFloatList19_.makeImmutable(); result.fieldFloatList19_ = fieldFloatList19_; } if (((from_bitField0_ & 0x00080000) != 0)) { fieldInt64List20_.makeImmutable(); result.fieldInt64List20_ = fieldInt64List20_; } if (((from_bitField0_ & 0x00100000) != 0)) { fieldUint64List21_.makeImmutable(); result.fieldUint64List21_ = fieldUint64List21_; } if (((from_bitField0_ & 0x00200000) != 0)) { fieldInt32List22_.makeImmutable(); result.fieldInt32List22_ = fieldInt32List22_; } if (((from_bitField0_ & 0x00400000) != 0)) { fieldFixed64List23_.makeImmutable(); result.fieldFixed64List23_ = fieldFixed64List23_; } if (((from_bitField0_ & 0x00800000) != 0)) { fieldFixed32List24_.makeImmutable(); result.fieldFixed32List24_ = fieldFixed32List24_; } if (((from_bitField0_ & 0x01000000) != 0)) { fieldBoolList25_.makeImmutable(); result.fieldBoolList25_ = fieldBoolList25_; } if (((from_bitField0_ & 0x02000000) != 0)) { fieldStringList26_.makeImmutable(); result.fieldStringList26_ = fieldStringList26_; } if (((from_bitField0_ & 0x08000000) != 0)) { fieldBytesList28_.makeImmutable(); result.fieldBytesList28_ = fieldBytesList28_; } if (((from_bitField0_ & 0x10000000) != 0)) { fieldUint32List29_.makeImmutable(); result.fieldUint32List29_ = fieldUint32List29_; } if (((from_bitField0_ & 0x40000000) != 0)) { fieldSfixed32List31_.makeImmutable(); result.fieldSfixed32List31_ = fieldSfixed32List31_; } if (((from_bitField0_ & 0x80000000) != 0)) { fieldSfixed64List32_.makeImmutable(); result.fieldSfixed64List32_ = fieldSfixed64List32_; } result.bitField0_ |= to_bitField0_; } private void buildPartial1(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { fieldSint32List33_.makeImmutable(); result.fieldSint32List33_ = fieldSint32List33_; } if (((from_bitField1_ & 0x00000002) != 0)) { fieldSint64List34_.makeImmutable(); result.fieldSint64List34_ = fieldSint64List34_; } if (((from_bitField1_ & 0x00000004) != 0)) { fieldDoubleListPacked35_.makeImmutable(); result.fieldDoubleListPacked35_ = fieldDoubleListPacked35_; } if (((from_bitField1_ & 0x00000008) != 0)) { fieldFloatListPacked36_.makeImmutable(); result.fieldFloatListPacked36_ = fieldFloatListPacked36_; } if (((from_bitField1_ & 0x00000010) != 0)) { fieldInt64ListPacked37_.makeImmutable(); result.fieldInt64ListPacked37_ = fieldInt64ListPacked37_; } if (((from_bitField1_ & 0x00000020) != 0)) { fieldUint64ListPacked38_.makeImmutable(); result.fieldUint64ListPacked38_ = fieldUint64ListPacked38_; } if (((from_bitField1_ & 0x00000040) != 0)) { fieldInt32ListPacked39_.makeImmutable(); result.fieldInt32ListPacked39_ = fieldInt32ListPacked39_; } if (((from_bitField1_ & 0x00000080) != 0)) { fieldFixed64ListPacked40_.makeImmutable(); result.fieldFixed64ListPacked40_ = fieldFixed64ListPacked40_; } if (((from_bitField1_ & 0x00000100) != 0)) { fieldFixed32ListPacked41_.makeImmutable(); result.fieldFixed32ListPacked41_ = fieldFixed32ListPacked41_; } if (((from_bitField1_ & 0x00000200) != 0)) { fieldBoolListPacked42_.makeImmutable(); result.fieldBoolListPacked42_ = fieldBoolListPacked42_; } if (((from_bitField1_ & 0x00000400) != 0)) { fieldUint32ListPacked43_.makeImmutable(); result.fieldUint32ListPacked43_ = fieldUint32ListPacked43_; } if (((from_bitField1_ & 0x00001000) != 0)) { fieldSfixed32ListPacked45_.makeImmutable(); result.fieldSfixed32ListPacked45_ = fieldSfixed32ListPacked45_; } if (((from_bitField1_ & 0x00002000) != 0)) { fieldSfixed64ListPacked46_.makeImmutable(); result.fieldSfixed64ListPacked46_ = fieldSfixed64ListPacked46_; } if (((from_bitField1_ & 0x00004000) != 0)) { fieldSint32ListPacked47_.makeImmutable(); result.fieldSint32ListPacked47_ = fieldSint32ListPacked47_; } if (((from_bitField1_ & 0x00008000) != 0)) { fieldSint64ListPacked48_.makeImmutable(); result.fieldSint64ListPacked48_ = fieldSint64ListPacked48_; } } private void buildPartialOneofs(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite result) { result.testOneofCase_ = testOneofCase_; result.testOneof_ = this.testOneof_; if (testOneofCase_ == 62 && fieldMessage62Builder_ != null) { result.testOneof_ = fieldMessage62Builder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return mergeFrom((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite other) { if (other == com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()) return this; if (other.getFieldDouble1() != 0D) { setFieldDouble1(other.getFieldDouble1()); } if (other.getFieldFloat2() != 0F) { setFieldFloat2(other.getFieldFloat2()); } if (other.getFieldInt643() != 0L) { setFieldInt643(other.getFieldInt643()); } if (other.getFieldUint644() != 0L) { setFieldUint644(other.getFieldUint644()); } if (other.getFieldInt325() != 0) { setFieldInt325(other.getFieldInt325()); } if (other.getFieldFixed646() != 0L) { setFieldFixed646(other.getFieldFixed646()); } if (other.getFieldFixed327() != 0) { setFieldFixed327(other.getFieldFixed327()); } if (other.getFieldBool8() != false) { setFieldBool8(other.getFieldBool8()); } if (!other.getFieldString9().isEmpty()) { fieldString9_ = other.fieldString9_; bitField0_ |= 0x00000100; onChanged(); } if (other.hasFieldMessage10()) { mergeFieldMessage10(other.getFieldMessage10()); } if (other.getFieldBytes11() != com.google.protobuf.ByteString.EMPTY) { setFieldBytes11(other.getFieldBytes11()); } if (other.getFieldUint3212() != 0) { setFieldUint3212(other.getFieldUint3212()); } if (other.fieldEnum13_ != 0) { setFieldEnum13Value(other.getFieldEnum13Value()); } if (other.getFieldSfixed3214() != 0) { setFieldSfixed3214(other.getFieldSfixed3214()); } if (other.getFieldSfixed6415() != 0L) { setFieldSfixed6415(other.getFieldSfixed6415()); } if (other.getFieldSint3216() != 0) { setFieldSint3216(other.getFieldSint3216()); } if (other.getFieldSint6417() != 0L) { setFieldSint6417(other.getFieldSint6417()); } if (!other.fieldDoubleList18_.isEmpty()) { if (fieldDoubleList18_.isEmpty()) { fieldDoubleList18_ = other.fieldDoubleList18_; fieldDoubleList18_.makeImmutable(); bitField0_ |= 0x00020000; } else { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addAll(other.fieldDoubleList18_); } onChanged(); } if (!other.fieldFloatList19_.isEmpty()) { if (fieldFloatList19_.isEmpty()) { fieldFloatList19_ = other.fieldFloatList19_; fieldFloatList19_.makeImmutable(); bitField0_ |= 0x00040000; } else { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addAll(other.fieldFloatList19_); } onChanged(); } if (!other.fieldInt64List20_.isEmpty()) { if (fieldInt64List20_.isEmpty()) { fieldInt64List20_ = other.fieldInt64List20_; fieldInt64List20_.makeImmutable(); bitField0_ |= 0x00080000; } else { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addAll(other.fieldInt64List20_); } onChanged(); } if (!other.fieldUint64List21_.isEmpty()) { if (fieldUint64List21_.isEmpty()) { fieldUint64List21_ = other.fieldUint64List21_; fieldUint64List21_.makeImmutable(); bitField0_ |= 0x00100000; } else { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addAll(other.fieldUint64List21_); } onChanged(); } if (!other.fieldInt32List22_.isEmpty()) { if (fieldInt32List22_.isEmpty()) { fieldInt32List22_ = other.fieldInt32List22_; fieldInt32List22_.makeImmutable(); bitField0_ |= 0x00200000; } else { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addAll(other.fieldInt32List22_); } onChanged(); } if (!other.fieldFixed64List23_.isEmpty()) { if (fieldFixed64List23_.isEmpty()) { fieldFixed64List23_ = other.fieldFixed64List23_; fieldFixed64List23_.makeImmutable(); bitField0_ |= 0x00400000; } else { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addAll(other.fieldFixed64List23_); } onChanged(); } if (!other.fieldFixed32List24_.isEmpty()) { if (fieldFixed32List24_.isEmpty()) { fieldFixed32List24_ = other.fieldFixed32List24_; fieldFixed32List24_.makeImmutable(); bitField0_ |= 0x00800000; } else { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addAll(other.fieldFixed32List24_); } onChanged(); } if (!other.fieldBoolList25_.isEmpty()) { if (fieldBoolList25_.isEmpty()) { fieldBoolList25_ = other.fieldBoolList25_; fieldBoolList25_.makeImmutable(); bitField0_ |= 0x01000000; } else { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addAll(other.fieldBoolList25_); } onChanged(); } if (!other.fieldStringList26_.isEmpty()) { if (fieldStringList26_.isEmpty()) { fieldStringList26_ = other.fieldStringList26_; bitField0_ |= 0x02000000; } else { ensureFieldStringList26IsMutable(); fieldStringList26_.addAll(other.fieldStringList26_); } onChanged(); } if (fieldMessageList27Builder_ == null) { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27_.isEmpty()) { fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); } else { ensureFieldMessageList27IsMutable(); fieldMessageList27_.addAll(other.fieldMessageList27_); } onChanged(); } } else { if (!other.fieldMessageList27_.isEmpty()) { if (fieldMessageList27Builder_.isEmpty()) { fieldMessageList27Builder_.dispose(); fieldMessageList27Builder_ = null; fieldMessageList27_ = other.fieldMessageList27_; bitField0_ = (bitField0_ & ~0x04000000); fieldMessageList27Builder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFieldMessageList27FieldBuilder() : null; } else { fieldMessageList27Builder_.addAllMessages(other.fieldMessageList27_); } } } if (!other.fieldBytesList28_.isEmpty()) { if (fieldBytesList28_.isEmpty()) { fieldBytesList28_ = other.fieldBytesList28_; fieldBytesList28_.makeImmutable(); bitField0_ |= 0x08000000; } else { ensureFieldBytesList28IsMutable(); fieldBytesList28_.addAll(other.fieldBytesList28_); } onChanged(); } if (!other.fieldUint32List29_.isEmpty()) { if (fieldUint32List29_.isEmpty()) { fieldUint32List29_ = other.fieldUint32List29_; fieldUint32List29_.makeImmutable(); bitField0_ |= 0x10000000; } else { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addAll(other.fieldUint32List29_); } onChanged(); } if (!other.fieldEnumList30_.isEmpty()) { if (fieldEnumList30_.isEmpty()) { fieldEnumList30_ = other.fieldEnumList30_; bitField0_ = (bitField0_ & ~0x20000000); } else { ensureFieldEnumList30IsMutable(); fieldEnumList30_.addAll(other.fieldEnumList30_); } onChanged(); } if (!other.fieldSfixed32List31_.isEmpty()) { if (fieldSfixed32List31_.isEmpty()) { fieldSfixed32List31_ = other.fieldSfixed32List31_; fieldSfixed32List31_.makeImmutable(); bitField0_ |= 0x40000000; } else { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addAll(other.fieldSfixed32List31_); } onChanged(); } if (!other.fieldSfixed64List32_.isEmpty()) { if (fieldSfixed64List32_.isEmpty()) { fieldSfixed64List32_ = other.fieldSfixed64List32_; fieldSfixed64List32_.makeImmutable(); bitField0_ |= 0x80000000; } else { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addAll(other.fieldSfixed64List32_); } onChanged(); } if (!other.fieldSint32List33_.isEmpty()) { if (fieldSint32List33_.isEmpty()) { fieldSint32List33_ = other.fieldSint32List33_; fieldSint32List33_.makeImmutable(); bitField1_ |= 0x00000001; } else { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addAll(other.fieldSint32List33_); } onChanged(); } if (!other.fieldSint64List34_.isEmpty()) { if (fieldSint64List34_.isEmpty()) { fieldSint64List34_ = other.fieldSint64List34_; fieldSint64List34_.makeImmutable(); bitField1_ |= 0x00000002; } else { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addAll(other.fieldSint64List34_); } onChanged(); } if (!other.fieldDoubleListPacked35_.isEmpty()) { if (fieldDoubleListPacked35_.isEmpty()) { fieldDoubleListPacked35_ = other.fieldDoubleListPacked35_; fieldDoubleListPacked35_.makeImmutable(); bitField1_ |= 0x00000004; } else { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addAll(other.fieldDoubleListPacked35_); } onChanged(); } if (!other.fieldFloatListPacked36_.isEmpty()) { if (fieldFloatListPacked36_.isEmpty()) { fieldFloatListPacked36_ = other.fieldFloatListPacked36_; fieldFloatListPacked36_.makeImmutable(); bitField1_ |= 0x00000008; } else { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addAll(other.fieldFloatListPacked36_); } onChanged(); } if (!other.fieldInt64ListPacked37_.isEmpty()) { if (fieldInt64ListPacked37_.isEmpty()) { fieldInt64ListPacked37_ = other.fieldInt64ListPacked37_; fieldInt64ListPacked37_.makeImmutable(); bitField1_ |= 0x00000010; } else { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addAll(other.fieldInt64ListPacked37_); } onChanged(); } if (!other.fieldUint64ListPacked38_.isEmpty()) { if (fieldUint64ListPacked38_.isEmpty()) { fieldUint64ListPacked38_ = other.fieldUint64ListPacked38_; fieldUint64ListPacked38_.makeImmutable(); bitField1_ |= 0x00000020; } else { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addAll(other.fieldUint64ListPacked38_); } onChanged(); } if (!other.fieldInt32ListPacked39_.isEmpty()) { if (fieldInt32ListPacked39_.isEmpty()) { fieldInt32ListPacked39_ = other.fieldInt32ListPacked39_; fieldInt32ListPacked39_.makeImmutable(); bitField1_ |= 0x00000040; } else { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addAll(other.fieldInt32ListPacked39_); } onChanged(); } if (!other.fieldFixed64ListPacked40_.isEmpty()) { if (fieldFixed64ListPacked40_.isEmpty()) { fieldFixed64ListPacked40_ = other.fieldFixed64ListPacked40_; fieldFixed64ListPacked40_.makeImmutable(); bitField1_ |= 0x00000080; } else { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addAll(other.fieldFixed64ListPacked40_); } onChanged(); } if (!other.fieldFixed32ListPacked41_.isEmpty()) { if (fieldFixed32ListPacked41_.isEmpty()) { fieldFixed32ListPacked41_ = other.fieldFixed32ListPacked41_; fieldFixed32ListPacked41_.makeImmutable(); bitField1_ |= 0x00000100; } else { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addAll(other.fieldFixed32ListPacked41_); } onChanged(); } if (!other.fieldBoolListPacked42_.isEmpty()) { if (fieldBoolListPacked42_.isEmpty()) { fieldBoolListPacked42_ = other.fieldBoolListPacked42_; fieldBoolListPacked42_.makeImmutable(); bitField1_ |= 0x00000200; } else { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addAll(other.fieldBoolListPacked42_); } onChanged(); } if (!other.fieldUint32ListPacked43_.isEmpty()) { if (fieldUint32ListPacked43_.isEmpty()) { fieldUint32ListPacked43_ = other.fieldUint32ListPacked43_; fieldUint32ListPacked43_.makeImmutable(); bitField1_ |= 0x00000400; } else { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addAll(other.fieldUint32ListPacked43_); } onChanged(); } if (!other.fieldEnumListPacked44_.isEmpty()) { if (fieldEnumListPacked44_.isEmpty()) { fieldEnumListPacked44_ = other.fieldEnumListPacked44_; bitField1_ = (bitField1_ & ~0x00000800); } else { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.addAll(other.fieldEnumListPacked44_); } onChanged(); } if (!other.fieldSfixed32ListPacked45_.isEmpty()) { if (fieldSfixed32ListPacked45_.isEmpty()) { fieldSfixed32ListPacked45_ = other.fieldSfixed32ListPacked45_; fieldSfixed32ListPacked45_.makeImmutable(); bitField1_ |= 0x00001000; } else { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addAll(other.fieldSfixed32ListPacked45_); } onChanged(); } if (!other.fieldSfixed64ListPacked46_.isEmpty()) { if (fieldSfixed64ListPacked46_.isEmpty()) { fieldSfixed64ListPacked46_ = other.fieldSfixed64ListPacked46_; fieldSfixed64ListPacked46_.makeImmutable(); bitField1_ |= 0x00002000; } else { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addAll(other.fieldSfixed64ListPacked46_); } onChanged(); } if (!other.fieldSint32ListPacked47_.isEmpty()) { if (fieldSint32ListPacked47_.isEmpty()) { fieldSint32ListPacked47_ = other.fieldSint32ListPacked47_; fieldSint32ListPacked47_.makeImmutable(); bitField1_ |= 0x00004000; } else { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addAll(other.fieldSint32ListPacked47_); } onChanged(); } if (!other.fieldSint64ListPacked48_.isEmpty()) { if (fieldSint64ListPacked48_.isEmpty()) { fieldSint64ListPacked48_ = other.fieldSint64ListPacked48_; fieldSint64ListPacked48_.makeImmutable(); bitField1_ |= 0x00008000; } else { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addAll(other.fieldSint64ListPacked48_); } onChanged(); } switch (other.getTestOneofCase()) { case FIELD_DOUBLE_53: { setFieldDouble53(other.getFieldDouble53()); break; } case FIELD_FLOAT_54: { setFieldFloat54(other.getFieldFloat54()); break; } case FIELD_INT64_55: { setFieldInt6455(other.getFieldInt6455()); break; } case FIELD_UINT64_56: { setFieldUint6456(other.getFieldUint6456()); break; } case FIELD_INT32_57: { setFieldInt3257(other.getFieldInt3257()); break; } case FIELD_FIXED64_58: { setFieldFixed6458(other.getFieldFixed6458()); break; } case FIELD_FIXED32_59: { setFieldFixed3259(other.getFieldFixed3259()); break; } case FIELD_BOOL_60: { setFieldBool60(other.getFieldBool60()); break; } case FIELD_STRING_61: { testOneofCase_ = 61; testOneof_ = other.testOneof_; onChanged(); break; } case FIELD_MESSAGE_62: { mergeFieldMessage62(other.getFieldMessage62()); break; } case FIELD_BYTES_63: { setFieldBytes63(other.getFieldBytes63()); break; } case FIELD_UINT32_64: { setFieldUint3264(other.getFieldUint3264()); break; } case FIELD_SFIXED32_65: { setFieldSfixed3265(other.getFieldSfixed3265()); break; } case FIELD_SFIXED64_66: { setFieldSfixed6466(other.getFieldSfixed6466()); break; } case FIELD_SINT32_67: { setFieldSint3267(other.getFieldSint3267()); break; } case FIELD_SINT64_68: { setFieldSint6468(other.getFieldSint6468()); break; } case TESTONEOF_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 9: { fieldDouble1_ = input.readDouble(); bitField0_ |= 0x00000001; break; } // case 9 case 21: { fieldFloat2_ = input.readFloat(); bitField0_ |= 0x00000002; break; } // case 21 case 24: { fieldInt643_ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { fieldUint644_ = input.readUInt64(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { fieldInt325_ = input.readInt32(); bitField0_ |= 0x00000010; break; } // case 40 case 49: { fieldFixed646_ = input.readFixed64(); bitField0_ |= 0x00000020; break; } // case 49 case 61: { fieldFixed327_ = input.readFixed32(); bitField0_ |= 0x00000040; break; } // case 61 case 64: { fieldBool8_ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 64 case 74: { fieldString9_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000100; break; } // case 74 case 82: { input.readMessage( getFieldMessage10FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 82 case 90: { fieldBytes11_ = input.readBytes(); bitField0_ |= 0x00000400; break; } // case 90 case 96: { fieldUint3212_ = input.readUInt32(); bitField0_ |= 0x00000800; break; } // case 96 case 104: { fieldEnum13_ = input.readEnum(); bitField0_ |= 0x00001000; break; } // case 104 case 117: { fieldSfixed3214_ = input.readSFixed32(); bitField0_ |= 0x00002000; break; } // case 117 case 121: { fieldSfixed6415_ = input.readSFixed64(); bitField0_ |= 0x00004000; break; } // case 121 case 128: { fieldSint3216_ = input.readSInt32(); bitField0_ |= 0x00008000; break; } // case 128 case 136: { fieldSint6417_ = input.readSInt64(); bitField0_ |= 0x00010000; break; } // case 136 case 145: { double v = input.readDouble(); ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(v); break; } // case 145 case 146: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleList18IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleList18_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 146 case 157: { float v = input.readFloat(); ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(v); break; } // case 157 case 154: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatList19IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatList19_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 154 case 160: { long v = input.readInt64(); ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(v); break; } // case 160 case 162: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64List20IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64List20_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 162 case 168: { long v = input.readUInt64(); ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(v); break; } // case 168 case 170: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64List21IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64List21_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 170 case 176: { int v = input.readInt32(); ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(v); break; } // case 176 case 178: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32List22IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32List22_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 178 case 185: { long v = input.readFixed64(); ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(v); break; } // case 185 case 186: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64List23IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64List23_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 186 case 197: { int v = input.readFixed32(); ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(v); break; } // case 197 case 194: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32List24IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32List24_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 194 case 200: { boolean v = input.readBool(); ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(v); break; } // case 200 case 202: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolList25IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolList25_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 202 case 210: { java.lang.String s = input.readStringRequireUtf8(); ensureFieldStringList26IsMutable(); fieldStringList26_.add(s); break; } // case 210 case 218: { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite m = input.readMessage( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.parser(), extensionRegistry); if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(m); } else { fieldMessageList27Builder_.addMessage(m); } break; } // case 218 case 226: { com.google.protobuf.ByteString v = input.readBytes(); ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(v); break; } // case 226 case 232: { int v = input.readUInt32(); ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(v); break; } // case 232 case 234: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32List29IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32List29_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 234 case 240: { int tmpRaw = input.readEnum(); ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); break; } // case 240 case 242: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 242 case 253: { int v = input.readSFixed32(); ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(v); break; } // case 253 case 250: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32List31IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32List31_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 250 case 257: { long v = input.readSFixed64(); ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(v); break; } // case 257 case 258: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64List32IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64List32_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 258 case 264: { int v = input.readSInt32(); ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(v); break; } // case 264 case 266: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32List33IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32List33_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 266 case 272: { long v = input.readSInt64(); ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(v); break; } // case 272 case 274: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64List34IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64List34_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 274 case 281: { double v = input.readDouble(); ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(v); break; } // case 281 case 282: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldDoubleListPacked35IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldDoubleListPacked35_.addDouble(input.readDouble()); } input.popLimit(limit); break; } // case 282 case 293: { float v = input.readFloat(); ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(v); break; } // case 293 case 290: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFloatListPacked36IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFloatListPacked36_.addFloat(input.readFloat()); } input.popLimit(limit); break; } // case 290 case 296: { long v = input.readInt64(); ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(v); break; } // case 296 case 298: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt64ListPacked37IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt64ListPacked37_.addLong(input.readInt64()); } input.popLimit(limit); break; } // case 298 case 304: { long v = input.readUInt64(); ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(v); break; } // case 304 case 306: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint64ListPacked38IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint64ListPacked38_.addLong(input.readUInt64()); } input.popLimit(limit); break; } // case 306 case 312: { int v = input.readInt32(); ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(v); break; } // case 312 case 314: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldInt32ListPacked39IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldInt32ListPacked39_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 314 case 321: { long v = input.readFixed64(); ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(v); break; } // case 321 case 322: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed64ListPacked40IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldFixed64ListPacked40_.addLong(input.readFixed64()); } input.popLimit(limit); break; } // case 322 case 333: { int v = input.readFixed32(); ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(v); break; } // case 333 case 330: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldFixed32ListPacked41IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldFixed32ListPacked41_.addInt(input.readFixed32()); } input.popLimit(limit); break; } // case 330 case 336: { boolean v = input.readBool(); ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(v); break; } // case 336 case 338: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldBoolListPacked42IsMutable(alloc / 1); while (input.getBytesUntilLimit() > 0) { fieldBoolListPacked42_.addBoolean(input.readBool()); } input.popLimit(limit); break; } // case 338 case 344: { int v = input.readUInt32(); ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(v); break; } // case 344 case 346: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldUint32ListPacked43IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldUint32ListPacked43_.addInt(input.readUInt32()); } input.popLimit(limit); break; } // case 346 case 352: { int tmpRaw = input.readEnum(); ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); break; } // case 352 case 354: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 354 case 365: { int v = input.readSFixed32(); ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(v); break; } // case 365 case 362: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed32ListPacked45IsMutable(alloc / 4); while (input.getBytesUntilLimit() > 0) { fieldSfixed32ListPacked45_.addInt(input.readSFixed32()); } input.popLimit(limit); break; } // case 362 case 369: { long v = input.readSFixed64(); ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(v); break; } // case 369 case 370: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); int alloc = length > 4096 ? 4096 : length; ensureFieldSfixed64ListPacked46IsMutable(alloc / 8); while (input.getBytesUntilLimit() > 0) { fieldSfixed64ListPacked46_.addLong(input.readSFixed64()); } input.popLimit(limit); break; } // case 370 case 376: { int v = input.readSInt32(); ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(v); break; } // case 376 case 378: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint32ListPacked47IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint32ListPacked47_.addInt(input.readSInt32()); } input.popLimit(limit); break; } // case 378 case 384: { long v = input.readSInt64(); ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(v); break; } // case 384 case 386: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureFieldSint64ListPacked48IsMutable(); while (input.getBytesUntilLimit() > 0) { fieldSint64ListPacked48_.addLong(input.readSInt64()); } input.popLimit(limit); break; } // case 386 case 425: { testOneof_ = input.readDouble(); testOneofCase_ = 53; break; } // case 425 case 437: { testOneof_ = input.readFloat(); testOneofCase_ = 54; break; } // case 437 case 440: { testOneof_ = input.readInt64(); testOneofCase_ = 55; break; } // case 440 case 448: { testOneof_ = input.readUInt64(); testOneofCase_ = 56; break; } // case 448 case 456: { testOneof_ = input.readInt32(); testOneofCase_ = 57; break; } // case 456 case 465: { testOneof_ = input.readFixed64(); testOneofCase_ = 58; break; } // case 465 case 477: { testOneof_ = input.readFixed32(); testOneofCase_ = 59; break; } // case 477 case 480: { testOneof_ = input.readBool(); testOneofCase_ = 60; break; } // case 480 case 490: { java.lang.String s = input.readStringRequireUtf8(); testOneofCase_ = 61; testOneof_ = s; break; } // case 490 case 498: { input.readMessage( getFieldMessage62FieldBuilder().getBuilder(), extensionRegistry); testOneofCase_ = 62; break; } // case 498 case 506: { testOneof_ = input.readBytes(); testOneofCase_ = 63; break; } // case 506 case 512: { testOneof_ = input.readUInt32(); testOneofCase_ = 64; break; } // case 512 case 525: { testOneof_ = input.readSFixed32(); testOneofCase_ = 65; break; } // case 525 case 529: { testOneof_ = input.readSFixed64(); testOneofCase_ = 66; break; } // case 529 case 536: { testOneof_ = input.readSInt32(); testOneofCase_ = 67; break; } // case 536 case 544: { testOneof_ = input.readSInt64(); testOneofCase_ = 68; break; } // case 544 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int testOneofCase_ = 0; private java.lang.Object testOneof_; public TestOneofCase getTestOneofCase() { return TestOneofCase.forNumber( testOneofCase_); } public Builder clearTestOneof() { testOneofCase_ = 0; testOneof_ = null; onChanged(); return this; } private int bitField0_; private int bitField1_; private double fieldDouble1_ ; /** * double field_double_1 = 1; * @return The fieldDouble1. */ @java.lang.Override public double getFieldDouble1() { return fieldDouble1_; } /** * double field_double_1 = 1; * @param value The fieldDouble1 to set. * @return This builder for chaining. */ public Builder setFieldDouble1(double value) { fieldDouble1_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * double field_double_1 = 1; * @return This builder for chaining. */ public Builder clearFieldDouble1() { bitField0_ = (bitField0_ & ~0x00000001); fieldDouble1_ = 0D; onChanged(); return this; } private float fieldFloat2_ ; /** * float field_float_2 = 2; * @return The fieldFloat2. */ @java.lang.Override public float getFieldFloat2() { return fieldFloat2_; } /** * float field_float_2 = 2; * @param value The fieldFloat2 to set. * @return This builder for chaining. */ public Builder setFieldFloat2(float value) { fieldFloat2_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * float field_float_2 = 2; * @return This builder for chaining. */ public Builder clearFieldFloat2() { bitField0_ = (bitField0_ & ~0x00000002); fieldFloat2_ = 0F; onChanged(); return this; } private long fieldInt643_ ; /** * int64 field_int64_3 = 3; * @return The fieldInt643. */ @java.lang.Override public long getFieldInt643() { return fieldInt643_; } /** * int64 field_int64_3 = 3; * @param value The fieldInt643 to set. * @return This builder for chaining. */ public Builder setFieldInt643(long value) { fieldInt643_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int64 field_int64_3 = 3; * @return This builder for chaining. */ public Builder clearFieldInt643() { bitField0_ = (bitField0_ & ~0x00000004); fieldInt643_ = 0L; onChanged(); return this; } private long fieldUint644_ ; /** * uint64 field_uint64_4 = 4; * @return The fieldUint644. */ @java.lang.Override public long getFieldUint644() { return fieldUint644_; } /** * uint64 field_uint64_4 = 4; * @param value The fieldUint644 to set. * @return This builder for chaining. */ public Builder setFieldUint644(long value) { fieldUint644_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * uint64 field_uint64_4 = 4; * @return This builder for chaining. */ public Builder clearFieldUint644() { bitField0_ = (bitField0_ & ~0x00000008); fieldUint644_ = 0L; onChanged(); return this; } private int fieldInt325_ ; /** * int32 field_int32_5 = 5; * @return The fieldInt325. */ @java.lang.Override public int getFieldInt325() { return fieldInt325_; } /** * int32 field_int32_5 = 5; * @param value The fieldInt325 to set. * @return This builder for chaining. */ public Builder setFieldInt325(int value) { fieldInt325_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * int32 field_int32_5 = 5; * @return This builder for chaining. */ public Builder clearFieldInt325() { bitField0_ = (bitField0_ & ~0x00000010); fieldInt325_ = 0; onChanged(); return this; } private long fieldFixed646_ ; /** * fixed64 field_fixed64_6 = 6; * @return The fieldFixed646. */ @java.lang.Override public long getFieldFixed646() { return fieldFixed646_; } /** * fixed64 field_fixed64_6 = 6; * @param value The fieldFixed646 to set. * @return This builder for chaining. */ public Builder setFieldFixed646(long value) { fieldFixed646_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * fixed64 field_fixed64_6 = 6; * @return This builder for chaining. */ public Builder clearFieldFixed646() { bitField0_ = (bitField0_ & ~0x00000020); fieldFixed646_ = 0L; onChanged(); return this; } private int fieldFixed327_ ; /** * fixed32 field_fixed32_7 = 7; * @return The fieldFixed327. */ @java.lang.Override public int getFieldFixed327() { return fieldFixed327_; } /** * fixed32 field_fixed32_7 = 7; * @param value The fieldFixed327 to set. * @return This builder for chaining. */ public Builder setFieldFixed327(int value) { fieldFixed327_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** * fixed32 field_fixed32_7 = 7; * @return This builder for chaining. */ public Builder clearFieldFixed327() { bitField0_ = (bitField0_ & ~0x00000040); fieldFixed327_ = 0; onChanged(); return this; } private boolean fieldBool8_ ; /** * bool field_bool_8 = 8; * @return The fieldBool8. */ @java.lang.Override public boolean getFieldBool8() { return fieldBool8_; } /** * bool field_bool_8 = 8; * @param value The fieldBool8 to set. * @return This builder for chaining. */ public Builder setFieldBool8(boolean value) { fieldBool8_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** * bool field_bool_8 = 8; * @return This builder for chaining. */ public Builder clearFieldBool8() { bitField0_ = (bitField0_ & ~0x00000080); fieldBool8_ = false; onChanged(); return this; } private java.lang.Object fieldString9_ = ""; /** * string field_string_9 = 9; * @return The fieldString9. */ public java.lang.String getFieldString9() { java.lang.Object ref = fieldString9_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fieldString9_ = s; return s; } else { return (java.lang.String) ref; } } /** * string field_string_9 = 9; * @return The bytes for fieldString9. */ public com.google.protobuf.ByteString getFieldString9Bytes() { java.lang.Object ref = fieldString9_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fieldString9_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string field_string_9 = 9; * @param value The fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } /** * string field_string_9 = 9; * @return This builder for chaining. */ public Builder clearFieldString9() { fieldString9_ = getDefaultInstance().getFieldString9(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } /** * string field_string_9 = 9; * @param value The bytes for fieldString9 to set. * @return This builder for chaining. */ public Builder setFieldString9Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fieldString9_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } private com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite fieldMessage10_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder> fieldMessage10Builder_; /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; * @return Whether the fieldMessage10 field is set. */ public boolean hasFieldMessage10() { return ((bitField0_ & 0x00000200) != 0); } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; * @return The fieldMessage10. */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessage10() { if (fieldMessage10Builder_ == null) { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance() : fieldMessage10_; } else { return fieldMessage10Builder_.getMessage(); } } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ public Builder setFieldMessage10(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (fieldMessage10Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldMessage10_ = value; } else { fieldMessage10Builder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ public Builder setFieldMessage10( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder builderForValue) { if (fieldMessage10Builder_ == null) { fieldMessage10_ = builderForValue.build(); } else { fieldMessage10Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ public Builder mergeFieldMessage10(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (fieldMessage10Builder_ == null) { if (((bitField0_ & 0x00000200) != 0) && fieldMessage10_ != null && fieldMessage10_ != com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()) { getFieldMessage10Builder().mergeFrom(value); } else { fieldMessage10_ = value; } } else { fieldMessage10Builder_.mergeFrom(value); } if (fieldMessage10_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ public Builder clearFieldMessage10() { bitField0_ = (bitField0_ & ~0x00000200); fieldMessage10_ = null; if (fieldMessage10Builder_ != null) { fieldMessage10Builder_.dispose(); fieldMessage10Builder_ = null; } onChanged(); return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder getFieldMessage10Builder() { bitField0_ |= 0x00000200; onChanged(); return getFieldMessage10FieldBuilder().getBuilder(); } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessage10OrBuilder() { if (fieldMessage10Builder_ != null) { return fieldMessage10Builder_.getMessageOrBuilder(); } else { return fieldMessage10_ == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance() : fieldMessage10_; } } /** * .protobuf.experimental.Proto3MessageLite field_message_10 = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder> getFieldMessage10FieldBuilder() { if (fieldMessage10Builder_ == null) { fieldMessage10Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder>( getFieldMessage10(), getParentForChildren(), isClean()); fieldMessage10_ = null; } return fieldMessage10Builder_; } private com.google.protobuf.ByteString fieldBytes11_ = com.google.protobuf.ByteString.EMPTY; /** * bytes field_bytes_11 = 11; * @return The fieldBytes11. */ @java.lang.Override public com.google.protobuf.ByteString getFieldBytes11() { return fieldBytes11_; } /** * bytes field_bytes_11 = 11; * @param value The fieldBytes11 to set. * @return This builder for chaining. */ public Builder setFieldBytes11(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } fieldBytes11_ = value; bitField0_ |= 0x00000400; onChanged(); return this; } /** * bytes field_bytes_11 = 11; * @return This builder for chaining. */ public Builder clearFieldBytes11() { bitField0_ = (bitField0_ & ~0x00000400); fieldBytes11_ = getDefaultInstance().getFieldBytes11(); onChanged(); return this; } private int fieldUint3212_ ; /** * uint32 field_uint32_12 = 12; * @return The fieldUint3212. */ @java.lang.Override public int getFieldUint3212() { return fieldUint3212_; } /** * uint32 field_uint32_12 = 12; * @param value The fieldUint3212 to set. * @return This builder for chaining. */ public Builder setFieldUint3212(int value) { fieldUint3212_ = value; bitField0_ |= 0x00000800; onChanged(); return this; } /** * uint32 field_uint32_12 = 12; * @return This builder for chaining. */ public Builder clearFieldUint3212() { bitField0_ = (bitField0_ & ~0x00000800); fieldUint3212_ = 0; onChanged(); return this; } private int fieldEnum13_ = 0; /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @return The enum numeric value on the wire for fieldEnum13. */ @java.lang.Override public int getFieldEnum13Value() { return fieldEnum13_; } /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @param value The enum numeric value on the wire for fieldEnum13 to set. * @return This builder for chaining. */ public Builder setFieldEnum13Value(int value) { fieldEnum13_ = value; bitField0_ |= 0x00001000; onChanged(); return this; } /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @return The fieldEnum13. */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnum13() { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum result = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.forNumber(fieldEnum13_); return result == null ? com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED : result; } /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @param value The fieldEnum13 to set. * @return This builder for chaining. */ public Builder setFieldEnum13(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00001000; fieldEnum13_ = value.getNumber(); onChanged(); return this; } /** * .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_13 = 13; * @return This builder for chaining. */ public Builder clearFieldEnum13() { bitField0_ = (bitField0_ & ~0x00001000); fieldEnum13_ = 0; onChanged(); return this; } private int fieldSfixed3214_ ; /** * sfixed32 field_sfixed32_14 = 14; * @return The fieldSfixed3214. */ @java.lang.Override public int getFieldSfixed3214() { return fieldSfixed3214_; } /** * sfixed32 field_sfixed32_14 = 14; * @param value The fieldSfixed3214 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3214(int value) { fieldSfixed3214_ = value; bitField0_ |= 0x00002000; onChanged(); return this; } /** * sfixed32 field_sfixed32_14 = 14; * @return This builder for chaining. */ public Builder clearFieldSfixed3214() { bitField0_ = (bitField0_ & ~0x00002000); fieldSfixed3214_ = 0; onChanged(); return this; } private long fieldSfixed6415_ ; /** * sfixed64 field_sfixed64_15 = 15; * @return The fieldSfixed6415. */ @java.lang.Override public long getFieldSfixed6415() { return fieldSfixed6415_; } /** * sfixed64 field_sfixed64_15 = 15; * @param value The fieldSfixed6415 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6415(long value) { fieldSfixed6415_ = value; bitField0_ |= 0x00004000; onChanged(); return this; } /** * sfixed64 field_sfixed64_15 = 15; * @return This builder for chaining. */ public Builder clearFieldSfixed6415() { bitField0_ = (bitField0_ & ~0x00004000); fieldSfixed6415_ = 0L; onChanged(); return this; } private int fieldSint3216_ ; /** * sint32 field_sint32_16 = 16; * @return The fieldSint3216. */ @java.lang.Override public int getFieldSint3216() { return fieldSint3216_; } /** * sint32 field_sint32_16 = 16; * @param value The fieldSint3216 to set. * @return This builder for chaining. */ public Builder setFieldSint3216(int value) { fieldSint3216_ = value; bitField0_ |= 0x00008000; onChanged(); return this; } /** * sint32 field_sint32_16 = 16; * @return This builder for chaining. */ public Builder clearFieldSint3216() { bitField0_ = (bitField0_ & ~0x00008000); fieldSint3216_ = 0; onChanged(); return this; } private long fieldSint6417_ ; /** * sint64 field_sint64_17 = 17; * @return The fieldSint6417. */ @java.lang.Override public long getFieldSint6417() { return fieldSint6417_; } /** * sint64 field_sint64_17 = 17; * @param value The fieldSint6417 to set. * @return This builder for chaining. */ public Builder setFieldSint6417(long value) { fieldSint6417_ = value; bitField0_ |= 0x00010000; onChanged(); return this; } /** * sint64 field_sint64_17 = 17; * @return This builder for chaining. */ public Builder clearFieldSint6417() { bitField0_ = (bitField0_ & ~0x00010000); fieldSint6417_ = 0L; onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleList18_ = emptyDoubleList(); private void ensureFieldDoubleList18IsMutable() { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_); } bitField0_ |= 0x00020000; } private void ensureFieldDoubleList18IsMutable(int capacity) { if (!fieldDoubleList18_.isModifiable()) { fieldDoubleList18_ = makeMutableCopy(fieldDoubleList18_, capacity); } bitField0_ |= 0x00020000; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return A list containing the fieldDoubleList18. */ public java.util.List getFieldDoubleList18List() { fieldDoubleList18_.makeImmutable(); return fieldDoubleList18_; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return The count of fieldDoubleList18. */ public int getFieldDoubleList18Count() { return fieldDoubleList18_.size(); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index of the element to return. * @return The fieldDoubleList18 at the given index. */ public double getFieldDoubleList18(int index) { return fieldDoubleList18_.getDouble(index); } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param index The index to set the value at. * @param value The fieldDoubleList18 to set. * @return This builder for chaining. */ public Builder setFieldDoubleList18( int index, double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.setDouble(index, value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param value The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addFieldDoubleList18(double value) { ensureFieldDoubleList18IsMutable(); fieldDoubleList18_.addDouble(value); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @param values The fieldDoubleList18 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleList18( java.lang.Iterable values) { ensureFieldDoubleList18IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleList18_); bitField0_ |= 0x00020000; onChanged(); return this; } /** * repeated double field_double_list_18 = 18 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldDoubleList18() { fieldDoubleList18_ = emptyDoubleList(); bitField0_ = (bitField0_ & ~0x00020000); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatList19_ = emptyFloatList(); private void ensureFieldFloatList19IsMutable() { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_); } bitField0_ |= 0x00040000; } private void ensureFieldFloatList19IsMutable(int capacity) { if (!fieldFloatList19_.isModifiable()) { fieldFloatList19_ = makeMutableCopy(fieldFloatList19_, capacity); } bitField0_ |= 0x00040000; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return A list containing the fieldFloatList19. */ public java.util.List getFieldFloatList19List() { fieldFloatList19_.makeImmutable(); return fieldFloatList19_; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return The count of fieldFloatList19. */ public int getFieldFloatList19Count() { return fieldFloatList19_.size(); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index of the element to return. * @return The fieldFloatList19 at the given index. */ public float getFieldFloatList19(int index) { return fieldFloatList19_.getFloat(index); } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param index The index to set the value at. * @param value The fieldFloatList19 to set. * @return This builder for chaining. */ public Builder setFieldFloatList19( int index, float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.setFloat(index, value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param value The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addFieldFloatList19(float value) { ensureFieldFloatList19IsMutable(); fieldFloatList19_.addFloat(value); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @param values The fieldFloatList19 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatList19( java.lang.Iterable values) { ensureFieldFloatList19IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatList19_); bitField0_ |= 0x00040000; onChanged(); return this; } /** * repeated float field_float_list_19 = 19 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFloatList19() { fieldFloatList19_ = emptyFloatList(); bitField0_ = (bitField0_ & ~0x00040000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64List20_ = emptyLongList(); private void ensureFieldInt64List20IsMutable() { if (!fieldInt64List20_.isModifiable()) { fieldInt64List20_ = makeMutableCopy(fieldInt64List20_); } bitField0_ |= 0x00080000; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return A list containing the fieldInt64List20. */ public java.util.List getFieldInt64List20List() { fieldInt64List20_.makeImmutable(); return fieldInt64List20_; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return The count of fieldInt64List20. */ public int getFieldInt64List20Count() { return fieldInt64List20_.size(); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index of the element to return. * @return The fieldInt64List20 at the given index. */ public long getFieldInt64List20(int index) { return fieldInt64List20_.getLong(index); } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt64List20 to set. * @return This builder for chaining. */ public Builder setFieldInt64List20( int index, long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.setLong(index, value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param value The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addFieldInt64List20(long value) { ensureFieldInt64List20IsMutable(); fieldInt64List20_.addLong(value); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @param values The fieldInt64List20 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64List20( java.lang.Iterable values) { ensureFieldInt64List20IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64List20_); bitField0_ |= 0x00080000; onChanged(); return this; } /** * repeated int64 field_int64_list_20 = 20 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt64List20() { fieldInt64List20_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00080000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64List21_ = emptyLongList(); private void ensureFieldUint64List21IsMutable() { if (!fieldUint64List21_.isModifiable()) { fieldUint64List21_ = makeMutableCopy(fieldUint64List21_); } bitField0_ |= 0x00100000; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return A list containing the fieldUint64List21. */ public java.util.List getFieldUint64List21List() { fieldUint64List21_.makeImmutable(); return fieldUint64List21_; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return The count of fieldUint64List21. */ public int getFieldUint64List21Count() { return fieldUint64List21_.size(); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index of the element to return. * @return The fieldUint64List21 at the given index. */ public long getFieldUint64List21(int index) { return fieldUint64List21_.getLong(index); } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint64List21 to set. * @return This builder for chaining. */ public Builder setFieldUint64List21( int index, long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.setLong(index, value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param value The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addFieldUint64List21(long value) { ensureFieldUint64List21IsMutable(); fieldUint64List21_.addLong(value); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @param values The fieldUint64List21 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64List21( java.lang.Iterable values) { ensureFieldUint64List21IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64List21_); bitField0_ |= 0x00100000; onChanged(); return this; } /** * repeated uint64 field_uint64_list_21 = 21 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint64List21() { fieldUint64List21_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00100000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32List22_ = emptyIntList(); private void ensureFieldInt32List22IsMutable() { if (!fieldInt32List22_.isModifiable()) { fieldInt32List22_ = makeMutableCopy(fieldInt32List22_); } bitField0_ |= 0x00200000; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return A list containing the fieldInt32List22. */ public java.util.List getFieldInt32List22List() { fieldInt32List22_.makeImmutable(); return fieldInt32List22_; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return The count of fieldInt32List22. */ public int getFieldInt32List22Count() { return fieldInt32List22_.size(); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index of the element to return. * @return The fieldInt32List22 at the given index. */ public int getFieldInt32List22(int index) { return fieldInt32List22_.getInt(index); } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param index The index to set the value at. * @param value The fieldInt32List22 to set. * @return This builder for chaining. */ public Builder setFieldInt32List22( int index, int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.setInt(index, value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param value The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addFieldInt32List22(int value) { ensureFieldInt32List22IsMutable(); fieldInt32List22_.addInt(value); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @param values The fieldInt32List22 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32List22( java.lang.Iterable values) { ensureFieldInt32List22IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32List22_); bitField0_ |= 0x00200000; onChanged(); return this; } /** * repeated int32 field_int32_list_22 = 22 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldInt32List22() { fieldInt32List22_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00200000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64List23_ = emptyLongList(); private void ensureFieldFixed64List23IsMutable() { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_); } bitField0_ |= 0x00400000; } private void ensureFieldFixed64List23IsMutable(int capacity) { if (!fieldFixed64List23_.isModifiable()) { fieldFixed64List23_ = makeMutableCopy(fieldFixed64List23_, capacity); } bitField0_ |= 0x00400000; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return A list containing the fieldFixed64List23. */ public java.util.List getFieldFixed64List23List() { fieldFixed64List23_.makeImmutable(); return fieldFixed64List23_; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return The count of fieldFixed64List23. */ public int getFieldFixed64List23Count() { return fieldFixed64List23_.size(); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed64List23 at the given index. */ public long getFieldFixed64List23(int index) { return fieldFixed64List23_.getLong(index); } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed64List23 to set. * @return This builder for chaining. */ public Builder setFieldFixed64List23( int index, long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.setLong(index, value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param value The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addFieldFixed64List23(long value) { ensureFieldFixed64List23IsMutable(); fieldFixed64List23_.addLong(value); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @param values The fieldFixed64List23 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64List23( java.lang.Iterable values) { ensureFieldFixed64List23IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64List23_); bitField0_ |= 0x00400000; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_23 = 23 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed64List23() { fieldFixed64List23_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00400000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32List24_ = emptyIntList(); private void ensureFieldFixed32List24IsMutable() { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_); } bitField0_ |= 0x00800000; } private void ensureFieldFixed32List24IsMutable(int capacity) { if (!fieldFixed32List24_.isModifiable()) { fieldFixed32List24_ = makeMutableCopy(fieldFixed32List24_, capacity); } bitField0_ |= 0x00800000; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return A list containing the fieldFixed32List24. */ public java.util.List getFieldFixed32List24List() { fieldFixed32List24_.makeImmutable(); return fieldFixed32List24_; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return The count of fieldFixed32List24. */ public int getFieldFixed32List24Count() { return fieldFixed32List24_.size(); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index of the element to return. * @return The fieldFixed32List24 at the given index. */ public int getFieldFixed32List24(int index) { return fieldFixed32List24_.getInt(index); } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param index The index to set the value at. * @param value The fieldFixed32List24 to set. * @return This builder for chaining. */ public Builder setFieldFixed32List24( int index, int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.setInt(index, value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param value The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addFieldFixed32List24(int value) { ensureFieldFixed32List24IsMutable(); fieldFixed32List24_.addInt(value); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @param values The fieldFixed32List24 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32List24( java.lang.Iterable values) { ensureFieldFixed32List24IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32List24_); bitField0_ |= 0x00800000; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_24 = 24 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldFixed32List24() { fieldFixed32List24_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00800000); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolList25_ = emptyBooleanList(); private void ensureFieldBoolList25IsMutable() { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_); } bitField0_ |= 0x01000000; } private void ensureFieldBoolList25IsMutable(int capacity) { if (!fieldBoolList25_.isModifiable()) { fieldBoolList25_ = makeMutableCopy(fieldBoolList25_, capacity); } bitField0_ |= 0x01000000; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return A list containing the fieldBoolList25. */ public java.util.List getFieldBoolList25List() { fieldBoolList25_.makeImmutable(); return fieldBoolList25_; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return The count of fieldBoolList25. */ public int getFieldBoolList25Count() { return fieldBoolList25_.size(); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index of the element to return. * @return The fieldBoolList25 at the given index. */ public boolean getFieldBoolList25(int index) { return fieldBoolList25_.getBoolean(index); } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param index The index to set the value at. * @param value The fieldBoolList25 to set. * @return This builder for chaining. */ public Builder setFieldBoolList25( int index, boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.setBoolean(index, value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param value The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addFieldBoolList25(boolean value) { ensureFieldBoolList25IsMutable(); fieldBoolList25_.addBoolean(value); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @param values The fieldBoolList25 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolList25( java.lang.Iterable values) { ensureFieldBoolList25IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolList25_); bitField0_ |= 0x01000000; onChanged(); return this; } /** * repeated bool field_bool_list_25 = 25 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBoolList25() { fieldBoolList25_ = emptyBooleanList(); bitField0_ = (bitField0_ & ~0x01000000); onChanged(); return this; } private com.google.protobuf.LazyStringArrayList fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureFieldStringList26IsMutable() { if (!fieldStringList26_.isModifiable()) { fieldStringList26_ = new com.google.protobuf.LazyStringArrayList(fieldStringList26_); } bitField0_ |= 0x02000000; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return A list containing the fieldStringList26. */ public com.google.protobuf.ProtocolStringList getFieldStringList26List() { fieldStringList26_.makeImmutable(); return fieldStringList26_; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return The count of fieldStringList26. */ public int getFieldStringList26Count() { return fieldStringList26_.size(); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the element to return. * @return The fieldStringList26 at the given index. */ public java.lang.String getFieldStringList26(int index) { return fieldStringList26_.get(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index of the value to return. * @return The bytes of the fieldStringList26 at the given index. */ public com.google.protobuf.ByteString getFieldStringList26Bytes(int index) { return fieldStringList26_.getByteString(index); } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param index The index to set the value at. * @param value The fieldStringList26 to set. * @return This builder for chaining. */ public Builder setFieldStringList26( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.set(index, value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param values The fieldStringList26 to add. * @return This builder for chaining. */ public Builder addAllFieldStringList26( java.lang.Iterable values) { ensureFieldStringList26IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldStringList26_); bitField0_ |= 0x02000000; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldStringList26() { fieldStringList26_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x02000000);; onChanged(); return this; } /** * repeated string field_string_list_26 = 26 [packed = false]; * @param value The bytes of the fieldStringList26 to add. * @return This builder for chaining. */ public Builder addFieldStringList26Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFieldStringList26IsMutable(); fieldStringList26_.add(value); bitField0_ |= 0x02000000; onChanged(); return this; } private java.util.List fieldMessageList27_ = java.util.Collections.emptyList(); private void ensureFieldMessageList27IsMutable() { if (!((bitField0_ & 0x04000000) != 0)) { fieldMessageList27_ = new java.util.ArrayList(fieldMessageList27_); bitField0_ |= 0x04000000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder> fieldMessageList27Builder_; /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27List() { if (fieldMessageList27Builder_ == null) { return java.util.Collections.unmodifiableList(fieldMessageList27_); } else { return fieldMessageList27Builder_.getMessageList(); } } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public int getFieldMessageList27Count() { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.size(); } else { return fieldMessageList27Builder_.getCount(); } } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessage(index); } } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, value); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, value); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder setFieldMessageList27( int index, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.set(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(value); onChanged(); } else { fieldMessageList27Builder_.addMessage(value); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (fieldMessageList27Builder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, value); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, value); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addFieldMessageList27( int index, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder builderForValue) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.add(index, builderForValue.build()); onChanged(); } else { fieldMessageList27Builder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder addAllFieldMessageList27( java.lang.Iterable values) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldMessageList27_); onChanged(); } else { fieldMessageList27Builder_.addAllMessages(values); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder clearFieldMessageList27() { if (fieldMessageList27Builder_ == null) { fieldMessageList27_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x04000000); onChanged(); } else { fieldMessageList27Builder_.clear(); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public Builder removeFieldMessageList27(int index) { if (fieldMessageList27Builder_ == null) { ensureFieldMessageList27IsMutable(); fieldMessageList27_.remove(index); onChanged(); } else { fieldMessageList27Builder_.remove(index); } return this; } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder getFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().getBuilder(index); } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessageList27OrBuilder( int index) { if (fieldMessageList27Builder_ == null) { return fieldMessageList27_.get(index); } else { return fieldMessageList27Builder_.getMessageOrBuilder(index); } } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27OrBuilderList() { if (fieldMessageList27Builder_ != null) { return fieldMessageList27Builder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(fieldMessageList27_); } } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder addFieldMessageList27Builder() { return getFieldMessageList27FieldBuilder().addBuilder( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder addFieldMessageList27Builder( int index) { return getFieldMessageList27FieldBuilder().addBuilder( index, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } /** * repeated .protobuf.experimental.Proto3MessageLite field_message_list_27 = 27 [packed = false]; */ public java.util.List getFieldMessageList27BuilderList() { return getFieldMessageList27FieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder> getFieldMessageList27FieldBuilder() { if (fieldMessageList27Builder_ == null) { fieldMessageList27Builder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder>( fieldMessageList27_, ((bitField0_ & 0x04000000) != 0), getParentForChildren(), isClean()); fieldMessageList27_ = null; } return fieldMessageList27Builder_; } private com.google.protobuf.Internal.ProtobufList fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); private void ensureFieldBytesList28IsMutable() { if (!fieldBytesList28_.isModifiable()) { fieldBytesList28_ = makeMutableCopy(fieldBytesList28_); } bitField0_ |= 0x08000000; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return A list containing the fieldBytesList28. */ public java.util.List getFieldBytesList28List() { fieldBytesList28_.makeImmutable(); return fieldBytesList28_; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return The count of fieldBytesList28. */ public int getFieldBytesList28Count() { return fieldBytesList28_.size(); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index of the element to return. * @return The fieldBytesList28 at the given index. */ public com.google.protobuf.ByteString getFieldBytesList28(int index) { return fieldBytesList28_.get(index); } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param index The index to set the value at. * @param value The fieldBytesList28 to set. * @return This builder for chaining. */ public Builder setFieldBytesList28( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.set(index, value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param value The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addFieldBytesList28(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFieldBytesList28IsMutable(); fieldBytesList28_.add(value); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @param values The fieldBytesList28 to add. * @return This builder for chaining. */ public Builder addAllFieldBytesList28( java.lang.Iterable values) { ensureFieldBytesList28IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBytesList28_); bitField0_ |= 0x08000000; onChanged(); return this; } /** * repeated bytes field_bytes_list_28 = 28 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldBytesList28() { fieldBytesList28_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x08000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32List29_ = emptyIntList(); private void ensureFieldUint32List29IsMutable() { if (!fieldUint32List29_.isModifiable()) { fieldUint32List29_ = makeMutableCopy(fieldUint32List29_); } bitField0_ |= 0x10000000; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return A list containing the fieldUint32List29. */ public java.util.List getFieldUint32List29List() { fieldUint32List29_.makeImmutable(); return fieldUint32List29_; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return The count of fieldUint32List29. */ public int getFieldUint32List29Count() { return fieldUint32List29_.size(); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index of the element to return. * @return The fieldUint32List29 at the given index. */ public int getFieldUint32List29(int index) { return fieldUint32List29_.getInt(index); } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param index The index to set the value at. * @param value The fieldUint32List29 to set. * @return This builder for chaining. */ public Builder setFieldUint32List29( int index, int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.setInt(index, value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param value The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addFieldUint32List29(int value) { ensureFieldUint32List29IsMutable(); fieldUint32List29_.addInt(value); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @param values The fieldUint32List29 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32List29( java.lang.Iterable values) { ensureFieldUint32List29IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32List29_); bitField0_ |= 0x10000000; onChanged(); return this; } /** * repeated uint32 field_uint32_list_29 = 29 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldUint32List29() { fieldUint32List29_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x10000000); onChanged(); return this; } private java.util.List fieldEnumList30_ = java.util.Collections.emptyList(); private void ensureFieldEnumList30IsMutable() { if (!((bitField0_ & 0x20000000) != 0)) { fieldEnumList30_ = new java.util.ArrayList(fieldEnumList30_); bitField0_ |= 0x20000000; } } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the fieldEnumList30. */ public java.util.List getFieldEnumList30List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum>(fieldEnumList30_, fieldEnumList30_converter_); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return The count of fieldEnumList30. */ public int getFieldEnumList30Count() { return fieldEnumList30_.size(); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the element to return. * @return The fieldEnumList30 at the given index. */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnumList30(int index) { return fieldEnumList30_converter_.convert(fieldEnumList30_.get(index)); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index to set the value at. * @param value The fieldEnumList30 to set. * @return This builder for chaining. */ public Builder setFieldEnumList30( int index, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param value The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addFieldEnumList30(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param values The fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumList30( java.lang.Iterable values) { ensureFieldEnumList30IsMutable(); for (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value : values) { fieldEnumList30_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldEnumList30() { fieldEnumList30_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x20000000); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @return A list containing the enum numeric values on the wire for fieldEnumList30. */ public java.util.List getFieldEnumList30ValueList() { return java.util.Collections.unmodifiableList(fieldEnumList30_); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumList30 at the given index. */ public int getFieldEnumList30Value(int index) { return fieldEnumList30_.get(index); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for fieldEnumList30 to set. * @return This builder for chaining. */ public Builder setFieldEnumList30Value( int index, int value) { ensureFieldEnumList30IsMutable(); fieldEnumList30_.set(index, value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param value The enum numeric value on the wire for fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addFieldEnumList30Value(int value) { ensureFieldEnumList30IsMutable(); fieldEnumList30_.add(value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_30 = 30 [packed = false]; * @param values The enum numeric values on the wire for fieldEnumList30 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumList30Value( java.lang.Iterable values) { ensureFieldEnumList30IsMutable(); for (int value : values) { fieldEnumList30_.add(value); } onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32List31_ = emptyIntList(); private void ensureFieldSfixed32List31IsMutable() { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_); } bitField0_ |= 0x40000000; } private void ensureFieldSfixed32List31IsMutable(int capacity) { if (!fieldSfixed32List31_.isModifiable()) { fieldSfixed32List31_ = makeMutableCopy(fieldSfixed32List31_, capacity); } bitField0_ |= 0x40000000; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return A list containing the fieldSfixed32List31. */ public java.util.List getFieldSfixed32List31List() { fieldSfixed32List31_.makeImmutable(); return fieldSfixed32List31_; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return The count of fieldSfixed32List31. */ public int getFieldSfixed32List31Count() { return fieldSfixed32List31_.size(); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed32List31 at the given index. */ public int getFieldSfixed32List31(int index) { return fieldSfixed32List31_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed32List31 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32List31( int index, int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.setInt(index, value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param value The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32List31(int value) { ensureFieldSfixed32List31IsMutable(); fieldSfixed32List31_.addInt(value); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @param values The fieldSfixed32List31 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32List31( java.lang.Iterable values) { ensureFieldSfixed32List31IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32List31_); bitField0_ |= 0x40000000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_31 = 31 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed32List31() { fieldSfixed32List31_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x40000000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64List32_ = emptyLongList(); private void ensureFieldSfixed64List32IsMutable() { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_); } bitField0_ |= 0x80000000; } private void ensureFieldSfixed64List32IsMutable(int capacity) { if (!fieldSfixed64List32_.isModifiable()) { fieldSfixed64List32_ = makeMutableCopy(fieldSfixed64List32_, capacity); } bitField0_ |= 0x80000000; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return A list containing the fieldSfixed64List32. */ public java.util.List getFieldSfixed64List32List() { fieldSfixed64List32_.makeImmutable(); return fieldSfixed64List32_; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return The count of fieldSfixed64List32. */ public int getFieldSfixed64List32Count() { return fieldSfixed64List32_.size(); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index of the element to return. * @return The fieldSfixed64List32 at the given index. */ public long getFieldSfixed64List32(int index) { return fieldSfixed64List32_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param index The index to set the value at. * @param value The fieldSfixed64List32 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64List32( int index, long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.setLong(index, value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param value The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64List32(long value) { ensureFieldSfixed64List32IsMutable(); fieldSfixed64List32_.addLong(value); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @param values The fieldSfixed64List32 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64List32( java.lang.Iterable values) { ensureFieldSfixed64List32IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64List32_); bitField0_ |= 0x80000000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_32 = 32 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSfixed64List32() { fieldSfixed64List32_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x80000000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32List33_ = emptyIntList(); private void ensureFieldSint32List33IsMutable() { if (!fieldSint32List33_.isModifiable()) { fieldSint32List33_ = makeMutableCopy(fieldSint32List33_); } bitField1_ |= 0x00000001; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return A list containing the fieldSint32List33. */ public java.util.List getFieldSint32List33List() { fieldSint32List33_.makeImmutable(); return fieldSint32List33_; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return The count of fieldSint32List33. */ public int getFieldSint32List33Count() { return fieldSint32List33_.size(); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index of the element to return. * @return The fieldSint32List33 at the given index. */ public int getFieldSint32List33(int index) { return fieldSint32List33_.getInt(index); } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint32List33 to set. * @return This builder for chaining. */ public Builder setFieldSint32List33( int index, int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.setInt(index, value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param value The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addFieldSint32List33(int value) { ensureFieldSint32List33IsMutable(); fieldSint32List33_.addInt(value); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @param values The fieldSint32List33 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32List33( java.lang.Iterable values) { ensureFieldSint32List33IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32List33_); bitField1_ |= 0x00000001; onChanged(); return this; } /** * repeated sint32 field_sint32_list_33 = 33 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint32List33() { fieldSint32List33_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64List34_ = emptyLongList(); private void ensureFieldSint64List34IsMutable() { if (!fieldSint64List34_.isModifiable()) { fieldSint64List34_ = makeMutableCopy(fieldSint64List34_); } bitField1_ |= 0x00000002; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return A list containing the fieldSint64List34. */ public java.util.List getFieldSint64List34List() { fieldSint64List34_.makeImmutable(); return fieldSint64List34_; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return The count of fieldSint64List34. */ public int getFieldSint64List34Count() { return fieldSint64List34_.size(); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index of the element to return. * @return The fieldSint64List34 at the given index. */ public long getFieldSint64List34(int index) { return fieldSint64List34_.getLong(index); } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param index The index to set the value at. * @param value The fieldSint64List34 to set. * @return This builder for chaining. */ public Builder setFieldSint64List34( int index, long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.setLong(index, value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param value The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addFieldSint64List34(long value) { ensureFieldSint64List34IsMutable(); fieldSint64List34_.addLong(value); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @param values The fieldSint64List34 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64List34( java.lang.Iterable values) { ensureFieldSint64List34IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64List34_); bitField1_ |= 0x00000002; onChanged(); return this; } /** * repeated sint64 field_sint64_list_34 = 34 [packed = false]; * @return This builder for chaining. */ public Builder clearFieldSint64List34() { fieldSint64List34_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.DoubleList fieldDoubleListPacked35_ = emptyDoubleList(); private void ensureFieldDoubleListPacked35IsMutable() { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_); } bitField1_ |= 0x00000004; } private void ensureFieldDoubleListPacked35IsMutable(int capacity) { if (!fieldDoubleListPacked35_.isModifiable()) { fieldDoubleListPacked35_ = makeMutableCopy(fieldDoubleListPacked35_, capacity); } bitField1_ |= 0x00000004; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return A list containing the fieldDoubleListPacked35. */ public java.util.List getFieldDoubleListPacked35List() { fieldDoubleListPacked35_.makeImmutable(); return fieldDoubleListPacked35_; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return The count of fieldDoubleListPacked35. */ public int getFieldDoubleListPacked35Count() { return fieldDoubleListPacked35_.size(); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index of the element to return. * @return The fieldDoubleListPacked35 at the given index. */ public double getFieldDoubleListPacked35(int index) { return fieldDoubleListPacked35_.getDouble(index); } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param index The index to set the value at. * @param value The fieldDoubleListPacked35 to set. * @return This builder for chaining. */ public Builder setFieldDoubleListPacked35( int index, double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.setDouble(index, value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param value The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addFieldDoubleListPacked35(double value) { ensureFieldDoubleListPacked35IsMutable(); fieldDoubleListPacked35_.addDouble(value); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @param values The fieldDoubleListPacked35 to add. * @return This builder for chaining. */ public Builder addAllFieldDoubleListPacked35( java.lang.Iterable values) { ensureFieldDoubleListPacked35IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldDoubleListPacked35_); bitField1_ |= 0x00000004; onChanged(); return this; } /** * repeated double field_double_list_packed_35 = 35 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldDoubleListPacked35() { fieldDoubleListPacked35_ = emptyDoubleList(); bitField1_ = (bitField1_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.FloatList fieldFloatListPacked36_ = emptyFloatList(); private void ensureFieldFloatListPacked36IsMutable() { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_); } bitField1_ |= 0x00000008; } private void ensureFieldFloatListPacked36IsMutable(int capacity) { if (!fieldFloatListPacked36_.isModifiable()) { fieldFloatListPacked36_ = makeMutableCopy(fieldFloatListPacked36_, capacity); } bitField1_ |= 0x00000008; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return A list containing the fieldFloatListPacked36. */ public java.util.List getFieldFloatListPacked36List() { fieldFloatListPacked36_.makeImmutable(); return fieldFloatListPacked36_; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return The count of fieldFloatListPacked36. */ public int getFieldFloatListPacked36Count() { return fieldFloatListPacked36_.size(); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index of the element to return. * @return The fieldFloatListPacked36 at the given index. */ public float getFieldFloatListPacked36(int index) { return fieldFloatListPacked36_.getFloat(index); } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param index The index to set the value at. * @param value The fieldFloatListPacked36 to set. * @return This builder for chaining. */ public Builder setFieldFloatListPacked36( int index, float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.setFloat(index, value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param value The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addFieldFloatListPacked36(float value) { ensureFieldFloatListPacked36IsMutable(); fieldFloatListPacked36_.addFloat(value); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @param values The fieldFloatListPacked36 to add. * @return This builder for chaining. */ public Builder addAllFieldFloatListPacked36( java.lang.Iterable values) { ensureFieldFloatListPacked36IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFloatListPacked36_); bitField1_ |= 0x00000008; onChanged(); return this; } /** * repeated float field_float_list_packed_36 = 36 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFloatListPacked36() { fieldFloatListPacked36_ = emptyFloatList(); bitField1_ = (bitField1_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldInt64ListPacked37_ = emptyLongList(); private void ensureFieldInt64ListPacked37IsMutable() { if (!fieldInt64ListPacked37_.isModifiable()) { fieldInt64ListPacked37_ = makeMutableCopy(fieldInt64ListPacked37_); } bitField1_ |= 0x00000010; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return A list containing the fieldInt64ListPacked37. */ public java.util.List getFieldInt64ListPacked37List() { fieldInt64ListPacked37_.makeImmutable(); return fieldInt64ListPacked37_; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return The count of fieldInt64ListPacked37. */ public int getFieldInt64ListPacked37Count() { return fieldInt64ListPacked37_.size(); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index of the element to return. * @return The fieldInt64ListPacked37 at the given index. */ public long getFieldInt64ListPacked37(int index) { return fieldInt64ListPacked37_.getLong(index); } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt64ListPacked37 to set. * @return This builder for chaining. */ public Builder setFieldInt64ListPacked37( int index, long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.setLong(index, value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param value The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addFieldInt64ListPacked37(long value) { ensureFieldInt64ListPacked37IsMutable(); fieldInt64ListPacked37_.addLong(value); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @param values The fieldInt64ListPacked37 to add. * @return This builder for chaining. */ public Builder addAllFieldInt64ListPacked37( java.lang.Iterable values) { ensureFieldInt64ListPacked37IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt64ListPacked37_); bitField1_ |= 0x00000010; onChanged(); return this; } /** * repeated int64 field_int64_list_packed_37 = 37 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt64ListPacked37() { fieldInt64ListPacked37_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000010); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldUint64ListPacked38_ = emptyLongList(); private void ensureFieldUint64ListPacked38IsMutable() { if (!fieldUint64ListPacked38_.isModifiable()) { fieldUint64ListPacked38_ = makeMutableCopy(fieldUint64ListPacked38_); } bitField1_ |= 0x00000020; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return A list containing the fieldUint64ListPacked38. */ public java.util.List getFieldUint64ListPacked38List() { fieldUint64ListPacked38_.makeImmutable(); return fieldUint64ListPacked38_; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return The count of fieldUint64ListPacked38. */ public int getFieldUint64ListPacked38Count() { return fieldUint64ListPacked38_.size(); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index of the element to return. * @return The fieldUint64ListPacked38 at the given index. */ public long getFieldUint64ListPacked38(int index) { return fieldUint64ListPacked38_.getLong(index); } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint64ListPacked38 to set. * @return This builder for chaining. */ public Builder setFieldUint64ListPacked38( int index, long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.setLong(index, value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param value The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addFieldUint64ListPacked38(long value) { ensureFieldUint64ListPacked38IsMutable(); fieldUint64ListPacked38_.addLong(value); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @param values The fieldUint64ListPacked38 to add. * @return This builder for chaining. */ public Builder addAllFieldUint64ListPacked38( java.lang.Iterable values) { ensureFieldUint64ListPacked38IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint64ListPacked38_); bitField1_ |= 0x00000020; onChanged(); return this; } /** * repeated uint64 field_uint64_list_packed_38 = 38 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint64ListPacked38() { fieldUint64ListPacked38_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000020); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldInt32ListPacked39_ = emptyIntList(); private void ensureFieldInt32ListPacked39IsMutable() { if (!fieldInt32ListPacked39_.isModifiable()) { fieldInt32ListPacked39_ = makeMutableCopy(fieldInt32ListPacked39_); } bitField1_ |= 0x00000040; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return A list containing the fieldInt32ListPacked39. */ public java.util.List getFieldInt32ListPacked39List() { fieldInt32ListPacked39_.makeImmutable(); return fieldInt32ListPacked39_; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return The count of fieldInt32ListPacked39. */ public int getFieldInt32ListPacked39Count() { return fieldInt32ListPacked39_.size(); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index of the element to return. * @return The fieldInt32ListPacked39 at the given index. */ public int getFieldInt32ListPacked39(int index) { return fieldInt32ListPacked39_.getInt(index); } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param index The index to set the value at. * @param value The fieldInt32ListPacked39 to set. * @return This builder for chaining. */ public Builder setFieldInt32ListPacked39( int index, int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.setInt(index, value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param value The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addFieldInt32ListPacked39(int value) { ensureFieldInt32ListPacked39IsMutable(); fieldInt32ListPacked39_.addInt(value); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @param values The fieldInt32ListPacked39 to add. * @return This builder for chaining. */ public Builder addAllFieldInt32ListPacked39( java.lang.Iterable values) { ensureFieldInt32ListPacked39IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldInt32ListPacked39_); bitField1_ |= 0x00000040; onChanged(); return this; } /** * repeated int32 field_int32_list_packed_39 = 39 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldInt32ListPacked39() { fieldInt32ListPacked39_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000040); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldFixed64ListPacked40_ = emptyLongList(); private void ensureFieldFixed64ListPacked40IsMutable() { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_); } bitField1_ |= 0x00000080; } private void ensureFieldFixed64ListPacked40IsMutable(int capacity) { if (!fieldFixed64ListPacked40_.isModifiable()) { fieldFixed64ListPacked40_ = makeMutableCopy(fieldFixed64ListPacked40_, capacity); } bitField1_ |= 0x00000080; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return A list containing the fieldFixed64ListPacked40. */ public java.util.List getFieldFixed64ListPacked40List() { fieldFixed64ListPacked40_.makeImmutable(); return fieldFixed64ListPacked40_; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return The count of fieldFixed64ListPacked40. */ public int getFieldFixed64ListPacked40Count() { return fieldFixed64ListPacked40_.size(); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed64ListPacked40 at the given index. */ public long getFieldFixed64ListPacked40(int index) { return fieldFixed64ListPacked40_.getLong(index); } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed64ListPacked40 to set. * @return This builder for chaining. */ public Builder setFieldFixed64ListPacked40( int index, long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.setLong(index, value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param value The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addFieldFixed64ListPacked40(long value) { ensureFieldFixed64ListPacked40IsMutable(); fieldFixed64ListPacked40_.addLong(value); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @param values The fieldFixed64ListPacked40 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed64ListPacked40( java.lang.Iterable values) { ensureFieldFixed64ListPacked40IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed64ListPacked40_); bitField1_ |= 0x00000080; onChanged(); return this; } /** * repeated fixed64 field_fixed64_list_packed_40 = 40 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed64ListPacked40() { fieldFixed64ListPacked40_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00000080); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldFixed32ListPacked41_ = emptyIntList(); private void ensureFieldFixed32ListPacked41IsMutable() { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_); } bitField1_ |= 0x00000100; } private void ensureFieldFixed32ListPacked41IsMutable(int capacity) { if (!fieldFixed32ListPacked41_.isModifiable()) { fieldFixed32ListPacked41_ = makeMutableCopy(fieldFixed32ListPacked41_, capacity); } bitField1_ |= 0x00000100; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return A list containing the fieldFixed32ListPacked41. */ public java.util.List getFieldFixed32ListPacked41List() { fieldFixed32ListPacked41_.makeImmutable(); return fieldFixed32ListPacked41_; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return The count of fieldFixed32ListPacked41. */ public int getFieldFixed32ListPacked41Count() { return fieldFixed32ListPacked41_.size(); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index of the element to return. * @return The fieldFixed32ListPacked41 at the given index. */ public int getFieldFixed32ListPacked41(int index) { return fieldFixed32ListPacked41_.getInt(index); } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param index The index to set the value at. * @param value The fieldFixed32ListPacked41 to set. * @return This builder for chaining. */ public Builder setFieldFixed32ListPacked41( int index, int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.setInt(index, value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param value The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addFieldFixed32ListPacked41(int value) { ensureFieldFixed32ListPacked41IsMutable(); fieldFixed32ListPacked41_.addInt(value); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @param values The fieldFixed32ListPacked41 to add. * @return This builder for chaining. */ public Builder addAllFieldFixed32ListPacked41( java.lang.Iterable values) { ensureFieldFixed32ListPacked41IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldFixed32ListPacked41_); bitField1_ |= 0x00000100; onChanged(); return this; } /** * repeated fixed32 field_fixed32_list_packed_41 = 41 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldFixed32ListPacked41() { fieldFixed32ListPacked41_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000100); onChanged(); return this; } private com.google.protobuf.Internal.BooleanList fieldBoolListPacked42_ = emptyBooleanList(); private void ensureFieldBoolListPacked42IsMutable() { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_); } bitField1_ |= 0x00000200; } private void ensureFieldBoolListPacked42IsMutable(int capacity) { if (!fieldBoolListPacked42_.isModifiable()) { fieldBoolListPacked42_ = makeMutableCopy(fieldBoolListPacked42_, capacity); } bitField1_ |= 0x00000200; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return A list containing the fieldBoolListPacked42. */ public java.util.List getFieldBoolListPacked42List() { fieldBoolListPacked42_.makeImmutable(); return fieldBoolListPacked42_; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return The count of fieldBoolListPacked42. */ public int getFieldBoolListPacked42Count() { return fieldBoolListPacked42_.size(); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index of the element to return. * @return The fieldBoolListPacked42 at the given index. */ public boolean getFieldBoolListPacked42(int index) { return fieldBoolListPacked42_.getBoolean(index); } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param index The index to set the value at. * @param value The fieldBoolListPacked42 to set. * @return This builder for chaining. */ public Builder setFieldBoolListPacked42( int index, boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.setBoolean(index, value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param value The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addFieldBoolListPacked42(boolean value) { ensureFieldBoolListPacked42IsMutable(); fieldBoolListPacked42_.addBoolean(value); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @param values The fieldBoolListPacked42 to add. * @return This builder for chaining. */ public Builder addAllFieldBoolListPacked42( java.lang.Iterable values) { ensureFieldBoolListPacked42IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldBoolListPacked42_); bitField1_ |= 0x00000200; onChanged(); return this; } /** * repeated bool field_bool_list_packed_42 = 42 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldBoolListPacked42() { fieldBoolListPacked42_ = emptyBooleanList(); bitField1_ = (bitField1_ & ~0x00000200); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldUint32ListPacked43_ = emptyIntList(); private void ensureFieldUint32ListPacked43IsMutable() { if (!fieldUint32ListPacked43_.isModifiable()) { fieldUint32ListPacked43_ = makeMutableCopy(fieldUint32ListPacked43_); } bitField1_ |= 0x00000400; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return A list containing the fieldUint32ListPacked43. */ public java.util.List getFieldUint32ListPacked43List() { fieldUint32ListPacked43_.makeImmutable(); return fieldUint32ListPacked43_; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return The count of fieldUint32ListPacked43. */ public int getFieldUint32ListPacked43Count() { return fieldUint32ListPacked43_.size(); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index of the element to return. * @return The fieldUint32ListPacked43 at the given index. */ public int getFieldUint32ListPacked43(int index) { return fieldUint32ListPacked43_.getInt(index); } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param index The index to set the value at. * @param value The fieldUint32ListPacked43 to set. * @return This builder for chaining. */ public Builder setFieldUint32ListPacked43( int index, int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.setInt(index, value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param value The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addFieldUint32ListPacked43(int value) { ensureFieldUint32ListPacked43IsMutable(); fieldUint32ListPacked43_.addInt(value); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @param values The fieldUint32ListPacked43 to add. * @return This builder for chaining. */ public Builder addAllFieldUint32ListPacked43( java.lang.Iterable values) { ensureFieldUint32ListPacked43IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldUint32ListPacked43_); bitField1_ |= 0x00000400; onChanged(); return this; } /** * repeated uint32 field_uint32_list_packed_43 = 43 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldUint32ListPacked43() { fieldUint32ListPacked43_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00000400); onChanged(); return this; } private java.util.List fieldEnumListPacked44_ = java.util.Collections.emptyList(); private void ensureFieldEnumListPacked44IsMutable() { if (!((bitField1_ & 0x00000800) != 0)) { fieldEnumListPacked44_ = new java.util.ArrayList(fieldEnumListPacked44_); bitField1_ |= 0x00000800; } } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the fieldEnumListPacked44. */ public java.util.List getFieldEnumListPacked44List() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum>(fieldEnumListPacked44_, fieldEnumListPacked44_converter_); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return The count of fieldEnumListPacked44. */ public int getFieldEnumListPacked44Count() { return fieldEnumListPacked44_.size(); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the element to return. * @return The fieldEnumListPacked44 at the given index. */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldEnumListPacked44(int index) { return fieldEnumListPacked44_converter_.convert(fieldEnumListPacked44_.get(index)); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index to set the value at. * @param value The fieldEnumListPacked44 to set. * @return This builder for chaining. */ public Builder setFieldEnumListPacked44( int index, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param value The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addFieldEnumListPacked44(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { if (value == null) { throw new NullPointerException(); } ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(value.getNumber()); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param values The fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumListPacked44( java.lang.Iterable values) { ensureFieldEnumListPacked44IsMutable(); for (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value : values) { fieldEnumListPacked44_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldEnumListPacked44() { fieldEnumListPacked44_ = java.util.Collections.emptyList(); bitField1_ = (bitField1_ & ~0x00000800); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @return A list containing the enum numeric values on the wire for fieldEnumListPacked44. */ public java.util.List getFieldEnumListPacked44ValueList() { return java.util.Collections.unmodifiableList(fieldEnumListPacked44_); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index of the value to return. * @return The enum numeric value on the wire of fieldEnumListPacked44 at the given index. */ public int getFieldEnumListPacked44Value(int index) { return fieldEnumListPacked44_.get(index); } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for fieldEnumListPacked44 to set. * @return This builder for chaining. */ public Builder setFieldEnumListPacked44Value( int index, int value) { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.set(index, value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param value The enum numeric value on the wire for fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addFieldEnumListPacked44Value(int value) { ensureFieldEnumListPacked44IsMutable(); fieldEnumListPacked44_.add(value); onChanged(); return this; } /** * repeated .protobuf.experimental.Proto3MessageLite.TestEnum field_enum_list_packed_44 = 44 [packed = true]; * @param values The enum numeric values on the wire for fieldEnumListPacked44 to add. * @return This builder for chaining. */ public Builder addAllFieldEnumListPacked44Value( java.lang.Iterable values) { ensureFieldEnumListPacked44IsMutable(); for (int value : values) { fieldEnumListPacked44_.add(value); } onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSfixed32ListPacked45_ = emptyIntList(); private void ensureFieldSfixed32ListPacked45IsMutable() { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_); } bitField1_ |= 0x00001000; } private void ensureFieldSfixed32ListPacked45IsMutable(int capacity) { if (!fieldSfixed32ListPacked45_.isModifiable()) { fieldSfixed32ListPacked45_ = makeMutableCopy(fieldSfixed32ListPacked45_, capacity); } bitField1_ |= 0x00001000; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return A list containing the fieldSfixed32ListPacked45. */ public java.util.List getFieldSfixed32ListPacked45List() { fieldSfixed32ListPacked45_.makeImmutable(); return fieldSfixed32ListPacked45_; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return The count of fieldSfixed32ListPacked45. */ public int getFieldSfixed32ListPacked45Count() { return fieldSfixed32ListPacked45_.size(); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed32ListPacked45 at the given index. */ public int getFieldSfixed32ListPacked45(int index) { return fieldSfixed32ListPacked45_.getInt(index); } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed32ListPacked45 to set. * @return This builder for chaining. */ public Builder setFieldSfixed32ListPacked45( int index, int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.setInt(index, value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param value The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addFieldSfixed32ListPacked45(int value) { ensureFieldSfixed32ListPacked45IsMutable(); fieldSfixed32ListPacked45_.addInt(value); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @param values The fieldSfixed32ListPacked45 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed32ListPacked45( java.lang.Iterable values) { ensureFieldSfixed32ListPacked45IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed32ListPacked45_); bitField1_ |= 0x00001000; onChanged(); return this; } /** * repeated sfixed32 field_sfixed32_list_packed_45 = 45 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed32ListPacked45() { fieldSfixed32ListPacked45_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00001000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSfixed64ListPacked46_ = emptyLongList(); private void ensureFieldSfixed64ListPacked46IsMutable() { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_); } bitField1_ |= 0x00002000; } private void ensureFieldSfixed64ListPacked46IsMutable(int capacity) { if (!fieldSfixed64ListPacked46_.isModifiable()) { fieldSfixed64ListPacked46_ = makeMutableCopy(fieldSfixed64ListPacked46_, capacity); } bitField1_ |= 0x00002000; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return A list containing the fieldSfixed64ListPacked46. */ public java.util.List getFieldSfixed64ListPacked46List() { fieldSfixed64ListPacked46_.makeImmutable(); return fieldSfixed64ListPacked46_; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return The count of fieldSfixed64ListPacked46. */ public int getFieldSfixed64ListPacked46Count() { return fieldSfixed64ListPacked46_.size(); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index of the element to return. * @return The fieldSfixed64ListPacked46 at the given index. */ public long getFieldSfixed64ListPacked46(int index) { return fieldSfixed64ListPacked46_.getLong(index); } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param index The index to set the value at. * @param value The fieldSfixed64ListPacked46 to set. * @return This builder for chaining. */ public Builder setFieldSfixed64ListPacked46( int index, long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.setLong(index, value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param value The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addFieldSfixed64ListPacked46(long value) { ensureFieldSfixed64ListPacked46IsMutable(); fieldSfixed64ListPacked46_.addLong(value); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @param values The fieldSfixed64ListPacked46 to add. * @return This builder for chaining. */ public Builder addAllFieldSfixed64ListPacked46( java.lang.Iterable values) { ensureFieldSfixed64ListPacked46IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSfixed64ListPacked46_); bitField1_ |= 0x00002000; onChanged(); return this; } /** * repeated sfixed64 field_sfixed64_list_packed_46 = 46 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSfixed64ListPacked46() { fieldSfixed64ListPacked46_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00002000); onChanged(); return this; } private com.google.protobuf.Internal.IntList fieldSint32ListPacked47_ = emptyIntList(); private void ensureFieldSint32ListPacked47IsMutable() { if (!fieldSint32ListPacked47_.isModifiable()) { fieldSint32ListPacked47_ = makeMutableCopy(fieldSint32ListPacked47_); } bitField1_ |= 0x00004000; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return A list containing the fieldSint32ListPacked47. */ public java.util.List getFieldSint32ListPacked47List() { fieldSint32ListPacked47_.makeImmutable(); return fieldSint32ListPacked47_; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return The count of fieldSint32ListPacked47. */ public int getFieldSint32ListPacked47Count() { return fieldSint32ListPacked47_.size(); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index of the element to return. * @return The fieldSint32ListPacked47 at the given index. */ public int getFieldSint32ListPacked47(int index) { return fieldSint32ListPacked47_.getInt(index); } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint32ListPacked47 to set. * @return This builder for chaining. */ public Builder setFieldSint32ListPacked47( int index, int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.setInt(index, value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param value The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addFieldSint32ListPacked47(int value) { ensureFieldSint32ListPacked47IsMutable(); fieldSint32ListPacked47_.addInt(value); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @param values The fieldSint32ListPacked47 to add. * @return This builder for chaining. */ public Builder addAllFieldSint32ListPacked47( java.lang.Iterable values) { ensureFieldSint32ListPacked47IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint32ListPacked47_); bitField1_ |= 0x00004000; onChanged(); return this; } /** * repeated sint32 field_sint32_list_packed_47 = 47 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint32ListPacked47() { fieldSint32ListPacked47_ = emptyIntList(); bitField1_ = (bitField1_ & ~0x00004000); onChanged(); return this; } private com.google.protobuf.Internal.LongList fieldSint64ListPacked48_ = emptyLongList(); private void ensureFieldSint64ListPacked48IsMutable() { if (!fieldSint64ListPacked48_.isModifiable()) { fieldSint64ListPacked48_ = makeMutableCopy(fieldSint64ListPacked48_); } bitField1_ |= 0x00008000; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return A list containing the fieldSint64ListPacked48. */ public java.util.List getFieldSint64ListPacked48List() { fieldSint64ListPacked48_.makeImmutable(); return fieldSint64ListPacked48_; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return The count of fieldSint64ListPacked48. */ public int getFieldSint64ListPacked48Count() { return fieldSint64ListPacked48_.size(); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index of the element to return. * @return The fieldSint64ListPacked48 at the given index. */ public long getFieldSint64ListPacked48(int index) { return fieldSint64ListPacked48_.getLong(index); } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param index The index to set the value at. * @param value The fieldSint64ListPacked48 to set. * @return This builder for chaining. */ public Builder setFieldSint64ListPacked48( int index, long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.setLong(index, value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param value The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addFieldSint64ListPacked48(long value) { ensureFieldSint64ListPacked48IsMutable(); fieldSint64ListPacked48_.addLong(value); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @param values The fieldSint64ListPacked48 to add. * @return This builder for chaining. */ public Builder addAllFieldSint64ListPacked48( java.lang.Iterable values) { ensureFieldSint64ListPacked48IsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fieldSint64ListPacked48_); bitField1_ |= 0x00008000; onChanged(); return this; } /** * repeated sint64 field_sint64_list_packed_48 = 48 [packed = true]; * @return This builder for chaining. */ public Builder clearFieldSint64ListPacked48() { fieldSint64ListPacked48_ = emptyLongList(); bitField1_ = (bitField1_ & ~0x00008000); onChanged(); return this; } /** * double field_double_53 = 53; * @return Whether the fieldDouble53 field is set. */ public boolean hasFieldDouble53() { return testOneofCase_ == 53; } /** * double field_double_53 = 53; * @return The fieldDouble53. */ public double getFieldDouble53() { if (testOneofCase_ == 53) { return (java.lang.Double) testOneof_; } return 0D; } /** * double field_double_53 = 53; * @param value The fieldDouble53 to set. * @return This builder for chaining. */ public Builder setFieldDouble53(double value) { testOneofCase_ = 53; testOneof_ = value; onChanged(); return this; } /** * double field_double_53 = 53; * @return This builder for chaining. */ public Builder clearFieldDouble53() { if (testOneofCase_ == 53) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * float field_float_54 = 54; * @return Whether the fieldFloat54 field is set. */ public boolean hasFieldFloat54() { return testOneofCase_ == 54; } /** * float field_float_54 = 54; * @return The fieldFloat54. */ public float getFieldFloat54() { if (testOneofCase_ == 54) { return (java.lang.Float) testOneof_; } return 0F; } /** * float field_float_54 = 54; * @param value The fieldFloat54 to set. * @return This builder for chaining. */ public Builder setFieldFloat54(float value) { testOneofCase_ = 54; testOneof_ = value; onChanged(); return this; } /** * float field_float_54 = 54; * @return This builder for chaining. */ public Builder clearFieldFloat54() { if (testOneofCase_ == 54) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int64 field_int64_55 = 55; * @return Whether the fieldInt6455 field is set. */ public boolean hasFieldInt6455() { return testOneofCase_ == 55; } /** * int64 field_int64_55 = 55; * @return The fieldInt6455. */ public long getFieldInt6455() { if (testOneofCase_ == 55) { return (java.lang.Long) testOneof_; } return 0L; } /** * int64 field_int64_55 = 55; * @param value The fieldInt6455 to set. * @return This builder for chaining. */ public Builder setFieldInt6455(long value) { testOneofCase_ = 55; testOneof_ = value; onChanged(); return this; } /** * int64 field_int64_55 = 55; * @return This builder for chaining. */ public Builder clearFieldInt6455() { if (testOneofCase_ == 55) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint64 field_uint64_56 = 56; * @return Whether the fieldUint6456 field is set. */ public boolean hasFieldUint6456() { return testOneofCase_ == 56; } /** * uint64 field_uint64_56 = 56; * @return The fieldUint6456. */ public long getFieldUint6456() { if (testOneofCase_ == 56) { return (java.lang.Long) testOneof_; } return 0L; } /** * uint64 field_uint64_56 = 56; * @param value The fieldUint6456 to set. * @return This builder for chaining. */ public Builder setFieldUint6456(long value) { testOneofCase_ = 56; testOneof_ = value; onChanged(); return this; } /** * uint64 field_uint64_56 = 56; * @return This builder for chaining. */ public Builder clearFieldUint6456() { if (testOneofCase_ == 56) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * int32 field_int32_57 = 57; * @return Whether the fieldInt3257 field is set. */ public boolean hasFieldInt3257() { return testOneofCase_ == 57; } /** * int32 field_int32_57 = 57; * @return The fieldInt3257. */ public int getFieldInt3257() { if (testOneofCase_ == 57) { return (java.lang.Integer) testOneof_; } return 0; } /** * int32 field_int32_57 = 57; * @param value The fieldInt3257 to set. * @return This builder for chaining. */ public Builder setFieldInt3257(int value) { testOneofCase_ = 57; testOneof_ = value; onChanged(); return this; } /** * int32 field_int32_57 = 57; * @return This builder for chaining. */ public Builder clearFieldInt3257() { if (testOneofCase_ == 57) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed64 field_fixed64_58 = 58; * @return Whether the fieldFixed6458 field is set. */ public boolean hasFieldFixed6458() { return testOneofCase_ == 58; } /** * fixed64 field_fixed64_58 = 58; * @return The fieldFixed6458. */ public long getFieldFixed6458() { if (testOneofCase_ == 58) { return (java.lang.Long) testOneof_; } return 0L; } /** * fixed64 field_fixed64_58 = 58; * @param value The fieldFixed6458 to set. * @return This builder for chaining. */ public Builder setFieldFixed6458(long value) { testOneofCase_ = 58; testOneof_ = value; onChanged(); return this; } /** * fixed64 field_fixed64_58 = 58; * @return This builder for chaining. */ public Builder clearFieldFixed6458() { if (testOneofCase_ == 58) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * fixed32 field_fixed32_59 = 59; * @return Whether the fieldFixed3259 field is set. */ public boolean hasFieldFixed3259() { return testOneofCase_ == 59; } /** * fixed32 field_fixed32_59 = 59; * @return The fieldFixed3259. */ public int getFieldFixed3259() { if (testOneofCase_ == 59) { return (java.lang.Integer) testOneof_; } return 0; } /** * fixed32 field_fixed32_59 = 59; * @param value The fieldFixed3259 to set. * @return This builder for chaining. */ public Builder setFieldFixed3259(int value) { testOneofCase_ = 59; testOneof_ = value; onChanged(); return this; } /** * fixed32 field_fixed32_59 = 59; * @return This builder for chaining. */ public Builder clearFieldFixed3259() { if (testOneofCase_ == 59) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * bool field_bool_60 = 60; * @return Whether the fieldBool60 field is set. */ public boolean hasFieldBool60() { return testOneofCase_ == 60; } /** * bool field_bool_60 = 60; * @return The fieldBool60. */ public boolean getFieldBool60() { if (testOneofCase_ == 60) { return (java.lang.Boolean) testOneof_; } return false; } /** * bool field_bool_60 = 60; * @param value The fieldBool60 to set. * @return This builder for chaining. */ public Builder setFieldBool60(boolean value) { testOneofCase_ = 60; testOneof_ = value; onChanged(); return this; } /** * bool field_bool_60 = 60; * @return This builder for chaining. */ public Builder clearFieldBool60() { if (testOneofCase_ == 60) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @return Whether the fieldString61 field is set. */ @java.lang.Override public boolean hasFieldString61() { return testOneofCase_ == 61; } /** * string field_string_61 = 61; * @return The fieldString61. */ @java.lang.Override public java.lang.String getFieldString61() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (testOneofCase_ == 61) { testOneof_ = s; } return s; } else { return (java.lang.String) ref; } } /** * string field_string_61 = 61; * @return The bytes for fieldString61. */ @java.lang.Override public com.google.protobuf.ByteString getFieldString61Bytes() { java.lang.Object ref = ""; if (testOneofCase_ == 61) { ref = testOneof_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (testOneofCase_ == 61) { testOneof_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string field_string_61 = 61; * @param value The fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61( java.lang.String value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } /** * string field_string_61 = 61; * @return This builder for chaining. */ public Builder clearFieldString61() { if (testOneofCase_ == 61) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * string field_string_61 = 61; * @param value The bytes for fieldString61 to set. * @return This builder for chaining. */ public Builder setFieldString61Bytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); testOneofCase_ = 61; testOneof_ = value; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder> fieldMessage62Builder_; /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; * @return Whether the fieldMessage62 field is set. */ @java.lang.Override public boolean hasFieldMessage62() { return testOneofCase_ == 62; } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; * @return The fieldMessage62. */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_; } return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance(); } else { if (testOneofCase_ == 62) { return fieldMessage62Builder_.getMessage(); } return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance(); } } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ public Builder setFieldMessage62(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (fieldMessage62Builder_ == null) { if (value == null) { throw new NullPointerException(); } testOneof_ = value; onChanged(); } else { fieldMessage62Builder_.setMessage(value); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ public Builder setFieldMessage62( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder builderForValue) { if (fieldMessage62Builder_ == null) { testOneof_ = builderForValue.build(); onChanged(); } else { fieldMessage62Builder_.setMessage(builderForValue.build()); } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ public Builder mergeFieldMessage62(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62 && testOneof_ != com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()) { testOneof_ = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_) .mergeFrom(value).buildPartial(); } else { testOneof_ = value; } onChanged(); } else { if (testOneofCase_ == 62) { fieldMessage62Builder_.mergeFrom(value); } else { fieldMessage62Builder_.setMessage(value); } } testOneofCase_ = 62; return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ public Builder clearFieldMessage62() { if (fieldMessage62Builder_ == null) { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } } else { if (testOneofCase_ == 62) { testOneofCase_ = 0; testOneof_ = null; } fieldMessage62Builder_.clear(); } return this; } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder getFieldMessage62Builder() { return getFieldMessage62FieldBuilder().getBuilder(); } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder getFieldMessage62OrBuilder() { if ((testOneofCase_ == 62) && (fieldMessage62Builder_ != null)) { return fieldMessage62Builder_.getMessageOrBuilder(); } else { if (testOneofCase_ == 62) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_; } return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance(); } } /** * .protobuf.experimental.Proto3MessageLite field_message_62 = 62; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder> getFieldMessage62FieldBuilder() { if (fieldMessage62Builder_ == null) { if (!(testOneofCase_ == 62)) { testOneof_ = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance(); } fieldMessage62Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder>( (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) testOneof_, getParentForChildren(), isClean()); testOneof_ = null; } testOneofCase_ = 62; onChanged(); return fieldMessage62Builder_; } /** * bytes field_bytes_63 = 63; * @return Whether the fieldBytes63 field is set. */ public boolean hasFieldBytes63() { return testOneofCase_ == 63; } /** * bytes field_bytes_63 = 63; * @return The fieldBytes63. */ public com.google.protobuf.ByteString getFieldBytes63() { if (testOneofCase_ == 63) { return (com.google.protobuf.ByteString) testOneof_; } return com.google.protobuf.ByteString.EMPTY; } /** * bytes field_bytes_63 = 63; * @param value The fieldBytes63 to set. * @return This builder for chaining. */ public Builder setFieldBytes63(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } testOneofCase_ = 63; testOneof_ = value; onChanged(); return this; } /** * bytes field_bytes_63 = 63; * @return This builder for chaining. */ public Builder clearFieldBytes63() { if (testOneofCase_ == 63) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * uint32 field_uint32_64 = 64; * @return Whether the fieldUint3264 field is set. */ public boolean hasFieldUint3264() { return testOneofCase_ == 64; } /** * uint32 field_uint32_64 = 64; * @return The fieldUint3264. */ public int getFieldUint3264() { if (testOneofCase_ == 64) { return (java.lang.Integer) testOneof_; } return 0; } /** * uint32 field_uint32_64 = 64; * @param value The fieldUint3264 to set. * @return This builder for chaining. */ public Builder setFieldUint3264(int value) { testOneofCase_ = 64; testOneof_ = value; onChanged(); return this; } /** * uint32 field_uint32_64 = 64; * @return This builder for chaining. */ public Builder clearFieldUint3264() { if (testOneofCase_ == 64) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return Whether the fieldSfixed3265 field is set. */ public boolean hasFieldSfixed3265() { return testOneofCase_ == 65; } /** * sfixed32 field_sfixed32_65 = 65; * @return The fieldSfixed3265. */ public int getFieldSfixed3265() { if (testOneofCase_ == 65) { return (java.lang.Integer) testOneof_; } return 0; } /** * sfixed32 field_sfixed32_65 = 65; * @param value The fieldSfixed3265 to set. * @return This builder for chaining. */ public Builder setFieldSfixed3265(int value) { testOneofCase_ = 65; testOneof_ = value; onChanged(); return this; } /** * sfixed32 field_sfixed32_65 = 65; * @return This builder for chaining. */ public Builder clearFieldSfixed3265() { if (testOneofCase_ == 65) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return Whether the fieldSfixed6466 field is set. */ public boolean hasFieldSfixed6466() { return testOneofCase_ == 66; } /** * sfixed64 field_sfixed64_66 = 66; * @return The fieldSfixed6466. */ public long getFieldSfixed6466() { if (testOneofCase_ == 66) { return (java.lang.Long) testOneof_; } return 0L; } /** * sfixed64 field_sfixed64_66 = 66; * @param value The fieldSfixed6466 to set. * @return This builder for chaining. */ public Builder setFieldSfixed6466(long value) { testOneofCase_ = 66; testOneof_ = value; onChanged(); return this; } /** * sfixed64 field_sfixed64_66 = 66; * @return This builder for chaining. */ public Builder clearFieldSfixed6466() { if (testOneofCase_ == 66) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint32 field_sint32_67 = 67; * @return Whether the fieldSint3267 field is set. */ public boolean hasFieldSint3267() { return testOneofCase_ == 67; } /** * sint32 field_sint32_67 = 67; * @return The fieldSint3267. */ public int getFieldSint3267() { if (testOneofCase_ == 67) { return (java.lang.Integer) testOneof_; } return 0; } /** * sint32 field_sint32_67 = 67; * @param value The fieldSint3267 to set. * @return This builder for chaining. */ public Builder setFieldSint3267(int value) { testOneofCase_ = 67; testOneof_ = value; onChanged(); return this; } /** * sint32 field_sint32_67 = 67; * @return This builder for chaining. */ public Builder clearFieldSint3267() { if (testOneofCase_ == 67) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } return this; } /** * sint64 field_sint64_68 = 68; * @return Whether the fieldSint6468 field is set. */ public boolean hasFieldSint6468() { return testOneofCase_ == 68; } /** * sint64 field_sint64_68 = 68; * @return The fieldSint6468. */ public long getFieldSint6468() { if (testOneofCase_ == 68) { return (java.lang.Long) testOneof_; } return 0L; } /** * sint64 field_sint64_68 = 68; * @param value The fieldSint6468 to set. * @return This builder for chaining. */ public Builder setFieldSint6468(long value) { testOneofCase_ = 68; testOneof_ = value; onChanged(); return this; } /** * sint64 field_sint64_68 = 68; * @return This builder for chaining. */ public Builder clearFieldSint6468() { if (testOneofCase_ == 68) { testOneofCase_ = 0; testOneof_ = null; onChanged(); } 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:protobuf.experimental.Proto3MessageLite) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto3MessageLite) private static final com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite(); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto3MessageLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto3EmptyLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto3EmptyLite) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code protobuf.experimental.Proto3EmptyLite} */ public static final class Proto3EmptyLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto3EmptyLite) Proto3EmptyLiteOrBuilder { private static final long serialVersionUID = 0L; // Use Proto3EmptyLite.newBuilder() to construct. private Proto3EmptyLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto3EmptyLite() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto3EmptyLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3EmptyLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3EmptyLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite.class, com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite)) { return super.equals(obj); } com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite other = (com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto3EmptyLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto3EmptyLite) com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3EmptyLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3EmptyLite_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite.class, com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite.Builder.class); } // Construct using com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3EmptyLite_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite getDefaultInstanceForType() { return com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite build() { com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite buildPartial() { com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite result = new com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite) { return mergeFrom((com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite other) { if (other == com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:protobuf.experimental.Proto3EmptyLite) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto3EmptyLite) private static final com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite(); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto3EmptyLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3EmptyLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface Proto3MessageLiteWithMapsOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.experimental.Proto3MessageLiteWithMaps) com.google.protobuf.MessageOrBuilder { /** * map<bool, bool> field_map_bool_bool_1 = 1; */ int getFieldMapBoolBool1Count(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean containsFieldMapBoolBool1( boolean key); /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBool1(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ java.util.Map getFieldMapBoolBool1Map(); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue); /** * map<bool, bool> field_map_bool_bool_1 = 1; */ boolean getFieldMapBoolBool1OrThrow( boolean key); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ int getFieldMapBoolBytes2Count(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ boolean containsFieldMapBoolBytes2( boolean key); /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolBytes2(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ java.util.Map getFieldMapBoolBytes2Map(); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key); /** * map<bool, double> field_map_bool_double_3 = 3; */ int getFieldMapBoolDouble3Count(); /** * map<bool, double> field_map_bool_double_3 = 3; */ boolean containsFieldMapBoolDouble3( boolean key); /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolDouble3(); /** * map<bool, double> field_map_bool_double_3 = 3; */ java.util.Map getFieldMapBoolDouble3Map(); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue); /** * map<bool, double> field_map_bool_double_3 = 3; */ double getFieldMapBoolDouble3OrThrow( boolean key); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4Count(); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ boolean containsFieldMapBoolEnum4( boolean key); /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolEnum4(); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ java.util.Map getFieldMapBoolEnum4Map(); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapBoolEnum4OrThrow( boolean key); /** * Use {@link #getFieldMapBoolEnum4ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolEnum4Value(); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ java.util.Map getFieldMapBoolEnum4ValueMap(); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4ValueOrDefault( boolean key, int defaultValue); /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ int getFieldMapBoolEnum4ValueOrThrow( boolean key); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325Count(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ boolean containsFieldMapBoolFixed325( boolean key); /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed325(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ java.util.Map getFieldMapBoolFixed325Map(); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue); /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ int getFieldMapBoolFixed325OrThrow( boolean key); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ int getFieldMapBoolFixed646Count(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ boolean containsFieldMapBoolFixed646( boolean key); /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFixed646(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ java.util.Map getFieldMapBoolFixed646Map(); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue); /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ long getFieldMapBoolFixed646OrThrow( boolean key); /** * map<bool, float> field_map_bool_float_7 = 7; */ int getFieldMapBoolFloat7Count(); /** * map<bool, float> field_map_bool_float_7 = 7; */ boolean containsFieldMapBoolFloat7( boolean key); /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolFloat7(); /** * map<bool, float> field_map_bool_float_7 = 7; */ java.util.Map getFieldMapBoolFloat7Map(); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue); /** * map<bool, float> field_map_bool_float_7 = 7; */ float getFieldMapBoolFloat7OrThrow( boolean key); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328Count(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ boolean containsFieldMapBoolInt328( boolean key); /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt328(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ java.util.Map getFieldMapBoolInt328Map(); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue); /** * map<bool, int32> field_map_bool_int32_8 = 8; */ int getFieldMapBoolInt328OrThrow( boolean key); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ int getFieldMapBoolInt649Count(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ boolean containsFieldMapBoolInt649( boolean key); /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolInt649(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ java.util.Map getFieldMapBoolInt649Map(); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue); /** * map<bool, int64> field_map_bool_int64_9 = 9; */ long getFieldMapBoolInt649OrThrow( boolean key); /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ int getFieldMapBoolMessage10Count(); /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ boolean containsFieldMapBoolMessage10( boolean key); /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolMessage10(); /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ java.util.Map getFieldMapBoolMessage10Map(); /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapBoolMessage10OrThrow( boolean key); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211Count(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ boolean containsFieldMapBoolSfixed3211( boolean key); /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed3211(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ java.util.Map getFieldMapBoolSfixed3211Map(); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue); /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ int getFieldMapBoolSfixed3211OrThrow( boolean key); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ int getFieldMapBoolSfixed6412Count(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ boolean containsFieldMapBoolSfixed6412( boolean key); /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSfixed6412(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ java.util.Map getFieldMapBoolSfixed6412Map(); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue); /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ long getFieldMapBoolSfixed6412OrThrow( boolean key); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213Count(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ boolean containsFieldMapBoolSint3213( boolean key); /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint3213(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ java.util.Map getFieldMapBoolSint3213Map(); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue); /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ int getFieldMapBoolSint3213OrThrow( boolean key); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ int getFieldMapBoolSint6414Count(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ boolean containsFieldMapBoolSint6414( boolean key); /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolSint6414(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ java.util.Map getFieldMapBoolSint6414Map(); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue); /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ long getFieldMapBoolSint6414OrThrow( boolean key); /** * map<bool, string> field_map_bool_string_15 = 15; */ int getFieldMapBoolString15Count(); /** * map<bool, string> field_map_bool_string_15 = 15; */ boolean containsFieldMapBoolString15( boolean key); /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolString15(); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.util.Map getFieldMapBoolString15Map(); /** * map<bool, string> field_map_bool_string_15 = 15; */ /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue); /** * map<bool, string> field_map_bool_string_15 = 15; */ java.lang.String getFieldMapBoolString15OrThrow( boolean key); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216Count(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ boolean containsFieldMapBoolUint3216( boolean key); /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint3216(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ java.util.Map getFieldMapBoolUint3216Map(); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue); /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ int getFieldMapBoolUint3216OrThrow( boolean key); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ int getFieldMapBoolUint6417Count(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ boolean containsFieldMapBoolUint6417( boolean key); /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapBoolUint6417(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ java.util.Map getFieldMapBoolUint6417Map(); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue); /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ long getFieldMapBoolUint6417OrThrow( boolean key); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ int getFieldMapFixed32Bool18Count(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean containsFieldMapFixed32Bool18( int key); /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bool18(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ java.util.Map getFieldMapFixed32Bool18Map(); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue); /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ boolean getFieldMapFixed32Bool18OrThrow( int key); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ int getFieldMapFixed32Bytes19Count(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ boolean containsFieldMapFixed32Bytes19( int key); /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Bytes19(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ java.util.Map getFieldMapFixed32Bytes19Map(); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ int getFieldMapFixed32Double20Count(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ boolean containsFieldMapFixed32Double20( int key); /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Double20(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ java.util.Map getFieldMapFixed32Double20Map(); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrDefault( int key, double defaultValue); /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ double getFieldMapFixed32Double20OrThrow( int key); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21Count(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ boolean containsFieldMapFixed32Enum21( int key); /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Enum21(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ java.util.Map getFieldMapFixed32Enum21Map(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed32Enum21OrThrow( int key); /** * Use {@link #getFieldMapFixed32Enum21ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Enum21Value(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ java.util.Map getFieldMapFixed32Enum21ValueMap(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21ValueOrDefault( int key, int defaultValue); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ int getFieldMapFixed32Enum21ValueOrThrow( int key); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222Count(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ boolean containsFieldMapFixed32Fixed3222( int key); /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed3222(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ java.util.Map getFieldMapFixed32Fixed3222Map(); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue); /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ int getFieldMapFixed32Fixed3222OrThrow( int key); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ int getFieldMapFixed32Fixed6423Count(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ boolean containsFieldMapFixed32Fixed6423( int key); /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Fixed6423(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ java.util.Map getFieldMapFixed32Fixed6423Map(); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue); /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ long getFieldMapFixed32Fixed6423OrThrow( int key); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ int getFieldMapFixed32Float24Count(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ boolean containsFieldMapFixed32Float24( int key); /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Float24(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ java.util.Map getFieldMapFixed32Float24Map(); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrDefault( int key, float defaultValue); /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ float getFieldMapFixed32Float24OrThrow( int key); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225Count(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ boolean containsFieldMapFixed32Int3225( int key); /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int3225(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ java.util.Map getFieldMapFixed32Int3225Map(); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue); /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ int getFieldMapFixed32Int3225OrThrow( int key); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ int getFieldMapFixed32Int6426Count(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ boolean containsFieldMapFixed32Int6426( int key); /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Int6426(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ java.util.Map getFieldMapFixed32Int6426Map(); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue); /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ long getFieldMapFixed32Int6426OrThrow( int key); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ int getFieldMapFixed32Message27Count(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ boolean containsFieldMapFixed32Message27( int key); /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Message27(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ java.util.Map getFieldMapFixed32Message27Map(); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed32Message27OrThrow( int key); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228Count(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ boolean containsFieldMapFixed32Sfixed3228( int key); /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed3228(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ java.util.Map getFieldMapFixed32Sfixed3228Map(); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue); /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ int getFieldMapFixed32Sfixed3228OrThrow( int key); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ int getFieldMapFixed32Sfixed6429Count(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ boolean containsFieldMapFixed32Sfixed6429( int key); /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sfixed6429(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ java.util.Map getFieldMapFixed32Sfixed6429Map(); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue); /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ long getFieldMapFixed32Sfixed6429OrThrow( int key); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230Count(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ boolean containsFieldMapFixed32Sint3230( int key); /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint3230(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ java.util.Map getFieldMapFixed32Sint3230Map(); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue); /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ int getFieldMapFixed32Sint3230OrThrow( int key); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ int getFieldMapFixed32Sint6431Count(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ boolean containsFieldMapFixed32Sint6431( int key); /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Sint6431(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ java.util.Map getFieldMapFixed32Sint6431Map(); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue); /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ long getFieldMapFixed32Sint6431OrThrow( int key); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ int getFieldMapFixed32String32Count(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ boolean containsFieldMapFixed32String32( int key); /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32String32(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.util.Map getFieldMapFixed32String32Map(); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ java.lang.String getFieldMapFixed32String32OrThrow( int key); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233Count(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ boolean containsFieldMapFixed32Uint3233( int key); /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint3233(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ java.util.Map getFieldMapFixed32Uint3233Map(); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue); /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ int getFieldMapFixed32Uint3233OrThrow( int key); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ int getFieldMapFixed32Uint6434Count(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ boolean containsFieldMapFixed32Uint6434( int key); /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed32Uint6434(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ java.util.Map getFieldMapFixed32Uint6434Map(); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue); /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ long getFieldMapFixed32Uint6434OrThrow( int key); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ int getFieldMapFixed64Bool35Count(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean containsFieldMapFixed64Bool35( long key); /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bool35(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ java.util.Map getFieldMapFixed64Bool35Map(); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue); /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ boolean getFieldMapFixed64Bool35OrThrow( long key); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ int getFieldMapFixed64Bytes36Count(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ boolean containsFieldMapFixed64Bytes36( long key); /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Bytes36(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ java.util.Map getFieldMapFixed64Bytes36Map(); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ int getFieldMapFixed64Double37Count(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ boolean containsFieldMapFixed64Double37( long key); /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Double37(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ java.util.Map getFieldMapFixed64Double37Map(); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrDefault( long key, double defaultValue); /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ double getFieldMapFixed64Double37OrThrow( long key); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38Count(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ boolean containsFieldMapFixed64Enum38( long key); /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Enum38(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ java.util.Map getFieldMapFixed64Enum38Map(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed64Enum38OrThrow( long key); /** * Use {@link #getFieldMapFixed64Enum38ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Enum38Value(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ java.util.Map getFieldMapFixed64Enum38ValueMap(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38ValueOrDefault( long key, int defaultValue); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ int getFieldMapFixed64Enum38ValueOrThrow( long key); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239Count(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ boolean containsFieldMapFixed64Fixed3239( long key); /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed3239(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ java.util.Map getFieldMapFixed64Fixed3239Map(); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue); /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ int getFieldMapFixed64Fixed3239OrThrow( long key); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ int getFieldMapFixed64Fixed6440Count(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ boolean containsFieldMapFixed64Fixed6440( long key); /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Fixed6440(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ java.util.Map getFieldMapFixed64Fixed6440Map(); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue); /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ long getFieldMapFixed64Fixed6440OrThrow( long key); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ int getFieldMapFixed64Float41Count(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ boolean containsFieldMapFixed64Float41( long key); /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Float41(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ java.util.Map getFieldMapFixed64Float41Map(); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrDefault( long key, float defaultValue); /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ float getFieldMapFixed64Float41OrThrow( long key); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242Count(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ boolean containsFieldMapFixed64Int3242( long key); /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int3242(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ java.util.Map getFieldMapFixed64Int3242Map(); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue); /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ int getFieldMapFixed64Int3242OrThrow( long key); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ int getFieldMapFixed64Int6443Count(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ boolean containsFieldMapFixed64Int6443( long key); /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Int6443(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ java.util.Map getFieldMapFixed64Int6443Map(); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue); /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ long getFieldMapFixed64Int6443OrThrow( long key); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ int getFieldMapFixed64Message44Count(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ boolean containsFieldMapFixed64Message44( long key); /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Message44(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ java.util.Map getFieldMapFixed64Message44Map(); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed64Message44OrThrow( long key); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245Count(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ boolean containsFieldMapFixed64Sfixed3245( long key); /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed3245(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ java.util.Map getFieldMapFixed64Sfixed3245Map(); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue); /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ int getFieldMapFixed64Sfixed3245OrThrow( long key); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ int getFieldMapFixed64Sfixed6446Count(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ boolean containsFieldMapFixed64Sfixed6446( long key); /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sfixed6446(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ java.util.Map getFieldMapFixed64Sfixed6446Map(); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue); /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ long getFieldMapFixed64Sfixed6446OrThrow( long key); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247Count(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ boolean containsFieldMapFixed64Sint3247( long key); /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint3247(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ java.util.Map getFieldMapFixed64Sint3247Map(); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue); /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ int getFieldMapFixed64Sint3247OrThrow( long key); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ int getFieldMapFixed64Sint6448Count(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ boolean containsFieldMapFixed64Sint6448( long key); /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Sint6448(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ java.util.Map getFieldMapFixed64Sint6448Map(); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue); /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ long getFieldMapFixed64Sint6448OrThrow( long key); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ int getFieldMapFixed64String49Count(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ boolean containsFieldMapFixed64String49( long key); /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64String49(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.util.Map getFieldMapFixed64String49Map(); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ java.lang.String getFieldMapFixed64String49OrThrow( long key); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250Count(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ boolean containsFieldMapFixed64Uint3250( long key); /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint3250(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ java.util.Map getFieldMapFixed64Uint3250Map(); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue); /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ int getFieldMapFixed64Uint3250OrThrow( long key); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ int getFieldMapFixed64Uint6451Count(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ boolean containsFieldMapFixed64Uint6451( long key); /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapFixed64Uint6451(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ java.util.Map getFieldMapFixed64Uint6451Map(); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue); /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ long getFieldMapFixed64Uint6451OrThrow( long key); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ int getFieldMapInt32Bool52Count(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean containsFieldMapInt32Bool52( int key); /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bool52(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ java.util.Map getFieldMapInt32Bool52Map(); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue); /** * map<int32, bool> field_map_int32_bool_52 = 52; */ boolean getFieldMapInt32Bool52OrThrow( int key); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ int getFieldMapInt32Bytes53Count(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ boolean containsFieldMapInt32Bytes53( int key); /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Bytes53(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ java.util.Map getFieldMapInt32Bytes53Map(); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key); /** * map<int32, double> field_map_int32_double_54 = 54; */ int getFieldMapInt32Double54Count(); /** * map<int32, double> field_map_int32_double_54 = 54; */ boolean containsFieldMapInt32Double54( int key); /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Double54(); /** * map<int32, double> field_map_int32_double_54 = 54; */ java.util.Map getFieldMapInt32Double54Map(); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrDefault( int key, double defaultValue); /** * map<int32, double> field_map_int32_double_54 = 54; */ double getFieldMapInt32Double54OrThrow( int key); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55Count(); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ boolean containsFieldMapInt32Enum55( int key); /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Enum55(); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ java.util.Map getFieldMapInt32Enum55Map(); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt32Enum55OrThrow( int key); /** * Use {@link #getFieldMapInt32Enum55ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Enum55Value(); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ java.util.Map getFieldMapInt32Enum55ValueMap(); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55ValueOrDefault( int key, int defaultValue); /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ int getFieldMapInt32Enum55ValueOrThrow( int key); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256Count(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ boolean containsFieldMapInt32Fixed3256( int key); /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed3256(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ java.util.Map getFieldMapInt32Fixed3256Map(); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue); /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ int getFieldMapInt32Fixed3256OrThrow( int key); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ int getFieldMapInt32Fixed6457Count(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ boolean containsFieldMapInt32Fixed6457( int key); /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Fixed6457(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ java.util.Map getFieldMapInt32Fixed6457Map(); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue); /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ long getFieldMapInt32Fixed6457OrThrow( int key); /** * map<int32, float> field_map_int32_float_58 = 58; */ int getFieldMapInt32Float58Count(); /** * map<int32, float> field_map_int32_float_58 = 58; */ boolean containsFieldMapInt32Float58( int key); /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Float58(); /** * map<int32, float> field_map_int32_float_58 = 58; */ java.util.Map getFieldMapInt32Float58Map(); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrDefault( int key, float defaultValue); /** * map<int32, float> field_map_int32_float_58 = 58; */ float getFieldMapInt32Float58OrThrow( int key); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259Count(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ boolean containsFieldMapInt32Int3259( int key); /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int3259(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ java.util.Map getFieldMapInt32Int3259Map(); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrDefault( int key, int defaultValue); /** * map<int32, int32> field_map_int32_int32_59 = 59; */ int getFieldMapInt32Int3259OrThrow( int key); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ int getFieldMapInt32Int6460Count(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ boolean containsFieldMapInt32Int6460( int key); /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Int6460(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ java.util.Map getFieldMapInt32Int6460Map(); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrDefault( int key, long defaultValue); /** * map<int32, int64> field_map_int32_int64_60 = 60; */ long getFieldMapInt32Int6460OrThrow( int key); /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ int getFieldMapInt32Message61Count(); /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ boolean containsFieldMapInt32Message61( int key); /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Message61(); /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ java.util.Map getFieldMapInt32Message61Map(); /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt32Message61OrThrow( int key); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262Count(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ boolean containsFieldMapInt32Sfixed3262( int key); /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed3262(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ java.util.Map getFieldMapInt32Sfixed3262Map(); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue); /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ int getFieldMapInt32Sfixed3262OrThrow( int key); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ int getFieldMapInt32Sfixed6463Count(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ boolean containsFieldMapInt32Sfixed6463( int key); /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sfixed6463(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ java.util.Map getFieldMapInt32Sfixed6463Map(); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue); /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ long getFieldMapInt32Sfixed6463OrThrow( int key); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264Count(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ boolean containsFieldMapInt32Sint3264( int key); /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint3264(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ java.util.Map getFieldMapInt32Sint3264Map(); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue); /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ int getFieldMapInt32Sint3264OrThrow( int key); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ int getFieldMapInt32Sint6465Count(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ boolean containsFieldMapInt32Sint6465( int key); /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Sint6465(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ java.util.Map getFieldMapInt32Sint6465Map(); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue); /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ long getFieldMapInt32Sint6465OrThrow( int key); /** * map<int32, string> field_map_int32_string_66 = 66; */ int getFieldMapInt32String66Count(); /** * map<int32, string> field_map_int32_string_66 = 66; */ boolean containsFieldMapInt32String66( int key); /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32String66(); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.util.Map getFieldMapInt32String66Map(); /** * map<int32, string> field_map_int32_string_66 = 66; */ /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> field_map_int32_string_66 = 66; */ java.lang.String getFieldMapInt32String66OrThrow( int key); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267Count(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ boolean containsFieldMapInt32Uint3267( int key); /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint3267(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ java.util.Map getFieldMapInt32Uint3267Map(); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue); /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ int getFieldMapInt32Uint3267OrThrow( int key); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ int getFieldMapInt32Uint6468Count(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ boolean containsFieldMapInt32Uint6468( int key); /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt32Uint6468(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ java.util.Map getFieldMapInt32Uint6468Map(); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue); /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ long getFieldMapInt32Uint6468OrThrow( int key); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ int getFieldMapInt64Bool69Count(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean containsFieldMapInt64Bool69( long key); /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bool69(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ java.util.Map getFieldMapInt64Bool69Map(); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue); /** * map<int64, bool> field_map_int64_bool_69 = 69; */ boolean getFieldMapInt64Bool69OrThrow( long key); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ int getFieldMapInt64Bytes70Count(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ boolean containsFieldMapInt64Bytes70( long key); /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Bytes70(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ java.util.Map getFieldMapInt64Bytes70Map(); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key); /** * map<int64, double> field_map_int64_double_71 = 71; */ int getFieldMapInt64Double71Count(); /** * map<int64, double> field_map_int64_double_71 = 71; */ boolean containsFieldMapInt64Double71( long key); /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Double71(); /** * map<int64, double> field_map_int64_double_71 = 71; */ java.util.Map getFieldMapInt64Double71Map(); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrDefault( long key, double defaultValue); /** * map<int64, double> field_map_int64_double_71 = 71; */ double getFieldMapInt64Double71OrThrow( long key); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72Count(); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ boolean containsFieldMapInt64Enum72( long key); /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Enum72(); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ java.util.Map getFieldMapInt64Enum72Map(); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt64Enum72OrThrow( long key); /** * Use {@link #getFieldMapInt64Enum72ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Enum72Value(); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ java.util.Map getFieldMapInt64Enum72ValueMap(); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72ValueOrDefault( long key, int defaultValue); /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ int getFieldMapInt64Enum72ValueOrThrow( long key); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273Count(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ boolean containsFieldMapInt64Fixed3273( long key); /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed3273(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ java.util.Map getFieldMapInt64Fixed3273Map(); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue); /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ int getFieldMapInt64Fixed3273OrThrow( long key); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ int getFieldMapInt64Fixed6474Count(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ boolean containsFieldMapInt64Fixed6474( long key); /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Fixed6474(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ java.util.Map getFieldMapInt64Fixed6474Map(); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue); /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ long getFieldMapInt64Fixed6474OrThrow( long key); /** * map<int64, float> field_map_int64_float_75 = 75; */ int getFieldMapInt64Float75Count(); /** * map<int64, float> field_map_int64_float_75 = 75; */ boolean containsFieldMapInt64Float75( long key); /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Float75(); /** * map<int64, float> field_map_int64_float_75 = 75; */ java.util.Map getFieldMapInt64Float75Map(); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrDefault( long key, float defaultValue); /** * map<int64, float> field_map_int64_float_75 = 75; */ float getFieldMapInt64Float75OrThrow( long key); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276Count(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ boolean containsFieldMapInt64Int3276( long key); /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int3276(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ java.util.Map getFieldMapInt64Int3276Map(); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrDefault( long key, int defaultValue); /** * map<int64, int32> field_map_int64_int32_76 = 76; */ int getFieldMapInt64Int3276OrThrow( long key); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ int getFieldMapInt64Int6477Count(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ boolean containsFieldMapInt64Int6477( long key); /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Int6477(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ java.util.Map getFieldMapInt64Int6477Map(); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrDefault( long key, long defaultValue); /** * map<int64, int64> field_map_int64_int64_77 = 77; */ long getFieldMapInt64Int6477OrThrow( long key); /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ int getFieldMapInt64Message78Count(); /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ boolean containsFieldMapInt64Message78( long key); /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Message78(); /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ java.util.Map getFieldMapInt64Message78Map(); /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt64Message78OrThrow( long key); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279Count(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ boolean containsFieldMapInt64Sfixed3279( long key); /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed3279(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ java.util.Map getFieldMapInt64Sfixed3279Map(); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue); /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ int getFieldMapInt64Sfixed3279OrThrow( long key); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ int getFieldMapInt64Sfixed6480Count(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ boolean containsFieldMapInt64Sfixed6480( long key); /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sfixed6480(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ java.util.Map getFieldMapInt64Sfixed6480Map(); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue); /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ long getFieldMapInt64Sfixed6480OrThrow( long key); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281Count(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ boolean containsFieldMapInt64Sint3281( long key); /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint3281(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ java.util.Map getFieldMapInt64Sint3281Map(); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue); /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ int getFieldMapInt64Sint3281OrThrow( long key); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ int getFieldMapInt64Sint6482Count(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ boolean containsFieldMapInt64Sint6482( long key); /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Sint6482(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ java.util.Map getFieldMapInt64Sint6482Map(); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue); /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ long getFieldMapInt64Sint6482OrThrow( long key); /** * map<int64, string> field_map_int64_string_83 = 83; */ int getFieldMapInt64String83Count(); /** * map<int64, string> field_map_int64_string_83 = 83; */ boolean containsFieldMapInt64String83( long key); /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64String83(); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.util.Map getFieldMapInt64String83Map(); /** * map<int64, string> field_map_int64_string_83 = 83; */ /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<int64, string> field_map_int64_string_83 = 83; */ java.lang.String getFieldMapInt64String83OrThrow( long key); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284Count(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ boolean containsFieldMapInt64Uint3284( long key); /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint3284(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ java.util.Map getFieldMapInt64Uint3284Map(); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue); /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ int getFieldMapInt64Uint3284OrThrow( long key); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ int getFieldMapInt64Uint6485Count(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ boolean containsFieldMapInt64Uint6485( long key); /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapInt64Uint6485(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ java.util.Map getFieldMapInt64Uint6485Map(); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue); /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ long getFieldMapInt64Uint6485OrThrow( long key); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ int getFieldMapSfixed32Bool86Count(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean containsFieldMapSfixed32Bool86( int key); /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bool86(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ java.util.Map getFieldMapSfixed32Bool86Map(); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue); /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ boolean getFieldMapSfixed32Bool86OrThrow( int key); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ int getFieldMapSfixed32Bytes87Count(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ boolean containsFieldMapSfixed32Bytes87( int key); /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Bytes87(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ java.util.Map getFieldMapSfixed32Bytes87Map(); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ int getFieldMapSfixed32Double88Count(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ boolean containsFieldMapSfixed32Double88( int key); /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Double88(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ java.util.Map getFieldMapSfixed32Double88Map(); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue); /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ double getFieldMapSfixed32Double88OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89Count(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ boolean containsFieldMapSfixed32Enum89( int key); /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Enum89(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ java.util.Map getFieldMapSfixed32Enum89Map(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed32Enum89OrThrow( int key); /** * Use {@link #getFieldMapSfixed32Enum89ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Enum89Value(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ java.util.Map getFieldMapSfixed32Enum89ValueMap(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89ValueOrDefault( int key, int defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ int getFieldMapSfixed32Enum89ValueOrThrow( int key); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290Count(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ boolean containsFieldMapSfixed32Fixed3290( int key); /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed3290(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ java.util.Map getFieldMapSfixed32Fixed3290Map(); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue); /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ int getFieldMapSfixed32Fixed3290OrThrow( int key); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ int getFieldMapSfixed32Fixed6491Count(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ boolean containsFieldMapSfixed32Fixed6491( int key); /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Fixed6491(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ java.util.Map getFieldMapSfixed32Fixed6491Map(); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue); /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ long getFieldMapSfixed32Fixed6491OrThrow( int key); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ int getFieldMapSfixed32Float92Count(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ boolean containsFieldMapSfixed32Float92( int key); /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Float92(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ java.util.Map getFieldMapSfixed32Float92Map(); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue); /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ float getFieldMapSfixed32Float92OrThrow( int key); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293Count(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ boolean containsFieldMapSfixed32Int3293( int key); /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int3293(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ java.util.Map getFieldMapSfixed32Int3293Map(); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue); /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ int getFieldMapSfixed32Int3293OrThrow( int key); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ int getFieldMapSfixed32Int6494Count(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ boolean containsFieldMapSfixed32Int6494( int key); /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Int6494(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ java.util.Map getFieldMapSfixed32Int6494Map(); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue); /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ long getFieldMapSfixed32Int6494OrThrow( int key); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ int getFieldMapSfixed32Message95Count(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ boolean containsFieldMapSfixed32Message95( int key); /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Message95(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ java.util.Map getFieldMapSfixed32Message95Map(); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed32Message95OrThrow( int key); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296Count(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ boolean containsFieldMapSfixed32Sfixed3296( int key); /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed3296(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ java.util.Map getFieldMapSfixed32Sfixed3296Map(); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue); /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ int getFieldMapSfixed32Sfixed3296OrThrow( int key); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ int getFieldMapSfixed32Sfixed6497Count(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ boolean containsFieldMapSfixed32Sfixed6497( int key); /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sfixed6497(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ java.util.Map getFieldMapSfixed32Sfixed6497Map(); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue); /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ long getFieldMapSfixed32Sfixed6497OrThrow( int key); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298Count(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ boolean containsFieldMapSfixed32Sint3298( int key); /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint3298(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ java.util.Map getFieldMapSfixed32Sint3298Map(); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue); /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ int getFieldMapSfixed32Sint3298OrThrow( int key); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ int getFieldMapSfixed32Sint6499Count(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ boolean containsFieldMapSfixed32Sint6499( int key); /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Sint6499(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ java.util.Map getFieldMapSfixed32Sint6499Map(); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue); /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ long getFieldMapSfixed32Sint6499OrThrow( int key); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ int getFieldMapSfixed32String100Count(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ boolean containsFieldMapSfixed32String100( int key); /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32String100(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.util.Map getFieldMapSfixed32String100Map(); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ java.lang.String getFieldMapSfixed32String100OrThrow( int key); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101Count(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ boolean containsFieldMapSfixed32Uint32101( int key); /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint32101(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ java.util.Map getFieldMapSfixed32Uint32101Map(); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue); /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ int getFieldMapSfixed32Uint32101OrThrow( int key); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ int getFieldMapSfixed32Uint64102Count(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ boolean containsFieldMapSfixed32Uint64102( int key); /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed32Uint64102(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ java.util.Map getFieldMapSfixed32Uint64102Map(); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue); /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ long getFieldMapSfixed32Uint64102OrThrow( int key); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ int getFieldMapSfixed64Bool103Count(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean containsFieldMapSfixed64Bool103( long key); /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bool103(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ java.util.Map getFieldMapSfixed64Bool103Map(); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue); /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ boolean getFieldMapSfixed64Bool103OrThrow( long key); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ int getFieldMapSfixed64Bytes104Count(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ boolean containsFieldMapSfixed64Bytes104( long key); /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Bytes104(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ java.util.Map getFieldMapSfixed64Bytes104Map(); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ int getFieldMapSfixed64Double105Count(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ boolean containsFieldMapSfixed64Double105( long key); /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Double105(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ java.util.Map getFieldMapSfixed64Double105Map(); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue); /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ double getFieldMapSfixed64Double105OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106Count(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ boolean containsFieldMapSfixed64Enum106( long key); /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Enum106(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ java.util.Map getFieldMapSfixed64Enum106Map(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed64Enum106OrThrow( long key); /** * Use {@link #getFieldMapSfixed64Enum106ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Enum106Value(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ java.util.Map getFieldMapSfixed64Enum106ValueMap(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106ValueOrDefault( long key, int defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ int getFieldMapSfixed64Enum106ValueOrThrow( long key); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107Count(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ boolean containsFieldMapSfixed64Fixed32107( long key); /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed32107(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ java.util.Map getFieldMapSfixed64Fixed32107Map(); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue); /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ int getFieldMapSfixed64Fixed32107OrThrow( long key); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ int getFieldMapSfixed64Fixed64108Count(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ boolean containsFieldMapSfixed64Fixed64108( long key); /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Fixed64108(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ java.util.Map getFieldMapSfixed64Fixed64108Map(); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue); /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ long getFieldMapSfixed64Fixed64108OrThrow( long key); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ int getFieldMapSfixed64Float109Count(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ boolean containsFieldMapSfixed64Float109( long key); /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Float109(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ java.util.Map getFieldMapSfixed64Float109Map(); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue); /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ float getFieldMapSfixed64Float109OrThrow( long key); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110Count(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ boolean containsFieldMapSfixed64Int32110( long key); /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int32110(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ java.util.Map getFieldMapSfixed64Int32110Map(); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue); /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ int getFieldMapSfixed64Int32110OrThrow( long key); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ int getFieldMapSfixed64Int64111Count(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ boolean containsFieldMapSfixed64Int64111( long key); /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Int64111(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ java.util.Map getFieldMapSfixed64Int64111Map(); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue); /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ long getFieldMapSfixed64Int64111OrThrow( long key); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ int getFieldMapSfixed64Message112Count(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ boolean containsFieldMapSfixed64Message112( long key); /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Message112(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ java.util.Map getFieldMapSfixed64Message112Map(); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed64Message112OrThrow( long key); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113Count(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ boolean containsFieldMapSfixed64Sfixed32113( long key); /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed32113(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ java.util.Map getFieldMapSfixed64Sfixed32113Map(); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue); /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ int getFieldMapSfixed64Sfixed32113OrThrow( long key); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ int getFieldMapSfixed64Sfixed64114Count(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ boolean containsFieldMapSfixed64Sfixed64114( long key); /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sfixed64114(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ java.util.Map getFieldMapSfixed64Sfixed64114Map(); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue); /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ long getFieldMapSfixed64Sfixed64114OrThrow( long key); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115Count(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ boolean containsFieldMapSfixed64Sint32115( long key); /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint32115(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ java.util.Map getFieldMapSfixed64Sint32115Map(); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue); /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ int getFieldMapSfixed64Sint32115OrThrow( long key); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ int getFieldMapSfixed64Sint64116Count(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ boolean containsFieldMapSfixed64Sint64116( long key); /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Sint64116(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ java.util.Map getFieldMapSfixed64Sint64116Map(); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue); /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ long getFieldMapSfixed64Sint64116OrThrow( long key); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ int getFieldMapSfixed64String117Count(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ boolean containsFieldMapSfixed64String117( long key); /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64String117(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.util.Map getFieldMapSfixed64String117Map(); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ java.lang.String getFieldMapSfixed64String117OrThrow( long key); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118Count(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ boolean containsFieldMapSfixed64Uint32118( long key); /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint32118(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ java.util.Map getFieldMapSfixed64Uint32118Map(); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue); /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ int getFieldMapSfixed64Uint32118OrThrow( long key); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ int getFieldMapSfixed64Uint64119Count(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ boolean containsFieldMapSfixed64Uint64119( long key); /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSfixed64Uint64119(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ java.util.Map getFieldMapSfixed64Uint64119Map(); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue); /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ long getFieldMapSfixed64Uint64119OrThrow( long key); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ int getFieldMapSint32Bool120Count(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean containsFieldMapSint32Bool120( int key); /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bool120(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ java.util.Map getFieldMapSint32Bool120Map(); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue); /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ boolean getFieldMapSint32Bool120OrThrow( int key); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ int getFieldMapSint32Bytes121Count(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ boolean containsFieldMapSint32Bytes121( int key); /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Bytes121(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ java.util.Map getFieldMapSint32Bytes121Map(); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ int getFieldMapSint32Double122Count(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ boolean containsFieldMapSint32Double122( int key); /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Double122(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ java.util.Map getFieldMapSint32Double122Map(); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrDefault( int key, double defaultValue); /** * map<sint32, double> field_map_sint32_double_122 = 122; */ double getFieldMapSint32Double122OrThrow( int key); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123Count(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ boolean containsFieldMapSint32Enum123( int key); /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Enum123(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ java.util.Map getFieldMapSint32Enum123Map(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint32Enum123OrThrow( int key); /** * Use {@link #getFieldMapSint32Enum123ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Enum123Value(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ java.util.Map getFieldMapSint32Enum123ValueMap(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123ValueOrDefault( int key, int defaultValue); /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ int getFieldMapSint32Enum123ValueOrThrow( int key); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124Count(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ boolean containsFieldMapSint32Fixed32124( int key); /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed32124(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ java.util.Map getFieldMapSint32Fixed32124Map(); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue); /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ int getFieldMapSint32Fixed32124OrThrow( int key); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ int getFieldMapSint32Fixed64125Count(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ boolean containsFieldMapSint32Fixed64125( int key); /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Fixed64125(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ java.util.Map getFieldMapSint32Fixed64125Map(); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue); /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ long getFieldMapSint32Fixed64125OrThrow( int key); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ int getFieldMapSint32Float126Count(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ boolean containsFieldMapSint32Float126( int key); /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Float126(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ java.util.Map getFieldMapSint32Float126Map(); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrDefault( int key, float defaultValue); /** * map<sint32, float> field_map_sint32_float_126 = 126; */ float getFieldMapSint32Float126OrThrow( int key); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127Count(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ boolean containsFieldMapSint32Int32127( int key); /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int32127(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ java.util.Map getFieldMapSint32Int32127Map(); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrDefault( int key, int defaultValue); /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ int getFieldMapSint32Int32127OrThrow( int key); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ int getFieldMapSint32Int64128Count(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ boolean containsFieldMapSint32Int64128( int key); /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Int64128(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ java.util.Map getFieldMapSint32Int64128Map(); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrDefault( int key, long defaultValue); /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ long getFieldMapSint32Int64128OrThrow( int key); /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ int getFieldMapSint32Message129Count(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ boolean containsFieldMapSint32Message129( int key); /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Message129(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ java.util.Map getFieldMapSint32Message129Map(); /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint32Message129OrThrow( int key); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130Count(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ boolean containsFieldMapSint32Sfixed32130( int key); /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed32130(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ java.util.Map getFieldMapSint32Sfixed32130Map(); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue); /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ int getFieldMapSint32Sfixed32130OrThrow( int key); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ int getFieldMapSint32Sfixed64131Count(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ boolean containsFieldMapSint32Sfixed64131( int key); /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sfixed64131(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ java.util.Map getFieldMapSint32Sfixed64131Map(); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue); /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ long getFieldMapSint32Sfixed64131OrThrow( int key); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132Count(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ boolean containsFieldMapSint32Sint32132( int key); /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint32132(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ java.util.Map getFieldMapSint32Sint32132Map(); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue); /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ int getFieldMapSint32Sint32132OrThrow( int key); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ int getFieldMapSint32Sint64133Count(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ boolean containsFieldMapSint32Sint64133( int key); /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Sint64133(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ java.util.Map getFieldMapSint32Sint64133Map(); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue); /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ long getFieldMapSint32Sint64133OrThrow( int key); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ int getFieldMapSint32String134Count(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ boolean containsFieldMapSint32String134( int key); /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32String134(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.util.Map getFieldMapSint32String134Map(); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<sint32, string> field_map_sint32_string_134 = 134; */ java.lang.String getFieldMapSint32String134OrThrow( int key); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135Count(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ boolean containsFieldMapSint32Uint32135( int key); /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint32135(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ java.util.Map getFieldMapSint32Uint32135Map(); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue); /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ int getFieldMapSint32Uint32135OrThrow( int key); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ int getFieldMapSint32Uint64136Count(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ boolean containsFieldMapSint32Uint64136( int key); /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint32Uint64136(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ java.util.Map getFieldMapSint32Uint64136Map(); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue); /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ long getFieldMapSint32Uint64136OrThrow( int key); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ int getFieldMapSint64Bool137Count(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean containsFieldMapSint64Bool137( long key); /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bool137(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ java.util.Map getFieldMapSint64Bool137Map(); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue); /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ boolean getFieldMapSint64Bool137OrThrow( long key); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ int getFieldMapSint64Bytes138Count(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ boolean containsFieldMapSint64Bytes138( long key); /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Bytes138(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ java.util.Map getFieldMapSint64Bytes138Map(); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ int getFieldMapSint64Double139Count(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ boolean containsFieldMapSint64Double139( long key); /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Double139(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ java.util.Map getFieldMapSint64Double139Map(); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrDefault( long key, double defaultValue); /** * map<sint64, double> field_map_sint64_double_139 = 139; */ double getFieldMapSint64Double139OrThrow( long key); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140Count(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ boolean containsFieldMapSint64Enum140( long key); /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Enum140(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ java.util.Map getFieldMapSint64Enum140Map(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint64Enum140OrThrow( long key); /** * Use {@link #getFieldMapSint64Enum140ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Enum140Value(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ java.util.Map getFieldMapSint64Enum140ValueMap(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140ValueOrDefault( long key, int defaultValue); /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ int getFieldMapSint64Enum140ValueOrThrow( long key); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141Count(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ boolean containsFieldMapSint64Fixed32141( long key); /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed32141(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ java.util.Map getFieldMapSint64Fixed32141Map(); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue); /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ int getFieldMapSint64Fixed32141OrThrow( long key); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ int getFieldMapSint64Fixed64142Count(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ boolean containsFieldMapSint64Fixed64142( long key); /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Fixed64142(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ java.util.Map getFieldMapSint64Fixed64142Map(); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue); /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ long getFieldMapSint64Fixed64142OrThrow( long key); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ int getFieldMapSint64Float143Count(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ boolean containsFieldMapSint64Float143( long key); /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Float143(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ java.util.Map getFieldMapSint64Float143Map(); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrDefault( long key, float defaultValue); /** * map<sint64, float> field_map_sint64_float_143 = 143; */ float getFieldMapSint64Float143OrThrow( long key); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144Count(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ boolean containsFieldMapSint64Int32144( long key); /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int32144(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ java.util.Map getFieldMapSint64Int32144Map(); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrDefault( long key, int defaultValue); /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ int getFieldMapSint64Int32144OrThrow( long key); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ int getFieldMapSint64Int64145Count(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ boolean containsFieldMapSint64Int64145( long key); /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Int64145(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ java.util.Map getFieldMapSint64Int64145Map(); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrDefault( long key, long defaultValue); /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ long getFieldMapSint64Int64145OrThrow( long key); /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ int getFieldMapSint64Message146Count(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ boolean containsFieldMapSint64Message146( long key); /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Message146(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ java.util.Map getFieldMapSint64Message146Map(); /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint64Message146OrThrow( long key); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147Count(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ boolean containsFieldMapSint64Sfixed32147( long key); /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed32147(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ java.util.Map getFieldMapSint64Sfixed32147Map(); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue); /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ int getFieldMapSint64Sfixed32147OrThrow( long key); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ int getFieldMapSint64Sfixed64148Count(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ boolean containsFieldMapSint64Sfixed64148( long key); /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sfixed64148(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ java.util.Map getFieldMapSint64Sfixed64148Map(); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue); /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ long getFieldMapSint64Sfixed64148OrThrow( long key); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149Count(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ boolean containsFieldMapSint64Sint32149( long key); /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint32149(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ java.util.Map getFieldMapSint64Sint32149Map(); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue); /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ int getFieldMapSint64Sint32149OrThrow( long key); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ int getFieldMapSint64Sint64150Count(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ boolean containsFieldMapSint64Sint64150( long key); /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Sint64150(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ java.util.Map getFieldMapSint64Sint64150Map(); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue); /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ long getFieldMapSint64Sint64150OrThrow( long key); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ int getFieldMapSint64String151Count(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ boolean containsFieldMapSint64String151( long key); /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64String151(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.util.Map getFieldMapSint64String151Map(); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<sint64, string> field_map_sint64_string_151 = 151; */ java.lang.String getFieldMapSint64String151OrThrow( long key); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152Count(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ boolean containsFieldMapSint64Uint32152( long key); /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint32152(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ java.util.Map getFieldMapSint64Uint32152Map(); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue); /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ int getFieldMapSint64Uint32152OrThrow( long key); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ int getFieldMapSint64Uint64153Count(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ boolean containsFieldMapSint64Uint64153( long key); /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapSint64Uint64153(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ java.util.Map getFieldMapSint64Uint64153Map(); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue); /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ long getFieldMapSint64Uint64153OrThrow( long key); /** * map<string, bool> field_map_string_bool_154 = 154; */ int getFieldMapStringBool154Count(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean containsFieldMapStringBool154( java.lang.String key); /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBool154(); /** * map<string, bool> field_map_string_bool_154 = 154; */ java.util.Map getFieldMapStringBool154Map(); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue); /** * map<string, bool> field_map_string_bool_154 = 154; */ boolean getFieldMapStringBool154OrThrow( java.lang.String key); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ int getFieldMapStringBytes155Count(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ boolean containsFieldMapStringBytes155( java.lang.String key); /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringBytes155(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ java.util.Map getFieldMapStringBytes155Map(); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<string, bytes> field_map_string_bytes_155 = 155; */ com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key); /** * map<string, double> field_map_string_double_156 = 156; */ int getFieldMapStringDouble156Count(); /** * map<string, double> field_map_string_double_156 = 156; */ boolean containsFieldMapStringDouble156( java.lang.String key); /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringDouble156(); /** * map<string, double> field_map_string_double_156 = 156; */ java.util.Map getFieldMapStringDouble156Map(); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue); /** * map<string, double> field_map_string_double_156 = 156; */ double getFieldMapStringDouble156OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157Count(); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ boolean containsFieldMapStringEnum157( java.lang.String key); /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringEnum157(); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ java.util.Map getFieldMapStringEnum157Map(); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key); /** * Use {@link #getFieldMapStringEnum157ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringEnum157Value(); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ java.util.Map getFieldMapStringEnum157ValueMap(); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157ValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ int getFieldMapStringEnum157ValueOrThrow( java.lang.String key); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158Count(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ boolean containsFieldMapStringFixed32158( java.lang.String key); /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed32158(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ java.util.Map getFieldMapStringFixed32158Map(); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue); /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ int getFieldMapStringFixed32158OrThrow( java.lang.String key); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ int getFieldMapStringFixed64159Count(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ boolean containsFieldMapStringFixed64159( java.lang.String key); /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFixed64159(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ java.util.Map getFieldMapStringFixed64159Map(); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue); /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ long getFieldMapStringFixed64159OrThrow( java.lang.String key); /** * map<string, float> field_map_string_float_160 = 160; */ int getFieldMapStringFloat160Count(); /** * map<string, float> field_map_string_float_160 = 160; */ boolean containsFieldMapStringFloat160( java.lang.String key); /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringFloat160(); /** * map<string, float> field_map_string_float_160 = 160; */ java.util.Map getFieldMapStringFloat160Map(); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue); /** * map<string, float> field_map_string_float_160 = 160; */ float getFieldMapStringFloat160OrThrow( java.lang.String key); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161Count(); /** * map<string, int32> field_map_string_int32_161 = 161; */ boolean containsFieldMapStringInt32161( java.lang.String key); /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt32161(); /** * map<string, int32> field_map_string_int32_161 = 161; */ java.util.Map getFieldMapStringInt32161Map(); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> field_map_string_int32_161 = 161; */ int getFieldMapStringInt32161OrThrow( java.lang.String key); /** * map<string, int64> field_map_string_int64_162 = 162; */ int getFieldMapStringInt64162Count(); /** * map<string, int64> field_map_string_int64_162 = 162; */ boolean containsFieldMapStringInt64162( java.lang.String key); /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringInt64162(); /** * map<string, int64> field_map_string_int64_162 = 162; */ java.util.Map getFieldMapStringInt64162Map(); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue); /** * map<string, int64> field_map_string_int64_162 = 162; */ long getFieldMapStringInt64162OrThrow( java.lang.String key); /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ int getFieldMapStringMessage163Count(); /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ boolean containsFieldMapStringMessage163( java.lang.String key); /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringMessage163(); /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ java.util.Map getFieldMapStringMessage163Map(); /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapStringMessage163OrThrow( java.lang.String key); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164Count(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ boolean containsFieldMapStringSfixed32164( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed32164(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ java.util.Map getFieldMapStringSfixed32164Map(); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue); /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ int getFieldMapStringSfixed32164OrThrow( java.lang.String key); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ int getFieldMapStringSfixed64165Count(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ boolean containsFieldMapStringSfixed64165( java.lang.String key); /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSfixed64165(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ java.util.Map getFieldMapStringSfixed64165Map(); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue); /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ long getFieldMapStringSfixed64165OrThrow( java.lang.String key); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166Count(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ boolean containsFieldMapStringSint32166( java.lang.String key); /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint32166(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ java.util.Map getFieldMapStringSint32166Map(); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue); /** * map<string, sint32> field_map_string_sint32_166 = 166; */ int getFieldMapStringSint32166OrThrow( java.lang.String key); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ int getFieldMapStringSint64167Count(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ boolean containsFieldMapStringSint64167( java.lang.String key); /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringSint64167(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ java.util.Map getFieldMapStringSint64167Map(); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue); /** * map<string, sint64> field_map_string_sint64_167 = 167; */ long getFieldMapStringSint64167OrThrow( java.lang.String key); /** * map<string, string> field_map_string_string_168 = 168; */ int getFieldMapStringString168Count(); /** * map<string, string> field_map_string_string_168 = 168; */ boolean containsFieldMapStringString168( java.lang.String key); /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringString168(); /** * map<string, string> field_map_string_string_168 = 168; */ java.util.Map getFieldMapStringString168Map(); /** * map<string, string> field_map_string_string_168 = 168; */ /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> field_map_string_string_168 = 168; */ java.lang.String getFieldMapStringString168OrThrow( java.lang.String key); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169Count(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ boolean containsFieldMapStringUint32169( java.lang.String key); /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint32169(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ java.util.Map getFieldMapStringUint32169Map(); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> field_map_string_uint32_169 = 169; */ int getFieldMapStringUint32169OrThrow( java.lang.String key); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ int getFieldMapStringUint64170Count(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ boolean containsFieldMapStringUint64170( java.lang.String key); /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapStringUint64170(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ java.util.Map getFieldMapStringUint64170Map(); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue); /** * map<string, uint64> field_map_string_uint64_170 = 170; */ long getFieldMapStringUint64170OrThrow( java.lang.String key); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ int getFieldMapUint32Bool171Count(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean containsFieldMapUint32Bool171( int key); /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bool171(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ java.util.Map getFieldMapUint32Bool171Map(); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue); /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ boolean getFieldMapUint32Bool171OrThrow( int key); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ int getFieldMapUint32Bytes172Count(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ boolean containsFieldMapUint32Bytes172( int key); /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Bytes172(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ java.util.Map getFieldMapUint32Bytes172Map(); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ int getFieldMapUint32Double173Count(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ boolean containsFieldMapUint32Double173( int key); /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Double173(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ java.util.Map getFieldMapUint32Double173Map(); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrDefault( int key, double defaultValue); /** * map<uint32, double> field_map_uint32_double_173 = 173; */ double getFieldMapUint32Double173OrThrow( int key); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174Count(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ boolean containsFieldMapUint32Enum174( int key); /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Enum174(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ java.util.Map getFieldMapUint32Enum174Map(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint32Enum174OrThrow( int key); /** * Use {@link #getFieldMapUint32Enum174ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Enum174Value(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ java.util.Map getFieldMapUint32Enum174ValueMap(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174ValueOrDefault( int key, int defaultValue); /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ int getFieldMapUint32Enum174ValueOrThrow( int key); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175Count(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ boolean containsFieldMapUint32Fixed32175( int key); /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed32175(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ java.util.Map getFieldMapUint32Fixed32175Map(); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue); /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ int getFieldMapUint32Fixed32175OrThrow( int key); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ int getFieldMapUint32Fixed64176Count(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ boolean containsFieldMapUint32Fixed64176( int key); /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Fixed64176(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ java.util.Map getFieldMapUint32Fixed64176Map(); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue); /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ long getFieldMapUint32Fixed64176OrThrow( int key); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ int getFieldMapUint32Float177Count(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ boolean containsFieldMapUint32Float177( int key); /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Float177(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ java.util.Map getFieldMapUint32Float177Map(); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrDefault( int key, float defaultValue); /** * map<uint32, float> field_map_uint32_float_177 = 177; */ float getFieldMapUint32Float177OrThrow( int key); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178Count(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ boolean containsFieldMapUint32Int32178( int key); /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int32178(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ java.util.Map getFieldMapUint32Int32178Map(); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrDefault( int key, int defaultValue); /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ int getFieldMapUint32Int32178OrThrow( int key); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ int getFieldMapUint32Int64179Count(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ boolean containsFieldMapUint32Int64179( int key); /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Int64179(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ java.util.Map getFieldMapUint32Int64179Map(); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrDefault( int key, long defaultValue); /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ long getFieldMapUint32Int64179OrThrow( int key); /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ int getFieldMapUint32Message180Count(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ boolean containsFieldMapUint32Message180( int key); /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Message180(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ java.util.Map getFieldMapUint32Message180Map(); /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint32Message180OrThrow( int key); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181Count(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ boolean containsFieldMapUint32Sfixed32181( int key); /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed32181(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ java.util.Map getFieldMapUint32Sfixed32181Map(); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue); /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ int getFieldMapUint32Sfixed32181OrThrow( int key); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ int getFieldMapUint32Sfixed64182Count(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ boolean containsFieldMapUint32Sfixed64182( int key); /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sfixed64182(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ java.util.Map getFieldMapUint32Sfixed64182Map(); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue); /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ long getFieldMapUint32Sfixed64182OrThrow( int key); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183Count(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ boolean containsFieldMapUint32Sint32183( int key); /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint32183(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ java.util.Map getFieldMapUint32Sint32183Map(); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue); /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ int getFieldMapUint32Sint32183OrThrow( int key); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ int getFieldMapUint32Sint64184Count(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ boolean containsFieldMapUint32Sint64184( int key); /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Sint64184(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ java.util.Map getFieldMapUint32Sint64184Map(); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue); /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ long getFieldMapUint32Sint64184OrThrow( int key); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ int getFieldMapUint32String185Count(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ boolean containsFieldMapUint32String185( int key); /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32String185(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.util.Map getFieldMapUint32String185Map(); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<uint32, string> field_map_uint32_string_185 = 185; */ java.lang.String getFieldMapUint32String185OrThrow( int key); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186Count(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ boolean containsFieldMapUint32Uint32186( int key); /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint32186(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ java.util.Map getFieldMapUint32Uint32186Map(); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue); /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ int getFieldMapUint32Uint32186OrThrow( int key); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ int getFieldMapUint32Uint64187Count(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ boolean containsFieldMapUint32Uint64187( int key); /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint32Uint64187(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ java.util.Map getFieldMapUint32Uint64187Map(); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue); /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ long getFieldMapUint32Uint64187OrThrow( int key); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ int getFieldMapUint64Bool188Count(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean containsFieldMapUint64Bool188( long key); /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bool188(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ java.util.Map getFieldMapUint64Bool188Map(); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue); /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ boolean getFieldMapUint64Bool188OrThrow( long key); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ int getFieldMapUint64Bytes189Count(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ boolean containsFieldMapUint64Bytes189( long key); /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Bytes189(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ java.util.Map getFieldMapUint64Bytes189Map(); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ int getFieldMapUint64Double190Count(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ boolean containsFieldMapUint64Double190( long key); /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Double190(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ java.util.Map getFieldMapUint64Double190Map(); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrDefault( long key, double defaultValue); /** * map<uint64, double> field_map_uint64_double_190 = 190; */ double getFieldMapUint64Double190OrThrow( long key); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191Count(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ boolean containsFieldMapUint64Enum191( long key); /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Enum191(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ java.util.Map getFieldMapUint64Enum191Map(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint64Enum191OrThrow( long key); /** * Use {@link #getFieldMapUint64Enum191ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Enum191Value(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ java.util.Map getFieldMapUint64Enum191ValueMap(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191ValueOrDefault( long key, int defaultValue); /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ int getFieldMapUint64Enum191ValueOrThrow( long key); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192Count(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ boolean containsFieldMapUint64Fixed32192( long key); /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed32192(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ java.util.Map getFieldMapUint64Fixed32192Map(); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue); /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ int getFieldMapUint64Fixed32192OrThrow( long key); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ int getFieldMapUint64Fixed64193Count(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ boolean containsFieldMapUint64Fixed64193( long key); /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Fixed64193(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ java.util.Map getFieldMapUint64Fixed64193Map(); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue); /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ long getFieldMapUint64Fixed64193OrThrow( long key); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ int getFieldMapUint64Float194Count(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ boolean containsFieldMapUint64Float194( long key); /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Float194(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ java.util.Map getFieldMapUint64Float194Map(); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrDefault( long key, float defaultValue); /** * map<uint64, float> field_map_uint64_float_194 = 194; */ float getFieldMapUint64Float194OrThrow( long key); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195Count(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ boolean containsFieldMapUint64Int32195( long key); /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int32195(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ java.util.Map getFieldMapUint64Int32195Map(); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrDefault( long key, int defaultValue); /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ int getFieldMapUint64Int32195OrThrow( long key); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ int getFieldMapUint64Int64196Count(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ boolean containsFieldMapUint64Int64196( long key); /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Int64196(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ java.util.Map getFieldMapUint64Int64196Map(); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrDefault( long key, long defaultValue); /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ long getFieldMapUint64Int64196OrThrow( long key); /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ int getFieldMapUint64Message197Count(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ boolean containsFieldMapUint64Message197( long key); /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Message197(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ java.util.Map getFieldMapUint64Message197Map(); /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue); /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint64Message197OrThrow( long key); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198Count(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ boolean containsFieldMapUint64Sfixed32198( long key); /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed32198(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ java.util.Map getFieldMapUint64Sfixed32198Map(); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue); /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ int getFieldMapUint64Sfixed32198OrThrow( long key); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ int getFieldMapUint64Sfixed64199Count(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ boolean containsFieldMapUint64Sfixed64199( long key); /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sfixed64199(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ java.util.Map getFieldMapUint64Sfixed64199Map(); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue); /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ long getFieldMapUint64Sfixed64199OrThrow( long key); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200Count(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ boolean containsFieldMapUint64Sint32200( long key); /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint32200(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ java.util.Map getFieldMapUint64Sint32200Map(); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue); /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ int getFieldMapUint64Sint32200OrThrow( long key); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ int getFieldMapUint64Sint64201Count(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ boolean containsFieldMapUint64Sint64201( long key); /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Sint64201(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ java.util.Map getFieldMapUint64Sint64201Map(); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue); /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ long getFieldMapUint64Sint64201OrThrow( long key); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ int getFieldMapUint64String202Count(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ boolean containsFieldMapUint64String202( long key); /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64String202(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.util.Map getFieldMapUint64String202Map(); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue); /** * map<uint64, string> field_map_uint64_string_202 = 202; */ java.lang.String getFieldMapUint64String202OrThrow( long key); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203Count(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ boolean containsFieldMapUint64Uint32203( long key); /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint32203(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ java.util.Map getFieldMapUint64Uint32203Map(); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue); /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ int getFieldMapUint64Uint32203OrThrow( long key); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ int getFieldMapUint64Uint64204Count(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ boolean containsFieldMapUint64Uint64204( long key); /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Deprecated java.util.Map getFieldMapUint64Uint64204(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ java.util.Map getFieldMapUint64Uint64204Map(); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue); /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ long getFieldMapUint64Uint64204OrThrow( long key); } /** * Protobuf type {@code protobuf.experimental.Proto3MessageLiteWithMaps} */ public static final class Proto3MessageLiteWithMaps extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.experimental.Proto3MessageLiteWithMaps) Proto3MessageLiteWithMapsOrBuilder { private static final long serialVersionUID = 0L; // Use Proto3MessageLiteWithMaps.newBuilder() to construct. private Proto3MessageLiteWithMaps(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Proto3MessageLiteWithMaps() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Proto3MessageLiteWithMaps(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps.class, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps.Builder.class); } public static final int FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER = 1; private static final class FieldMapBoolBool1DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER = 2; private static final class FieldMapBoolBytes2DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER = 3; private static final class FieldMapBoolDouble3DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER = 4; private static final class FieldMapBoolEnum4DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapBoolEnum4ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapBoolEnum4Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Boolean, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapBoolEnum4ValueConverter); } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapBoolEnum4ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4Value() { return getFieldMapBoolEnum4ValueMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4ValueMap() { return internalGetFieldMapBoolEnum4().getMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER = 5; private static final class FieldMapBoolFixed325DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER = 6; private static final class FieldMapBoolFixed646DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER = 7; private static final class FieldMapBoolFloat7DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER = 8; private static final class FieldMapBoolInt328DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER = 9; private static final class FieldMapBoolInt649DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER = 10; private static final class FieldMapBoolMessage10DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapBoolMessage10_; private com.google.protobuf.MapField internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolMessage10().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER = 11; private static final class FieldMapBoolSfixed3211DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER = 12; private static final class FieldMapBoolSfixed6412DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER = 13; private static final class FieldMapBoolSint3213DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER = 14; private static final class FieldMapBoolSint6414DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER = 15; private static final class FieldMapBoolString15DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER = 16; private static final class FieldMapBoolUint3216DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER = 17; private static final class FieldMapBoolUint6417DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Boolean, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor, com.google.protobuf.WireFormat.FieldType.BOOL, false, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER = 18; private static final class FieldMapFixed32Bool18DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER = 19; private static final class FieldMapFixed32Bytes19DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER = 20; private static final class FieldMapFixed32Double20DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER = 21; private static final class FieldMapFixed32Enum21DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapFixed32Enum21ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapFixed32Enum21Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapFixed32Enum21ValueConverter); } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed32Enum21ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21Value() { return getFieldMapFixed32Enum21ValueMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21ValueMap() { return internalGetFieldMapFixed32Enum21().getMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER = 22; private static final class FieldMapFixed32Fixed3222DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER = 23; private static final class FieldMapFixed32Fixed6423DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER = 24; private static final class FieldMapFixed32Float24DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER = 25; private static final class FieldMapFixed32Int3225DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER = 26; private static final class FieldMapFixed32Int6426DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER = 27; private static final class FieldMapFixed32Message27DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapFixed32Message27_; private com.google.protobuf.MapField internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Message27().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER = 28; private static final class FieldMapFixed32Sfixed3228DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER = 29; private static final class FieldMapFixed32Sfixed6429DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER = 30; private static final class FieldMapFixed32Sint3230DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER = 31; private static final class FieldMapFixed32Sint6431DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER = 32; private static final class FieldMapFixed32String32DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER = 33; private static final class FieldMapFixed32Uint3233DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER = 34; private static final class FieldMapFixed32Uint6434DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER = 35; private static final class FieldMapFixed64Bool35DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER = 36; private static final class FieldMapFixed64Bytes36DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER = 37; private static final class FieldMapFixed64Double37DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER = 38; private static final class FieldMapFixed64Enum38DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapFixed64Enum38ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapFixed64Enum38Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapFixed64Enum38ValueConverter); } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed64Enum38ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38Value() { return getFieldMapFixed64Enum38ValueMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38ValueMap() { return internalGetFieldMapFixed64Enum38().getMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER = 39; private static final class FieldMapFixed64Fixed3239DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER = 40; private static final class FieldMapFixed64Fixed6440DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER = 41; private static final class FieldMapFixed64Float41DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER = 42; private static final class FieldMapFixed64Int3242DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER = 43; private static final class FieldMapFixed64Int6443DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER = 44; private static final class FieldMapFixed64Message44DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapFixed64Message44_; private com.google.protobuf.MapField internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Message44().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER = 45; private static final class FieldMapFixed64Sfixed3245DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER = 46; private static final class FieldMapFixed64Sfixed6446DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER = 47; private static final class FieldMapFixed64Sint3247DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER = 48; private static final class FieldMapFixed64Sint6448DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER = 49; private static final class FieldMapFixed64String49DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER = 50; private static final class FieldMapFixed64Uint3250DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER = 51; private static final class FieldMapFixed64Uint6451DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER = 52; private static final class FieldMapInt32Bool52DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER = 53; private static final class FieldMapInt32Bytes53DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER = 54; private static final class FieldMapInt32Double54DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER = 55; private static final class FieldMapInt32Enum55DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapInt32Enum55ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapInt32Enum55Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapInt32Enum55ValueConverter); } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt32Enum55ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55Value() { return getFieldMapInt32Enum55ValueMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55ValueMap() { return internalGetFieldMapInt32Enum55().getMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER = 56; private static final class FieldMapInt32Fixed3256DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER = 57; private static final class FieldMapInt32Fixed6457DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER = 58; private static final class FieldMapInt32Float58DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT32_59_FIELD_NUMBER = 59; private static final class FieldMapInt32Int3259DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_INT64_60_FIELD_NUMBER = 60; private static final class FieldMapInt32Int6460DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER = 61; private static final class FieldMapInt32Message61DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapInt32Message61_; private com.google.protobuf.MapField internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Message61().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER = 62; private static final class FieldMapInt32Sfixed3262DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER = 63; private static final class FieldMapInt32Sfixed6463DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER = 64; private static final class FieldMapInt32Sint3264DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER = 65; private static final class FieldMapInt32Sint6465DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_STRING_66_FIELD_NUMBER = 66; private static final class FieldMapInt32String66DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER = 67; private static final class FieldMapInt32Uint3267DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER = 68; private static final class FieldMapInt32Uint6468DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER = 69; private static final class FieldMapInt64Bool69DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER = 70; private static final class FieldMapInt64Bytes70DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER = 71; private static final class FieldMapInt64Double71DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER = 72; private static final class FieldMapInt64Enum72DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapInt64Enum72ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapInt64Enum72Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapInt64Enum72ValueConverter); } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt64Enum72ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72Value() { return getFieldMapInt64Enum72ValueMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72ValueMap() { return internalGetFieldMapInt64Enum72().getMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER = 73; private static final class FieldMapInt64Fixed3273DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER = 74; private static final class FieldMapInt64Fixed6474DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER = 75; private static final class FieldMapInt64Float75DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT32_76_FIELD_NUMBER = 76; private static final class FieldMapInt64Int3276DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_INT64_77_FIELD_NUMBER = 77; private static final class FieldMapInt64Int6477DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER = 78; private static final class FieldMapInt64Message78DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapInt64Message78_; private com.google.protobuf.MapField internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Message78().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER = 79; private static final class FieldMapInt64Sfixed3279DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER = 80; private static final class FieldMapInt64Sfixed6480DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER = 81; private static final class FieldMapInt64Sint3281DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER = 82; private static final class FieldMapInt64Sint6482DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_STRING_83_FIELD_NUMBER = 83; private static final class FieldMapInt64String83DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER = 84; private static final class FieldMapInt64Uint3284DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER = 85; private static final class FieldMapInt64Uint6485DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER = 86; private static final class FieldMapSfixed32Bool86DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER = 87; private static final class FieldMapSfixed32Bytes87DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER = 88; private static final class FieldMapSfixed32Double88DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER = 89; private static final class FieldMapSfixed32Enum89DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapSfixed32Enum89ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSfixed32Enum89Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSfixed32Enum89ValueConverter); } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed32Enum89ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89Value() { return getFieldMapSfixed32Enum89ValueMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89ValueMap() { return internalGetFieldMapSfixed32Enum89().getMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER = 90; private static final class FieldMapSfixed32Fixed3290DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER = 91; private static final class FieldMapSfixed32Fixed6491DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER = 92; private static final class FieldMapSfixed32Float92DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER = 93; private static final class FieldMapSfixed32Int3293DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER = 94; private static final class FieldMapSfixed32Int6494DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER = 95; private static final class FieldMapSfixed32Message95DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapSfixed32Message95_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Message95().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER = 96; private static final class FieldMapSfixed32Sfixed3296DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER = 97; private static final class FieldMapSfixed32Sfixed6497DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER = 98; private static final class FieldMapSfixed32Sint3298DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER = 99; private static final class FieldMapSfixed32Sint6499DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER = 100; private static final class FieldMapSfixed32String100DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER = 101; private static final class FieldMapSfixed32Uint32101DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER = 102; private static final class FieldMapSfixed32Uint64102DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER = 103; private static final class FieldMapSfixed64Bool103DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER = 104; private static final class FieldMapSfixed64Bytes104DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER = 105; private static final class FieldMapSfixed64Double105DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER = 106; private static final class FieldMapSfixed64Enum106DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapSfixed64Enum106ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSfixed64Enum106Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSfixed64Enum106ValueConverter); } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed64Enum106ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106Value() { return getFieldMapSfixed64Enum106ValueMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106ValueMap() { return internalGetFieldMapSfixed64Enum106().getMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER = 107; private static final class FieldMapSfixed64Fixed32107DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER = 108; private static final class FieldMapSfixed64Fixed64108DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER = 109; private static final class FieldMapSfixed64Float109DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER = 110; private static final class FieldMapSfixed64Int32110DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER = 111; private static final class FieldMapSfixed64Int64111DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER = 112; private static final class FieldMapSfixed64Message112DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapSfixed64Message112_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Message112().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER = 113; private static final class FieldMapSfixed64Sfixed32113DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER = 114; private static final class FieldMapSfixed64Sfixed64114DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER = 115; private static final class FieldMapSfixed64Sint32115DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER = 116; private static final class FieldMapSfixed64Sint64116DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER = 117; private static final class FieldMapSfixed64String117DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER = 118; private static final class FieldMapSfixed64Uint32118DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER = 119; private static final class FieldMapSfixed64Uint64119DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER = 120; private static final class FieldMapSint32Bool120DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER = 121; private static final class FieldMapSint32Bytes121DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER = 122; private static final class FieldMapSint32Double122DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER = 123; private static final class FieldMapSint32Enum123DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapSint32Enum123ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSint32Enum123Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSint32Enum123ValueConverter); } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint32Enum123ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123Value() { return getFieldMapSint32Enum123ValueMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123ValueMap() { return internalGetFieldMapSint32Enum123().getMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER = 124; private static final class FieldMapSint32Fixed32124DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER = 125; private static final class FieldMapSint32Fixed64125DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER = 126; private static final class FieldMapSint32Float126DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER = 127; private static final class FieldMapSint32Int32127DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER = 128; private static final class FieldMapSint32Int64128DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER = 129; private static final class FieldMapSint32Message129DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapSint32Message129_; private com.google.protobuf.MapField internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Message129().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER = 130; private static final class FieldMapSint32Sfixed32130DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER = 131; private static final class FieldMapSint32Sfixed64131DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER = 132; private static final class FieldMapSint32Sint32132DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER = 133; private static final class FieldMapSint32Sint64133DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER = 134; private static final class FieldMapSint32String134DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER = 135; private static final class FieldMapSint32Uint32135DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER = 136; private static final class FieldMapSint32Uint64136DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER = 137; private static final class FieldMapSint64Bool137DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER = 138; private static final class FieldMapSint64Bytes138DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER = 139; private static final class FieldMapSint64Double139DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER = 140; private static final class FieldMapSint64Enum140DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapSint64Enum140ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapSint64Enum140Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapSint64Enum140ValueConverter); } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint64Enum140ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140Value() { return getFieldMapSint64Enum140ValueMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140ValueMap() { return internalGetFieldMapSint64Enum140().getMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER = 141; private static final class FieldMapSint64Fixed32141DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER = 142; private static final class FieldMapSint64Fixed64142DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER = 143; private static final class FieldMapSint64Float143DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER = 144; private static final class FieldMapSint64Int32144DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER = 145; private static final class FieldMapSint64Int64145DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER = 146; private static final class FieldMapSint64Message146DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapSint64Message146_; private com.google.protobuf.MapField internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Message146().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER = 147; private static final class FieldMapSint64Sfixed32147DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER = 148; private static final class FieldMapSint64Sfixed64148DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER = 149; private static final class FieldMapSint64Sint32149DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER = 150; private static final class FieldMapSint64Sint64150DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER = 151; private static final class FieldMapSint64String151DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER = 152; private static final class FieldMapSint64Uint32152DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER = 153; private static final class FieldMapSint64Uint64153DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor, com.google.protobuf.WireFormat.FieldType.SINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER = 154; private static final class FieldMapStringBool154DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER = 155; private static final class FieldMapStringBytes155DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER = 156; private static final class FieldMapStringDouble156DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER = 157; private static final class FieldMapStringEnum157DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapStringEnum157ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapStringEnum157Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapStringEnum157ValueConverter); } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapStringEnum157ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157Value() { return getFieldMapStringEnum157ValueMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157ValueMap() { return internalGetFieldMapStringEnum157().getMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER = 158; private static final class FieldMapStringFixed32158DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER = 159; private static final class FieldMapStringFixed64159DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER = 160; private static final class FieldMapStringFloat160DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT32_161_FIELD_NUMBER = 161; private static final class FieldMapStringInt32161DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_INT64_162_FIELD_NUMBER = 162; private static final class FieldMapStringInt64162DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER = 163; private static final class FieldMapStringMessage163DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapStringMessage163_; private com.google.protobuf.MapField internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().getMap().size(); } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringMessage163().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER = 164; private static final class FieldMapStringSfixed32164DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER = 165; private static final class FieldMapStringSfixed64165DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER = 166; private static final class FieldMapStringSint32166DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER = 167; private static final class FieldMapStringSint64167DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_STRING_168_FIELD_NUMBER = 168; private static final class FieldMapStringString168DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringString168Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER = 169; private static final class FieldMapStringUint32169DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER = 170; private static final class FieldMapStringUint64170DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER = 171; private static final class FieldMapUint32Bool171DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER = 172; private static final class FieldMapUint32Bytes172DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER = 173; private static final class FieldMapUint32Double173DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER = 174; private static final class FieldMapUint32Enum174DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapUint32Enum174ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapUint32Enum174Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapUint32Enum174ValueConverter); } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint32Enum174ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174Value() { return getFieldMapUint32Enum174ValueMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174ValueMap() { return internalGetFieldMapUint32Enum174().getMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER = 175; private static final class FieldMapUint32Fixed32175DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER = 176; private static final class FieldMapUint32Fixed64176DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER = 177; private static final class FieldMapUint32Float177DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER = 178; private static final class FieldMapUint32Int32178DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER = 179; private static final class FieldMapUint32Int64179DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER = 180; private static final class FieldMapUint32Message180DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapUint32Message180_; private com.google.protobuf.MapField internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Message180().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER = 181; private static final class FieldMapUint32Sfixed32181DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER = 182; private static final class FieldMapUint32Sfixed64182DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER = 183; private static final class FieldMapUint32Sint32183DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER = 184; private static final class FieldMapUint32Sint64184DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER = 185; private static final class FieldMapUint32String185DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER = 186; private static final class FieldMapUint32Uint32186DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER = 187; private static final class FieldMapUint32Uint64187DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER = 188; private static final class FieldMapUint64Bool188DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER = 189; private static final class FieldMapUint64Bytes189DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER = 190; private static final class FieldMapUint64Double190DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Double> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.DOUBLE, 0D); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER = 191; private static final class FieldMapUint64Enum191DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.ENUM, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.ZERO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum> fieldMapUint64Enum191ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.internalGetValueMap(), com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedFieldMapUint64Enum191Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum, java.lang.Integer>( map, fieldMapUint64Enum191ValueConverter); } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint64Enum191ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191Value() { return getFieldMapUint64Enum191ValueMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191ValueMap() { return internalGetFieldMapUint64Enum191().getMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER = 192; private static final class FieldMapUint64Fixed32192DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER = 193; private static final class FieldMapUint64Fixed64193DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER = 194; private static final class FieldMapUint64Float194DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Float> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.FLOAT, 0F); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER = 195; private static final class FieldMapUint64Int32195DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER = 196; private static final class FieldMapUint64Int64196DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.INT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER = 197; private static final class FieldMapUint64Message197DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.MESSAGE, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite> fieldMapUint64Message197_; private com.google.protobuf.MapField internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Message197().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER = 198; private static final class FieldMapUint64Sfixed32198DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER = 199; private static final class FieldMapUint64Sfixed64199DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SFIXED64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER = 200; private static final class FieldMapUint64Sint32200DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER = 201; private static final class FieldMapUint64Sint64201DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.SINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER = 202; private static final class FieldMapUint64String202DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER = 203; private static final class FieldMapUint64Uint32203DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER = 204; private static final class FieldMapUint64Uint64204DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Long> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT64, 0L, com.google.protobuf.WireFormat.FieldType.UINT64, 0L); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBool1(), FieldMapBoolBool1DefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolBytes2(), FieldMapBoolBytes2DefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolDouble3(), FieldMapBoolDouble3DefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolEnum4(), FieldMapBoolEnum4DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed325(), FieldMapBoolFixed325DefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFixed646(), FieldMapBoolFixed646DefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolFloat7(), FieldMapBoolFloat7DefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt328(), FieldMapBoolInt328DefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolInt649(), FieldMapBoolInt649DefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolMessage10(), FieldMapBoolMessage10DefaultEntryHolder.defaultEntry, 10); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed3211(), FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry, 11); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSfixed6412(), FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry, 12); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint3213(), FieldMapBoolSint3213DefaultEntryHolder.defaultEntry, 13); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolSint6414(), FieldMapBoolSint6414DefaultEntryHolder.defaultEntry, 14); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolString15(), FieldMapBoolString15DefaultEntryHolder.defaultEntry, 15); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint3216(), FieldMapBoolUint3216DefaultEntryHolder.defaultEntry, 16); com.google.protobuf.GeneratedMessageV3 .serializeBooleanMapTo( output, internalGetFieldMapBoolUint6417(), FieldMapBoolUint6417DefaultEntryHolder.defaultEntry, 17); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bool18(), FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry, 18); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Bytes19(), FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry, 19); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Double20(), FieldMapFixed32Double20DefaultEntryHolder.defaultEntry, 20); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Enum21(), FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry, 21); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed3222(), FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry, 22); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Fixed6423(), FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry, 23); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Float24(), FieldMapFixed32Float24DefaultEntryHolder.defaultEntry, 24); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int3225(), FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry, 25); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Int6426(), FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry, 26); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Message27(), FieldMapFixed32Message27DefaultEntryHolder.defaultEntry, 27); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed3228(), FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry, 28); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sfixed6429(), FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry, 29); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint3230(), FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry, 30); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Sint6431(), FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry, 31); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32String32(), FieldMapFixed32String32DefaultEntryHolder.defaultEntry, 32); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint3233(), FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry, 33); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapFixed32Uint6434(), FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry, 34); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bool35(), FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry, 35); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Bytes36(), FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry, 36); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Double37(), FieldMapFixed64Double37DefaultEntryHolder.defaultEntry, 37); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Enum38(), FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry, 38); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed3239(), FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry, 39); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Fixed6440(), FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry, 40); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Float41(), FieldMapFixed64Float41DefaultEntryHolder.defaultEntry, 41); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int3242(), FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry, 42); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Int6443(), FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry, 43); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Message44(), FieldMapFixed64Message44DefaultEntryHolder.defaultEntry, 44); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed3245(), FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry, 45); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sfixed6446(), FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry, 46); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint3247(), FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry, 47); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Sint6448(), FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry, 48); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64String49(), FieldMapFixed64String49DefaultEntryHolder.defaultEntry, 49); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint3250(), FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry, 50); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapFixed64Uint6451(), FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry, 51); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bool52(), FieldMapInt32Bool52DefaultEntryHolder.defaultEntry, 52); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Bytes53(), FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry, 53); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Double54(), FieldMapInt32Double54DefaultEntryHolder.defaultEntry, 54); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Enum55(), FieldMapInt32Enum55DefaultEntryHolder.defaultEntry, 55); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed3256(), FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry, 56); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Fixed6457(), FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry, 57); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Float58(), FieldMapInt32Float58DefaultEntryHolder.defaultEntry, 58); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int3259(), FieldMapInt32Int3259DefaultEntryHolder.defaultEntry, 59); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Int6460(), FieldMapInt32Int6460DefaultEntryHolder.defaultEntry, 60); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Message61(), FieldMapInt32Message61DefaultEntryHolder.defaultEntry, 61); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed3262(), FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry, 62); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sfixed6463(), FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry, 63); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint3264(), FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry, 64); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Sint6465(), FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry, 65); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32String66(), FieldMapInt32String66DefaultEntryHolder.defaultEntry, 66); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint3267(), FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry, 67); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapInt32Uint6468(), FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry, 68); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bool69(), FieldMapInt64Bool69DefaultEntryHolder.defaultEntry, 69); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Bytes70(), FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry, 70); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Double71(), FieldMapInt64Double71DefaultEntryHolder.defaultEntry, 71); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Enum72(), FieldMapInt64Enum72DefaultEntryHolder.defaultEntry, 72); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed3273(), FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry, 73); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Fixed6474(), FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry, 74); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Float75(), FieldMapInt64Float75DefaultEntryHolder.defaultEntry, 75); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int3276(), FieldMapInt64Int3276DefaultEntryHolder.defaultEntry, 76); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Int6477(), FieldMapInt64Int6477DefaultEntryHolder.defaultEntry, 77); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Message78(), FieldMapInt64Message78DefaultEntryHolder.defaultEntry, 78); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed3279(), FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry, 79); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sfixed6480(), FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry, 80); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint3281(), FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry, 81); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Sint6482(), FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry, 82); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64String83(), FieldMapInt64String83DefaultEntryHolder.defaultEntry, 83); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint3284(), FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry, 84); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapInt64Uint6485(), FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry, 85); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bool86(), FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry, 86); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Bytes87(), FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry, 87); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Double88(), FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry, 88); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Enum89(), FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry, 89); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed3290(), FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry, 90); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Fixed6491(), FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry, 91); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Float92(), FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry, 92); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int3293(), FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry, 93); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Int6494(), FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry, 94); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Message95(), FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry, 95); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed3296(), FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry, 96); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sfixed6497(), FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry, 97); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint3298(), FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry, 98); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Sint6499(), FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry, 99); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32String100(), FieldMapSfixed32String100DefaultEntryHolder.defaultEntry, 100); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint32101(), FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry, 101); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSfixed32Uint64102(), FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry, 102); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bool103(), FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry, 103); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Bytes104(), FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry, 104); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Double105(), FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry, 105); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Enum106(), FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry, 106); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed32107(), FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry, 107); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Fixed64108(), FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry, 108); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Float109(), FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry, 109); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int32110(), FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry, 110); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Int64111(), FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry, 111); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Message112(), FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry, 112); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed32113(), FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry, 113); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sfixed64114(), FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry, 114); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint32115(), FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry, 115); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Sint64116(), FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry, 116); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64String117(), FieldMapSfixed64String117DefaultEntryHolder.defaultEntry, 117); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint32118(), FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry, 118); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSfixed64Uint64119(), FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry, 119); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bool120(), FieldMapSint32Bool120DefaultEntryHolder.defaultEntry, 120); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Bytes121(), FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry, 121); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Double122(), FieldMapSint32Double122DefaultEntryHolder.defaultEntry, 122); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Enum123(), FieldMapSint32Enum123DefaultEntryHolder.defaultEntry, 123); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed32124(), FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry, 124); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Fixed64125(), FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry, 125); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Float126(), FieldMapSint32Float126DefaultEntryHolder.defaultEntry, 126); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int32127(), FieldMapSint32Int32127DefaultEntryHolder.defaultEntry, 127); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Int64128(), FieldMapSint32Int64128DefaultEntryHolder.defaultEntry, 128); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Message129(), FieldMapSint32Message129DefaultEntryHolder.defaultEntry, 129); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed32130(), FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry, 130); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sfixed64131(), FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry, 131); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint32132(), FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry, 132); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Sint64133(), FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry, 133); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32String134(), FieldMapSint32String134DefaultEntryHolder.defaultEntry, 134); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint32135(), FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry, 135); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapSint32Uint64136(), FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry, 136); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bool137(), FieldMapSint64Bool137DefaultEntryHolder.defaultEntry, 137); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Bytes138(), FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry, 138); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Double139(), FieldMapSint64Double139DefaultEntryHolder.defaultEntry, 139); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Enum140(), FieldMapSint64Enum140DefaultEntryHolder.defaultEntry, 140); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed32141(), FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry, 141); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Fixed64142(), FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry, 142); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Float143(), FieldMapSint64Float143DefaultEntryHolder.defaultEntry, 143); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int32144(), FieldMapSint64Int32144DefaultEntryHolder.defaultEntry, 144); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Int64145(), FieldMapSint64Int64145DefaultEntryHolder.defaultEntry, 145); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Message146(), FieldMapSint64Message146DefaultEntryHolder.defaultEntry, 146); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed32147(), FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry, 147); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sfixed64148(), FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry, 148); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint32149(), FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry, 149); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Sint64150(), FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry, 150); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64String151(), FieldMapSint64String151DefaultEntryHolder.defaultEntry, 151); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint32152(), FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry, 152); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapSint64Uint64153(), FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry, 153); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBool154(), FieldMapStringBool154DefaultEntryHolder.defaultEntry, 154); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringBytes155(), FieldMapStringBytes155DefaultEntryHolder.defaultEntry, 155); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringDouble156(), FieldMapStringDouble156DefaultEntryHolder.defaultEntry, 156); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringEnum157(), FieldMapStringEnum157DefaultEntryHolder.defaultEntry, 157); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed32158(), FieldMapStringFixed32158DefaultEntryHolder.defaultEntry, 158); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFixed64159(), FieldMapStringFixed64159DefaultEntryHolder.defaultEntry, 159); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringFloat160(), FieldMapStringFloat160DefaultEntryHolder.defaultEntry, 160); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt32161(), FieldMapStringInt32161DefaultEntryHolder.defaultEntry, 161); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringInt64162(), FieldMapStringInt64162DefaultEntryHolder.defaultEntry, 162); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringMessage163(), FieldMapStringMessage163DefaultEntryHolder.defaultEntry, 163); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed32164(), FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry, 164); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSfixed64165(), FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry, 165); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint32166(), FieldMapStringSint32166DefaultEntryHolder.defaultEntry, 166); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringSint64167(), FieldMapStringSint64167DefaultEntryHolder.defaultEntry, 167); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringString168(), FieldMapStringString168DefaultEntryHolder.defaultEntry, 168); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint32169(), FieldMapStringUint32169DefaultEntryHolder.defaultEntry, 169); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetFieldMapStringUint64170(), FieldMapStringUint64170DefaultEntryHolder.defaultEntry, 170); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bool171(), FieldMapUint32Bool171DefaultEntryHolder.defaultEntry, 171); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Bytes172(), FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry, 172); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Double173(), FieldMapUint32Double173DefaultEntryHolder.defaultEntry, 173); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Enum174(), FieldMapUint32Enum174DefaultEntryHolder.defaultEntry, 174); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed32175(), FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry, 175); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Fixed64176(), FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry, 176); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Float177(), FieldMapUint32Float177DefaultEntryHolder.defaultEntry, 177); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int32178(), FieldMapUint32Int32178DefaultEntryHolder.defaultEntry, 178); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Int64179(), FieldMapUint32Int64179DefaultEntryHolder.defaultEntry, 179); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Message180(), FieldMapUint32Message180DefaultEntryHolder.defaultEntry, 180); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed32181(), FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry, 181); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sfixed64182(), FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry, 182); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint32183(), FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry, 183); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Sint64184(), FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry, 184); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32String185(), FieldMapUint32String185DefaultEntryHolder.defaultEntry, 185); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint32186(), FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry, 186); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFieldMapUint32Uint64187(), FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry, 187); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bool188(), FieldMapUint64Bool188DefaultEntryHolder.defaultEntry, 188); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Bytes189(), FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry, 189); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Double190(), FieldMapUint64Double190DefaultEntryHolder.defaultEntry, 190); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Enum191(), FieldMapUint64Enum191DefaultEntryHolder.defaultEntry, 191); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed32192(), FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry, 192); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Fixed64193(), FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry, 193); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Float194(), FieldMapUint64Float194DefaultEntryHolder.defaultEntry, 194); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int32195(), FieldMapUint64Int32195DefaultEntryHolder.defaultEntry, 195); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Int64196(), FieldMapUint64Int64196DefaultEntryHolder.defaultEntry, 196); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Message197(), FieldMapUint64Message197DefaultEntryHolder.defaultEntry, 197); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed32198(), FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry, 198); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sfixed64199(), FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry, 199); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint32200(), FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry, 200); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Sint64201(), FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry, 201); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64String202(), FieldMapUint64String202DefaultEntryHolder.defaultEntry, 202); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint32203(), FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry, 203); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetFieldMapUint64Uint64204(), FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry, 204); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetFieldMapBoolBool1().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBool1__ = FieldMapBoolBool1DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, fieldMapBoolBool1__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolBytes2().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, fieldMapBoolBytes2__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolDouble3().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, fieldMapBoolDouble3__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolEnum4().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolEnum4__ = FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, fieldMapBoolEnum4__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed325().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, fieldMapBoolFixed325__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFixed646().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, fieldMapBoolFixed646__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolFloat7().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, fieldMapBoolFloat7__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt328().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt328__ = FieldMapBoolInt328DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, fieldMapBoolInt328__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolInt649().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolInt649__ = FieldMapBoolInt649DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, fieldMapBoolInt649__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolMessage10().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, fieldMapBoolMessage10__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed3211().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, fieldMapBoolSfixed3211__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSfixed6412().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, fieldMapBoolSfixed6412__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint3213().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, fieldMapBoolSint3213__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolSint6414().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, fieldMapBoolSint6414__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolString15().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolString15__ = FieldMapBoolString15DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, fieldMapBoolString15__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint3216().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, fieldMapBoolUint3216__); } for (java.util.Map.Entry entry : internalGetFieldMapBoolUint6417().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, fieldMapBoolUint6417__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bool18().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, fieldMapFixed32Bool18__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Bytes19().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, fieldMapFixed32Bytes19__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Double20().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, fieldMapFixed32Double20__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Enum21().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(21, fieldMapFixed32Enum21__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed3222().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, fieldMapFixed32Fixed3222__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Fixed6423().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(23, fieldMapFixed32Fixed6423__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Float24().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(24, fieldMapFixed32Float24__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int3225().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, fieldMapFixed32Int3225__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Int6426().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, fieldMapFixed32Int6426__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Message27().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, fieldMapFixed32Message27__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed3228().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(28, fieldMapFixed32Sfixed3228__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sfixed6429().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(29, fieldMapFixed32Sfixed6429__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint3230().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, fieldMapFixed32Sint3230__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Sint6431().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, fieldMapFixed32Sint6431__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32String32().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32String32__ = FieldMapFixed32String32DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(32, fieldMapFixed32String32__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint3233().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(33, fieldMapFixed32Uint3233__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed32Uint6434().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(34, fieldMapFixed32Uint6434__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bool35().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(35, fieldMapFixed64Bool35__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Bytes36().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(36, fieldMapFixed64Bytes36__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Double37().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(37, fieldMapFixed64Double37__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Enum38().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(38, fieldMapFixed64Enum38__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed3239().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(39, fieldMapFixed64Fixed3239__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Fixed6440().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(40, fieldMapFixed64Fixed6440__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Float41().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(41, fieldMapFixed64Float41__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int3242().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(42, fieldMapFixed64Int3242__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Int6443().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(43, fieldMapFixed64Int6443__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Message44().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(44, fieldMapFixed64Message44__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed3245().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(45, fieldMapFixed64Sfixed3245__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sfixed6446().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(46, fieldMapFixed64Sfixed6446__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint3247().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(47, fieldMapFixed64Sint3247__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Sint6448().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(48, fieldMapFixed64Sint6448__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64String49().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64String49__ = FieldMapFixed64String49DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(49, fieldMapFixed64String49__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint3250().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(50, fieldMapFixed64Uint3250__); } for (java.util.Map.Entry entry : internalGetFieldMapFixed64Uint6451().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(51, fieldMapFixed64Uint6451__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bool52().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(52, fieldMapInt32Bool52__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Bytes53().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(53, fieldMapInt32Bytes53__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Double54().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Double54__ = FieldMapInt32Double54DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(54, fieldMapInt32Double54__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Enum55().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Enum55__ = FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(55, fieldMapInt32Enum55__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed3256().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(56, fieldMapInt32Fixed3256__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Fixed6457().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(57, fieldMapInt32Fixed6457__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Float58().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Float58__ = FieldMapInt32Float58DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(58, fieldMapInt32Float58__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int3259().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(59, fieldMapInt32Int3259__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Int6460().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(60, fieldMapInt32Int6460__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Message61().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Message61__ = FieldMapInt32Message61DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(61, fieldMapInt32Message61__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed3262().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, fieldMapInt32Sfixed3262__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sfixed6463().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(63, fieldMapInt32Sfixed6463__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint3264().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(64, fieldMapInt32Sint3264__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Sint6465().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(65, fieldMapInt32Sint6465__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32String66().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32String66__ = FieldMapInt32String66DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(66, fieldMapInt32String66__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint3267().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(67, fieldMapInt32Uint3267__); } for (java.util.Map.Entry entry : internalGetFieldMapInt32Uint6468().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(68, fieldMapInt32Uint6468__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bool69().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(69, fieldMapInt64Bool69__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Bytes70().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(70, fieldMapInt64Bytes70__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Double71().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Double71__ = FieldMapInt64Double71DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(71, fieldMapInt64Double71__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Enum72().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Enum72__ = FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(72, fieldMapInt64Enum72__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed3273().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(73, fieldMapInt64Fixed3273__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Fixed6474().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(74, fieldMapInt64Fixed6474__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Float75().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Float75__ = FieldMapInt64Float75DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(75, fieldMapInt64Float75__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int3276().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(76, fieldMapInt64Int3276__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Int6477().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(77, fieldMapInt64Int6477__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Message78().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Message78__ = FieldMapInt64Message78DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(78, fieldMapInt64Message78__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed3279().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(79, fieldMapInt64Sfixed3279__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sfixed6480().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(80, fieldMapInt64Sfixed6480__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint3281().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(81, fieldMapInt64Sint3281__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Sint6482().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(82, fieldMapInt64Sint6482__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64String83().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64String83__ = FieldMapInt64String83DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(83, fieldMapInt64String83__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint3284().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(84, fieldMapInt64Uint3284__); } for (java.util.Map.Entry entry : internalGetFieldMapInt64Uint6485().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(85, fieldMapInt64Uint6485__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bool86().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(86, fieldMapSfixed32Bool86__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Bytes87().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(87, fieldMapSfixed32Bytes87__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Double88().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(88, fieldMapSfixed32Double88__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Enum89().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(89, fieldMapSfixed32Enum89__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed3290().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(90, fieldMapSfixed32Fixed3290__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Fixed6491().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(91, fieldMapSfixed32Fixed6491__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Float92().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(92, fieldMapSfixed32Float92__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int3293().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(93, fieldMapSfixed32Int3293__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Int6494().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(94, fieldMapSfixed32Int6494__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Message95().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(95, fieldMapSfixed32Message95__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed3296().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(96, fieldMapSfixed32Sfixed3296__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sfixed6497().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(97, fieldMapSfixed32Sfixed6497__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint3298().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(98, fieldMapSfixed32Sint3298__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Sint6499().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(99, fieldMapSfixed32Sint6499__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32String100().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(100, fieldMapSfixed32String100__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint32101().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(101, fieldMapSfixed32Uint32101__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed32Uint64102().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(102, fieldMapSfixed32Uint64102__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bool103().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(103, fieldMapSfixed64Bool103__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Bytes104().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(104, fieldMapSfixed64Bytes104__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Double105().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(105, fieldMapSfixed64Double105__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Enum106().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(106, fieldMapSfixed64Enum106__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed32107().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(107, fieldMapSfixed64Fixed32107__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Fixed64108().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(108, fieldMapSfixed64Fixed64108__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Float109().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(109, fieldMapSfixed64Float109__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int32110().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(110, fieldMapSfixed64Int32110__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Int64111().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(111, fieldMapSfixed64Int64111__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Message112().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(112, fieldMapSfixed64Message112__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed32113().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(113, fieldMapSfixed64Sfixed32113__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sfixed64114().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(114, fieldMapSfixed64Sfixed64114__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint32115().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(115, fieldMapSfixed64Sint32115__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Sint64116().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(116, fieldMapSfixed64Sint64116__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64String117().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(117, fieldMapSfixed64String117__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint32118().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(118, fieldMapSfixed64Uint32118__); } for (java.util.Map.Entry entry : internalGetFieldMapSfixed64Uint64119().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(119, fieldMapSfixed64Uint64119__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bool120().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(120, fieldMapSint32Bool120__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Bytes121().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(121, fieldMapSint32Bytes121__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Double122().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Double122__ = FieldMapSint32Double122DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(122, fieldMapSint32Double122__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Enum123().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Enum123__ = FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(123, fieldMapSint32Enum123__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed32124().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(124, fieldMapSint32Fixed32124__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Fixed64125().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(125, fieldMapSint32Fixed64125__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Float126().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Float126__ = FieldMapSint32Float126DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(126, fieldMapSint32Float126__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int32127().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(127, fieldMapSint32Int32127__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Int64128().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(128, fieldMapSint32Int64128__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Message129().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Message129__ = FieldMapSint32Message129DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(129, fieldMapSint32Message129__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed32130().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(130, fieldMapSint32Sfixed32130__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sfixed64131().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(131, fieldMapSint32Sfixed64131__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint32132().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(132, fieldMapSint32Sint32132__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Sint64133().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(133, fieldMapSint32Sint64133__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32String134().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32String134__ = FieldMapSint32String134DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(134, fieldMapSint32String134__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint32135().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(135, fieldMapSint32Uint32135__); } for (java.util.Map.Entry entry : internalGetFieldMapSint32Uint64136().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(136, fieldMapSint32Uint64136__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bool137().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(137, fieldMapSint64Bool137__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Bytes138().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(138, fieldMapSint64Bytes138__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Double139().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Double139__ = FieldMapSint64Double139DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(139, fieldMapSint64Double139__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Enum140().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Enum140__ = FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(140, fieldMapSint64Enum140__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed32141().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(141, fieldMapSint64Fixed32141__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Fixed64142().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(142, fieldMapSint64Fixed64142__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Float143().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Float143__ = FieldMapSint64Float143DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(143, fieldMapSint64Float143__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int32144().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(144, fieldMapSint64Int32144__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Int64145().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(145, fieldMapSint64Int64145__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Message146().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Message146__ = FieldMapSint64Message146DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(146, fieldMapSint64Message146__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed32147().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(147, fieldMapSint64Sfixed32147__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sfixed64148().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(148, fieldMapSint64Sfixed64148__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint32149().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(149, fieldMapSint64Sint32149__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Sint64150().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(150, fieldMapSint64Sint64150__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64String151().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64String151__ = FieldMapSint64String151DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(151, fieldMapSint64String151__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint32152().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(152, fieldMapSint64Uint32152__); } for (java.util.Map.Entry entry : internalGetFieldMapSint64Uint64153().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(153, fieldMapSint64Uint64153__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBool154().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBool154__ = FieldMapStringBool154DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(154, fieldMapStringBool154__); } for (java.util.Map.Entry entry : internalGetFieldMapStringBytes155().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringBytes155__ = FieldMapStringBytes155DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(155, fieldMapStringBytes155__); } for (java.util.Map.Entry entry : internalGetFieldMapStringDouble156().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringDouble156__ = FieldMapStringDouble156DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(156, fieldMapStringDouble156__); } for (java.util.Map.Entry entry : internalGetFieldMapStringEnum157().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringEnum157__ = FieldMapStringEnum157DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(157, fieldMapStringEnum157__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed32158().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(158, fieldMapStringFixed32158__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFixed64159().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(159, fieldMapStringFixed64159__); } for (java.util.Map.Entry entry : internalGetFieldMapStringFloat160().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringFloat160__ = FieldMapStringFloat160DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(160, fieldMapStringFloat160__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt32161().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt32161__ = FieldMapStringInt32161DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(161, fieldMapStringInt32161__); } for (java.util.Map.Entry entry : internalGetFieldMapStringInt64162().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringInt64162__ = FieldMapStringInt64162DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(162, fieldMapStringInt64162__); } for (java.util.Map.Entry entry : internalGetFieldMapStringMessage163().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringMessage163__ = FieldMapStringMessage163DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(163, fieldMapStringMessage163__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed32164().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(164, fieldMapStringSfixed32164__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSfixed64165().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(165, fieldMapStringSfixed64165__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint32166().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint32166__ = FieldMapStringSint32166DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(166, fieldMapStringSint32166__); } for (java.util.Map.Entry entry : internalGetFieldMapStringSint64167().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringSint64167__ = FieldMapStringSint64167DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(167, fieldMapStringSint64167__); } for (java.util.Map.Entry entry : internalGetFieldMapStringString168().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringString168__ = FieldMapStringString168DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(168, fieldMapStringString168__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint32169().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint32169__ = FieldMapStringUint32169DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(169, fieldMapStringUint32169__); } for (java.util.Map.Entry entry : internalGetFieldMapStringUint64170().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapStringUint64170__ = FieldMapStringUint64170DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(170, fieldMapStringUint64170__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bool171().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(171, fieldMapUint32Bool171__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Bytes172().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(172, fieldMapUint32Bytes172__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Double173().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Double173__ = FieldMapUint32Double173DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(173, fieldMapUint32Double173__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Enum174().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Enum174__ = FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(174, fieldMapUint32Enum174__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed32175().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(175, fieldMapUint32Fixed32175__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Fixed64176().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(176, fieldMapUint32Fixed64176__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Float177().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Float177__ = FieldMapUint32Float177DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(177, fieldMapUint32Float177__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int32178().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(178, fieldMapUint32Int32178__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Int64179().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(179, fieldMapUint32Int64179__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Message180().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Message180__ = FieldMapUint32Message180DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(180, fieldMapUint32Message180__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed32181().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(181, fieldMapUint32Sfixed32181__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sfixed64182().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(182, fieldMapUint32Sfixed64182__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint32183().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(183, fieldMapUint32Sint32183__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Sint64184().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(184, fieldMapUint32Sint64184__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32String185().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32String185__ = FieldMapUint32String185DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(185, fieldMapUint32String185__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint32186().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(186, fieldMapUint32Uint32186__); } for (java.util.Map.Entry entry : internalGetFieldMapUint32Uint64187().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(187, fieldMapUint32Uint64187__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bool188().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(188, fieldMapUint64Bool188__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Bytes189().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(189, fieldMapUint64Bytes189__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Double190().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Double190__ = FieldMapUint64Double190DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(190, fieldMapUint64Double190__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Enum191().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Enum191__ = FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(191, fieldMapUint64Enum191__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed32192().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(192, fieldMapUint64Fixed32192__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Fixed64193().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(193, fieldMapUint64Fixed64193__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Float194().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Float194__ = FieldMapUint64Float194DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(194, fieldMapUint64Float194__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int32195().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(195, fieldMapUint64Int32195__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Int64196().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(196, fieldMapUint64Int64196__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Message197().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Message197__ = FieldMapUint64Message197DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(197, fieldMapUint64Message197__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed32198().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(198, fieldMapUint64Sfixed32198__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sfixed64199().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(199, fieldMapUint64Sfixed64199__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint32200().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(200, fieldMapUint64Sint32200__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Sint64201().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(201, fieldMapUint64Sint64201__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64String202().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64String202__ = FieldMapUint64String202DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(202, fieldMapUint64String202__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint32203().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(203, fieldMapUint64Uint32203__); } for (java.util.Map.Entry entry : internalGetFieldMapUint64Uint64204().getMap().entrySet()) { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(204, fieldMapUint64Uint64204__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps)) { return super.equals(obj); } com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps other = (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps) obj; if (!internalGetFieldMapBoolBool1().equals( other.internalGetFieldMapBoolBool1())) return false; if (!internalGetFieldMapBoolBytes2().equals( other.internalGetFieldMapBoolBytes2())) return false; if (!internalGetFieldMapBoolDouble3().equals( other.internalGetFieldMapBoolDouble3())) return false; if (!internalGetFieldMapBoolEnum4().equals( other.internalGetFieldMapBoolEnum4())) return false; if (!internalGetFieldMapBoolFixed325().equals( other.internalGetFieldMapBoolFixed325())) return false; if (!internalGetFieldMapBoolFixed646().equals( other.internalGetFieldMapBoolFixed646())) return false; if (!internalGetFieldMapBoolFloat7().equals( other.internalGetFieldMapBoolFloat7())) return false; if (!internalGetFieldMapBoolInt328().equals( other.internalGetFieldMapBoolInt328())) return false; if (!internalGetFieldMapBoolInt649().equals( other.internalGetFieldMapBoolInt649())) return false; if (!internalGetFieldMapBoolMessage10().equals( other.internalGetFieldMapBoolMessage10())) return false; if (!internalGetFieldMapBoolSfixed3211().equals( other.internalGetFieldMapBoolSfixed3211())) return false; if (!internalGetFieldMapBoolSfixed6412().equals( other.internalGetFieldMapBoolSfixed6412())) return false; if (!internalGetFieldMapBoolSint3213().equals( other.internalGetFieldMapBoolSint3213())) return false; if (!internalGetFieldMapBoolSint6414().equals( other.internalGetFieldMapBoolSint6414())) return false; if (!internalGetFieldMapBoolString15().equals( other.internalGetFieldMapBoolString15())) return false; if (!internalGetFieldMapBoolUint3216().equals( other.internalGetFieldMapBoolUint3216())) return false; if (!internalGetFieldMapBoolUint6417().equals( other.internalGetFieldMapBoolUint6417())) return false; if (!internalGetFieldMapFixed32Bool18().equals( other.internalGetFieldMapFixed32Bool18())) return false; if (!internalGetFieldMapFixed32Bytes19().equals( other.internalGetFieldMapFixed32Bytes19())) return false; if (!internalGetFieldMapFixed32Double20().equals( other.internalGetFieldMapFixed32Double20())) return false; if (!internalGetFieldMapFixed32Enum21().equals( other.internalGetFieldMapFixed32Enum21())) return false; if (!internalGetFieldMapFixed32Fixed3222().equals( other.internalGetFieldMapFixed32Fixed3222())) return false; if (!internalGetFieldMapFixed32Fixed6423().equals( other.internalGetFieldMapFixed32Fixed6423())) return false; if (!internalGetFieldMapFixed32Float24().equals( other.internalGetFieldMapFixed32Float24())) return false; if (!internalGetFieldMapFixed32Int3225().equals( other.internalGetFieldMapFixed32Int3225())) return false; if (!internalGetFieldMapFixed32Int6426().equals( other.internalGetFieldMapFixed32Int6426())) return false; if (!internalGetFieldMapFixed32Message27().equals( other.internalGetFieldMapFixed32Message27())) return false; if (!internalGetFieldMapFixed32Sfixed3228().equals( other.internalGetFieldMapFixed32Sfixed3228())) return false; if (!internalGetFieldMapFixed32Sfixed6429().equals( other.internalGetFieldMapFixed32Sfixed6429())) return false; if (!internalGetFieldMapFixed32Sint3230().equals( other.internalGetFieldMapFixed32Sint3230())) return false; if (!internalGetFieldMapFixed32Sint6431().equals( other.internalGetFieldMapFixed32Sint6431())) return false; if (!internalGetFieldMapFixed32String32().equals( other.internalGetFieldMapFixed32String32())) return false; if (!internalGetFieldMapFixed32Uint3233().equals( other.internalGetFieldMapFixed32Uint3233())) return false; if (!internalGetFieldMapFixed32Uint6434().equals( other.internalGetFieldMapFixed32Uint6434())) return false; if (!internalGetFieldMapFixed64Bool35().equals( other.internalGetFieldMapFixed64Bool35())) return false; if (!internalGetFieldMapFixed64Bytes36().equals( other.internalGetFieldMapFixed64Bytes36())) return false; if (!internalGetFieldMapFixed64Double37().equals( other.internalGetFieldMapFixed64Double37())) return false; if (!internalGetFieldMapFixed64Enum38().equals( other.internalGetFieldMapFixed64Enum38())) return false; if (!internalGetFieldMapFixed64Fixed3239().equals( other.internalGetFieldMapFixed64Fixed3239())) return false; if (!internalGetFieldMapFixed64Fixed6440().equals( other.internalGetFieldMapFixed64Fixed6440())) return false; if (!internalGetFieldMapFixed64Float41().equals( other.internalGetFieldMapFixed64Float41())) return false; if (!internalGetFieldMapFixed64Int3242().equals( other.internalGetFieldMapFixed64Int3242())) return false; if (!internalGetFieldMapFixed64Int6443().equals( other.internalGetFieldMapFixed64Int6443())) return false; if (!internalGetFieldMapFixed64Message44().equals( other.internalGetFieldMapFixed64Message44())) return false; if (!internalGetFieldMapFixed64Sfixed3245().equals( other.internalGetFieldMapFixed64Sfixed3245())) return false; if (!internalGetFieldMapFixed64Sfixed6446().equals( other.internalGetFieldMapFixed64Sfixed6446())) return false; if (!internalGetFieldMapFixed64Sint3247().equals( other.internalGetFieldMapFixed64Sint3247())) return false; if (!internalGetFieldMapFixed64Sint6448().equals( other.internalGetFieldMapFixed64Sint6448())) return false; if (!internalGetFieldMapFixed64String49().equals( other.internalGetFieldMapFixed64String49())) return false; if (!internalGetFieldMapFixed64Uint3250().equals( other.internalGetFieldMapFixed64Uint3250())) return false; if (!internalGetFieldMapFixed64Uint6451().equals( other.internalGetFieldMapFixed64Uint6451())) return false; if (!internalGetFieldMapInt32Bool52().equals( other.internalGetFieldMapInt32Bool52())) return false; if (!internalGetFieldMapInt32Bytes53().equals( other.internalGetFieldMapInt32Bytes53())) return false; if (!internalGetFieldMapInt32Double54().equals( other.internalGetFieldMapInt32Double54())) return false; if (!internalGetFieldMapInt32Enum55().equals( other.internalGetFieldMapInt32Enum55())) return false; if (!internalGetFieldMapInt32Fixed3256().equals( other.internalGetFieldMapInt32Fixed3256())) return false; if (!internalGetFieldMapInt32Fixed6457().equals( other.internalGetFieldMapInt32Fixed6457())) return false; if (!internalGetFieldMapInt32Float58().equals( other.internalGetFieldMapInt32Float58())) return false; if (!internalGetFieldMapInt32Int3259().equals( other.internalGetFieldMapInt32Int3259())) return false; if (!internalGetFieldMapInt32Int6460().equals( other.internalGetFieldMapInt32Int6460())) return false; if (!internalGetFieldMapInt32Message61().equals( other.internalGetFieldMapInt32Message61())) return false; if (!internalGetFieldMapInt32Sfixed3262().equals( other.internalGetFieldMapInt32Sfixed3262())) return false; if (!internalGetFieldMapInt32Sfixed6463().equals( other.internalGetFieldMapInt32Sfixed6463())) return false; if (!internalGetFieldMapInt32Sint3264().equals( other.internalGetFieldMapInt32Sint3264())) return false; if (!internalGetFieldMapInt32Sint6465().equals( other.internalGetFieldMapInt32Sint6465())) return false; if (!internalGetFieldMapInt32String66().equals( other.internalGetFieldMapInt32String66())) return false; if (!internalGetFieldMapInt32Uint3267().equals( other.internalGetFieldMapInt32Uint3267())) return false; if (!internalGetFieldMapInt32Uint6468().equals( other.internalGetFieldMapInt32Uint6468())) return false; if (!internalGetFieldMapInt64Bool69().equals( other.internalGetFieldMapInt64Bool69())) return false; if (!internalGetFieldMapInt64Bytes70().equals( other.internalGetFieldMapInt64Bytes70())) return false; if (!internalGetFieldMapInt64Double71().equals( other.internalGetFieldMapInt64Double71())) return false; if (!internalGetFieldMapInt64Enum72().equals( other.internalGetFieldMapInt64Enum72())) return false; if (!internalGetFieldMapInt64Fixed3273().equals( other.internalGetFieldMapInt64Fixed3273())) return false; if (!internalGetFieldMapInt64Fixed6474().equals( other.internalGetFieldMapInt64Fixed6474())) return false; if (!internalGetFieldMapInt64Float75().equals( other.internalGetFieldMapInt64Float75())) return false; if (!internalGetFieldMapInt64Int3276().equals( other.internalGetFieldMapInt64Int3276())) return false; if (!internalGetFieldMapInt64Int6477().equals( other.internalGetFieldMapInt64Int6477())) return false; if (!internalGetFieldMapInt64Message78().equals( other.internalGetFieldMapInt64Message78())) return false; if (!internalGetFieldMapInt64Sfixed3279().equals( other.internalGetFieldMapInt64Sfixed3279())) return false; if (!internalGetFieldMapInt64Sfixed6480().equals( other.internalGetFieldMapInt64Sfixed6480())) return false; if (!internalGetFieldMapInt64Sint3281().equals( other.internalGetFieldMapInt64Sint3281())) return false; if (!internalGetFieldMapInt64Sint6482().equals( other.internalGetFieldMapInt64Sint6482())) return false; if (!internalGetFieldMapInt64String83().equals( other.internalGetFieldMapInt64String83())) return false; if (!internalGetFieldMapInt64Uint3284().equals( other.internalGetFieldMapInt64Uint3284())) return false; if (!internalGetFieldMapInt64Uint6485().equals( other.internalGetFieldMapInt64Uint6485())) return false; if (!internalGetFieldMapSfixed32Bool86().equals( other.internalGetFieldMapSfixed32Bool86())) return false; if (!internalGetFieldMapSfixed32Bytes87().equals( other.internalGetFieldMapSfixed32Bytes87())) return false; if (!internalGetFieldMapSfixed32Double88().equals( other.internalGetFieldMapSfixed32Double88())) return false; if (!internalGetFieldMapSfixed32Enum89().equals( other.internalGetFieldMapSfixed32Enum89())) return false; if (!internalGetFieldMapSfixed32Fixed3290().equals( other.internalGetFieldMapSfixed32Fixed3290())) return false; if (!internalGetFieldMapSfixed32Fixed6491().equals( other.internalGetFieldMapSfixed32Fixed6491())) return false; if (!internalGetFieldMapSfixed32Float92().equals( other.internalGetFieldMapSfixed32Float92())) return false; if (!internalGetFieldMapSfixed32Int3293().equals( other.internalGetFieldMapSfixed32Int3293())) return false; if (!internalGetFieldMapSfixed32Int6494().equals( other.internalGetFieldMapSfixed32Int6494())) return false; if (!internalGetFieldMapSfixed32Message95().equals( other.internalGetFieldMapSfixed32Message95())) return false; if (!internalGetFieldMapSfixed32Sfixed3296().equals( other.internalGetFieldMapSfixed32Sfixed3296())) return false; if (!internalGetFieldMapSfixed32Sfixed6497().equals( other.internalGetFieldMapSfixed32Sfixed6497())) return false; if (!internalGetFieldMapSfixed32Sint3298().equals( other.internalGetFieldMapSfixed32Sint3298())) return false; if (!internalGetFieldMapSfixed32Sint6499().equals( other.internalGetFieldMapSfixed32Sint6499())) return false; if (!internalGetFieldMapSfixed32String100().equals( other.internalGetFieldMapSfixed32String100())) return false; if (!internalGetFieldMapSfixed32Uint32101().equals( other.internalGetFieldMapSfixed32Uint32101())) return false; if (!internalGetFieldMapSfixed32Uint64102().equals( other.internalGetFieldMapSfixed32Uint64102())) return false; if (!internalGetFieldMapSfixed64Bool103().equals( other.internalGetFieldMapSfixed64Bool103())) return false; if (!internalGetFieldMapSfixed64Bytes104().equals( other.internalGetFieldMapSfixed64Bytes104())) return false; if (!internalGetFieldMapSfixed64Double105().equals( other.internalGetFieldMapSfixed64Double105())) return false; if (!internalGetFieldMapSfixed64Enum106().equals( other.internalGetFieldMapSfixed64Enum106())) return false; if (!internalGetFieldMapSfixed64Fixed32107().equals( other.internalGetFieldMapSfixed64Fixed32107())) return false; if (!internalGetFieldMapSfixed64Fixed64108().equals( other.internalGetFieldMapSfixed64Fixed64108())) return false; if (!internalGetFieldMapSfixed64Float109().equals( other.internalGetFieldMapSfixed64Float109())) return false; if (!internalGetFieldMapSfixed64Int32110().equals( other.internalGetFieldMapSfixed64Int32110())) return false; if (!internalGetFieldMapSfixed64Int64111().equals( other.internalGetFieldMapSfixed64Int64111())) return false; if (!internalGetFieldMapSfixed64Message112().equals( other.internalGetFieldMapSfixed64Message112())) return false; if (!internalGetFieldMapSfixed64Sfixed32113().equals( other.internalGetFieldMapSfixed64Sfixed32113())) return false; if (!internalGetFieldMapSfixed64Sfixed64114().equals( other.internalGetFieldMapSfixed64Sfixed64114())) return false; if (!internalGetFieldMapSfixed64Sint32115().equals( other.internalGetFieldMapSfixed64Sint32115())) return false; if (!internalGetFieldMapSfixed64Sint64116().equals( other.internalGetFieldMapSfixed64Sint64116())) return false; if (!internalGetFieldMapSfixed64String117().equals( other.internalGetFieldMapSfixed64String117())) return false; if (!internalGetFieldMapSfixed64Uint32118().equals( other.internalGetFieldMapSfixed64Uint32118())) return false; if (!internalGetFieldMapSfixed64Uint64119().equals( other.internalGetFieldMapSfixed64Uint64119())) return false; if (!internalGetFieldMapSint32Bool120().equals( other.internalGetFieldMapSint32Bool120())) return false; if (!internalGetFieldMapSint32Bytes121().equals( other.internalGetFieldMapSint32Bytes121())) return false; if (!internalGetFieldMapSint32Double122().equals( other.internalGetFieldMapSint32Double122())) return false; if (!internalGetFieldMapSint32Enum123().equals( other.internalGetFieldMapSint32Enum123())) return false; if (!internalGetFieldMapSint32Fixed32124().equals( other.internalGetFieldMapSint32Fixed32124())) return false; if (!internalGetFieldMapSint32Fixed64125().equals( other.internalGetFieldMapSint32Fixed64125())) return false; if (!internalGetFieldMapSint32Float126().equals( other.internalGetFieldMapSint32Float126())) return false; if (!internalGetFieldMapSint32Int32127().equals( other.internalGetFieldMapSint32Int32127())) return false; if (!internalGetFieldMapSint32Int64128().equals( other.internalGetFieldMapSint32Int64128())) return false; if (!internalGetFieldMapSint32Message129().equals( other.internalGetFieldMapSint32Message129())) return false; if (!internalGetFieldMapSint32Sfixed32130().equals( other.internalGetFieldMapSint32Sfixed32130())) return false; if (!internalGetFieldMapSint32Sfixed64131().equals( other.internalGetFieldMapSint32Sfixed64131())) return false; if (!internalGetFieldMapSint32Sint32132().equals( other.internalGetFieldMapSint32Sint32132())) return false; if (!internalGetFieldMapSint32Sint64133().equals( other.internalGetFieldMapSint32Sint64133())) return false; if (!internalGetFieldMapSint32String134().equals( other.internalGetFieldMapSint32String134())) return false; if (!internalGetFieldMapSint32Uint32135().equals( other.internalGetFieldMapSint32Uint32135())) return false; if (!internalGetFieldMapSint32Uint64136().equals( other.internalGetFieldMapSint32Uint64136())) return false; if (!internalGetFieldMapSint64Bool137().equals( other.internalGetFieldMapSint64Bool137())) return false; if (!internalGetFieldMapSint64Bytes138().equals( other.internalGetFieldMapSint64Bytes138())) return false; if (!internalGetFieldMapSint64Double139().equals( other.internalGetFieldMapSint64Double139())) return false; if (!internalGetFieldMapSint64Enum140().equals( other.internalGetFieldMapSint64Enum140())) return false; if (!internalGetFieldMapSint64Fixed32141().equals( other.internalGetFieldMapSint64Fixed32141())) return false; if (!internalGetFieldMapSint64Fixed64142().equals( other.internalGetFieldMapSint64Fixed64142())) return false; if (!internalGetFieldMapSint64Float143().equals( other.internalGetFieldMapSint64Float143())) return false; if (!internalGetFieldMapSint64Int32144().equals( other.internalGetFieldMapSint64Int32144())) return false; if (!internalGetFieldMapSint64Int64145().equals( other.internalGetFieldMapSint64Int64145())) return false; if (!internalGetFieldMapSint64Message146().equals( other.internalGetFieldMapSint64Message146())) return false; if (!internalGetFieldMapSint64Sfixed32147().equals( other.internalGetFieldMapSint64Sfixed32147())) return false; if (!internalGetFieldMapSint64Sfixed64148().equals( other.internalGetFieldMapSint64Sfixed64148())) return false; if (!internalGetFieldMapSint64Sint32149().equals( other.internalGetFieldMapSint64Sint32149())) return false; if (!internalGetFieldMapSint64Sint64150().equals( other.internalGetFieldMapSint64Sint64150())) return false; if (!internalGetFieldMapSint64String151().equals( other.internalGetFieldMapSint64String151())) return false; if (!internalGetFieldMapSint64Uint32152().equals( other.internalGetFieldMapSint64Uint32152())) return false; if (!internalGetFieldMapSint64Uint64153().equals( other.internalGetFieldMapSint64Uint64153())) return false; if (!internalGetFieldMapStringBool154().equals( other.internalGetFieldMapStringBool154())) return false; if (!internalGetFieldMapStringBytes155().equals( other.internalGetFieldMapStringBytes155())) return false; if (!internalGetFieldMapStringDouble156().equals( other.internalGetFieldMapStringDouble156())) return false; if (!internalGetFieldMapStringEnum157().equals( other.internalGetFieldMapStringEnum157())) return false; if (!internalGetFieldMapStringFixed32158().equals( other.internalGetFieldMapStringFixed32158())) return false; if (!internalGetFieldMapStringFixed64159().equals( other.internalGetFieldMapStringFixed64159())) return false; if (!internalGetFieldMapStringFloat160().equals( other.internalGetFieldMapStringFloat160())) return false; if (!internalGetFieldMapStringInt32161().equals( other.internalGetFieldMapStringInt32161())) return false; if (!internalGetFieldMapStringInt64162().equals( other.internalGetFieldMapStringInt64162())) return false; if (!internalGetFieldMapStringMessage163().equals( other.internalGetFieldMapStringMessage163())) return false; if (!internalGetFieldMapStringSfixed32164().equals( other.internalGetFieldMapStringSfixed32164())) return false; if (!internalGetFieldMapStringSfixed64165().equals( other.internalGetFieldMapStringSfixed64165())) return false; if (!internalGetFieldMapStringSint32166().equals( other.internalGetFieldMapStringSint32166())) return false; if (!internalGetFieldMapStringSint64167().equals( other.internalGetFieldMapStringSint64167())) return false; if (!internalGetFieldMapStringString168().equals( other.internalGetFieldMapStringString168())) return false; if (!internalGetFieldMapStringUint32169().equals( other.internalGetFieldMapStringUint32169())) return false; if (!internalGetFieldMapStringUint64170().equals( other.internalGetFieldMapStringUint64170())) return false; if (!internalGetFieldMapUint32Bool171().equals( other.internalGetFieldMapUint32Bool171())) return false; if (!internalGetFieldMapUint32Bytes172().equals( other.internalGetFieldMapUint32Bytes172())) return false; if (!internalGetFieldMapUint32Double173().equals( other.internalGetFieldMapUint32Double173())) return false; if (!internalGetFieldMapUint32Enum174().equals( other.internalGetFieldMapUint32Enum174())) return false; if (!internalGetFieldMapUint32Fixed32175().equals( other.internalGetFieldMapUint32Fixed32175())) return false; if (!internalGetFieldMapUint32Fixed64176().equals( other.internalGetFieldMapUint32Fixed64176())) return false; if (!internalGetFieldMapUint32Float177().equals( other.internalGetFieldMapUint32Float177())) return false; if (!internalGetFieldMapUint32Int32178().equals( other.internalGetFieldMapUint32Int32178())) return false; if (!internalGetFieldMapUint32Int64179().equals( other.internalGetFieldMapUint32Int64179())) return false; if (!internalGetFieldMapUint32Message180().equals( other.internalGetFieldMapUint32Message180())) return false; if (!internalGetFieldMapUint32Sfixed32181().equals( other.internalGetFieldMapUint32Sfixed32181())) return false; if (!internalGetFieldMapUint32Sfixed64182().equals( other.internalGetFieldMapUint32Sfixed64182())) return false; if (!internalGetFieldMapUint32Sint32183().equals( other.internalGetFieldMapUint32Sint32183())) return false; if (!internalGetFieldMapUint32Sint64184().equals( other.internalGetFieldMapUint32Sint64184())) return false; if (!internalGetFieldMapUint32String185().equals( other.internalGetFieldMapUint32String185())) return false; if (!internalGetFieldMapUint32Uint32186().equals( other.internalGetFieldMapUint32Uint32186())) return false; if (!internalGetFieldMapUint32Uint64187().equals( other.internalGetFieldMapUint32Uint64187())) return false; if (!internalGetFieldMapUint64Bool188().equals( other.internalGetFieldMapUint64Bool188())) return false; if (!internalGetFieldMapUint64Bytes189().equals( other.internalGetFieldMapUint64Bytes189())) return false; if (!internalGetFieldMapUint64Double190().equals( other.internalGetFieldMapUint64Double190())) return false; if (!internalGetFieldMapUint64Enum191().equals( other.internalGetFieldMapUint64Enum191())) return false; if (!internalGetFieldMapUint64Fixed32192().equals( other.internalGetFieldMapUint64Fixed32192())) return false; if (!internalGetFieldMapUint64Fixed64193().equals( other.internalGetFieldMapUint64Fixed64193())) return false; if (!internalGetFieldMapUint64Float194().equals( other.internalGetFieldMapUint64Float194())) return false; if (!internalGetFieldMapUint64Int32195().equals( other.internalGetFieldMapUint64Int32195())) return false; if (!internalGetFieldMapUint64Int64196().equals( other.internalGetFieldMapUint64Int64196())) return false; if (!internalGetFieldMapUint64Message197().equals( other.internalGetFieldMapUint64Message197())) return false; if (!internalGetFieldMapUint64Sfixed32198().equals( other.internalGetFieldMapUint64Sfixed32198())) return false; if (!internalGetFieldMapUint64Sfixed64199().equals( other.internalGetFieldMapUint64Sfixed64199())) return false; if (!internalGetFieldMapUint64Sint32200().equals( other.internalGetFieldMapUint64Sint32200())) return false; if (!internalGetFieldMapUint64Sint64201().equals( other.internalGetFieldMapUint64Sint64201())) return false; if (!internalGetFieldMapUint64String202().equals( other.internalGetFieldMapUint64String202())) return false; if (!internalGetFieldMapUint64Uint32203().equals( other.internalGetFieldMapUint64Uint32203())) return false; if (!internalGetFieldMapUint64Uint64204().equals( other.internalGetFieldMapUint64Uint64204())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetFieldMapBoolBool1().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BOOL_1_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBool1().hashCode(); } if (!internalGetFieldMapBoolBytes2().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_BYTES_2_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolBytes2().hashCode(); } if (!internalGetFieldMapBoolDouble3().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_DOUBLE_3_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolDouble3().hashCode(); } if (!internalGetFieldMapBoolEnum4().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_ENUM_4_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolEnum4().hashCode(); } if (!internalGetFieldMapBoolFixed325().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED32_5_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed325().hashCode(); } if (!internalGetFieldMapBoolFixed646().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FIXED64_6_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFixed646().hashCode(); } if (!internalGetFieldMapBoolFloat7().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_FLOAT_7_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolFloat7().hashCode(); } if (!internalGetFieldMapBoolInt328().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT32_8_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt328().hashCode(); } if (!internalGetFieldMapBoolInt649().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_INT64_9_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolInt649().hashCode(); } if (!internalGetFieldMapBoolMessage10().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_MESSAGE_10_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolMessage10().hashCode(); } if (!internalGetFieldMapBoolSfixed3211().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED32_11_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed3211().hashCode(); } if (!internalGetFieldMapBoolSfixed6412().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SFIXED64_12_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSfixed6412().hashCode(); } if (!internalGetFieldMapBoolSint3213().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT32_13_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint3213().hashCode(); } if (!internalGetFieldMapBoolSint6414().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_SINT64_14_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolSint6414().hashCode(); } if (!internalGetFieldMapBoolString15().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_STRING_15_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolString15().hashCode(); } if (!internalGetFieldMapBoolUint3216().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT32_16_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint3216().hashCode(); } if (!internalGetFieldMapBoolUint6417().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_BOOL_UINT64_17_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapBoolUint6417().hashCode(); } if (!internalGetFieldMapFixed32Bool18().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BOOL_18_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bool18().hashCode(); } if (!internalGetFieldMapFixed32Bytes19().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_BYTES_19_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Bytes19().hashCode(); } if (!internalGetFieldMapFixed32Double20().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_DOUBLE_20_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Double20().hashCode(); } if (!internalGetFieldMapFixed32Enum21().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_ENUM_21_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Enum21().hashCode(); } if (!internalGetFieldMapFixed32Fixed3222().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED32_22_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed3222().hashCode(); } if (!internalGetFieldMapFixed32Fixed6423().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FIXED64_23_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Fixed6423().hashCode(); } if (!internalGetFieldMapFixed32Float24().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_FLOAT_24_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Float24().hashCode(); } if (!internalGetFieldMapFixed32Int3225().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT32_25_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int3225().hashCode(); } if (!internalGetFieldMapFixed32Int6426().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_INT64_26_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Int6426().hashCode(); } if (!internalGetFieldMapFixed32Message27().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_MESSAGE_27_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Message27().hashCode(); } if (!internalGetFieldMapFixed32Sfixed3228().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED32_28_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed3228().hashCode(); } if (!internalGetFieldMapFixed32Sfixed6429().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SFIXED64_29_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sfixed6429().hashCode(); } if (!internalGetFieldMapFixed32Sint3230().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT32_30_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint3230().hashCode(); } if (!internalGetFieldMapFixed32Sint6431().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_SINT64_31_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Sint6431().hashCode(); } if (!internalGetFieldMapFixed32String32().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_STRING_32_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32String32().hashCode(); } if (!internalGetFieldMapFixed32Uint3233().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT32_33_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint3233().hashCode(); } if (!internalGetFieldMapFixed32Uint6434().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED32_UINT64_34_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed32Uint6434().hashCode(); } if (!internalGetFieldMapFixed64Bool35().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BOOL_35_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bool35().hashCode(); } if (!internalGetFieldMapFixed64Bytes36().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_BYTES_36_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Bytes36().hashCode(); } if (!internalGetFieldMapFixed64Double37().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_DOUBLE_37_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Double37().hashCode(); } if (!internalGetFieldMapFixed64Enum38().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_ENUM_38_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Enum38().hashCode(); } if (!internalGetFieldMapFixed64Fixed3239().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED32_39_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed3239().hashCode(); } if (!internalGetFieldMapFixed64Fixed6440().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FIXED64_40_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Fixed6440().hashCode(); } if (!internalGetFieldMapFixed64Float41().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_FLOAT_41_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Float41().hashCode(); } if (!internalGetFieldMapFixed64Int3242().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT32_42_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int3242().hashCode(); } if (!internalGetFieldMapFixed64Int6443().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_INT64_43_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Int6443().hashCode(); } if (!internalGetFieldMapFixed64Message44().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_MESSAGE_44_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Message44().hashCode(); } if (!internalGetFieldMapFixed64Sfixed3245().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED32_45_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed3245().hashCode(); } if (!internalGetFieldMapFixed64Sfixed6446().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SFIXED64_46_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sfixed6446().hashCode(); } if (!internalGetFieldMapFixed64Sint3247().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT32_47_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint3247().hashCode(); } if (!internalGetFieldMapFixed64Sint6448().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_SINT64_48_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Sint6448().hashCode(); } if (!internalGetFieldMapFixed64String49().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_STRING_49_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64String49().hashCode(); } if (!internalGetFieldMapFixed64Uint3250().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT32_50_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint3250().hashCode(); } if (!internalGetFieldMapFixed64Uint6451().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_FIXED64_UINT64_51_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapFixed64Uint6451().hashCode(); } if (!internalGetFieldMapInt32Bool52().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BOOL_52_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bool52().hashCode(); } if (!internalGetFieldMapInt32Bytes53().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_BYTES_53_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Bytes53().hashCode(); } if (!internalGetFieldMapInt32Double54().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_DOUBLE_54_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Double54().hashCode(); } if (!internalGetFieldMapInt32Enum55().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_ENUM_55_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Enum55().hashCode(); } if (!internalGetFieldMapInt32Fixed3256().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED32_56_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed3256().hashCode(); } if (!internalGetFieldMapInt32Fixed6457().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FIXED64_57_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Fixed6457().hashCode(); } if (!internalGetFieldMapInt32Float58().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_FLOAT_58_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Float58().hashCode(); } if (!internalGetFieldMapInt32Int3259().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT32_59_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int3259().hashCode(); } if (!internalGetFieldMapInt32Int6460().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_INT64_60_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Int6460().hashCode(); } if (!internalGetFieldMapInt32Message61().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_MESSAGE_61_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Message61().hashCode(); } if (!internalGetFieldMapInt32Sfixed3262().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED32_62_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed3262().hashCode(); } if (!internalGetFieldMapInt32Sfixed6463().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SFIXED64_63_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sfixed6463().hashCode(); } if (!internalGetFieldMapInt32Sint3264().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT32_64_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint3264().hashCode(); } if (!internalGetFieldMapInt32Sint6465().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_SINT64_65_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Sint6465().hashCode(); } if (!internalGetFieldMapInt32String66().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_STRING_66_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32String66().hashCode(); } if (!internalGetFieldMapInt32Uint3267().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT32_67_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint3267().hashCode(); } if (!internalGetFieldMapInt32Uint6468().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT32_UINT64_68_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt32Uint6468().hashCode(); } if (!internalGetFieldMapInt64Bool69().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BOOL_69_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bool69().hashCode(); } if (!internalGetFieldMapInt64Bytes70().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_BYTES_70_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Bytes70().hashCode(); } if (!internalGetFieldMapInt64Double71().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_DOUBLE_71_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Double71().hashCode(); } if (!internalGetFieldMapInt64Enum72().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_ENUM_72_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Enum72().hashCode(); } if (!internalGetFieldMapInt64Fixed3273().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED32_73_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed3273().hashCode(); } if (!internalGetFieldMapInt64Fixed6474().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FIXED64_74_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Fixed6474().hashCode(); } if (!internalGetFieldMapInt64Float75().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_FLOAT_75_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Float75().hashCode(); } if (!internalGetFieldMapInt64Int3276().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT32_76_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int3276().hashCode(); } if (!internalGetFieldMapInt64Int6477().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_INT64_77_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Int6477().hashCode(); } if (!internalGetFieldMapInt64Message78().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_MESSAGE_78_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Message78().hashCode(); } if (!internalGetFieldMapInt64Sfixed3279().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED32_79_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed3279().hashCode(); } if (!internalGetFieldMapInt64Sfixed6480().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SFIXED64_80_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sfixed6480().hashCode(); } if (!internalGetFieldMapInt64Sint3281().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT32_81_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint3281().hashCode(); } if (!internalGetFieldMapInt64Sint6482().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_SINT64_82_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Sint6482().hashCode(); } if (!internalGetFieldMapInt64String83().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_STRING_83_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64String83().hashCode(); } if (!internalGetFieldMapInt64Uint3284().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT32_84_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint3284().hashCode(); } if (!internalGetFieldMapInt64Uint6485().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_INT64_UINT64_85_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapInt64Uint6485().hashCode(); } if (!internalGetFieldMapSfixed32Bool86().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BOOL_86_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bool86().hashCode(); } if (!internalGetFieldMapSfixed32Bytes87().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_BYTES_87_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Bytes87().hashCode(); } if (!internalGetFieldMapSfixed32Double88().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_DOUBLE_88_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Double88().hashCode(); } if (!internalGetFieldMapSfixed32Enum89().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_ENUM_89_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Enum89().hashCode(); } if (!internalGetFieldMapSfixed32Fixed3290().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED32_90_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed3290().hashCode(); } if (!internalGetFieldMapSfixed32Fixed6491().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FIXED64_91_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Fixed6491().hashCode(); } if (!internalGetFieldMapSfixed32Float92().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_FLOAT_92_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Float92().hashCode(); } if (!internalGetFieldMapSfixed32Int3293().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT32_93_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int3293().hashCode(); } if (!internalGetFieldMapSfixed32Int6494().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_INT64_94_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Int6494().hashCode(); } if (!internalGetFieldMapSfixed32Message95().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_MESSAGE_95_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Message95().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed3296().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED32_96_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed3296().hashCode(); } if (!internalGetFieldMapSfixed32Sfixed6497().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SFIXED64_97_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sfixed6497().hashCode(); } if (!internalGetFieldMapSfixed32Sint3298().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT32_98_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint3298().hashCode(); } if (!internalGetFieldMapSfixed32Sint6499().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_SINT64_99_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Sint6499().hashCode(); } if (!internalGetFieldMapSfixed32String100().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_STRING_100_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32String100().hashCode(); } if (!internalGetFieldMapSfixed32Uint32101().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT32_101_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint32101().hashCode(); } if (!internalGetFieldMapSfixed32Uint64102().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED32_UINT64_102_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed32Uint64102().hashCode(); } if (!internalGetFieldMapSfixed64Bool103().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BOOL_103_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bool103().hashCode(); } if (!internalGetFieldMapSfixed64Bytes104().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_BYTES_104_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Bytes104().hashCode(); } if (!internalGetFieldMapSfixed64Double105().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_DOUBLE_105_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Double105().hashCode(); } if (!internalGetFieldMapSfixed64Enum106().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_ENUM_106_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Enum106().hashCode(); } if (!internalGetFieldMapSfixed64Fixed32107().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED32_107_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed32107().hashCode(); } if (!internalGetFieldMapSfixed64Fixed64108().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FIXED64_108_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Fixed64108().hashCode(); } if (!internalGetFieldMapSfixed64Float109().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_FLOAT_109_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Float109().hashCode(); } if (!internalGetFieldMapSfixed64Int32110().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT32_110_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int32110().hashCode(); } if (!internalGetFieldMapSfixed64Int64111().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_INT64_111_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Int64111().hashCode(); } if (!internalGetFieldMapSfixed64Message112().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_MESSAGE_112_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Message112().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed32113().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED32_113_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed32113().hashCode(); } if (!internalGetFieldMapSfixed64Sfixed64114().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SFIXED64_114_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sfixed64114().hashCode(); } if (!internalGetFieldMapSfixed64Sint32115().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT32_115_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint32115().hashCode(); } if (!internalGetFieldMapSfixed64Sint64116().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_SINT64_116_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Sint64116().hashCode(); } if (!internalGetFieldMapSfixed64String117().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_STRING_117_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64String117().hashCode(); } if (!internalGetFieldMapSfixed64Uint32118().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT32_118_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint32118().hashCode(); } if (!internalGetFieldMapSfixed64Uint64119().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SFIXED64_UINT64_119_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSfixed64Uint64119().hashCode(); } if (!internalGetFieldMapSint32Bool120().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BOOL_120_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bool120().hashCode(); } if (!internalGetFieldMapSint32Bytes121().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_BYTES_121_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Bytes121().hashCode(); } if (!internalGetFieldMapSint32Double122().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_DOUBLE_122_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Double122().hashCode(); } if (!internalGetFieldMapSint32Enum123().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_ENUM_123_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Enum123().hashCode(); } if (!internalGetFieldMapSint32Fixed32124().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED32_124_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed32124().hashCode(); } if (!internalGetFieldMapSint32Fixed64125().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FIXED64_125_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Fixed64125().hashCode(); } if (!internalGetFieldMapSint32Float126().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_FLOAT_126_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Float126().hashCode(); } if (!internalGetFieldMapSint32Int32127().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT32_127_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int32127().hashCode(); } if (!internalGetFieldMapSint32Int64128().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_INT64_128_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Int64128().hashCode(); } if (!internalGetFieldMapSint32Message129().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_MESSAGE_129_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Message129().hashCode(); } if (!internalGetFieldMapSint32Sfixed32130().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED32_130_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed32130().hashCode(); } if (!internalGetFieldMapSint32Sfixed64131().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SFIXED64_131_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sfixed64131().hashCode(); } if (!internalGetFieldMapSint32Sint32132().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT32_132_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint32132().hashCode(); } if (!internalGetFieldMapSint32Sint64133().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_SINT64_133_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Sint64133().hashCode(); } if (!internalGetFieldMapSint32String134().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_STRING_134_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32String134().hashCode(); } if (!internalGetFieldMapSint32Uint32135().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT32_135_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint32135().hashCode(); } if (!internalGetFieldMapSint32Uint64136().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT32_UINT64_136_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint32Uint64136().hashCode(); } if (!internalGetFieldMapSint64Bool137().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BOOL_137_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bool137().hashCode(); } if (!internalGetFieldMapSint64Bytes138().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_BYTES_138_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Bytes138().hashCode(); } if (!internalGetFieldMapSint64Double139().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_DOUBLE_139_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Double139().hashCode(); } if (!internalGetFieldMapSint64Enum140().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_ENUM_140_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Enum140().hashCode(); } if (!internalGetFieldMapSint64Fixed32141().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED32_141_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed32141().hashCode(); } if (!internalGetFieldMapSint64Fixed64142().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FIXED64_142_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Fixed64142().hashCode(); } if (!internalGetFieldMapSint64Float143().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_FLOAT_143_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Float143().hashCode(); } if (!internalGetFieldMapSint64Int32144().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT32_144_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int32144().hashCode(); } if (!internalGetFieldMapSint64Int64145().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_INT64_145_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Int64145().hashCode(); } if (!internalGetFieldMapSint64Message146().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_MESSAGE_146_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Message146().hashCode(); } if (!internalGetFieldMapSint64Sfixed32147().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED32_147_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed32147().hashCode(); } if (!internalGetFieldMapSint64Sfixed64148().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SFIXED64_148_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sfixed64148().hashCode(); } if (!internalGetFieldMapSint64Sint32149().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT32_149_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint32149().hashCode(); } if (!internalGetFieldMapSint64Sint64150().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_SINT64_150_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Sint64150().hashCode(); } if (!internalGetFieldMapSint64String151().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_STRING_151_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64String151().hashCode(); } if (!internalGetFieldMapSint64Uint32152().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT32_152_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint32152().hashCode(); } if (!internalGetFieldMapSint64Uint64153().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_SINT64_UINT64_153_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapSint64Uint64153().hashCode(); } if (!internalGetFieldMapStringBool154().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BOOL_154_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBool154().hashCode(); } if (!internalGetFieldMapStringBytes155().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_BYTES_155_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringBytes155().hashCode(); } if (!internalGetFieldMapStringDouble156().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_DOUBLE_156_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringDouble156().hashCode(); } if (!internalGetFieldMapStringEnum157().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_ENUM_157_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringEnum157().hashCode(); } if (!internalGetFieldMapStringFixed32158().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED32_158_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed32158().hashCode(); } if (!internalGetFieldMapStringFixed64159().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FIXED64_159_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFixed64159().hashCode(); } if (!internalGetFieldMapStringFloat160().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_FLOAT_160_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringFloat160().hashCode(); } if (!internalGetFieldMapStringInt32161().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT32_161_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt32161().hashCode(); } if (!internalGetFieldMapStringInt64162().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_INT64_162_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringInt64162().hashCode(); } if (!internalGetFieldMapStringMessage163().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_MESSAGE_163_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringMessage163().hashCode(); } if (!internalGetFieldMapStringSfixed32164().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED32_164_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed32164().hashCode(); } if (!internalGetFieldMapStringSfixed64165().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SFIXED64_165_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSfixed64165().hashCode(); } if (!internalGetFieldMapStringSint32166().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT32_166_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint32166().hashCode(); } if (!internalGetFieldMapStringSint64167().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_SINT64_167_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringSint64167().hashCode(); } if (!internalGetFieldMapStringString168().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_STRING_168_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringString168().hashCode(); } if (!internalGetFieldMapStringUint32169().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT32_169_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint32169().hashCode(); } if (!internalGetFieldMapStringUint64170().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_STRING_UINT64_170_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapStringUint64170().hashCode(); } if (!internalGetFieldMapUint32Bool171().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BOOL_171_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bool171().hashCode(); } if (!internalGetFieldMapUint32Bytes172().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_BYTES_172_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Bytes172().hashCode(); } if (!internalGetFieldMapUint32Double173().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_DOUBLE_173_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Double173().hashCode(); } if (!internalGetFieldMapUint32Enum174().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_ENUM_174_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Enum174().hashCode(); } if (!internalGetFieldMapUint32Fixed32175().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED32_175_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed32175().hashCode(); } if (!internalGetFieldMapUint32Fixed64176().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FIXED64_176_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Fixed64176().hashCode(); } if (!internalGetFieldMapUint32Float177().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_FLOAT_177_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Float177().hashCode(); } if (!internalGetFieldMapUint32Int32178().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT32_178_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int32178().hashCode(); } if (!internalGetFieldMapUint32Int64179().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_INT64_179_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Int64179().hashCode(); } if (!internalGetFieldMapUint32Message180().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_MESSAGE_180_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Message180().hashCode(); } if (!internalGetFieldMapUint32Sfixed32181().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED32_181_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed32181().hashCode(); } if (!internalGetFieldMapUint32Sfixed64182().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SFIXED64_182_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sfixed64182().hashCode(); } if (!internalGetFieldMapUint32Sint32183().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT32_183_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint32183().hashCode(); } if (!internalGetFieldMapUint32Sint64184().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_SINT64_184_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Sint64184().hashCode(); } if (!internalGetFieldMapUint32String185().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_STRING_185_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32String185().hashCode(); } if (!internalGetFieldMapUint32Uint32186().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT32_186_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint32186().hashCode(); } if (!internalGetFieldMapUint32Uint64187().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT32_UINT64_187_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint32Uint64187().hashCode(); } if (!internalGetFieldMapUint64Bool188().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BOOL_188_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bool188().hashCode(); } if (!internalGetFieldMapUint64Bytes189().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_BYTES_189_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Bytes189().hashCode(); } if (!internalGetFieldMapUint64Double190().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_DOUBLE_190_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Double190().hashCode(); } if (!internalGetFieldMapUint64Enum191().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_ENUM_191_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Enum191().hashCode(); } if (!internalGetFieldMapUint64Fixed32192().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED32_192_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed32192().hashCode(); } if (!internalGetFieldMapUint64Fixed64193().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FIXED64_193_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Fixed64193().hashCode(); } if (!internalGetFieldMapUint64Float194().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_FLOAT_194_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Float194().hashCode(); } if (!internalGetFieldMapUint64Int32195().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT32_195_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int32195().hashCode(); } if (!internalGetFieldMapUint64Int64196().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_INT64_196_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Int64196().hashCode(); } if (!internalGetFieldMapUint64Message197().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_MESSAGE_197_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Message197().hashCode(); } if (!internalGetFieldMapUint64Sfixed32198().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED32_198_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed32198().hashCode(); } if (!internalGetFieldMapUint64Sfixed64199().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SFIXED64_199_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sfixed64199().hashCode(); } if (!internalGetFieldMapUint64Sint32200().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT32_200_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint32200().hashCode(); } if (!internalGetFieldMapUint64Sint64201().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_SINT64_201_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Sint64201().hashCode(); } if (!internalGetFieldMapUint64String202().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_STRING_202_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64String202().hashCode(); } if (!internalGetFieldMapUint64Uint32203().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT32_203_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint32203().hashCode(); } if (!internalGetFieldMapUint64Uint64204().getMap().isEmpty()) { hash = (37 * hash) + FIELD_MAP_UINT64_UINT64_204_FIELD_NUMBER; hash = (53 * hash) + internalGetFieldMapUint64Uint64204().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.experimental.Proto3MessageLiteWithMaps} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.experimental.Proto3MessageLiteWithMaps) com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMapsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetFieldMapBoolBool1(); case 2: return internalGetFieldMapBoolBytes2(); case 3: return internalGetFieldMapBoolDouble3(); case 4: return internalGetFieldMapBoolEnum4(); case 5: return internalGetFieldMapBoolFixed325(); case 6: return internalGetFieldMapBoolFixed646(); case 7: return internalGetFieldMapBoolFloat7(); case 8: return internalGetFieldMapBoolInt328(); case 9: return internalGetFieldMapBoolInt649(); case 10: return internalGetFieldMapBoolMessage10(); case 11: return internalGetFieldMapBoolSfixed3211(); case 12: return internalGetFieldMapBoolSfixed6412(); case 13: return internalGetFieldMapBoolSint3213(); case 14: return internalGetFieldMapBoolSint6414(); case 15: return internalGetFieldMapBoolString15(); case 16: return internalGetFieldMapBoolUint3216(); case 17: return internalGetFieldMapBoolUint6417(); case 18: return internalGetFieldMapFixed32Bool18(); case 19: return internalGetFieldMapFixed32Bytes19(); case 20: return internalGetFieldMapFixed32Double20(); case 21: return internalGetFieldMapFixed32Enum21(); case 22: return internalGetFieldMapFixed32Fixed3222(); case 23: return internalGetFieldMapFixed32Fixed6423(); case 24: return internalGetFieldMapFixed32Float24(); case 25: return internalGetFieldMapFixed32Int3225(); case 26: return internalGetFieldMapFixed32Int6426(); case 27: return internalGetFieldMapFixed32Message27(); case 28: return internalGetFieldMapFixed32Sfixed3228(); case 29: return internalGetFieldMapFixed32Sfixed6429(); case 30: return internalGetFieldMapFixed32Sint3230(); case 31: return internalGetFieldMapFixed32Sint6431(); case 32: return internalGetFieldMapFixed32String32(); case 33: return internalGetFieldMapFixed32Uint3233(); case 34: return internalGetFieldMapFixed32Uint6434(); case 35: return internalGetFieldMapFixed64Bool35(); case 36: return internalGetFieldMapFixed64Bytes36(); case 37: return internalGetFieldMapFixed64Double37(); case 38: return internalGetFieldMapFixed64Enum38(); case 39: return internalGetFieldMapFixed64Fixed3239(); case 40: return internalGetFieldMapFixed64Fixed6440(); case 41: return internalGetFieldMapFixed64Float41(); case 42: return internalGetFieldMapFixed64Int3242(); case 43: return internalGetFieldMapFixed64Int6443(); case 44: return internalGetFieldMapFixed64Message44(); case 45: return internalGetFieldMapFixed64Sfixed3245(); case 46: return internalGetFieldMapFixed64Sfixed6446(); case 47: return internalGetFieldMapFixed64Sint3247(); case 48: return internalGetFieldMapFixed64Sint6448(); case 49: return internalGetFieldMapFixed64String49(); case 50: return internalGetFieldMapFixed64Uint3250(); case 51: return internalGetFieldMapFixed64Uint6451(); case 52: return internalGetFieldMapInt32Bool52(); case 53: return internalGetFieldMapInt32Bytes53(); case 54: return internalGetFieldMapInt32Double54(); case 55: return internalGetFieldMapInt32Enum55(); case 56: return internalGetFieldMapInt32Fixed3256(); case 57: return internalGetFieldMapInt32Fixed6457(); case 58: return internalGetFieldMapInt32Float58(); case 59: return internalGetFieldMapInt32Int3259(); case 60: return internalGetFieldMapInt32Int6460(); case 61: return internalGetFieldMapInt32Message61(); case 62: return internalGetFieldMapInt32Sfixed3262(); case 63: return internalGetFieldMapInt32Sfixed6463(); case 64: return internalGetFieldMapInt32Sint3264(); case 65: return internalGetFieldMapInt32Sint6465(); case 66: return internalGetFieldMapInt32String66(); case 67: return internalGetFieldMapInt32Uint3267(); case 68: return internalGetFieldMapInt32Uint6468(); case 69: return internalGetFieldMapInt64Bool69(); case 70: return internalGetFieldMapInt64Bytes70(); case 71: return internalGetFieldMapInt64Double71(); case 72: return internalGetFieldMapInt64Enum72(); case 73: return internalGetFieldMapInt64Fixed3273(); case 74: return internalGetFieldMapInt64Fixed6474(); case 75: return internalGetFieldMapInt64Float75(); case 76: return internalGetFieldMapInt64Int3276(); case 77: return internalGetFieldMapInt64Int6477(); case 78: return internalGetFieldMapInt64Message78(); case 79: return internalGetFieldMapInt64Sfixed3279(); case 80: return internalGetFieldMapInt64Sfixed6480(); case 81: return internalGetFieldMapInt64Sint3281(); case 82: return internalGetFieldMapInt64Sint6482(); case 83: return internalGetFieldMapInt64String83(); case 84: return internalGetFieldMapInt64Uint3284(); case 85: return internalGetFieldMapInt64Uint6485(); case 86: return internalGetFieldMapSfixed32Bool86(); case 87: return internalGetFieldMapSfixed32Bytes87(); case 88: return internalGetFieldMapSfixed32Double88(); case 89: return internalGetFieldMapSfixed32Enum89(); case 90: return internalGetFieldMapSfixed32Fixed3290(); case 91: return internalGetFieldMapSfixed32Fixed6491(); case 92: return internalGetFieldMapSfixed32Float92(); case 93: return internalGetFieldMapSfixed32Int3293(); case 94: return internalGetFieldMapSfixed32Int6494(); case 95: return internalGetFieldMapSfixed32Message95(); case 96: return internalGetFieldMapSfixed32Sfixed3296(); case 97: return internalGetFieldMapSfixed32Sfixed6497(); case 98: return internalGetFieldMapSfixed32Sint3298(); case 99: return internalGetFieldMapSfixed32Sint6499(); case 100: return internalGetFieldMapSfixed32String100(); case 101: return internalGetFieldMapSfixed32Uint32101(); case 102: return internalGetFieldMapSfixed32Uint64102(); case 103: return internalGetFieldMapSfixed64Bool103(); case 104: return internalGetFieldMapSfixed64Bytes104(); case 105: return internalGetFieldMapSfixed64Double105(); case 106: return internalGetFieldMapSfixed64Enum106(); case 107: return internalGetFieldMapSfixed64Fixed32107(); case 108: return internalGetFieldMapSfixed64Fixed64108(); case 109: return internalGetFieldMapSfixed64Float109(); case 110: return internalGetFieldMapSfixed64Int32110(); case 111: return internalGetFieldMapSfixed64Int64111(); case 112: return internalGetFieldMapSfixed64Message112(); case 113: return internalGetFieldMapSfixed64Sfixed32113(); case 114: return internalGetFieldMapSfixed64Sfixed64114(); case 115: return internalGetFieldMapSfixed64Sint32115(); case 116: return internalGetFieldMapSfixed64Sint64116(); case 117: return internalGetFieldMapSfixed64String117(); case 118: return internalGetFieldMapSfixed64Uint32118(); case 119: return internalGetFieldMapSfixed64Uint64119(); case 120: return internalGetFieldMapSint32Bool120(); case 121: return internalGetFieldMapSint32Bytes121(); case 122: return internalGetFieldMapSint32Double122(); case 123: return internalGetFieldMapSint32Enum123(); case 124: return internalGetFieldMapSint32Fixed32124(); case 125: return internalGetFieldMapSint32Fixed64125(); case 126: return internalGetFieldMapSint32Float126(); case 127: return internalGetFieldMapSint32Int32127(); case 128: return internalGetFieldMapSint32Int64128(); case 129: return internalGetFieldMapSint32Message129(); case 130: return internalGetFieldMapSint32Sfixed32130(); case 131: return internalGetFieldMapSint32Sfixed64131(); case 132: return internalGetFieldMapSint32Sint32132(); case 133: return internalGetFieldMapSint32Sint64133(); case 134: return internalGetFieldMapSint32String134(); case 135: return internalGetFieldMapSint32Uint32135(); case 136: return internalGetFieldMapSint32Uint64136(); case 137: return internalGetFieldMapSint64Bool137(); case 138: return internalGetFieldMapSint64Bytes138(); case 139: return internalGetFieldMapSint64Double139(); case 140: return internalGetFieldMapSint64Enum140(); case 141: return internalGetFieldMapSint64Fixed32141(); case 142: return internalGetFieldMapSint64Fixed64142(); case 143: return internalGetFieldMapSint64Float143(); case 144: return internalGetFieldMapSint64Int32144(); case 145: return internalGetFieldMapSint64Int64145(); case 146: return internalGetFieldMapSint64Message146(); case 147: return internalGetFieldMapSint64Sfixed32147(); case 148: return internalGetFieldMapSint64Sfixed64148(); case 149: return internalGetFieldMapSint64Sint32149(); case 150: return internalGetFieldMapSint64Sint64150(); case 151: return internalGetFieldMapSint64String151(); case 152: return internalGetFieldMapSint64Uint32152(); case 153: return internalGetFieldMapSint64Uint64153(); case 154: return internalGetFieldMapStringBool154(); case 155: return internalGetFieldMapStringBytes155(); case 156: return internalGetFieldMapStringDouble156(); case 157: return internalGetFieldMapStringEnum157(); case 158: return internalGetFieldMapStringFixed32158(); case 159: return internalGetFieldMapStringFixed64159(); case 160: return internalGetFieldMapStringFloat160(); case 161: return internalGetFieldMapStringInt32161(); case 162: return internalGetFieldMapStringInt64162(); case 163: return internalGetFieldMapStringMessage163(); case 164: return internalGetFieldMapStringSfixed32164(); case 165: return internalGetFieldMapStringSfixed64165(); case 166: return internalGetFieldMapStringSint32166(); case 167: return internalGetFieldMapStringSint64167(); case 168: return internalGetFieldMapStringString168(); case 169: return internalGetFieldMapStringUint32169(); case 170: return internalGetFieldMapStringUint64170(); case 171: return internalGetFieldMapUint32Bool171(); case 172: return internalGetFieldMapUint32Bytes172(); case 173: return internalGetFieldMapUint32Double173(); case 174: return internalGetFieldMapUint32Enum174(); case 175: return internalGetFieldMapUint32Fixed32175(); case 176: return internalGetFieldMapUint32Fixed64176(); case 177: return internalGetFieldMapUint32Float177(); case 178: return internalGetFieldMapUint32Int32178(); case 179: return internalGetFieldMapUint32Int64179(); case 180: return internalGetFieldMapUint32Message180(); case 181: return internalGetFieldMapUint32Sfixed32181(); case 182: return internalGetFieldMapUint32Sfixed64182(); case 183: return internalGetFieldMapUint32Sint32183(); case 184: return internalGetFieldMapUint32Sint64184(); case 185: return internalGetFieldMapUint32String185(); case 186: return internalGetFieldMapUint32Uint32186(); case 187: return internalGetFieldMapUint32Uint64187(); case 188: return internalGetFieldMapUint64Bool188(); case 189: return internalGetFieldMapUint64Bytes189(); case 190: return internalGetFieldMapUint64Double190(); case 191: return internalGetFieldMapUint64Enum191(); case 192: return internalGetFieldMapUint64Fixed32192(); case 193: return internalGetFieldMapUint64Fixed64193(); case 194: return internalGetFieldMapUint64Float194(); case 195: return internalGetFieldMapUint64Int32195(); case 196: return internalGetFieldMapUint64Int64196(); case 197: return internalGetFieldMapUint64Message197(); case 198: return internalGetFieldMapUint64Sfixed32198(); case 199: return internalGetFieldMapUint64Sfixed64199(); case 200: return internalGetFieldMapUint64Sint32200(); case 201: return internalGetFieldMapUint64Sint64201(); case 202: return internalGetFieldMapUint64String202(); case 203: return internalGetFieldMapUint64Uint32203(); case 204: return internalGetFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableFieldMapBoolBool1(); case 2: return internalGetMutableFieldMapBoolBytes2(); case 3: return internalGetMutableFieldMapBoolDouble3(); case 4: return internalGetMutableFieldMapBoolEnum4(); case 5: return internalGetMutableFieldMapBoolFixed325(); case 6: return internalGetMutableFieldMapBoolFixed646(); case 7: return internalGetMutableFieldMapBoolFloat7(); case 8: return internalGetMutableFieldMapBoolInt328(); case 9: return internalGetMutableFieldMapBoolInt649(); case 10: return internalGetMutableFieldMapBoolMessage10(); case 11: return internalGetMutableFieldMapBoolSfixed3211(); case 12: return internalGetMutableFieldMapBoolSfixed6412(); case 13: return internalGetMutableFieldMapBoolSint3213(); case 14: return internalGetMutableFieldMapBoolSint6414(); case 15: return internalGetMutableFieldMapBoolString15(); case 16: return internalGetMutableFieldMapBoolUint3216(); case 17: return internalGetMutableFieldMapBoolUint6417(); case 18: return internalGetMutableFieldMapFixed32Bool18(); case 19: return internalGetMutableFieldMapFixed32Bytes19(); case 20: return internalGetMutableFieldMapFixed32Double20(); case 21: return internalGetMutableFieldMapFixed32Enum21(); case 22: return internalGetMutableFieldMapFixed32Fixed3222(); case 23: return internalGetMutableFieldMapFixed32Fixed6423(); case 24: return internalGetMutableFieldMapFixed32Float24(); case 25: return internalGetMutableFieldMapFixed32Int3225(); case 26: return internalGetMutableFieldMapFixed32Int6426(); case 27: return internalGetMutableFieldMapFixed32Message27(); case 28: return internalGetMutableFieldMapFixed32Sfixed3228(); case 29: return internalGetMutableFieldMapFixed32Sfixed6429(); case 30: return internalGetMutableFieldMapFixed32Sint3230(); case 31: return internalGetMutableFieldMapFixed32Sint6431(); case 32: return internalGetMutableFieldMapFixed32String32(); case 33: return internalGetMutableFieldMapFixed32Uint3233(); case 34: return internalGetMutableFieldMapFixed32Uint6434(); case 35: return internalGetMutableFieldMapFixed64Bool35(); case 36: return internalGetMutableFieldMapFixed64Bytes36(); case 37: return internalGetMutableFieldMapFixed64Double37(); case 38: return internalGetMutableFieldMapFixed64Enum38(); case 39: return internalGetMutableFieldMapFixed64Fixed3239(); case 40: return internalGetMutableFieldMapFixed64Fixed6440(); case 41: return internalGetMutableFieldMapFixed64Float41(); case 42: return internalGetMutableFieldMapFixed64Int3242(); case 43: return internalGetMutableFieldMapFixed64Int6443(); case 44: return internalGetMutableFieldMapFixed64Message44(); case 45: return internalGetMutableFieldMapFixed64Sfixed3245(); case 46: return internalGetMutableFieldMapFixed64Sfixed6446(); case 47: return internalGetMutableFieldMapFixed64Sint3247(); case 48: return internalGetMutableFieldMapFixed64Sint6448(); case 49: return internalGetMutableFieldMapFixed64String49(); case 50: return internalGetMutableFieldMapFixed64Uint3250(); case 51: return internalGetMutableFieldMapFixed64Uint6451(); case 52: return internalGetMutableFieldMapInt32Bool52(); case 53: return internalGetMutableFieldMapInt32Bytes53(); case 54: return internalGetMutableFieldMapInt32Double54(); case 55: return internalGetMutableFieldMapInt32Enum55(); case 56: return internalGetMutableFieldMapInt32Fixed3256(); case 57: return internalGetMutableFieldMapInt32Fixed6457(); case 58: return internalGetMutableFieldMapInt32Float58(); case 59: return internalGetMutableFieldMapInt32Int3259(); case 60: return internalGetMutableFieldMapInt32Int6460(); case 61: return internalGetMutableFieldMapInt32Message61(); case 62: return internalGetMutableFieldMapInt32Sfixed3262(); case 63: return internalGetMutableFieldMapInt32Sfixed6463(); case 64: return internalGetMutableFieldMapInt32Sint3264(); case 65: return internalGetMutableFieldMapInt32Sint6465(); case 66: return internalGetMutableFieldMapInt32String66(); case 67: return internalGetMutableFieldMapInt32Uint3267(); case 68: return internalGetMutableFieldMapInt32Uint6468(); case 69: return internalGetMutableFieldMapInt64Bool69(); case 70: return internalGetMutableFieldMapInt64Bytes70(); case 71: return internalGetMutableFieldMapInt64Double71(); case 72: return internalGetMutableFieldMapInt64Enum72(); case 73: return internalGetMutableFieldMapInt64Fixed3273(); case 74: return internalGetMutableFieldMapInt64Fixed6474(); case 75: return internalGetMutableFieldMapInt64Float75(); case 76: return internalGetMutableFieldMapInt64Int3276(); case 77: return internalGetMutableFieldMapInt64Int6477(); case 78: return internalGetMutableFieldMapInt64Message78(); case 79: return internalGetMutableFieldMapInt64Sfixed3279(); case 80: return internalGetMutableFieldMapInt64Sfixed6480(); case 81: return internalGetMutableFieldMapInt64Sint3281(); case 82: return internalGetMutableFieldMapInt64Sint6482(); case 83: return internalGetMutableFieldMapInt64String83(); case 84: return internalGetMutableFieldMapInt64Uint3284(); case 85: return internalGetMutableFieldMapInt64Uint6485(); case 86: return internalGetMutableFieldMapSfixed32Bool86(); case 87: return internalGetMutableFieldMapSfixed32Bytes87(); case 88: return internalGetMutableFieldMapSfixed32Double88(); case 89: return internalGetMutableFieldMapSfixed32Enum89(); case 90: return internalGetMutableFieldMapSfixed32Fixed3290(); case 91: return internalGetMutableFieldMapSfixed32Fixed6491(); case 92: return internalGetMutableFieldMapSfixed32Float92(); case 93: return internalGetMutableFieldMapSfixed32Int3293(); case 94: return internalGetMutableFieldMapSfixed32Int6494(); case 95: return internalGetMutableFieldMapSfixed32Message95(); case 96: return internalGetMutableFieldMapSfixed32Sfixed3296(); case 97: return internalGetMutableFieldMapSfixed32Sfixed6497(); case 98: return internalGetMutableFieldMapSfixed32Sint3298(); case 99: return internalGetMutableFieldMapSfixed32Sint6499(); case 100: return internalGetMutableFieldMapSfixed32String100(); case 101: return internalGetMutableFieldMapSfixed32Uint32101(); case 102: return internalGetMutableFieldMapSfixed32Uint64102(); case 103: return internalGetMutableFieldMapSfixed64Bool103(); case 104: return internalGetMutableFieldMapSfixed64Bytes104(); case 105: return internalGetMutableFieldMapSfixed64Double105(); case 106: return internalGetMutableFieldMapSfixed64Enum106(); case 107: return internalGetMutableFieldMapSfixed64Fixed32107(); case 108: return internalGetMutableFieldMapSfixed64Fixed64108(); case 109: return internalGetMutableFieldMapSfixed64Float109(); case 110: return internalGetMutableFieldMapSfixed64Int32110(); case 111: return internalGetMutableFieldMapSfixed64Int64111(); case 112: return internalGetMutableFieldMapSfixed64Message112(); case 113: return internalGetMutableFieldMapSfixed64Sfixed32113(); case 114: return internalGetMutableFieldMapSfixed64Sfixed64114(); case 115: return internalGetMutableFieldMapSfixed64Sint32115(); case 116: return internalGetMutableFieldMapSfixed64Sint64116(); case 117: return internalGetMutableFieldMapSfixed64String117(); case 118: return internalGetMutableFieldMapSfixed64Uint32118(); case 119: return internalGetMutableFieldMapSfixed64Uint64119(); case 120: return internalGetMutableFieldMapSint32Bool120(); case 121: return internalGetMutableFieldMapSint32Bytes121(); case 122: return internalGetMutableFieldMapSint32Double122(); case 123: return internalGetMutableFieldMapSint32Enum123(); case 124: return internalGetMutableFieldMapSint32Fixed32124(); case 125: return internalGetMutableFieldMapSint32Fixed64125(); case 126: return internalGetMutableFieldMapSint32Float126(); case 127: return internalGetMutableFieldMapSint32Int32127(); case 128: return internalGetMutableFieldMapSint32Int64128(); case 129: return internalGetMutableFieldMapSint32Message129(); case 130: return internalGetMutableFieldMapSint32Sfixed32130(); case 131: return internalGetMutableFieldMapSint32Sfixed64131(); case 132: return internalGetMutableFieldMapSint32Sint32132(); case 133: return internalGetMutableFieldMapSint32Sint64133(); case 134: return internalGetMutableFieldMapSint32String134(); case 135: return internalGetMutableFieldMapSint32Uint32135(); case 136: return internalGetMutableFieldMapSint32Uint64136(); case 137: return internalGetMutableFieldMapSint64Bool137(); case 138: return internalGetMutableFieldMapSint64Bytes138(); case 139: return internalGetMutableFieldMapSint64Double139(); case 140: return internalGetMutableFieldMapSint64Enum140(); case 141: return internalGetMutableFieldMapSint64Fixed32141(); case 142: return internalGetMutableFieldMapSint64Fixed64142(); case 143: return internalGetMutableFieldMapSint64Float143(); case 144: return internalGetMutableFieldMapSint64Int32144(); case 145: return internalGetMutableFieldMapSint64Int64145(); case 146: return internalGetMutableFieldMapSint64Message146(); case 147: return internalGetMutableFieldMapSint64Sfixed32147(); case 148: return internalGetMutableFieldMapSint64Sfixed64148(); case 149: return internalGetMutableFieldMapSint64Sint32149(); case 150: return internalGetMutableFieldMapSint64Sint64150(); case 151: return internalGetMutableFieldMapSint64String151(); case 152: return internalGetMutableFieldMapSint64Uint32152(); case 153: return internalGetMutableFieldMapSint64Uint64153(); case 154: return internalGetMutableFieldMapStringBool154(); case 155: return internalGetMutableFieldMapStringBytes155(); case 156: return internalGetMutableFieldMapStringDouble156(); case 157: return internalGetMutableFieldMapStringEnum157(); case 158: return internalGetMutableFieldMapStringFixed32158(); case 159: return internalGetMutableFieldMapStringFixed64159(); case 160: return internalGetMutableFieldMapStringFloat160(); case 161: return internalGetMutableFieldMapStringInt32161(); case 162: return internalGetMutableFieldMapStringInt64162(); case 163: return internalGetMutableFieldMapStringMessage163(); case 164: return internalGetMutableFieldMapStringSfixed32164(); case 165: return internalGetMutableFieldMapStringSfixed64165(); case 166: return internalGetMutableFieldMapStringSint32166(); case 167: return internalGetMutableFieldMapStringSint64167(); case 168: return internalGetMutableFieldMapStringString168(); case 169: return internalGetMutableFieldMapStringUint32169(); case 170: return internalGetMutableFieldMapStringUint64170(); case 171: return internalGetMutableFieldMapUint32Bool171(); case 172: return internalGetMutableFieldMapUint32Bytes172(); case 173: return internalGetMutableFieldMapUint32Double173(); case 174: return internalGetMutableFieldMapUint32Enum174(); case 175: return internalGetMutableFieldMapUint32Fixed32175(); case 176: return internalGetMutableFieldMapUint32Fixed64176(); case 177: return internalGetMutableFieldMapUint32Float177(); case 178: return internalGetMutableFieldMapUint32Int32178(); case 179: return internalGetMutableFieldMapUint32Int64179(); case 180: return internalGetMutableFieldMapUint32Message180(); case 181: return internalGetMutableFieldMapUint32Sfixed32181(); case 182: return internalGetMutableFieldMapUint32Sfixed64182(); case 183: return internalGetMutableFieldMapUint32Sint32183(); case 184: return internalGetMutableFieldMapUint32Sint64184(); case 185: return internalGetMutableFieldMapUint32String185(); case 186: return internalGetMutableFieldMapUint32Uint32186(); case 187: return internalGetMutableFieldMapUint32Uint64187(); case 188: return internalGetMutableFieldMapUint64Bool188(); case 189: return internalGetMutableFieldMapUint64Bytes189(); case 190: return internalGetMutableFieldMapUint64Double190(); case 191: return internalGetMutableFieldMapUint64Enum191(); case 192: return internalGetMutableFieldMapUint64Fixed32192(); case 193: return internalGetMutableFieldMapUint64Fixed64193(); case 194: return internalGetMutableFieldMapUint64Float194(); case 195: return internalGetMutableFieldMapUint64Int32195(); case 196: return internalGetMutableFieldMapUint64Int64196(); case 197: return internalGetMutableFieldMapUint64Message197(); case 198: return internalGetMutableFieldMapUint64Sfixed32198(); case 199: return internalGetMutableFieldMapUint64Sfixed64199(); case 200: return internalGetMutableFieldMapUint64Sint32200(); case 201: return internalGetMutableFieldMapUint64Sint64201(); case 202: return internalGetMutableFieldMapUint64String202(); case 203: return internalGetMutableFieldMapUint64Uint32203(); case 204: return internalGetMutableFieldMapUint64Uint64204(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps.class, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps.Builder.class); } // Construct using com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; bitField2_ = 0; bitField3_ = 0; bitField4_ = 0; bitField5_ = 0; bitField6_ = 0; internalGetMutableFieldMapBoolBool1().clear(); internalGetMutableFieldMapBoolBytes2().clear(); internalGetMutableFieldMapBoolDouble3().clear(); internalGetMutableFieldMapBoolEnum4().clear(); internalGetMutableFieldMapBoolFixed325().clear(); internalGetMutableFieldMapBoolFixed646().clear(); internalGetMutableFieldMapBoolFloat7().clear(); internalGetMutableFieldMapBoolInt328().clear(); internalGetMutableFieldMapBoolInt649().clear(); internalGetMutableFieldMapBoolMessage10().clear(); internalGetMutableFieldMapBoolSfixed3211().clear(); internalGetMutableFieldMapBoolSfixed6412().clear(); internalGetMutableFieldMapBoolSint3213().clear(); internalGetMutableFieldMapBoolSint6414().clear(); internalGetMutableFieldMapBoolString15().clear(); internalGetMutableFieldMapBoolUint3216().clear(); internalGetMutableFieldMapBoolUint6417().clear(); internalGetMutableFieldMapFixed32Bool18().clear(); internalGetMutableFieldMapFixed32Bytes19().clear(); internalGetMutableFieldMapFixed32Double20().clear(); internalGetMutableFieldMapFixed32Enum21().clear(); internalGetMutableFieldMapFixed32Fixed3222().clear(); internalGetMutableFieldMapFixed32Fixed6423().clear(); internalGetMutableFieldMapFixed32Float24().clear(); internalGetMutableFieldMapFixed32Int3225().clear(); internalGetMutableFieldMapFixed32Int6426().clear(); internalGetMutableFieldMapFixed32Message27().clear(); internalGetMutableFieldMapFixed32Sfixed3228().clear(); internalGetMutableFieldMapFixed32Sfixed6429().clear(); internalGetMutableFieldMapFixed32Sint3230().clear(); internalGetMutableFieldMapFixed32Sint6431().clear(); internalGetMutableFieldMapFixed32String32().clear(); internalGetMutableFieldMapFixed32Uint3233().clear(); internalGetMutableFieldMapFixed32Uint6434().clear(); internalGetMutableFieldMapFixed64Bool35().clear(); internalGetMutableFieldMapFixed64Bytes36().clear(); internalGetMutableFieldMapFixed64Double37().clear(); internalGetMutableFieldMapFixed64Enum38().clear(); internalGetMutableFieldMapFixed64Fixed3239().clear(); internalGetMutableFieldMapFixed64Fixed6440().clear(); internalGetMutableFieldMapFixed64Float41().clear(); internalGetMutableFieldMapFixed64Int3242().clear(); internalGetMutableFieldMapFixed64Int6443().clear(); internalGetMutableFieldMapFixed64Message44().clear(); internalGetMutableFieldMapFixed64Sfixed3245().clear(); internalGetMutableFieldMapFixed64Sfixed6446().clear(); internalGetMutableFieldMapFixed64Sint3247().clear(); internalGetMutableFieldMapFixed64Sint6448().clear(); internalGetMutableFieldMapFixed64String49().clear(); internalGetMutableFieldMapFixed64Uint3250().clear(); internalGetMutableFieldMapFixed64Uint6451().clear(); internalGetMutableFieldMapInt32Bool52().clear(); internalGetMutableFieldMapInt32Bytes53().clear(); internalGetMutableFieldMapInt32Double54().clear(); internalGetMutableFieldMapInt32Enum55().clear(); internalGetMutableFieldMapInt32Fixed3256().clear(); internalGetMutableFieldMapInt32Fixed6457().clear(); internalGetMutableFieldMapInt32Float58().clear(); internalGetMutableFieldMapInt32Int3259().clear(); internalGetMutableFieldMapInt32Int6460().clear(); internalGetMutableFieldMapInt32Message61().clear(); internalGetMutableFieldMapInt32Sfixed3262().clear(); internalGetMutableFieldMapInt32Sfixed6463().clear(); internalGetMutableFieldMapInt32Sint3264().clear(); internalGetMutableFieldMapInt32Sint6465().clear(); internalGetMutableFieldMapInt32String66().clear(); internalGetMutableFieldMapInt32Uint3267().clear(); internalGetMutableFieldMapInt32Uint6468().clear(); internalGetMutableFieldMapInt64Bool69().clear(); internalGetMutableFieldMapInt64Bytes70().clear(); internalGetMutableFieldMapInt64Double71().clear(); internalGetMutableFieldMapInt64Enum72().clear(); internalGetMutableFieldMapInt64Fixed3273().clear(); internalGetMutableFieldMapInt64Fixed6474().clear(); internalGetMutableFieldMapInt64Float75().clear(); internalGetMutableFieldMapInt64Int3276().clear(); internalGetMutableFieldMapInt64Int6477().clear(); internalGetMutableFieldMapInt64Message78().clear(); internalGetMutableFieldMapInt64Sfixed3279().clear(); internalGetMutableFieldMapInt64Sfixed6480().clear(); internalGetMutableFieldMapInt64Sint3281().clear(); internalGetMutableFieldMapInt64Sint6482().clear(); internalGetMutableFieldMapInt64String83().clear(); internalGetMutableFieldMapInt64Uint3284().clear(); internalGetMutableFieldMapInt64Uint6485().clear(); internalGetMutableFieldMapSfixed32Bool86().clear(); internalGetMutableFieldMapSfixed32Bytes87().clear(); internalGetMutableFieldMapSfixed32Double88().clear(); internalGetMutableFieldMapSfixed32Enum89().clear(); internalGetMutableFieldMapSfixed32Fixed3290().clear(); internalGetMutableFieldMapSfixed32Fixed6491().clear(); internalGetMutableFieldMapSfixed32Float92().clear(); internalGetMutableFieldMapSfixed32Int3293().clear(); internalGetMutableFieldMapSfixed32Int6494().clear(); internalGetMutableFieldMapSfixed32Message95().clear(); internalGetMutableFieldMapSfixed32Sfixed3296().clear(); internalGetMutableFieldMapSfixed32Sfixed6497().clear(); internalGetMutableFieldMapSfixed32Sint3298().clear(); internalGetMutableFieldMapSfixed32Sint6499().clear(); internalGetMutableFieldMapSfixed32String100().clear(); internalGetMutableFieldMapSfixed32Uint32101().clear(); internalGetMutableFieldMapSfixed32Uint64102().clear(); internalGetMutableFieldMapSfixed64Bool103().clear(); internalGetMutableFieldMapSfixed64Bytes104().clear(); internalGetMutableFieldMapSfixed64Double105().clear(); internalGetMutableFieldMapSfixed64Enum106().clear(); internalGetMutableFieldMapSfixed64Fixed32107().clear(); internalGetMutableFieldMapSfixed64Fixed64108().clear(); internalGetMutableFieldMapSfixed64Float109().clear(); internalGetMutableFieldMapSfixed64Int32110().clear(); internalGetMutableFieldMapSfixed64Int64111().clear(); internalGetMutableFieldMapSfixed64Message112().clear(); internalGetMutableFieldMapSfixed64Sfixed32113().clear(); internalGetMutableFieldMapSfixed64Sfixed64114().clear(); internalGetMutableFieldMapSfixed64Sint32115().clear(); internalGetMutableFieldMapSfixed64Sint64116().clear(); internalGetMutableFieldMapSfixed64String117().clear(); internalGetMutableFieldMapSfixed64Uint32118().clear(); internalGetMutableFieldMapSfixed64Uint64119().clear(); internalGetMutableFieldMapSint32Bool120().clear(); internalGetMutableFieldMapSint32Bytes121().clear(); internalGetMutableFieldMapSint32Double122().clear(); internalGetMutableFieldMapSint32Enum123().clear(); internalGetMutableFieldMapSint32Fixed32124().clear(); internalGetMutableFieldMapSint32Fixed64125().clear(); internalGetMutableFieldMapSint32Float126().clear(); internalGetMutableFieldMapSint32Int32127().clear(); internalGetMutableFieldMapSint32Int64128().clear(); internalGetMutableFieldMapSint32Message129().clear(); internalGetMutableFieldMapSint32Sfixed32130().clear(); internalGetMutableFieldMapSint32Sfixed64131().clear(); internalGetMutableFieldMapSint32Sint32132().clear(); internalGetMutableFieldMapSint32Sint64133().clear(); internalGetMutableFieldMapSint32String134().clear(); internalGetMutableFieldMapSint32Uint32135().clear(); internalGetMutableFieldMapSint32Uint64136().clear(); internalGetMutableFieldMapSint64Bool137().clear(); internalGetMutableFieldMapSint64Bytes138().clear(); internalGetMutableFieldMapSint64Double139().clear(); internalGetMutableFieldMapSint64Enum140().clear(); internalGetMutableFieldMapSint64Fixed32141().clear(); internalGetMutableFieldMapSint64Fixed64142().clear(); internalGetMutableFieldMapSint64Float143().clear(); internalGetMutableFieldMapSint64Int32144().clear(); internalGetMutableFieldMapSint64Int64145().clear(); internalGetMutableFieldMapSint64Message146().clear(); internalGetMutableFieldMapSint64Sfixed32147().clear(); internalGetMutableFieldMapSint64Sfixed64148().clear(); internalGetMutableFieldMapSint64Sint32149().clear(); internalGetMutableFieldMapSint64Sint64150().clear(); internalGetMutableFieldMapSint64String151().clear(); internalGetMutableFieldMapSint64Uint32152().clear(); internalGetMutableFieldMapSint64Uint64153().clear(); internalGetMutableFieldMapStringBool154().clear(); internalGetMutableFieldMapStringBytes155().clear(); internalGetMutableFieldMapStringDouble156().clear(); internalGetMutableFieldMapStringEnum157().clear(); internalGetMutableFieldMapStringFixed32158().clear(); internalGetMutableFieldMapStringFixed64159().clear(); internalGetMutableFieldMapStringFloat160().clear(); internalGetMutableFieldMapStringInt32161().clear(); internalGetMutableFieldMapStringInt64162().clear(); internalGetMutableFieldMapStringMessage163().clear(); internalGetMutableFieldMapStringSfixed32164().clear(); internalGetMutableFieldMapStringSfixed64165().clear(); internalGetMutableFieldMapStringSint32166().clear(); internalGetMutableFieldMapStringSint64167().clear(); internalGetMutableFieldMapStringString168().clear(); internalGetMutableFieldMapStringUint32169().clear(); internalGetMutableFieldMapStringUint64170().clear(); internalGetMutableFieldMapUint32Bool171().clear(); internalGetMutableFieldMapUint32Bytes172().clear(); internalGetMutableFieldMapUint32Double173().clear(); internalGetMutableFieldMapUint32Enum174().clear(); internalGetMutableFieldMapUint32Fixed32175().clear(); internalGetMutableFieldMapUint32Fixed64176().clear(); internalGetMutableFieldMapUint32Float177().clear(); internalGetMutableFieldMapUint32Int32178().clear(); internalGetMutableFieldMapUint32Int64179().clear(); internalGetMutableFieldMapUint32Message180().clear(); internalGetMutableFieldMapUint32Sfixed32181().clear(); internalGetMutableFieldMapUint32Sfixed64182().clear(); internalGetMutableFieldMapUint32Sint32183().clear(); internalGetMutableFieldMapUint32Sint64184().clear(); internalGetMutableFieldMapUint32String185().clear(); internalGetMutableFieldMapUint32Uint32186().clear(); internalGetMutableFieldMapUint32Uint64187().clear(); internalGetMutableFieldMapUint64Bool188().clear(); internalGetMutableFieldMapUint64Bytes189().clear(); internalGetMutableFieldMapUint64Double190().clear(); internalGetMutableFieldMapUint64Enum191().clear(); internalGetMutableFieldMapUint64Fixed32192().clear(); internalGetMutableFieldMapUint64Fixed64193().clear(); internalGetMutableFieldMapUint64Float194().clear(); internalGetMutableFieldMapUint64Int32195().clear(); internalGetMutableFieldMapUint64Int64196().clear(); internalGetMutableFieldMapUint64Message197().clear(); internalGetMutableFieldMapUint64Sfixed32198().clear(); internalGetMutableFieldMapUint64Sfixed64199().clear(); internalGetMutableFieldMapUint64Sint32200().clear(); internalGetMutableFieldMapUint64Sint64201().clear(); internalGetMutableFieldMapUint64String202().clear(); internalGetMutableFieldMapUint64Uint32203().clear(); internalGetMutableFieldMapUint64Uint64204().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.Proto3TestingLite.internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps getDefaultInstanceForType() { return com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps build() { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps buildPartial() { com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result = new com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps(this); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } if (bitField2_ != 0) { buildPartial2(result); } if (bitField3_ != 0) { buildPartial3(result); } if (bitField4_ != 0) { buildPartial4(result); } if (bitField5_ != 0) { buildPartial5(result); } if (bitField6_ != 0) { buildPartial6(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.fieldMapBoolBool1_ = internalGetFieldMapBoolBool1(); result.fieldMapBoolBool1_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldMapBoolBytes2_ = internalGetFieldMapBoolBytes2(); result.fieldMapBoolBytes2_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldMapBoolDouble3_ = internalGetFieldMapBoolDouble3(); result.fieldMapBoolDouble3_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldMapBoolEnum4_ = internalGetFieldMapBoolEnum4(); result.fieldMapBoolEnum4_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldMapBoolFixed325_ = internalGetFieldMapBoolFixed325(); result.fieldMapBoolFixed325_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldMapBoolFixed646_ = internalGetFieldMapBoolFixed646(); result.fieldMapBoolFixed646_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldMapBoolFloat7_ = internalGetFieldMapBoolFloat7(); result.fieldMapBoolFloat7_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldMapBoolInt328_ = internalGetFieldMapBoolInt328(); result.fieldMapBoolInt328_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldMapBoolInt649_ = internalGetFieldMapBoolInt649(); result.fieldMapBoolInt649_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldMapBoolMessage10_ = internalGetFieldMapBoolMessage10().build(FieldMapBoolMessage10DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000400) != 0)) { result.fieldMapBoolSfixed3211_ = internalGetFieldMapBoolSfixed3211(); result.fieldMapBoolSfixed3211_.makeImmutable(); } if (((from_bitField0_ & 0x00000800) != 0)) { result.fieldMapBoolSfixed6412_ = internalGetFieldMapBoolSfixed6412(); result.fieldMapBoolSfixed6412_.makeImmutable(); } if (((from_bitField0_ & 0x00001000) != 0)) { result.fieldMapBoolSint3213_ = internalGetFieldMapBoolSint3213(); result.fieldMapBoolSint3213_.makeImmutable(); } if (((from_bitField0_ & 0x00002000) != 0)) { result.fieldMapBoolSint6414_ = internalGetFieldMapBoolSint6414(); result.fieldMapBoolSint6414_.makeImmutable(); } if (((from_bitField0_ & 0x00004000) != 0)) { result.fieldMapBoolString15_ = internalGetFieldMapBoolString15(); result.fieldMapBoolString15_.makeImmutable(); } if (((from_bitField0_ & 0x00008000) != 0)) { result.fieldMapBoolUint3216_ = internalGetFieldMapBoolUint3216(); result.fieldMapBoolUint3216_.makeImmutable(); } if (((from_bitField0_ & 0x00010000) != 0)) { result.fieldMapBoolUint6417_ = internalGetFieldMapBoolUint6417(); result.fieldMapBoolUint6417_.makeImmutable(); } if (((from_bitField0_ & 0x00020000) != 0)) { result.fieldMapFixed32Bool18_ = internalGetFieldMapFixed32Bool18(); result.fieldMapFixed32Bool18_.makeImmutable(); } if (((from_bitField0_ & 0x00040000) != 0)) { result.fieldMapFixed32Bytes19_ = internalGetFieldMapFixed32Bytes19(); result.fieldMapFixed32Bytes19_.makeImmutable(); } if (((from_bitField0_ & 0x00080000) != 0)) { result.fieldMapFixed32Double20_ = internalGetFieldMapFixed32Double20(); result.fieldMapFixed32Double20_.makeImmutable(); } if (((from_bitField0_ & 0x00100000) != 0)) { result.fieldMapFixed32Enum21_ = internalGetFieldMapFixed32Enum21(); result.fieldMapFixed32Enum21_.makeImmutable(); } if (((from_bitField0_ & 0x00200000) != 0)) { result.fieldMapFixed32Fixed3222_ = internalGetFieldMapFixed32Fixed3222(); result.fieldMapFixed32Fixed3222_.makeImmutable(); } if (((from_bitField0_ & 0x00400000) != 0)) { result.fieldMapFixed32Fixed6423_ = internalGetFieldMapFixed32Fixed6423(); result.fieldMapFixed32Fixed6423_.makeImmutable(); } if (((from_bitField0_ & 0x00800000) != 0)) { result.fieldMapFixed32Float24_ = internalGetFieldMapFixed32Float24(); result.fieldMapFixed32Float24_.makeImmutable(); } if (((from_bitField0_ & 0x01000000) != 0)) { result.fieldMapFixed32Int3225_ = internalGetFieldMapFixed32Int3225(); result.fieldMapFixed32Int3225_.makeImmutable(); } if (((from_bitField0_ & 0x02000000) != 0)) { result.fieldMapFixed32Int6426_ = internalGetFieldMapFixed32Int6426(); result.fieldMapFixed32Int6426_.makeImmutable(); } if (((from_bitField0_ & 0x04000000) != 0)) { result.fieldMapFixed32Message27_ = internalGetFieldMapFixed32Message27().build(FieldMapFixed32Message27DefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x08000000) != 0)) { result.fieldMapFixed32Sfixed3228_ = internalGetFieldMapFixed32Sfixed3228(); result.fieldMapFixed32Sfixed3228_.makeImmutable(); } if (((from_bitField0_ & 0x10000000) != 0)) { result.fieldMapFixed32Sfixed6429_ = internalGetFieldMapFixed32Sfixed6429(); result.fieldMapFixed32Sfixed6429_.makeImmutable(); } if (((from_bitField0_ & 0x20000000) != 0)) { result.fieldMapFixed32Sint3230_ = internalGetFieldMapFixed32Sint3230(); result.fieldMapFixed32Sint3230_.makeImmutable(); } if (((from_bitField0_ & 0x40000000) != 0)) { result.fieldMapFixed32Sint6431_ = internalGetFieldMapFixed32Sint6431(); result.fieldMapFixed32Sint6431_.makeImmutable(); } if (((from_bitField0_ & 0x80000000) != 0)) { result.fieldMapFixed32String32_ = internalGetFieldMapFixed32String32(); result.fieldMapFixed32String32_.makeImmutable(); } } private void buildPartial1(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result) { int from_bitField1_ = bitField1_; if (((from_bitField1_ & 0x00000001) != 0)) { result.fieldMapFixed32Uint3233_ = internalGetFieldMapFixed32Uint3233(); result.fieldMapFixed32Uint3233_.makeImmutable(); } if (((from_bitField1_ & 0x00000002) != 0)) { result.fieldMapFixed32Uint6434_ = internalGetFieldMapFixed32Uint6434(); result.fieldMapFixed32Uint6434_.makeImmutable(); } if (((from_bitField1_ & 0x00000004) != 0)) { result.fieldMapFixed64Bool35_ = internalGetFieldMapFixed64Bool35(); result.fieldMapFixed64Bool35_.makeImmutable(); } if (((from_bitField1_ & 0x00000008) != 0)) { result.fieldMapFixed64Bytes36_ = internalGetFieldMapFixed64Bytes36(); result.fieldMapFixed64Bytes36_.makeImmutable(); } if (((from_bitField1_ & 0x00000010) != 0)) { result.fieldMapFixed64Double37_ = internalGetFieldMapFixed64Double37(); result.fieldMapFixed64Double37_.makeImmutable(); } if (((from_bitField1_ & 0x00000020) != 0)) { result.fieldMapFixed64Enum38_ = internalGetFieldMapFixed64Enum38(); result.fieldMapFixed64Enum38_.makeImmutable(); } if (((from_bitField1_ & 0x00000040) != 0)) { result.fieldMapFixed64Fixed3239_ = internalGetFieldMapFixed64Fixed3239(); result.fieldMapFixed64Fixed3239_.makeImmutable(); } if (((from_bitField1_ & 0x00000080) != 0)) { result.fieldMapFixed64Fixed6440_ = internalGetFieldMapFixed64Fixed6440(); result.fieldMapFixed64Fixed6440_.makeImmutable(); } if (((from_bitField1_ & 0x00000100) != 0)) { result.fieldMapFixed64Float41_ = internalGetFieldMapFixed64Float41(); result.fieldMapFixed64Float41_.makeImmutable(); } if (((from_bitField1_ & 0x00000200) != 0)) { result.fieldMapFixed64Int3242_ = internalGetFieldMapFixed64Int3242(); result.fieldMapFixed64Int3242_.makeImmutable(); } if (((from_bitField1_ & 0x00000400) != 0)) { result.fieldMapFixed64Int6443_ = internalGetFieldMapFixed64Int6443(); result.fieldMapFixed64Int6443_.makeImmutable(); } if (((from_bitField1_ & 0x00000800) != 0)) { result.fieldMapFixed64Message44_ = internalGetFieldMapFixed64Message44().build(FieldMapFixed64Message44DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x00001000) != 0)) { result.fieldMapFixed64Sfixed3245_ = internalGetFieldMapFixed64Sfixed3245(); result.fieldMapFixed64Sfixed3245_.makeImmutable(); } if (((from_bitField1_ & 0x00002000) != 0)) { result.fieldMapFixed64Sfixed6446_ = internalGetFieldMapFixed64Sfixed6446(); result.fieldMapFixed64Sfixed6446_.makeImmutable(); } if (((from_bitField1_ & 0x00004000) != 0)) { result.fieldMapFixed64Sint3247_ = internalGetFieldMapFixed64Sint3247(); result.fieldMapFixed64Sint3247_.makeImmutable(); } if (((from_bitField1_ & 0x00008000) != 0)) { result.fieldMapFixed64Sint6448_ = internalGetFieldMapFixed64Sint6448(); result.fieldMapFixed64Sint6448_.makeImmutable(); } if (((from_bitField1_ & 0x00010000) != 0)) { result.fieldMapFixed64String49_ = internalGetFieldMapFixed64String49(); result.fieldMapFixed64String49_.makeImmutable(); } if (((from_bitField1_ & 0x00020000) != 0)) { result.fieldMapFixed64Uint3250_ = internalGetFieldMapFixed64Uint3250(); result.fieldMapFixed64Uint3250_.makeImmutable(); } if (((from_bitField1_ & 0x00040000) != 0)) { result.fieldMapFixed64Uint6451_ = internalGetFieldMapFixed64Uint6451(); result.fieldMapFixed64Uint6451_.makeImmutable(); } if (((from_bitField1_ & 0x00080000) != 0)) { result.fieldMapInt32Bool52_ = internalGetFieldMapInt32Bool52(); result.fieldMapInt32Bool52_.makeImmutable(); } if (((from_bitField1_ & 0x00100000) != 0)) { result.fieldMapInt32Bytes53_ = internalGetFieldMapInt32Bytes53(); result.fieldMapInt32Bytes53_.makeImmutable(); } if (((from_bitField1_ & 0x00200000) != 0)) { result.fieldMapInt32Double54_ = internalGetFieldMapInt32Double54(); result.fieldMapInt32Double54_.makeImmutable(); } if (((from_bitField1_ & 0x00400000) != 0)) { result.fieldMapInt32Enum55_ = internalGetFieldMapInt32Enum55(); result.fieldMapInt32Enum55_.makeImmutable(); } if (((from_bitField1_ & 0x00800000) != 0)) { result.fieldMapInt32Fixed3256_ = internalGetFieldMapInt32Fixed3256(); result.fieldMapInt32Fixed3256_.makeImmutable(); } if (((from_bitField1_ & 0x01000000) != 0)) { result.fieldMapInt32Fixed6457_ = internalGetFieldMapInt32Fixed6457(); result.fieldMapInt32Fixed6457_.makeImmutable(); } if (((from_bitField1_ & 0x02000000) != 0)) { result.fieldMapInt32Float58_ = internalGetFieldMapInt32Float58(); result.fieldMapInt32Float58_.makeImmutable(); } if (((from_bitField1_ & 0x04000000) != 0)) { result.fieldMapInt32Int3259_ = internalGetFieldMapInt32Int3259(); result.fieldMapInt32Int3259_.makeImmutable(); } if (((from_bitField1_ & 0x08000000) != 0)) { result.fieldMapInt32Int6460_ = internalGetFieldMapInt32Int6460(); result.fieldMapInt32Int6460_.makeImmutable(); } if (((from_bitField1_ & 0x10000000) != 0)) { result.fieldMapInt32Message61_ = internalGetFieldMapInt32Message61().build(FieldMapInt32Message61DefaultEntryHolder.defaultEntry); } if (((from_bitField1_ & 0x20000000) != 0)) { result.fieldMapInt32Sfixed3262_ = internalGetFieldMapInt32Sfixed3262(); result.fieldMapInt32Sfixed3262_.makeImmutable(); } if (((from_bitField1_ & 0x40000000) != 0)) { result.fieldMapInt32Sfixed6463_ = internalGetFieldMapInt32Sfixed6463(); result.fieldMapInt32Sfixed6463_.makeImmutable(); } if (((from_bitField1_ & 0x80000000) != 0)) { result.fieldMapInt32Sint3264_ = internalGetFieldMapInt32Sint3264(); result.fieldMapInt32Sint3264_.makeImmutable(); } } private void buildPartial2(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result) { int from_bitField2_ = bitField2_; if (((from_bitField2_ & 0x00000001) != 0)) { result.fieldMapInt32Sint6465_ = internalGetFieldMapInt32Sint6465(); result.fieldMapInt32Sint6465_.makeImmutable(); } if (((from_bitField2_ & 0x00000002) != 0)) { result.fieldMapInt32String66_ = internalGetFieldMapInt32String66(); result.fieldMapInt32String66_.makeImmutable(); } if (((from_bitField2_ & 0x00000004) != 0)) { result.fieldMapInt32Uint3267_ = internalGetFieldMapInt32Uint3267(); result.fieldMapInt32Uint3267_.makeImmutable(); } if (((from_bitField2_ & 0x00000008) != 0)) { result.fieldMapInt32Uint6468_ = internalGetFieldMapInt32Uint6468(); result.fieldMapInt32Uint6468_.makeImmutable(); } if (((from_bitField2_ & 0x00000010) != 0)) { result.fieldMapInt64Bool69_ = internalGetFieldMapInt64Bool69(); result.fieldMapInt64Bool69_.makeImmutable(); } if (((from_bitField2_ & 0x00000020) != 0)) { result.fieldMapInt64Bytes70_ = internalGetFieldMapInt64Bytes70(); result.fieldMapInt64Bytes70_.makeImmutable(); } if (((from_bitField2_ & 0x00000040) != 0)) { result.fieldMapInt64Double71_ = internalGetFieldMapInt64Double71(); result.fieldMapInt64Double71_.makeImmutable(); } if (((from_bitField2_ & 0x00000080) != 0)) { result.fieldMapInt64Enum72_ = internalGetFieldMapInt64Enum72(); result.fieldMapInt64Enum72_.makeImmutable(); } if (((from_bitField2_ & 0x00000100) != 0)) { result.fieldMapInt64Fixed3273_ = internalGetFieldMapInt64Fixed3273(); result.fieldMapInt64Fixed3273_.makeImmutable(); } if (((from_bitField2_ & 0x00000200) != 0)) { result.fieldMapInt64Fixed6474_ = internalGetFieldMapInt64Fixed6474(); result.fieldMapInt64Fixed6474_.makeImmutable(); } if (((from_bitField2_ & 0x00000400) != 0)) { result.fieldMapInt64Float75_ = internalGetFieldMapInt64Float75(); result.fieldMapInt64Float75_.makeImmutable(); } if (((from_bitField2_ & 0x00000800) != 0)) { result.fieldMapInt64Int3276_ = internalGetFieldMapInt64Int3276(); result.fieldMapInt64Int3276_.makeImmutable(); } if (((from_bitField2_ & 0x00001000) != 0)) { result.fieldMapInt64Int6477_ = internalGetFieldMapInt64Int6477(); result.fieldMapInt64Int6477_.makeImmutable(); } if (((from_bitField2_ & 0x00002000) != 0)) { result.fieldMapInt64Message78_ = internalGetFieldMapInt64Message78().build(FieldMapInt64Message78DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x00004000) != 0)) { result.fieldMapInt64Sfixed3279_ = internalGetFieldMapInt64Sfixed3279(); result.fieldMapInt64Sfixed3279_.makeImmutable(); } if (((from_bitField2_ & 0x00008000) != 0)) { result.fieldMapInt64Sfixed6480_ = internalGetFieldMapInt64Sfixed6480(); result.fieldMapInt64Sfixed6480_.makeImmutable(); } if (((from_bitField2_ & 0x00010000) != 0)) { result.fieldMapInt64Sint3281_ = internalGetFieldMapInt64Sint3281(); result.fieldMapInt64Sint3281_.makeImmutable(); } if (((from_bitField2_ & 0x00020000) != 0)) { result.fieldMapInt64Sint6482_ = internalGetFieldMapInt64Sint6482(); result.fieldMapInt64Sint6482_.makeImmutable(); } if (((from_bitField2_ & 0x00040000) != 0)) { result.fieldMapInt64String83_ = internalGetFieldMapInt64String83(); result.fieldMapInt64String83_.makeImmutable(); } if (((from_bitField2_ & 0x00080000) != 0)) { result.fieldMapInt64Uint3284_ = internalGetFieldMapInt64Uint3284(); result.fieldMapInt64Uint3284_.makeImmutable(); } if (((from_bitField2_ & 0x00100000) != 0)) { result.fieldMapInt64Uint6485_ = internalGetFieldMapInt64Uint6485(); result.fieldMapInt64Uint6485_.makeImmutable(); } if (((from_bitField2_ & 0x00200000) != 0)) { result.fieldMapSfixed32Bool86_ = internalGetFieldMapSfixed32Bool86(); result.fieldMapSfixed32Bool86_.makeImmutable(); } if (((from_bitField2_ & 0x00400000) != 0)) { result.fieldMapSfixed32Bytes87_ = internalGetFieldMapSfixed32Bytes87(); result.fieldMapSfixed32Bytes87_.makeImmutable(); } if (((from_bitField2_ & 0x00800000) != 0)) { result.fieldMapSfixed32Double88_ = internalGetFieldMapSfixed32Double88(); result.fieldMapSfixed32Double88_.makeImmutable(); } if (((from_bitField2_ & 0x01000000) != 0)) { result.fieldMapSfixed32Enum89_ = internalGetFieldMapSfixed32Enum89(); result.fieldMapSfixed32Enum89_.makeImmutable(); } if (((from_bitField2_ & 0x02000000) != 0)) { result.fieldMapSfixed32Fixed3290_ = internalGetFieldMapSfixed32Fixed3290(); result.fieldMapSfixed32Fixed3290_.makeImmutable(); } if (((from_bitField2_ & 0x04000000) != 0)) { result.fieldMapSfixed32Fixed6491_ = internalGetFieldMapSfixed32Fixed6491(); result.fieldMapSfixed32Fixed6491_.makeImmutable(); } if (((from_bitField2_ & 0x08000000) != 0)) { result.fieldMapSfixed32Float92_ = internalGetFieldMapSfixed32Float92(); result.fieldMapSfixed32Float92_.makeImmutable(); } if (((from_bitField2_ & 0x10000000) != 0)) { result.fieldMapSfixed32Int3293_ = internalGetFieldMapSfixed32Int3293(); result.fieldMapSfixed32Int3293_.makeImmutable(); } if (((from_bitField2_ & 0x20000000) != 0)) { result.fieldMapSfixed32Int6494_ = internalGetFieldMapSfixed32Int6494(); result.fieldMapSfixed32Int6494_.makeImmutable(); } if (((from_bitField2_ & 0x40000000) != 0)) { result.fieldMapSfixed32Message95_ = internalGetFieldMapSfixed32Message95().build(FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry); } if (((from_bitField2_ & 0x80000000) != 0)) { result.fieldMapSfixed32Sfixed3296_ = internalGetFieldMapSfixed32Sfixed3296(); result.fieldMapSfixed32Sfixed3296_.makeImmutable(); } } private void buildPartial3(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result) { int from_bitField3_ = bitField3_; if (((from_bitField3_ & 0x00000001) != 0)) { result.fieldMapSfixed32Sfixed6497_ = internalGetFieldMapSfixed32Sfixed6497(); result.fieldMapSfixed32Sfixed6497_.makeImmutable(); } if (((from_bitField3_ & 0x00000002) != 0)) { result.fieldMapSfixed32Sint3298_ = internalGetFieldMapSfixed32Sint3298(); result.fieldMapSfixed32Sint3298_.makeImmutable(); } if (((from_bitField3_ & 0x00000004) != 0)) { result.fieldMapSfixed32Sint6499_ = internalGetFieldMapSfixed32Sint6499(); result.fieldMapSfixed32Sint6499_.makeImmutable(); } if (((from_bitField3_ & 0x00000008) != 0)) { result.fieldMapSfixed32String100_ = internalGetFieldMapSfixed32String100(); result.fieldMapSfixed32String100_.makeImmutable(); } if (((from_bitField3_ & 0x00000010) != 0)) { result.fieldMapSfixed32Uint32101_ = internalGetFieldMapSfixed32Uint32101(); result.fieldMapSfixed32Uint32101_.makeImmutable(); } if (((from_bitField3_ & 0x00000020) != 0)) { result.fieldMapSfixed32Uint64102_ = internalGetFieldMapSfixed32Uint64102(); result.fieldMapSfixed32Uint64102_.makeImmutable(); } if (((from_bitField3_ & 0x00000040) != 0)) { result.fieldMapSfixed64Bool103_ = internalGetFieldMapSfixed64Bool103(); result.fieldMapSfixed64Bool103_.makeImmutable(); } if (((from_bitField3_ & 0x00000080) != 0)) { result.fieldMapSfixed64Bytes104_ = internalGetFieldMapSfixed64Bytes104(); result.fieldMapSfixed64Bytes104_.makeImmutable(); } if (((from_bitField3_ & 0x00000100) != 0)) { result.fieldMapSfixed64Double105_ = internalGetFieldMapSfixed64Double105(); result.fieldMapSfixed64Double105_.makeImmutable(); } if (((from_bitField3_ & 0x00000200) != 0)) { result.fieldMapSfixed64Enum106_ = internalGetFieldMapSfixed64Enum106(); result.fieldMapSfixed64Enum106_.makeImmutable(); } if (((from_bitField3_ & 0x00000400) != 0)) { result.fieldMapSfixed64Fixed32107_ = internalGetFieldMapSfixed64Fixed32107(); result.fieldMapSfixed64Fixed32107_.makeImmutable(); } if (((from_bitField3_ & 0x00000800) != 0)) { result.fieldMapSfixed64Fixed64108_ = internalGetFieldMapSfixed64Fixed64108(); result.fieldMapSfixed64Fixed64108_.makeImmutable(); } if (((from_bitField3_ & 0x00001000) != 0)) { result.fieldMapSfixed64Float109_ = internalGetFieldMapSfixed64Float109(); result.fieldMapSfixed64Float109_.makeImmutable(); } if (((from_bitField3_ & 0x00002000) != 0)) { result.fieldMapSfixed64Int32110_ = internalGetFieldMapSfixed64Int32110(); result.fieldMapSfixed64Int32110_.makeImmutable(); } if (((from_bitField3_ & 0x00004000) != 0)) { result.fieldMapSfixed64Int64111_ = internalGetFieldMapSfixed64Int64111(); result.fieldMapSfixed64Int64111_.makeImmutable(); } if (((from_bitField3_ & 0x00008000) != 0)) { result.fieldMapSfixed64Message112_ = internalGetFieldMapSfixed64Message112().build(FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry); } if (((from_bitField3_ & 0x00010000) != 0)) { result.fieldMapSfixed64Sfixed32113_ = internalGetFieldMapSfixed64Sfixed32113(); result.fieldMapSfixed64Sfixed32113_.makeImmutable(); } if (((from_bitField3_ & 0x00020000) != 0)) { result.fieldMapSfixed64Sfixed64114_ = internalGetFieldMapSfixed64Sfixed64114(); result.fieldMapSfixed64Sfixed64114_.makeImmutable(); } if (((from_bitField3_ & 0x00040000) != 0)) { result.fieldMapSfixed64Sint32115_ = internalGetFieldMapSfixed64Sint32115(); result.fieldMapSfixed64Sint32115_.makeImmutable(); } if (((from_bitField3_ & 0x00080000) != 0)) { result.fieldMapSfixed64Sint64116_ = internalGetFieldMapSfixed64Sint64116(); result.fieldMapSfixed64Sint64116_.makeImmutable(); } if (((from_bitField3_ & 0x00100000) != 0)) { result.fieldMapSfixed64String117_ = internalGetFieldMapSfixed64String117(); result.fieldMapSfixed64String117_.makeImmutable(); } if (((from_bitField3_ & 0x00200000) != 0)) { result.fieldMapSfixed64Uint32118_ = internalGetFieldMapSfixed64Uint32118(); result.fieldMapSfixed64Uint32118_.makeImmutable(); } if (((from_bitField3_ & 0x00400000) != 0)) { result.fieldMapSfixed64Uint64119_ = internalGetFieldMapSfixed64Uint64119(); result.fieldMapSfixed64Uint64119_.makeImmutable(); } if (((from_bitField3_ & 0x00800000) != 0)) { result.fieldMapSint32Bool120_ = internalGetFieldMapSint32Bool120(); result.fieldMapSint32Bool120_.makeImmutable(); } if (((from_bitField3_ & 0x01000000) != 0)) { result.fieldMapSint32Bytes121_ = internalGetFieldMapSint32Bytes121(); result.fieldMapSint32Bytes121_.makeImmutable(); } if (((from_bitField3_ & 0x02000000) != 0)) { result.fieldMapSint32Double122_ = internalGetFieldMapSint32Double122(); result.fieldMapSint32Double122_.makeImmutable(); } if (((from_bitField3_ & 0x04000000) != 0)) { result.fieldMapSint32Enum123_ = internalGetFieldMapSint32Enum123(); result.fieldMapSint32Enum123_.makeImmutable(); } if (((from_bitField3_ & 0x08000000) != 0)) { result.fieldMapSint32Fixed32124_ = internalGetFieldMapSint32Fixed32124(); result.fieldMapSint32Fixed32124_.makeImmutable(); } if (((from_bitField3_ & 0x10000000) != 0)) { result.fieldMapSint32Fixed64125_ = internalGetFieldMapSint32Fixed64125(); result.fieldMapSint32Fixed64125_.makeImmutable(); } if (((from_bitField3_ & 0x20000000) != 0)) { result.fieldMapSint32Float126_ = internalGetFieldMapSint32Float126(); result.fieldMapSint32Float126_.makeImmutable(); } if (((from_bitField3_ & 0x40000000) != 0)) { result.fieldMapSint32Int32127_ = internalGetFieldMapSint32Int32127(); result.fieldMapSint32Int32127_.makeImmutable(); } if (((from_bitField3_ & 0x80000000) != 0)) { result.fieldMapSint32Int64128_ = internalGetFieldMapSint32Int64128(); result.fieldMapSint32Int64128_.makeImmutable(); } } private void buildPartial4(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result) { int from_bitField4_ = bitField4_; if (((from_bitField4_ & 0x00000001) != 0)) { result.fieldMapSint32Message129_ = internalGetFieldMapSint32Message129().build(FieldMapSint32Message129DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00000002) != 0)) { result.fieldMapSint32Sfixed32130_ = internalGetFieldMapSint32Sfixed32130(); result.fieldMapSint32Sfixed32130_.makeImmutable(); } if (((from_bitField4_ & 0x00000004) != 0)) { result.fieldMapSint32Sfixed64131_ = internalGetFieldMapSint32Sfixed64131(); result.fieldMapSint32Sfixed64131_.makeImmutable(); } if (((from_bitField4_ & 0x00000008) != 0)) { result.fieldMapSint32Sint32132_ = internalGetFieldMapSint32Sint32132(); result.fieldMapSint32Sint32132_.makeImmutable(); } if (((from_bitField4_ & 0x00000010) != 0)) { result.fieldMapSint32Sint64133_ = internalGetFieldMapSint32Sint64133(); result.fieldMapSint32Sint64133_.makeImmutable(); } if (((from_bitField4_ & 0x00000020) != 0)) { result.fieldMapSint32String134_ = internalGetFieldMapSint32String134(); result.fieldMapSint32String134_.makeImmutable(); } if (((from_bitField4_ & 0x00000040) != 0)) { result.fieldMapSint32Uint32135_ = internalGetFieldMapSint32Uint32135(); result.fieldMapSint32Uint32135_.makeImmutable(); } if (((from_bitField4_ & 0x00000080) != 0)) { result.fieldMapSint32Uint64136_ = internalGetFieldMapSint32Uint64136(); result.fieldMapSint32Uint64136_.makeImmutable(); } if (((from_bitField4_ & 0x00000100) != 0)) { result.fieldMapSint64Bool137_ = internalGetFieldMapSint64Bool137(); result.fieldMapSint64Bool137_.makeImmutable(); } if (((from_bitField4_ & 0x00000200) != 0)) { result.fieldMapSint64Bytes138_ = internalGetFieldMapSint64Bytes138(); result.fieldMapSint64Bytes138_.makeImmutable(); } if (((from_bitField4_ & 0x00000400) != 0)) { result.fieldMapSint64Double139_ = internalGetFieldMapSint64Double139(); result.fieldMapSint64Double139_.makeImmutable(); } if (((from_bitField4_ & 0x00000800) != 0)) { result.fieldMapSint64Enum140_ = internalGetFieldMapSint64Enum140(); result.fieldMapSint64Enum140_.makeImmutable(); } if (((from_bitField4_ & 0x00001000) != 0)) { result.fieldMapSint64Fixed32141_ = internalGetFieldMapSint64Fixed32141(); result.fieldMapSint64Fixed32141_.makeImmutable(); } if (((from_bitField4_ & 0x00002000) != 0)) { result.fieldMapSint64Fixed64142_ = internalGetFieldMapSint64Fixed64142(); result.fieldMapSint64Fixed64142_.makeImmutable(); } if (((from_bitField4_ & 0x00004000) != 0)) { result.fieldMapSint64Float143_ = internalGetFieldMapSint64Float143(); result.fieldMapSint64Float143_.makeImmutable(); } if (((from_bitField4_ & 0x00008000) != 0)) { result.fieldMapSint64Int32144_ = internalGetFieldMapSint64Int32144(); result.fieldMapSint64Int32144_.makeImmutable(); } if (((from_bitField4_ & 0x00010000) != 0)) { result.fieldMapSint64Int64145_ = internalGetFieldMapSint64Int64145(); result.fieldMapSint64Int64145_.makeImmutable(); } if (((from_bitField4_ & 0x00020000) != 0)) { result.fieldMapSint64Message146_ = internalGetFieldMapSint64Message146().build(FieldMapSint64Message146DefaultEntryHolder.defaultEntry); } if (((from_bitField4_ & 0x00040000) != 0)) { result.fieldMapSint64Sfixed32147_ = internalGetFieldMapSint64Sfixed32147(); result.fieldMapSint64Sfixed32147_.makeImmutable(); } if (((from_bitField4_ & 0x00080000) != 0)) { result.fieldMapSint64Sfixed64148_ = internalGetFieldMapSint64Sfixed64148(); result.fieldMapSint64Sfixed64148_.makeImmutable(); } if (((from_bitField4_ & 0x00100000) != 0)) { result.fieldMapSint64Sint32149_ = internalGetFieldMapSint64Sint32149(); result.fieldMapSint64Sint32149_.makeImmutable(); } if (((from_bitField4_ & 0x00200000) != 0)) { result.fieldMapSint64Sint64150_ = internalGetFieldMapSint64Sint64150(); result.fieldMapSint64Sint64150_.makeImmutable(); } if (((from_bitField4_ & 0x00400000) != 0)) { result.fieldMapSint64String151_ = internalGetFieldMapSint64String151(); result.fieldMapSint64String151_.makeImmutable(); } if (((from_bitField4_ & 0x00800000) != 0)) { result.fieldMapSint64Uint32152_ = internalGetFieldMapSint64Uint32152(); result.fieldMapSint64Uint32152_.makeImmutable(); } if (((from_bitField4_ & 0x01000000) != 0)) { result.fieldMapSint64Uint64153_ = internalGetFieldMapSint64Uint64153(); result.fieldMapSint64Uint64153_.makeImmutable(); } if (((from_bitField4_ & 0x02000000) != 0)) { result.fieldMapStringBool154_ = internalGetFieldMapStringBool154(); result.fieldMapStringBool154_.makeImmutable(); } if (((from_bitField4_ & 0x04000000) != 0)) { result.fieldMapStringBytes155_ = internalGetFieldMapStringBytes155(); result.fieldMapStringBytes155_.makeImmutable(); } if (((from_bitField4_ & 0x08000000) != 0)) { result.fieldMapStringDouble156_ = internalGetFieldMapStringDouble156(); result.fieldMapStringDouble156_.makeImmutable(); } if (((from_bitField4_ & 0x10000000) != 0)) { result.fieldMapStringEnum157_ = internalGetFieldMapStringEnum157(); result.fieldMapStringEnum157_.makeImmutable(); } if (((from_bitField4_ & 0x20000000) != 0)) { result.fieldMapStringFixed32158_ = internalGetFieldMapStringFixed32158(); result.fieldMapStringFixed32158_.makeImmutable(); } if (((from_bitField4_ & 0x40000000) != 0)) { result.fieldMapStringFixed64159_ = internalGetFieldMapStringFixed64159(); result.fieldMapStringFixed64159_.makeImmutable(); } if (((from_bitField4_ & 0x80000000) != 0)) { result.fieldMapStringFloat160_ = internalGetFieldMapStringFloat160(); result.fieldMapStringFloat160_.makeImmutable(); } } private void buildPartial5(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result) { int from_bitField5_ = bitField5_; if (((from_bitField5_ & 0x00000001) != 0)) { result.fieldMapStringInt32161_ = internalGetFieldMapStringInt32161(); result.fieldMapStringInt32161_.makeImmutable(); } if (((from_bitField5_ & 0x00000002) != 0)) { result.fieldMapStringInt64162_ = internalGetFieldMapStringInt64162(); result.fieldMapStringInt64162_.makeImmutable(); } if (((from_bitField5_ & 0x00000004) != 0)) { result.fieldMapStringMessage163_ = internalGetFieldMapStringMessage163().build(FieldMapStringMessage163DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00000008) != 0)) { result.fieldMapStringSfixed32164_ = internalGetFieldMapStringSfixed32164(); result.fieldMapStringSfixed32164_.makeImmutable(); } if (((from_bitField5_ & 0x00000010) != 0)) { result.fieldMapStringSfixed64165_ = internalGetFieldMapStringSfixed64165(); result.fieldMapStringSfixed64165_.makeImmutable(); } if (((from_bitField5_ & 0x00000020) != 0)) { result.fieldMapStringSint32166_ = internalGetFieldMapStringSint32166(); result.fieldMapStringSint32166_.makeImmutable(); } if (((from_bitField5_ & 0x00000040) != 0)) { result.fieldMapStringSint64167_ = internalGetFieldMapStringSint64167(); result.fieldMapStringSint64167_.makeImmutable(); } if (((from_bitField5_ & 0x00000080) != 0)) { result.fieldMapStringString168_ = internalGetFieldMapStringString168(); result.fieldMapStringString168_.makeImmutable(); } if (((from_bitField5_ & 0x00000100) != 0)) { result.fieldMapStringUint32169_ = internalGetFieldMapStringUint32169(); result.fieldMapStringUint32169_.makeImmutable(); } if (((from_bitField5_ & 0x00000200) != 0)) { result.fieldMapStringUint64170_ = internalGetFieldMapStringUint64170(); result.fieldMapStringUint64170_.makeImmutable(); } if (((from_bitField5_ & 0x00000400) != 0)) { result.fieldMapUint32Bool171_ = internalGetFieldMapUint32Bool171(); result.fieldMapUint32Bool171_.makeImmutable(); } if (((from_bitField5_ & 0x00000800) != 0)) { result.fieldMapUint32Bytes172_ = internalGetFieldMapUint32Bytes172(); result.fieldMapUint32Bytes172_.makeImmutable(); } if (((from_bitField5_ & 0x00001000) != 0)) { result.fieldMapUint32Double173_ = internalGetFieldMapUint32Double173(); result.fieldMapUint32Double173_.makeImmutable(); } if (((from_bitField5_ & 0x00002000) != 0)) { result.fieldMapUint32Enum174_ = internalGetFieldMapUint32Enum174(); result.fieldMapUint32Enum174_.makeImmutable(); } if (((from_bitField5_ & 0x00004000) != 0)) { result.fieldMapUint32Fixed32175_ = internalGetFieldMapUint32Fixed32175(); result.fieldMapUint32Fixed32175_.makeImmutable(); } if (((from_bitField5_ & 0x00008000) != 0)) { result.fieldMapUint32Fixed64176_ = internalGetFieldMapUint32Fixed64176(); result.fieldMapUint32Fixed64176_.makeImmutable(); } if (((from_bitField5_ & 0x00010000) != 0)) { result.fieldMapUint32Float177_ = internalGetFieldMapUint32Float177(); result.fieldMapUint32Float177_.makeImmutable(); } if (((from_bitField5_ & 0x00020000) != 0)) { result.fieldMapUint32Int32178_ = internalGetFieldMapUint32Int32178(); result.fieldMapUint32Int32178_.makeImmutable(); } if (((from_bitField5_ & 0x00040000) != 0)) { result.fieldMapUint32Int64179_ = internalGetFieldMapUint32Int64179(); result.fieldMapUint32Int64179_.makeImmutable(); } if (((from_bitField5_ & 0x00080000) != 0)) { result.fieldMapUint32Message180_ = internalGetFieldMapUint32Message180().build(FieldMapUint32Message180DefaultEntryHolder.defaultEntry); } if (((from_bitField5_ & 0x00100000) != 0)) { result.fieldMapUint32Sfixed32181_ = internalGetFieldMapUint32Sfixed32181(); result.fieldMapUint32Sfixed32181_.makeImmutable(); } if (((from_bitField5_ & 0x00200000) != 0)) { result.fieldMapUint32Sfixed64182_ = internalGetFieldMapUint32Sfixed64182(); result.fieldMapUint32Sfixed64182_.makeImmutable(); } if (((from_bitField5_ & 0x00400000) != 0)) { result.fieldMapUint32Sint32183_ = internalGetFieldMapUint32Sint32183(); result.fieldMapUint32Sint32183_.makeImmutable(); } if (((from_bitField5_ & 0x00800000) != 0)) { result.fieldMapUint32Sint64184_ = internalGetFieldMapUint32Sint64184(); result.fieldMapUint32Sint64184_.makeImmutable(); } if (((from_bitField5_ & 0x01000000) != 0)) { result.fieldMapUint32String185_ = internalGetFieldMapUint32String185(); result.fieldMapUint32String185_.makeImmutable(); } if (((from_bitField5_ & 0x02000000) != 0)) { result.fieldMapUint32Uint32186_ = internalGetFieldMapUint32Uint32186(); result.fieldMapUint32Uint32186_.makeImmutable(); } if (((from_bitField5_ & 0x04000000) != 0)) { result.fieldMapUint32Uint64187_ = internalGetFieldMapUint32Uint64187(); result.fieldMapUint32Uint64187_.makeImmutable(); } if (((from_bitField5_ & 0x08000000) != 0)) { result.fieldMapUint64Bool188_ = internalGetFieldMapUint64Bool188(); result.fieldMapUint64Bool188_.makeImmutable(); } if (((from_bitField5_ & 0x10000000) != 0)) { result.fieldMapUint64Bytes189_ = internalGetFieldMapUint64Bytes189(); result.fieldMapUint64Bytes189_.makeImmutable(); } if (((from_bitField5_ & 0x20000000) != 0)) { result.fieldMapUint64Double190_ = internalGetFieldMapUint64Double190(); result.fieldMapUint64Double190_.makeImmutable(); } if (((from_bitField5_ & 0x40000000) != 0)) { result.fieldMapUint64Enum191_ = internalGetFieldMapUint64Enum191(); result.fieldMapUint64Enum191_.makeImmutable(); } if (((from_bitField5_ & 0x80000000) != 0)) { result.fieldMapUint64Fixed32192_ = internalGetFieldMapUint64Fixed32192(); result.fieldMapUint64Fixed32192_.makeImmutable(); } } private void buildPartial6(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps result) { int from_bitField6_ = bitField6_; if (((from_bitField6_ & 0x00000001) != 0)) { result.fieldMapUint64Fixed64193_ = internalGetFieldMapUint64Fixed64193(); result.fieldMapUint64Fixed64193_.makeImmutable(); } if (((from_bitField6_ & 0x00000002) != 0)) { result.fieldMapUint64Float194_ = internalGetFieldMapUint64Float194(); result.fieldMapUint64Float194_.makeImmutable(); } if (((from_bitField6_ & 0x00000004) != 0)) { result.fieldMapUint64Int32195_ = internalGetFieldMapUint64Int32195(); result.fieldMapUint64Int32195_.makeImmutable(); } if (((from_bitField6_ & 0x00000008) != 0)) { result.fieldMapUint64Int64196_ = internalGetFieldMapUint64Int64196(); result.fieldMapUint64Int64196_.makeImmutable(); } if (((from_bitField6_ & 0x00000010) != 0)) { result.fieldMapUint64Message197_ = internalGetFieldMapUint64Message197().build(FieldMapUint64Message197DefaultEntryHolder.defaultEntry); } if (((from_bitField6_ & 0x00000020) != 0)) { result.fieldMapUint64Sfixed32198_ = internalGetFieldMapUint64Sfixed32198(); result.fieldMapUint64Sfixed32198_.makeImmutable(); } if (((from_bitField6_ & 0x00000040) != 0)) { result.fieldMapUint64Sfixed64199_ = internalGetFieldMapUint64Sfixed64199(); result.fieldMapUint64Sfixed64199_.makeImmutable(); } if (((from_bitField6_ & 0x00000080) != 0)) { result.fieldMapUint64Sint32200_ = internalGetFieldMapUint64Sint32200(); result.fieldMapUint64Sint32200_.makeImmutable(); } if (((from_bitField6_ & 0x00000100) != 0)) { result.fieldMapUint64Sint64201_ = internalGetFieldMapUint64Sint64201(); result.fieldMapUint64Sint64201_.makeImmutable(); } if (((from_bitField6_ & 0x00000200) != 0)) { result.fieldMapUint64String202_ = internalGetFieldMapUint64String202(); result.fieldMapUint64String202_.makeImmutable(); } if (((from_bitField6_ & 0x00000400) != 0)) { result.fieldMapUint64Uint32203_ = internalGetFieldMapUint64Uint32203(); result.fieldMapUint64Uint32203_.makeImmutable(); } if (((from_bitField6_ & 0x00000800) != 0)) { result.fieldMapUint64Uint64204_ = internalGetFieldMapUint64Uint64204(); result.fieldMapUint64Uint64204_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps) { return mergeFrom((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps other) { if (other == com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps.getDefaultInstance()) return this; internalGetMutableFieldMapBoolBool1().mergeFrom( other.internalGetFieldMapBoolBool1()); bitField0_ |= 0x00000001; internalGetMutableFieldMapBoolBytes2().mergeFrom( other.internalGetFieldMapBoolBytes2()); bitField0_ |= 0x00000002; internalGetMutableFieldMapBoolDouble3().mergeFrom( other.internalGetFieldMapBoolDouble3()); bitField0_ |= 0x00000004; internalGetMutableFieldMapBoolEnum4().mergeFrom( other.internalGetFieldMapBoolEnum4()); bitField0_ |= 0x00000008; internalGetMutableFieldMapBoolFixed325().mergeFrom( other.internalGetFieldMapBoolFixed325()); bitField0_ |= 0x00000010; internalGetMutableFieldMapBoolFixed646().mergeFrom( other.internalGetFieldMapBoolFixed646()); bitField0_ |= 0x00000020; internalGetMutableFieldMapBoolFloat7().mergeFrom( other.internalGetFieldMapBoolFloat7()); bitField0_ |= 0x00000040; internalGetMutableFieldMapBoolInt328().mergeFrom( other.internalGetFieldMapBoolInt328()); bitField0_ |= 0x00000080; internalGetMutableFieldMapBoolInt649().mergeFrom( other.internalGetFieldMapBoolInt649()); bitField0_ |= 0x00000100; internalGetMutableFieldMapBoolMessage10().mergeFrom( other.internalGetFieldMapBoolMessage10()); bitField0_ |= 0x00000200; internalGetMutableFieldMapBoolSfixed3211().mergeFrom( other.internalGetFieldMapBoolSfixed3211()); bitField0_ |= 0x00000400; internalGetMutableFieldMapBoolSfixed6412().mergeFrom( other.internalGetFieldMapBoolSfixed6412()); bitField0_ |= 0x00000800; internalGetMutableFieldMapBoolSint3213().mergeFrom( other.internalGetFieldMapBoolSint3213()); bitField0_ |= 0x00001000; internalGetMutableFieldMapBoolSint6414().mergeFrom( other.internalGetFieldMapBoolSint6414()); bitField0_ |= 0x00002000; internalGetMutableFieldMapBoolString15().mergeFrom( other.internalGetFieldMapBoolString15()); bitField0_ |= 0x00004000; internalGetMutableFieldMapBoolUint3216().mergeFrom( other.internalGetFieldMapBoolUint3216()); bitField0_ |= 0x00008000; internalGetMutableFieldMapBoolUint6417().mergeFrom( other.internalGetFieldMapBoolUint6417()); bitField0_ |= 0x00010000; internalGetMutableFieldMapFixed32Bool18().mergeFrom( other.internalGetFieldMapFixed32Bool18()); bitField0_ |= 0x00020000; internalGetMutableFieldMapFixed32Bytes19().mergeFrom( other.internalGetFieldMapFixed32Bytes19()); bitField0_ |= 0x00040000; internalGetMutableFieldMapFixed32Double20().mergeFrom( other.internalGetFieldMapFixed32Double20()); bitField0_ |= 0x00080000; internalGetMutableFieldMapFixed32Enum21().mergeFrom( other.internalGetFieldMapFixed32Enum21()); bitField0_ |= 0x00100000; internalGetMutableFieldMapFixed32Fixed3222().mergeFrom( other.internalGetFieldMapFixed32Fixed3222()); bitField0_ |= 0x00200000; internalGetMutableFieldMapFixed32Fixed6423().mergeFrom( other.internalGetFieldMapFixed32Fixed6423()); bitField0_ |= 0x00400000; internalGetMutableFieldMapFixed32Float24().mergeFrom( other.internalGetFieldMapFixed32Float24()); bitField0_ |= 0x00800000; internalGetMutableFieldMapFixed32Int3225().mergeFrom( other.internalGetFieldMapFixed32Int3225()); bitField0_ |= 0x01000000; internalGetMutableFieldMapFixed32Int6426().mergeFrom( other.internalGetFieldMapFixed32Int6426()); bitField0_ |= 0x02000000; internalGetMutableFieldMapFixed32Message27().mergeFrom( other.internalGetFieldMapFixed32Message27()); bitField0_ |= 0x04000000; internalGetMutableFieldMapFixed32Sfixed3228().mergeFrom( other.internalGetFieldMapFixed32Sfixed3228()); bitField0_ |= 0x08000000; internalGetMutableFieldMapFixed32Sfixed6429().mergeFrom( other.internalGetFieldMapFixed32Sfixed6429()); bitField0_ |= 0x10000000; internalGetMutableFieldMapFixed32Sint3230().mergeFrom( other.internalGetFieldMapFixed32Sint3230()); bitField0_ |= 0x20000000; internalGetMutableFieldMapFixed32Sint6431().mergeFrom( other.internalGetFieldMapFixed32Sint6431()); bitField0_ |= 0x40000000; internalGetMutableFieldMapFixed32String32().mergeFrom( other.internalGetFieldMapFixed32String32()); bitField0_ |= 0x80000000; internalGetMutableFieldMapFixed32Uint3233().mergeFrom( other.internalGetFieldMapFixed32Uint3233()); bitField1_ |= 0x00000001; internalGetMutableFieldMapFixed32Uint6434().mergeFrom( other.internalGetFieldMapFixed32Uint6434()); bitField1_ |= 0x00000002; internalGetMutableFieldMapFixed64Bool35().mergeFrom( other.internalGetFieldMapFixed64Bool35()); bitField1_ |= 0x00000004; internalGetMutableFieldMapFixed64Bytes36().mergeFrom( other.internalGetFieldMapFixed64Bytes36()); bitField1_ |= 0x00000008; internalGetMutableFieldMapFixed64Double37().mergeFrom( other.internalGetFieldMapFixed64Double37()); bitField1_ |= 0x00000010; internalGetMutableFieldMapFixed64Enum38().mergeFrom( other.internalGetFieldMapFixed64Enum38()); bitField1_ |= 0x00000020; internalGetMutableFieldMapFixed64Fixed3239().mergeFrom( other.internalGetFieldMapFixed64Fixed3239()); bitField1_ |= 0x00000040; internalGetMutableFieldMapFixed64Fixed6440().mergeFrom( other.internalGetFieldMapFixed64Fixed6440()); bitField1_ |= 0x00000080; internalGetMutableFieldMapFixed64Float41().mergeFrom( other.internalGetFieldMapFixed64Float41()); bitField1_ |= 0x00000100; internalGetMutableFieldMapFixed64Int3242().mergeFrom( other.internalGetFieldMapFixed64Int3242()); bitField1_ |= 0x00000200; internalGetMutableFieldMapFixed64Int6443().mergeFrom( other.internalGetFieldMapFixed64Int6443()); bitField1_ |= 0x00000400; internalGetMutableFieldMapFixed64Message44().mergeFrom( other.internalGetFieldMapFixed64Message44()); bitField1_ |= 0x00000800; internalGetMutableFieldMapFixed64Sfixed3245().mergeFrom( other.internalGetFieldMapFixed64Sfixed3245()); bitField1_ |= 0x00001000; internalGetMutableFieldMapFixed64Sfixed6446().mergeFrom( other.internalGetFieldMapFixed64Sfixed6446()); bitField1_ |= 0x00002000; internalGetMutableFieldMapFixed64Sint3247().mergeFrom( other.internalGetFieldMapFixed64Sint3247()); bitField1_ |= 0x00004000; internalGetMutableFieldMapFixed64Sint6448().mergeFrom( other.internalGetFieldMapFixed64Sint6448()); bitField1_ |= 0x00008000; internalGetMutableFieldMapFixed64String49().mergeFrom( other.internalGetFieldMapFixed64String49()); bitField1_ |= 0x00010000; internalGetMutableFieldMapFixed64Uint3250().mergeFrom( other.internalGetFieldMapFixed64Uint3250()); bitField1_ |= 0x00020000; internalGetMutableFieldMapFixed64Uint6451().mergeFrom( other.internalGetFieldMapFixed64Uint6451()); bitField1_ |= 0x00040000; internalGetMutableFieldMapInt32Bool52().mergeFrom( other.internalGetFieldMapInt32Bool52()); bitField1_ |= 0x00080000; internalGetMutableFieldMapInt32Bytes53().mergeFrom( other.internalGetFieldMapInt32Bytes53()); bitField1_ |= 0x00100000; internalGetMutableFieldMapInt32Double54().mergeFrom( other.internalGetFieldMapInt32Double54()); bitField1_ |= 0x00200000; internalGetMutableFieldMapInt32Enum55().mergeFrom( other.internalGetFieldMapInt32Enum55()); bitField1_ |= 0x00400000; internalGetMutableFieldMapInt32Fixed3256().mergeFrom( other.internalGetFieldMapInt32Fixed3256()); bitField1_ |= 0x00800000; internalGetMutableFieldMapInt32Fixed6457().mergeFrom( other.internalGetFieldMapInt32Fixed6457()); bitField1_ |= 0x01000000; internalGetMutableFieldMapInt32Float58().mergeFrom( other.internalGetFieldMapInt32Float58()); bitField1_ |= 0x02000000; internalGetMutableFieldMapInt32Int3259().mergeFrom( other.internalGetFieldMapInt32Int3259()); bitField1_ |= 0x04000000; internalGetMutableFieldMapInt32Int6460().mergeFrom( other.internalGetFieldMapInt32Int6460()); bitField1_ |= 0x08000000; internalGetMutableFieldMapInt32Message61().mergeFrom( other.internalGetFieldMapInt32Message61()); bitField1_ |= 0x10000000; internalGetMutableFieldMapInt32Sfixed3262().mergeFrom( other.internalGetFieldMapInt32Sfixed3262()); bitField1_ |= 0x20000000; internalGetMutableFieldMapInt32Sfixed6463().mergeFrom( other.internalGetFieldMapInt32Sfixed6463()); bitField1_ |= 0x40000000; internalGetMutableFieldMapInt32Sint3264().mergeFrom( other.internalGetFieldMapInt32Sint3264()); bitField1_ |= 0x80000000; internalGetMutableFieldMapInt32Sint6465().mergeFrom( other.internalGetFieldMapInt32Sint6465()); bitField2_ |= 0x00000001; internalGetMutableFieldMapInt32String66().mergeFrom( other.internalGetFieldMapInt32String66()); bitField2_ |= 0x00000002; internalGetMutableFieldMapInt32Uint3267().mergeFrom( other.internalGetFieldMapInt32Uint3267()); bitField2_ |= 0x00000004; internalGetMutableFieldMapInt32Uint6468().mergeFrom( other.internalGetFieldMapInt32Uint6468()); bitField2_ |= 0x00000008; internalGetMutableFieldMapInt64Bool69().mergeFrom( other.internalGetFieldMapInt64Bool69()); bitField2_ |= 0x00000010; internalGetMutableFieldMapInt64Bytes70().mergeFrom( other.internalGetFieldMapInt64Bytes70()); bitField2_ |= 0x00000020; internalGetMutableFieldMapInt64Double71().mergeFrom( other.internalGetFieldMapInt64Double71()); bitField2_ |= 0x00000040; internalGetMutableFieldMapInt64Enum72().mergeFrom( other.internalGetFieldMapInt64Enum72()); bitField2_ |= 0x00000080; internalGetMutableFieldMapInt64Fixed3273().mergeFrom( other.internalGetFieldMapInt64Fixed3273()); bitField2_ |= 0x00000100; internalGetMutableFieldMapInt64Fixed6474().mergeFrom( other.internalGetFieldMapInt64Fixed6474()); bitField2_ |= 0x00000200; internalGetMutableFieldMapInt64Float75().mergeFrom( other.internalGetFieldMapInt64Float75()); bitField2_ |= 0x00000400; internalGetMutableFieldMapInt64Int3276().mergeFrom( other.internalGetFieldMapInt64Int3276()); bitField2_ |= 0x00000800; internalGetMutableFieldMapInt64Int6477().mergeFrom( other.internalGetFieldMapInt64Int6477()); bitField2_ |= 0x00001000; internalGetMutableFieldMapInt64Message78().mergeFrom( other.internalGetFieldMapInt64Message78()); bitField2_ |= 0x00002000; internalGetMutableFieldMapInt64Sfixed3279().mergeFrom( other.internalGetFieldMapInt64Sfixed3279()); bitField2_ |= 0x00004000; internalGetMutableFieldMapInt64Sfixed6480().mergeFrom( other.internalGetFieldMapInt64Sfixed6480()); bitField2_ |= 0x00008000; internalGetMutableFieldMapInt64Sint3281().mergeFrom( other.internalGetFieldMapInt64Sint3281()); bitField2_ |= 0x00010000; internalGetMutableFieldMapInt64Sint6482().mergeFrom( other.internalGetFieldMapInt64Sint6482()); bitField2_ |= 0x00020000; internalGetMutableFieldMapInt64String83().mergeFrom( other.internalGetFieldMapInt64String83()); bitField2_ |= 0x00040000; internalGetMutableFieldMapInt64Uint3284().mergeFrom( other.internalGetFieldMapInt64Uint3284()); bitField2_ |= 0x00080000; internalGetMutableFieldMapInt64Uint6485().mergeFrom( other.internalGetFieldMapInt64Uint6485()); bitField2_ |= 0x00100000; internalGetMutableFieldMapSfixed32Bool86().mergeFrom( other.internalGetFieldMapSfixed32Bool86()); bitField2_ |= 0x00200000; internalGetMutableFieldMapSfixed32Bytes87().mergeFrom( other.internalGetFieldMapSfixed32Bytes87()); bitField2_ |= 0x00400000; internalGetMutableFieldMapSfixed32Double88().mergeFrom( other.internalGetFieldMapSfixed32Double88()); bitField2_ |= 0x00800000; internalGetMutableFieldMapSfixed32Enum89().mergeFrom( other.internalGetFieldMapSfixed32Enum89()); bitField2_ |= 0x01000000; internalGetMutableFieldMapSfixed32Fixed3290().mergeFrom( other.internalGetFieldMapSfixed32Fixed3290()); bitField2_ |= 0x02000000; internalGetMutableFieldMapSfixed32Fixed6491().mergeFrom( other.internalGetFieldMapSfixed32Fixed6491()); bitField2_ |= 0x04000000; internalGetMutableFieldMapSfixed32Float92().mergeFrom( other.internalGetFieldMapSfixed32Float92()); bitField2_ |= 0x08000000; internalGetMutableFieldMapSfixed32Int3293().mergeFrom( other.internalGetFieldMapSfixed32Int3293()); bitField2_ |= 0x10000000; internalGetMutableFieldMapSfixed32Int6494().mergeFrom( other.internalGetFieldMapSfixed32Int6494()); bitField2_ |= 0x20000000; internalGetMutableFieldMapSfixed32Message95().mergeFrom( other.internalGetFieldMapSfixed32Message95()); bitField2_ |= 0x40000000; internalGetMutableFieldMapSfixed32Sfixed3296().mergeFrom( other.internalGetFieldMapSfixed32Sfixed3296()); bitField2_ |= 0x80000000; internalGetMutableFieldMapSfixed32Sfixed6497().mergeFrom( other.internalGetFieldMapSfixed32Sfixed6497()); bitField3_ |= 0x00000001; internalGetMutableFieldMapSfixed32Sint3298().mergeFrom( other.internalGetFieldMapSfixed32Sint3298()); bitField3_ |= 0x00000002; internalGetMutableFieldMapSfixed32Sint6499().mergeFrom( other.internalGetFieldMapSfixed32Sint6499()); bitField3_ |= 0x00000004; internalGetMutableFieldMapSfixed32String100().mergeFrom( other.internalGetFieldMapSfixed32String100()); bitField3_ |= 0x00000008; internalGetMutableFieldMapSfixed32Uint32101().mergeFrom( other.internalGetFieldMapSfixed32Uint32101()); bitField3_ |= 0x00000010; internalGetMutableFieldMapSfixed32Uint64102().mergeFrom( other.internalGetFieldMapSfixed32Uint64102()); bitField3_ |= 0x00000020; internalGetMutableFieldMapSfixed64Bool103().mergeFrom( other.internalGetFieldMapSfixed64Bool103()); bitField3_ |= 0x00000040; internalGetMutableFieldMapSfixed64Bytes104().mergeFrom( other.internalGetFieldMapSfixed64Bytes104()); bitField3_ |= 0x00000080; internalGetMutableFieldMapSfixed64Double105().mergeFrom( other.internalGetFieldMapSfixed64Double105()); bitField3_ |= 0x00000100; internalGetMutableFieldMapSfixed64Enum106().mergeFrom( other.internalGetFieldMapSfixed64Enum106()); bitField3_ |= 0x00000200; internalGetMutableFieldMapSfixed64Fixed32107().mergeFrom( other.internalGetFieldMapSfixed64Fixed32107()); bitField3_ |= 0x00000400; internalGetMutableFieldMapSfixed64Fixed64108().mergeFrom( other.internalGetFieldMapSfixed64Fixed64108()); bitField3_ |= 0x00000800; internalGetMutableFieldMapSfixed64Float109().mergeFrom( other.internalGetFieldMapSfixed64Float109()); bitField3_ |= 0x00001000; internalGetMutableFieldMapSfixed64Int32110().mergeFrom( other.internalGetFieldMapSfixed64Int32110()); bitField3_ |= 0x00002000; internalGetMutableFieldMapSfixed64Int64111().mergeFrom( other.internalGetFieldMapSfixed64Int64111()); bitField3_ |= 0x00004000; internalGetMutableFieldMapSfixed64Message112().mergeFrom( other.internalGetFieldMapSfixed64Message112()); bitField3_ |= 0x00008000; internalGetMutableFieldMapSfixed64Sfixed32113().mergeFrom( other.internalGetFieldMapSfixed64Sfixed32113()); bitField3_ |= 0x00010000; internalGetMutableFieldMapSfixed64Sfixed64114().mergeFrom( other.internalGetFieldMapSfixed64Sfixed64114()); bitField3_ |= 0x00020000; internalGetMutableFieldMapSfixed64Sint32115().mergeFrom( other.internalGetFieldMapSfixed64Sint32115()); bitField3_ |= 0x00040000; internalGetMutableFieldMapSfixed64Sint64116().mergeFrom( other.internalGetFieldMapSfixed64Sint64116()); bitField3_ |= 0x00080000; internalGetMutableFieldMapSfixed64String117().mergeFrom( other.internalGetFieldMapSfixed64String117()); bitField3_ |= 0x00100000; internalGetMutableFieldMapSfixed64Uint32118().mergeFrom( other.internalGetFieldMapSfixed64Uint32118()); bitField3_ |= 0x00200000; internalGetMutableFieldMapSfixed64Uint64119().mergeFrom( other.internalGetFieldMapSfixed64Uint64119()); bitField3_ |= 0x00400000; internalGetMutableFieldMapSint32Bool120().mergeFrom( other.internalGetFieldMapSint32Bool120()); bitField3_ |= 0x00800000; internalGetMutableFieldMapSint32Bytes121().mergeFrom( other.internalGetFieldMapSint32Bytes121()); bitField3_ |= 0x01000000; internalGetMutableFieldMapSint32Double122().mergeFrom( other.internalGetFieldMapSint32Double122()); bitField3_ |= 0x02000000; internalGetMutableFieldMapSint32Enum123().mergeFrom( other.internalGetFieldMapSint32Enum123()); bitField3_ |= 0x04000000; internalGetMutableFieldMapSint32Fixed32124().mergeFrom( other.internalGetFieldMapSint32Fixed32124()); bitField3_ |= 0x08000000; internalGetMutableFieldMapSint32Fixed64125().mergeFrom( other.internalGetFieldMapSint32Fixed64125()); bitField3_ |= 0x10000000; internalGetMutableFieldMapSint32Float126().mergeFrom( other.internalGetFieldMapSint32Float126()); bitField3_ |= 0x20000000; internalGetMutableFieldMapSint32Int32127().mergeFrom( other.internalGetFieldMapSint32Int32127()); bitField3_ |= 0x40000000; internalGetMutableFieldMapSint32Int64128().mergeFrom( other.internalGetFieldMapSint32Int64128()); bitField3_ |= 0x80000000; internalGetMutableFieldMapSint32Message129().mergeFrom( other.internalGetFieldMapSint32Message129()); bitField4_ |= 0x00000001; internalGetMutableFieldMapSint32Sfixed32130().mergeFrom( other.internalGetFieldMapSint32Sfixed32130()); bitField4_ |= 0x00000002; internalGetMutableFieldMapSint32Sfixed64131().mergeFrom( other.internalGetFieldMapSint32Sfixed64131()); bitField4_ |= 0x00000004; internalGetMutableFieldMapSint32Sint32132().mergeFrom( other.internalGetFieldMapSint32Sint32132()); bitField4_ |= 0x00000008; internalGetMutableFieldMapSint32Sint64133().mergeFrom( other.internalGetFieldMapSint32Sint64133()); bitField4_ |= 0x00000010; internalGetMutableFieldMapSint32String134().mergeFrom( other.internalGetFieldMapSint32String134()); bitField4_ |= 0x00000020; internalGetMutableFieldMapSint32Uint32135().mergeFrom( other.internalGetFieldMapSint32Uint32135()); bitField4_ |= 0x00000040; internalGetMutableFieldMapSint32Uint64136().mergeFrom( other.internalGetFieldMapSint32Uint64136()); bitField4_ |= 0x00000080; internalGetMutableFieldMapSint64Bool137().mergeFrom( other.internalGetFieldMapSint64Bool137()); bitField4_ |= 0x00000100; internalGetMutableFieldMapSint64Bytes138().mergeFrom( other.internalGetFieldMapSint64Bytes138()); bitField4_ |= 0x00000200; internalGetMutableFieldMapSint64Double139().mergeFrom( other.internalGetFieldMapSint64Double139()); bitField4_ |= 0x00000400; internalGetMutableFieldMapSint64Enum140().mergeFrom( other.internalGetFieldMapSint64Enum140()); bitField4_ |= 0x00000800; internalGetMutableFieldMapSint64Fixed32141().mergeFrom( other.internalGetFieldMapSint64Fixed32141()); bitField4_ |= 0x00001000; internalGetMutableFieldMapSint64Fixed64142().mergeFrom( other.internalGetFieldMapSint64Fixed64142()); bitField4_ |= 0x00002000; internalGetMutableFieldMapSint64Float143().mergeFrom( other.internalGetFieldMapSint64Float143()); bitField4_ |= 0x00004000; internalGetMutableFieldMapSint64Int32144().mergeFrom( other.internalGetFieldMapSint64Int32144()); bitField4_ |= 0x00008000; internalGetMutableFieldMapSint64Int64145().mergeFrom( other.internalGetFieldMapSint64Int64145()); bitField4_ |= 0x00010000; internalGetMutableFieldMapSint64Message146().mergeFrom( other.internalGetFieldMapSint64Message146()); bitField4_ |= 0x00020000; internalGetMutableFieldMapSint64Sfixed32147().mergeFrom( other.internalGetFieldMapSint64Sfixed32147()); bitField4_ |= 0x00040000; internalGetMutableFieldMapSint64Sfixed64148().mergeFrom( other.internalGetFieldMapSint64Sfixed64148()); bitField4_ |= 0x00080000; internalGetMutableFieldMapSint64Sint32149().mergeFrom( other.internalGetFieldMapSint64Sint32149()); bitField4_ |= 0x00100000; internalGetMutableFieldMapSint64Sint64150().mergeFrom( other.internalGetFieldMapSint64Sint64150()); bitField4_ |= 0x00200000; internalGetMutableFieldMapSint64String151().mergeFrom( other.internalGetFieldMapSint64String151()); bitField4_ |= 0x00400000; internalGetMutableFieldMapSint64Uint32152().mergeFrom( other.internalGetFieldMapSint64Uint32152()); bitField4_ |= 0x00800000; internalGetMutableFieldMapSint64Uint64153().mergeFrom( other.internalGetFieldMapSint64Uint64153()); bitField4_ |= 0x01000000; internalGetMutableFieldMapStringBool154().mergeFrom( other.internalGetFieldMapStringBool154()); bitField4_ |= 0x02000000; internalGetMutableFieldMapStringBytes155().mergeFrom( other.internalGetFieldMapStringBytes155()); bitField4_ |= 0x04000000; internalGetMutableFieldMapStringDouble156().mergeFrom( other.internalGetFieldMapStringDouble156()); bitField4_ |= 0x08000000; internalGetMutableFieldMapStringEnum157().mergeFrom( other.internalGetFieldMapStringEnum157()); bitField4_ |= 0x10000000; internalGetMutableFieldMapStringFixed32158().mergeFrom( other.internalGetFieldMapStringFixed32158()); bitField4_ |= 0x20000000; internalGetMutableFieldMapStringFixed64159().mergeFrom( other.internalGetFieldMapStringFixed64159()); bitField4_ |= 0x40000000; internalGetMutableFieldMapStringFloat160().mergeFrom( other.internalGetFieldMapStringFloat160()); bitField4_ |= 0x80000000; internalGetMutableFieldMapStringInt32161().mergeFrom( other.internalGetFieldMapStringInt32161()); bitField5_ |= 0x00000001; internalGetMutableFieldMapStringInt64162().mergeFrom( other.internalGetFieldMapStringInt64162()); bitField5_ |= 0x00000002; internalGetMutableFieldMapStringMessage163().mergeFrom( other.internalGetFieldMapStringMessage163()); bitField5_ |= 0x00000004; internalGetMutableFieldMapStringSfixed32164().mergeFrom( other.internalGetFieldMapStringSfixed32164()); bitField5_ |= 0x00000008; internalGetMutableFieldMapStringSfixed64165().mergeFrom( other.internalGetFieldMapStringSfixed64165()); bitField5_ |= 0x00000010; internalGetMutableFieldMapStringSint32166().mergeFrom( other.internalGetFieldMapStringSint32166()); bitField5_ |= 0x00000020; internalGetMutableFieldMapStringSint64167().mergeFrom( other.internalGetFieldMapStringSint64167()); bitField5_ |= 0x00000040; internalGetMutableFieldMapStringString168().mergeFrom( other.internalGetFieldMapStringString168()); bitField5_ |= 0x00000080; internalGetMutableFieldMapStringUint32169().mergeFrom( other.internalGetFieldMapStringUint32169()); bitField5_ |= 0x00000100; internalGetMutableFieldMapStringUint64170().mergeFrom( other.internalGetFieldMapStringUint64170()); bitField5_ |= 0x00000200; internalGetMutableFieldMapUint32Bool171().mergeFrom( other.internalGetFieldMapUint32Bool171()); bitField5_ |= 0x00000400; internalGetMutableFieldMapUint32Bytes172().mergeFrom( other.internalGetFieldMapUint32Bytes172()); bitField5_ |= 0x00000800; internalGetMutableFieldMapUint32Double173().mergeFrom( other.internalGetFieldMapUint32Double173()); bitField5_ |= 0x00001000; internalGetMutableFieldMapUint32Enum174().mergeFrom( other.internalGetFieldMapUint32Enum174()); bitField5_ |= 0x00002000; internalGetMutableFieldMapUint32Fixed32175().mergeFrom( other.internalGetFieldMapUint32Fixed32175()); bitField5_ |= 0x00004000; internalGetMutableFieldMapUint32Fixed64176().mergeFrom( other.internalGetFieldMapUint32Fixed64176()); bitField5_ |= 0x00008000; internalGetMutableFieldMapUint32Float177().mergeFrom( other.internalGetFieldMapUint32Float177()); bitField5_ |= 0x00010000; internalGetMutableFieldMapUint32Int32178().mergeFrom( other.internalGetFieldMapUint32Int32178()); bitField5_ |= 0x00020000; internalGetMutableFieldMapUint32Int64179().mergeFrom( other.internalGetFieldMapUint32Int64179()); bitField5_ |= 0x00040000; internalGetMutableFieldMapUint32Message180().mergeFrom( other.internalGetFieldMapUint32Message180()); bitField5_ |= 0x00080000; internalGetMutableFieldMapUint32Sfixed32181().mergeFrom( other.internalGetFieldMapUint32Sfixed32181()); bitField5_ |= 0x00100000; internalGetMutableFieldMapUint32Sfixed64182().mergeFrom( other.internalGetFieldMapUint32Sfixed64182()); bitField5_ |= 0x00200000; internalGetMutableFieldMapUint32Sint32183().mergeFrom( other.internalGetFieldMapUint32Sint32183()); bitField5_ |= 0x00400000; internalGetMutableFieldMapUint32Sint64184().mergeFrom( other.internalGetFieldMapUint32Sint64184()); bitField5_ |= 0x00800000; internalGetMutableFieldMapUint32String185().mergeFrom( other.internalGetFieldMapUint32String185()); bitField5_ |= 0x01000000; internalGetMutableFieldMapUint32Uint32186().mergeFrom( other.internalGetFieldMapUint32Uint32186()); bitField5_ |= 0x02000000; internalGetMutableFieldMapUint32Uint64187().mergeFrom( other.internalGetFieldMapUint32Uint64187()); bitField5_ |= 0x04000000; internalGetMutableFieldMapUint64Bool188().mergeFrom( other.internalGetFieldMapUint64Bool188()); bitField5_ |= 0x08000000; internalGetMutableFieldMapUint64Bytes189().mergeFrom( other.internalGetFieldMapUint64Bytes189()); bitField5_ |= 0x10000000; internalGetMutableFieldMapUint64Double190().mergeFrom( other.internalGetFieldMapUint64Double190()); bitField5_ |= 0x20000000; internalGetMutableFieldMapUint64Enum191().mergeFrom( other.internalGetFieldMapUint64Enum191()); bitField5_ |= 0x40000000; internalGetMutableFieldMapUint64Fixed32192().mergeFrom( other.internalGetFieldMapUint64Fixed32192()); bitField5_ |= 0x80000000; internalGetMutableFieldMapUint64Fixed64193().mergeFrom( other.internalGetFieldMapUint64Fixed64193()); bitField6_ |= 0x00000001; internalGetMutableFieldMapUint64Float194().mergeFrom( other.internalGetFieldMapUint64Float194()); bitField6_ |= 0x00000002; internalGetMutableFieldMapUint64Int32195().mergeFrom( other.internalGetFieldMapUint64Int32195()); bitField6_ |= 0x00000004; internalGetMutableFieldMapUint64Int64196().mergeFrom( other.internalGetFieldMapUint64Int64196()); bitField6_ |= 0x00000008; internalGetMutableFieldMapUint64Message197().mergeFrom( other.internalGetFieldMapUint64Message197()); bitField6_ |= 0x00000010; internalGetMutableFieldMapUint64Sfixed32198().mergeFrom( other.internalGetFieldMapUint64Sfixed32198()); bitField6_ |= 0x00000020; internalGetMutableFieldMapUint64Sfixed64199().mergeFrom( other.internalGetFieldMapUint64Sfixed64199()); bitField6_ |= 0x00000040; internalGetMutableFieldMapUint64Sint32200().mergeFrom( other.internalGetFieldMapUint64Sint32200()); bitField6_ |= 0x00000080; internalGetMutableFieldMapUint64Sint64201().mergeFrom( other.internalGetFieldMapUint64Sint64201()); bitField6_ |= 0x00000100; internalGetMutableFieldMapUint64String202().mergeFrom( other.internalGetFieldMapUint64String202()); bitField6_ |= 0x00000200; internalGetMutableFieldMapUint64Uint32203().mergeFrom( other.internalGetFieldMapUint64Uint32203()); bitField6_ |= 0x00000400; internalGetMutableFieldMapUint64Uint64204().mergeFrom( other.internalGetFieldMapUint64Uint64204()); bitField6_ |= 0x00000800; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry fieldMapBoolBool1__ = input.readMessage( FieldMapBoolBool1DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBool1().getMutableMap().put( fieldMapBoolBool1__.getKey(), fieldMapBoolBool1__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry fieldMapBoolBytes2__ = input.readMessage( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolBytes2().getMutableMap().put( fieldMapBoolBytes2__.getKey(), fieldMapBoolBytes2__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry fieldMapBoolDouble3__ = input.readMessage( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolDouble3().getMutableMap().put( fieldMapBoolDouble3__.getKey(), fieldMapBoolDouble3__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry fieldMapBoolEnum4__ = input.readMessage( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolEnum4().getMutableMap().put( fieldMapBoolEnum4__.getKey(), fieldMapBoolEnum4__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry fieldMapBoolFixed325__ = input.readMessage( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed325().getMutableMap().put( fieldMapBoolFixed325__.getKey(), fieldMapBoolFixed325__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry fieldMapBoolFixed646__ = input.readMessage( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFixed646().getMutableMap().put( fieldMapBoolFixed646__.getKey(), fieldMapBoolFixed646__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry fieldMapBoolFloat7__ = input.readMessage( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolFloat7().getMutableMap().put( fieldMapBoolFloat7__.getKey(), fieldMapBoolFloat7__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry fieldMapBoolInt328__ = input.readMessage( FieldMapBoolInt328DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt328().getMutableMap().put( fieldMapBoolInt328__.getKey(), fieldMapBoolInt328__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry fieldMapBoolInt649__ = input.readMessage( FieldMapBoolInt649DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolInt649().getMutableMap().put( fieldMapBoolInt649__.getKey(), fieldMapBoolInt649__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry fieldMapBoolMessage10__ = input.readMessage( FieldMapBoolMessage10DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolMessage10().ensureBuilderMap().put( fieldMapBoolMessage10__.getKey(), fieldMapBoolMessage10__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 case 90: { com.google.protobuf.MapEntry fieldMapBoolSfixed3211__ = input.readMessage( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed3211().getMutableMap().put( fieldMapBoolSfixed3211__.getKey(), fieldMapBoolSfixed3211__.getValue()); bitField0_ |= 0x00000400; break; } // case 90 case 98: { com.google.protobuf.MapEntry fieldMapBoolSfixed6412__ = input.readMessage( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSfixed6412().getMutableMap().put( fieldMapBoolSfixed6412__.getKey(), fieldMapBoolSfixed6412__.getValue()); bitField0_ |= 0x00000800; break; } // case 98 case 106: { com.google.protobuf.MapEntry fieldMapBoolSint3213__ = input.readMessage( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint3213().getMutableMap().put( fieldMapBoolSint3213__.getKey(), fieldMapBoolSint3213__.getValue()); bitField0_ |= 0x00001000; break; } // case 106 case 114: { com.google.protobuf.MapEntry fieldMapBoolSint6414__ = input.readMessage( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolSint6414().getMutableMap().put( fieldMapBoolSint6414__.getKey(), fieldMapBoolSint6414__.getValue()); bitField0_ |= 0x00002000; break; } // case 114 case 122: { com.google.protobuf.MapEntry fieldMapBoolString15__ = input.readMessage( FieldMapBoolString15DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolString15().getMutableMap().put( fieldMapBoolString15__.getKey(), fieldMapBoolString15__.getValue()); bitField0_ |= 0x00004000; break; } // case 122 case 130: { com.google.protobuf.MapEntry fieldMapBoolUint3216__ = input.readMessage( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint3216().getMutableMap().put( fieldMapBoolUint3216__.getKey(), fieldMapBoolUint3216__.getValue()); bitField0_ |= 0x00008000; break; } // case 130 case 138: { com.google.protobuf.MapEntry fieldMapBoolUint6417__ = input.readMessage( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapBoolUint6417().getMutableMap().put( fieldMapBoolUint6417__.getKey(), fieldMapBoolUint6417__.getValue()); bitField0_ |= 0x00010000; break; } // case 138 case 146: { com.google.protobuf.MapEntry fieldMapFixed32Bool18__ = input.readMessage( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bool18().getMutableMap().put( fieldMapFixed32Bool18__.getKey(), fieldMapFixed32Bool18__.getValue()); bitField0_ |= 0x00020000; break; } // case 146 case 154: { com.google.protobuf.MapEntry fieldMapFixed32Bytes19__ = input.readMessage( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Bytes19().getMutableMap().put( fieldMapFixed32Bytes19__.getKey(), fieldMapFixed32Bytes19__.getValue()); bitField0_ |= 0x00040000; break; } // case 154 case 162: { com.google.protobuf.MapEntry fieldMapFixed32Double20__ = input.readMessage( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Double20().getMutableMap().put( fieldMapFixed32Double20__.getKey(), fieldMapFixed32Double20__.getValue()); bitField0_ |= 0x00080000; break; } // case 162 case 170: { com.google.protobuf.MapEntry fieldMapFixed32Enum21__ = input.readMessage( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Enum21().getMutableMap().put( fieldMapFixed32Enum21__.getKey(), fieldMapFixed32Enum21__.getValue()); bitField0_ |= 0x00100000; break; } // case 170 case 178: { com.google.protobuf.MapEntry fieldMapFixed32Fixed3222__ = input.readMessage( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap().put( fieldMapFixed32Fixed3222__.getKey(), fieldMapFixed32Fixed3222__.getValue()); bitField0_ |= 0x00200000; break; } // case 178 case 186: { com.google.protobuf.MapEntry fieldMapFixed32Fixed6423__ = input.readMessage( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap().put( fieldMapFixed32Fixed6423__.getKey(), fieldMapFixed32Fixed6423__.getValue()); bitField0_ |= 0x00400000; break; } // case 186 case 194: { com.google.protobuf.MapEntry fieldMapFixed32Float24__ = input.readMessage( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Float24().getMutableMap().put( fieldMapFixed32Float24__.getKey(), fieldMapFixed32Float24__.getValue()); bitField0_ |= 0x00800000; break; } // case 194 case 202: { com.google.protobuf.MapEntry fieldMapFixed32Int3225__ = input.readMessage( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int3225().getMutableMap().put( fieldMapFixed32Int3225__.getKey(), fieldMapFixed32Int3225__.getValue()); bitField0_ |= 0x01000000; break; } // case 202 case 210: { com.google.protobuf.MapEntry fieldMapFixed32Int6426__ = input.readMessage( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Int6426().getMutableMap().put( fieldMapFixed32Int6426__.getKey(), fieldMapFixed32Int6426__.getValue()); bitField0_ |= 0x02000000; break; } // case 210 case 218: { com.google.protobuf.MapEntry fieldMapFixed32Message27__ = input.readMessage( FieldMapFixed32Message27DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Message27().ensureBuilderMap().put( fieldMapFixed32Message27__.getKey(), fieldMapFixed32Message27__.getValue()); bitField0_ |= 0x04000000; break; } // case 218 case 226: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed3228__ = input.readMessage( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap().put( fieldMapFixed32Sfixed3228__.getKey(), fieldMapFixed32Sfixed3228__.getValue()); bitField0_ |= 0x08000000; break; } // case 226 case 234: { com.google.protobuf.MapEntry fieldMapFixed32Sfixed6429__ = input.readMessage( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap().put( fieldMapFixed32Sfixed6429__.getKey(), fieldMapFixed32Sfixed6429__.getValue()); bitField0_ |= 0x10000000; break; } // case 234 case 242: { com.google.protobuf.MapEntry fieldMapFixed32Sint3230__ = input.readMessage( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint3230().getMutableMap().put( fieldMapFixed32Sint3230__.getKey(), fieldMapFixed32Sint3230__.getValue()); bitField0_ |= 0x20000000; break; } // case 242 case 250: { com.google.protobuf.MapEntry fieldMapFixed32Sint6431__ = input.readMessage( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Sint6431().getMutableMap().put( fieldMapFixed32Sint6431__.getKey(), fieldMapFixed32Sint6431__.getValue()); bitField0_ |= 0x40000000; break; } // case 250 case 258: { com.google.protobuf.MapEntry fieldMapFixed32String32__ = input.readMessage( FieldMapFixed32String32DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32String32().getMutableMap().put( fieldMapFixed32String32__.getKey(), fieldMapFixed32String32__.getValue()); bitField0_ |= 0x80000000; break; } // case 258 case 266: { com.google.protobuf.MapEntry fieldMapFixed32Uint3233__ = input.readMessage( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint3233().getMutableMap().put( fieldMapFixed32Uint3233__.getKey(), fieldMapFixed32Uint3233__.getValue()); bitField1_ |= 0x00000001; break; } // case 266 case 274: { com.google.protobuf.MapEntry fieldMapFixed32Uint6434__ = input.readMessage( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed32Uint6434().getMutableMap().put( fieldMapFixed32Uint6434__.getKey(), fieldMapFixed32Uint6434__.getValue()); bitField1_ |= 0x00000002; break; } // case 274 case 282: { com.google.protobuf.MapEntry fieldMapFixed64Bool35__ = input.readMessage( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bool35().getMutableMap().put( fieldMapFixed64Bool35__.getKey(), fieldMapFixed64Bool35__.getValue()); bitField1_ |= 0x00000004; break; } // case 282 case 290: { com.google.protobuf.MapEntry fieldMapFixed64Bytes36__ = input.readMessage( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Bytes36().getMutableMap().put( fieldMapFixed64Bytes36__.getKey(), fieldMapFixed64Bytes36__.getValue()); bitField1_ |= 0x00000008; break; } // case 290 case 298: { com.google.protobuf.MapEntry fieldMapFixed64Double37__ = input.readMessage( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Double37().getMutableMap().put( fieldMapFixed64Double37__.getKey(), fieldMapFixed64Double37__.getValue()); bitField1_ |= 0x00000010; break; } // case 298 case 306: { com.google.protobuf.MapEntry fieldMapFixed64Enum38__ = input.readMessage( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Enum38().getMutableMap().put( fieldMapFixed64Enum38__.getKey(), fieldMapFixed64Enum38__.getValue()); bitField1_ |= 0x00000020; break; } // case 306 case 314: { com.google.protobuf.MapEntry fieldMapFixed64Fixed3239__ = input.readMessage( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap().put( fieldMapFixed64Fixed3239__.getKey(), fieldMapFixed64Fixed3239__.getValue()); bitField1_ |= 0x00000040; break; } // case 314 case 322: { com.google.protobuf.MapEntry fieldMapFixed64Fixed6440__ = input.readMessage( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap().put( fieldMapFixed64Fixed6440__.getKey(), fieldMapFixed64Fixed6440__.getValue()); bitField1_ |= 0x00000080; break; } // case 322 case 330: { com.google.protobuf.MapEntry fieldMapFixed64Float41__ = input.readMessage( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Float41().getMutableMap().put( fieldMapFixed64Float41__.getKey(), fieldMapFixed64Float41__.getValue()); bitField1_ |= 0x00000100; break; } // case 330 case 338: { com.google.protobuf.MapEntry fieldMapFixed64Int3242__ = input.readMessage( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int3242().getMutableMap().put( fieldMapFixed64Int3242__.getKey(), fieldMapFixed64Int3242__.getValue()); bitField1_ |= 0x00000200; break; } // case 338 case 346: { com.google.protobuf.MapEntry fieldMapFixed64Int6443__ = input.readMessage( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Int6443().getMutableMap().put( fieldMapFixed64Int6443__.getKey(), fieldMapFixed64Int6443__.getValue()); bitField1_ |= 0x00000400; break; } // case 346 case 354: { com.google.protobuf.MapEntry fieldMapFixed64Message44__ = input.readMessage( FieldMapFixed64Message44DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Message44().ensureBuilderMap().put( fieldMapFixed64Message44__.getKey(), fieldMapFixed64Message44__.getValue()); bitField1_ |= 0x00000800; break; } // case 354 case 362: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed3245__ = input.readMessage( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap().put( fieldMapFixed64Sfixed3245__.getKey(), fieldMapFixed64Sfixed3245__.getValue()); bitField1_ |= 0x00001000; break; } // case 362 case 370: { com.google.protobuf.MapEntry fieldMapFixed64Sfixed6446__ = input.readMessage( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap().put( fieldMapFixed64Sfixed6446__.getKey(), fieldMapFixed64Sfixed6446__.getValue()); bitField1_ |= 0x00002000; break; } // case 370 case 378: { com.google.protobuf.MapEntry fieldMapFixed64Sint3247__ = input.readMessage( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint3247().getMutableMap().put( fieldMapFixed64Sint3247__.getKey(), fieldMapFixed64Sint3247__.getValue()); bitField1_ |= 0x00004000; break; } // case 378 case 386: { com.google.protobuf.MapEntry fieldMapFixed64Sint6448__ = input.readMessage( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Sint6448().getMutableMap().put( fieldMapFixed64Sint6448__.getKey(), fieldMapFixed64Sint6448__.getValue()); bitField1_ |= 0x00008000; break; } // case 386 case 394: { com.google.protobuf.MapEntry fieldMapFixed64String49__ = input.readMessage( FieldMapFixed64String49DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64String49().getMutableMap().put( fieldMapFixed64String49__.getKey(), fieldMapFixed64String49__.getValue()); bitField1_ |= 0x00010000; break; } // case 394 case 402: { com.google.protobuf.MapEntry fieldMapFixed64Uint3250__ = input.readMessage( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint3250().getMutableMap().put( fieldMapFixed64Uint3250__.getKey(), fieldMapFixed64Uint3250__.getValue()); bitField1_ |= 0x00020000; break; } // case 402 case 410: { com.google.protobuf.MapEntry fieldMapFixed64Uint6451__ = input.readMessage( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapFixed64Uint6451().getMutableMap().put( fieldMapFixed64Uint6451__.getKey(), fieldMapFixed64Uint6451__.getValue()); bitField1_ |= 0x00040000; break; } // case 410 case 418: { com.google.protobuf.MapEntry fieldMapInt32Bool52__ = input.readMessage( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bool52().getMutableMap().put( fieldMapInt32Bool52__.getKey(), fieldMapInt32Bool52__.getValue()); bitField1_ |= 0x00080000; break; } // case 418 case 426: { com.google.protobuf.MapEntry fieldMapInt32Bytes53__ = input.readMessage( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Bytes53().getMutableMap().put( fieldMapInt32Bytes53__.getKey(), fieldMapInt32Bytes53__.getValue()); bitField1_ |= 0x00100000; break; } // case 426 case 434: { com.google.protobuf.MapEntry fieldMapInt32Double54__ = input.readMessage( FieldMapInt32Double54DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Double54().getMutableMap().put( fieldMapInt32Double54__.getKey(), fieldMapInt32Double54__.getValue()); bitField1_ |= 0x00200000; break; } // case 434 case 442: { com.google.protobuf.MapEntry fieldMapInt32Enum55__ = input.readMessage( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Enum55().getMutableMap().put( fieldMapInt32Enum55__.getKey(), fieldMapInt32Enum55__.getValue()); bitField1_ |= 0x00400000; break; } // case 442 case 450: { com.google.protobuf.MapEntry fieldMapInt32Fixed3256__ = input.readMessage( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed3256().getMutableMap().put( fieldMapInt32Fixed3256__.getKey(), fieldMapInt32Fixed3256__.getValue()); bitField1_ |= 0x00800000; break; } // case 450 case 458: { com.google.protobuf.MapEntry fieldMapInt32Fixed6457__ = input.readMessage( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Fixed6457().getMutableMap().put( fieldMapInt32Fixed6457__.getKey(), fieldMapInt32Fixed6457__.getValue()); bitField1_ |= 0x01000000; break; } // case 458 case 466: { com.google.protobuf.MapEntry fieldMapInt32Float58__ = input.readMessage( FieldMapInt32Float58DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Float58().getMutableMap().put( fieldMapInt32Float58__.getKey(), fieldMapInt32Float58__.getValue()); bitField1_ |= 0x02000000; break; } // case 466 case 474: { com.google.protobuf.MapEntry fieldMapInt32Int3259__ = input.readMessage( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int3259().getMutableMap().put( fieldMapInt32Int3259__.getKey(), fieldMapInt32Int3259__.getValue()); bitField1_ |= 0x04000000; break; } // case 474 case 482: { com.google.protobuf.MapEntry fieldMapInt32Int6460__ = input.readMessage( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Int6460().getMutableMap().put( fieldMapInt32Int6460__.getKey(), fieldMapInt32Int6460__.getValue()); bitField1_ |= 0x08000000; break; } // case 482 case 490: { com.google.protobuf.MapEntry fieldMapInt32Message61__ = input.readMessage( FieldMapInt32Message61DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Message61().ensureBuilderMap().put( fieldMapInt32Message61__.getKey(), fieldMapInt32Message61__.getValue()); bitField1_ |= 0x10000000; break; } // case 490 case 498: { com.google.protobuf.MapEntry fieldMapInt32Sfixed3262__ = input.readMessage( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap().put( fieldMapInt32Sfixed3262__.getKey(), fieldMapInt32Sfixed3262__.getValue()); bitField1_ |= 0x20000000; break; } // case 498 case 506: { com.google.protobuf.MapEntry fieldMapInt32Sfixed6463__ = input.readMessage( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap().put( fieldMapInt32Sfixed6463__.getKey(), fieldMapInt32Sfixed6463__.getValue()); bitField1_ |= 0x40000000; break; } // case 506 case 514: { com.google.protobuf.MapEntry fieldMapInt32Sint3264__ = input.readMessage( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint3264().getMutableMap().put( fieldMapInt32Sint3264__.getKey(), fieldMapInt32Sint3264__.getValue()); bitField1_ |= 0x80000000; break; } // case 514 case 522: { com.google.protobuf.MapEntry fieldMapInt32Sint6465__ = input.readMessage( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Sint6465().getMutableMap().put( fieldMapInt32Sint6465__.getKey(), fieldMapInt32Sint6465__.getValue()); bitField2_ |= 0x00000001; break; } // case 522 case 530: { com.google.protobuf.MapEntry fieldMapInt32String66__ = input.readMessage( FieldMapInt32String66DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32String66().getMutableMap().put( fieldMapInt32String66__.getKey(), fieldMapInt32String66__.getValue()); bitField2_ |= 0x00000002; break; } // case 530 case 538: { com.google.protobuf.MapEntry fieldMapInt32Uint3267__ = input.readMessage( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint3267().getMutableMap().put( fieldMapInt32Uint3267__.getKey(), fieldMapInt32Uint3267__.getValue()); bitField2_ |= 0x00000004; break; } // case 538 case 546: { com.google.protobuf.MapEntry fieldMapInt32Uint6468__ = input.readMessage( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt32Uint6468().getMutableMap().put( fieldMapInt32Uint6468__.getKey(), fieldMapInt32Uint6468__.getValue()); bitField2_ |= 0x00000008; break; } // case 546 case 554: { com.google.protobuf.MapEntry fieldMapInt64Bool69__ = input.readMessage( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bool69().getMutableMap().put( fieldMapInt64Bool69__.getKey(), fieldMapInt64Bool69__.getValue()); bitField2_ |= 0x00000010; break; } // case 554 case 562: { com.google.protobuf.MapEntry fieldMapInt64Bytes70__ = input.readMessage( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Bytes70().getMutableMap().put( fieldMapInt64Bytes70__.getKey(), fieldMapInt64Bytes70__.getValue()); bitField2_ |= 0x00000020; break; } // case 562 case 570: { com.google.protobuf.MapEntry fieldMapInt64Double71__ = input.readMessage( FieldMapInt64Double71DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Double71().getMutableMap().put( fieldMapInt64Double71__.getKey(), fieldMapInt64Double71__.getValue()); bitField2_ |= 0x00000040; break; } // case 570 case 578: { com.google.protobuf.MapEntry fieldMapInt64Enum72__ = input.readMessage( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Enum72().getMutableMap().put( fieldMapInt64Enum72__.getKey(), fieldMapInt64Enum72__.getValue()); bitField2_ |= 0x00000080; break; } // case 578 case 586: { com.google.protobuf.MapEntry fieldMapInt64Fixed3273__ = input.readMessage( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed3273().getMutableMap().put( fieldMapInt64Fixed3273__.getKey(), fieldMapInt64Fixed3273__.getValue()); bitField2_ |= 0x00000100; break; } // case 586 case 594: { com.google.protobuf.MapEntry fieldMapInt64Fixed6474__ = input.readMessage( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Fixed6474().getMutableMap().put( fieldMapInt64Fixed6474__.getKey(), fieldMapInt64Fixed6474__.getValue()); bitField2_ |= 0x00000200; break; } // case 594 case 602: { com.google.protobuf.MapEntry fieldMapInt64Float75__ = input.readMessage( FieldMapInt64Float75DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Float75().getMutableMap().put( fieldMapInt64Float75__.getKey(), fieldMapInt64Float75__.getValue()); bitField2_ |= 0x00000400; break; } // case 602 case 610: { com.google.protobuf.MapEntry fieldMapInt64Int3276__ = input.readMessage( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int3276().getMutableMap().put( fieldMapInt64Int3276__.getKey(), fieldMapInt64Int3276__.getValue()); bitField2_ |= 0x00000800; break; } // case 610 case 618: { com.google.protobuf.MapEntry fieldMapInt64Int6477__ = input.readMessage( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Int6477().getMutableMap().put( fieldMapInt64Int6477__.getKey(), fieldMapInt64Int6477__.getValue()); bitField2_ |= 0x00001000; break; } // case 618 case 626: { com.google.protobuf.MapEntry fieldMapInt64Message78__ = input.readMessage( FieldMapInt64Message78DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Message78().ensureBuilderMap().put( fieldMapInt64Message78__.getKey(), fieldMapInt64Message78__.getValue()); bitField2_ |= 0x00002000; break; } // case 626 case 634: { com.google.protobuf.MapEntry fieldMapInt64Sfixed3279__ = input.readMessage( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap().put( fieldMapInt64Sfixed3279__.getKey(), fieldMapInt64Sfixed3279__.getValue()); bitField2_ |= 0x00004000; break; } // case 634 case 642: { com.google.protobuf.MapEntry fieldMapInt64Sfixed6480__ = input.readMessage( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap().put( fieldMapInt64Sfixed6480__.getKey(), fieldMapInt64Sfixed6480__.getValue()); bitField2_ |= 0x00008000; break; } // case 642 case 650: { com.google.protobuf.MapEntry fieldMapInt64Sint3281__ = input.readMessage( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint3281().getMutableMap().put( fieldMapInt64Sint3281__.getKey(), fieldMapInt64Sint3281__.getValue()); bitField2_ |= 0x00010000; break; } // case 650 case 658: { com.google.protobuf.MapEntry fieldMapInt64Sint6482__ = input.readMessage( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Sint6482().getMutableMap().put( fieldMapInt64Sint6482__.getKey(), fieldMapInt64Sint6482__.getValue()); bitField2_ |= 0x00020000; break; } // case 658 case 666: { com.google.protobuf.MapEntry fieldMapInt64String83__ = input.readMessage( FieldMapInt64String83DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64String83().getMutableMap().put( fieldMapInt64String83__.getKey(), fieldMapInt64String83__.getValue()); bitField2_ |= 0x00040000; break; } // case 666 case 674: { com.google.protobuf.MapEntry fieldMapInt64Uint3284__ = input.readMessage( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint3284().getMutableMap().put( fieldMapInt64Uint3284__.getKey(), fieldMapInt64Uint3284__.getValue()); bitField2_ |= 0x00080000; break; } // case 674 case 682: { com.google.protobuf.MapEntry fieldMapInt64Uint6485__ = input.readMessage( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapInt64Uint6485().getMutableMap().put( fieldMapInt64Uint6485__.getKey(), fieldMapInt64Uint6485__.getValue()); bitField2_ |= 0x00100000; break; } // case 682 case 690: { com.google.protobuf.MapEntry fieldMapSfixed32Bool86__ = input.readMessage( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bool86().getMutableMap().put( fieldMapSfixed32Bool86__.getKey(), fieldMapSfixed32Bool86__.getValue()); bitField2_ |= 0x00200000; break; } // case 690 case 698: { com.google.protobuf.MapEntry fieldMapSfixed32Bytes87__ = input.readMessage( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap().put( fieldMapSfixed32Bytes87__.getKey(), fieldMapSfixed32Bytes87__.getValue()); bitField2_ |= 0x00400000; break; } // case 698 case 706: { com.google.protobuf.MapEntry fieldMapSfixed32Double88__ = input.readMessage( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Double88().getMutableMap().put( fieldMapSfixed32Double88__.getKey(), fieldMapSfixed32Double88__.getValue()); bitField2_ |= 0x00800000; break; } // case 706 case 714: { com.google.protobuf.MapEntry fieldMapSfixed32Enum89__ = input.readMessage( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Enum89().getMutableMap().put( fieldMapSfixed32Enum89__.getKey(), fieldMapSfixed32Enum89__.getValue()); bitField2_ |= 0x01000000; break; } // case 714 case 722: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed3290__ = input.readMessage( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap().put( fieldMapSfixed32Fixed3290__.getKey(), fieldMapSfixed32Fixed3290__.getValue()); bitField2_ |= 0x02000000; break; } // case 722 case 730: { com.google.protobuf.MapEntry fieldMapSfixed32Fixed6491__ = input.readMessage( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap().put( fieldMapSfixed32Fixed6491__.getKey(), fieldMapSfixed32Fixed6491__.getValue()); bitField2_ |= 0x04000000; break; } // case 730 case 738: { com.google.protobuf.MapEntry fieldMapSfixed32Float92__ = input.readMessage( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Float92().getMutableMap().put( fieldMapSfixed32Float92__.getKey(), fieldMapSfixed32Float92__.getValue()); bitField2_ |= 0x08000000; break; } // case 738 case 746: { com.google.protobuf.MapEntry fieldMapSfixed32Int3293__ = input.readMessage( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int3293().getMutableMap().put( fieldMapSfixed32Int3293__.getKey(), fieldMapSfixed32Int3293__.getValue()); bitField2_ |= 0x10000000; break; } // case 746 case 754: { com.google.protobuf.MapEntry fieldMapSfixed32Int6494__ = input.readMessage( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Int6494().getMutableMap().put( fieldMapSfixed32Int6494__.getKey(), fieldMapSfixed32Int6494__.getValue()); bitField2_ |= 0x20000000; break; } // case 754 case 762: { com.google.protobuf.MapEntry fieldMapSfixed32Message95__ = input.readMessage( FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap().put( fieldMapSfixed32Message95__.getKey(), fieldMapSfixed32Message95__.getValue()); bitField2_ |= 0x40000000; break; } // case 762 case 770: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed3296__ = input.readMessage( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap().put( fieldMapSfixed32Sfixed3296__.getKey(), fieldMapSfixed32Sfixed3296__.getValue()); bitField2_ |= 0x80000000; break; } // case 770 case 778: { com.google.protobuf.MapEntry fieldMapSfixed32Sfixed6497__ = input.readMessage( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap().put( fieldMapSfixed32Sfixed6497__.getKey(), fieldMapSfixed32Sfixed6497__.getValue()); bitField3_ |= 0x00000001; break; } // case 778 case 786: { com.google.protobuf.MapEntry fieldMapSfixed32Sint3298__ = input.readMessage( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap().put( fieldMapSfixed32Sint3298__.getKey(), fieldMapSfixed32Sint3298__.getValue()); bitField3_ |= 0x00000002; break; } // case 786 case 794: { com.google.protobuf.MapEntry fieldMapSfixed32Sint6499__ = input.readMessage( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap().put( fieldMapSfixed32Sint6499__.getKey(), fieldMapSfixed32Sint6499__.getValue()); bitField3_ |= 0x00000004; break; } // case 794 case 802: { com.google.protobuf.MapEntry fieldMapSfixed32String100__ = input.readMessage( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32String100().getMutableMap().put( fieldMapSfixed32String100__.getKey(), fieldMapSfixed32String100__.getValue()); bitField3_ |= 0x00000008; break; } // case 802 case 810: { com.google.protobuf.MapEntry fieldMapSfixed32Uint32101__ = input.readMessage( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap().put( fieldMapSfixed32Uint32101__.getKey(), fieldMapSfixed32Uint32101__.getValue()); bitField3_ |= 0x00000010; break; } // case 810 case 818: { com.google.protobuf.MapEntry fieldMapSfixed32Uint64102__ = input.readMessage( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap().put( fieldMapSfixed32Uint64102__.getKey(), fieldMapSfixed32Uint64102__.getValue()); bitField3_ |= 0x00000020; break; } // case 818 case 826: { com.google.protobuf.MapEntry fieldMapSfixed64Bool103__ = input.readMessage( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bool103().getMutableMap().put( fieldMapSfixed64Bool103__.getKey(), fieldMapSfixed64Bool103__.getValue()); bitField3_ |= 0x00000040; break; } // case 826 case 834: { com.google.protobuf.MapEntry fieldMapSfixed64Bytes104__ = input.readMessage( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap().put( fieldMapSfixed64Bytes104__.getKey(), fieldMapSfixed64Bytes104__.getValue()); bitField3_ |= 0x00000080; break; } // case 834 case 842: { com.google.protobuf.MapEntry fieldMapSfixed64Double105__ = input.readMessage( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Double105().getMutableMap().put( fieldMapSfixed64Double105__.getKey(), fieldMapSfixed64Double105__.getValue()); bitField3_ |= 0x00000100; break; } // case 842 case 850: { com.google.protobuf.MapEntry fieldMapSfixed64Enum106__ = input.readMessage( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Enum106().getMutableMap().put( fieldMapSfixed64Enum106__.getKey(), fieldMapSfixed64Enum106__.getValue()); bitField3_ |= 0x00000200; break; } // case 850 case 858: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed32107__ = input.readMessage( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap().put( fieldMapSfixed64Fixed32107__.getKey(), fieldMapSfixed64Fixed32107__.getValue()); bitField3_ |= 0x00000400; break; } // case 858 case 866: { com.google.protobuf.MapEntry fieldMapSfixed64Fixed64108__ = input.readMessage( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap().put( fieldMapSfixed64Fixed64108__.getKey(), fieldMapSfixed64Fixed64108__.getValue()); bitField3_ |= 0x00000800; break; } // case 866 case 874: { com.google.protobuf.MapEntry fieldMapSfixed64Float109__ = input.readMessage( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Float109().getMutableMap().put( fieldMapSfixed64Float109__.getKey(), fieldMapSfixed64Float109__.getValue()); bitField3_ |= 0x00001000; break; } // case 874 case 882: { com.google.protobuf.MapEntry fieldMapSfixed64Int32110__ = input.readMessage( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int32110().getMutableMap().put( fieldMapSfixed64Int32110__.getKey(), fieldMapSfixed64Int32110__.getValue()); bitField3_ |= 0x00002000; break; } // case 882 case 890: { com.google.protobuf.MapEntry fieldMapSfixed64Int64111__ = input.readMessage( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Int64111().getMutableMap().put( fieldMapSfixed64Int64111__.getKey(), fieldMapSfixed64Int64111__.getValue()); bitField3_ |= 0x00004000; break; } // case 890 case 898: { com.google.protobuf.MapEntry fieldMapSfixed64Message112__ = input.readMessage( FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap().put( fieldMapSfixed64Message112__.getKey(), fieldMapSfixed64Message112__.getValue()); bitField3_ |= 0x00008000; break; } // case 898 case 906: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed32113__ = input.readMessage( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap().put( fieldMapSfixed64Sfixed32113__.getKey(), fieldMapSfixed64Sfixed32113__.getValue()); bitField3_ |= 0x00010000; break; } // case 906 case 914: { com.google.protobuf.MapEntry fieldMapSfixed64Sfixed64114__ = input.readMessage( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap().put( fieldMapSfixed64Sfixed64114__.getKey(), fieldMapSfixed64Sfixed64114__.getValue()); bitField3_ |= 0x00020000; break; } // case 914 case 922: { com.google.protobuf.MapEntry fieldMapSfixed64Sint32115__ = input.readMessage( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap().put( fieldMapSfixed64Sint32115__.getKey(), fieldMapSfixed64Sint32115__.getValue()); bitField3_ |= 0x00040000; break; } // case 922 case 930: { com.google.protobuf.MapEntry fieldMapSfixed64Sint64116__ = input.readMessage( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap().put( fieldMapSfixed64Sint64116__.getKey(), fieldMapSfixed64Sint64116__.getValue()); bitField3_ |= 0x00080000; break; } // case 930 case 938: { com.google.protobuf.MapEntry fieldMapSfixed64String117__ = input.readMessage( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64String117().getMutableMap().put( fieldMapSfixed64String117__.getKey(), fieldMapSfixed64String117__.getValue()); bitField3_ |= 0x00100000; break; } // case 938 case 946: { com.google.protobuf.MapEntry fieldMapSfixed64Uint32118__ = input.readMessage( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap().put( fieldMapSfixed64Uint32118__.getKey(), fieldMapSfixed64Uint32118__.getValue()); bitField3_ |= 0x00200000; break; } // case 946 case 954: { com.google.protobuf.MapEntry fieldMapSfixed64Uint64119__ = input.readMessage( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap().put( fieldMapSfixed64Uint64119__.getKey(), fieldMapSfixed64Uint64119__.getValue()); bitField3_ |= 0x00400000; break; } // case 954 case 962: { com.google.protobuf.MapEntry fieldMapSint32Bool120__ = input.readMessage( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bool120().getMutableMap().put( fieldMapSint32Bool120__.getKey(), fieldMapSint32Bool120__.getValue()); bitField3_ |= 0x00800000; break; } // case 962 case 970: { com.google.protobuf.MapEntry fieldMapSint32Bytes121__ = input.readMessage( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Bytes121().getMutableMap().put( fieldMapSint32Bytes121__.getKey(), fieldMapSint32Bytes121__.getValue()); bitField3_ |= 0x01000000; break; } // case 970 case 978: { com.google.protobuf.MapEntry fieldMapSint32Double122__ = input.readMessage( FieldMapSint32Double122DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Double122().getMutableMap().put( fieldMapSint32Double122__.getKey(), fieldMapSint32Double122__.getValue()); bitField3_ |= 0x02000000; break; } // case 978 case 986: { com.google.protobuf.MapEntry fieldMapSint32Enum123__ = input.readMessage( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Enum123().getMutableMap().put( fieldMapSint32Enum123__.getKey(), fieldMapSint32Enum123__.getValue()); bitField3_ |= 0x04000000; break; } // case 986 case 994: { com.google.protobuf.MapEntry fieldMapSint32Fixed32124__ = input.readMessage( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed32124().getMutableMap().put( fieldMapSint32Fixed32124__.getKey(), fieldMapSint32Fixed32124__.getValue()); bitField3_ |= 0x08000000; break; } // case 994 case 1002: { com.google.protobuf.MapEntry fieldMapSint32Fixed64125__ = input.readMessage( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Fixed64125().getMutableMap().put( fieldMapSint32Fixed64125__.getKey(), fieldMapSint32Fixed64125__.getValue()); bitField3_ |= 0x10000000; break; } // case 1002 case 1010: { com.google.protobuf.MapEntry fieldMapSint32Float126__ = input.readMessage( FieldMapSint32Float126DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Float126().getMutableMap().put( fieldMapSint32Float126__.getKey(), fieldMapSint32Float126__.getValue()); bitField3_ |= 0x20000000; break; } // case 1010 case 1018: { com.google.protobuf.MapEntry fieldMapSint32Int32127__ = input.readMessage( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int32127().getMutableMap().put( fieldMapSint32Int32127__.getKey(), fieldMapSint32Int32127__.getValue()); bitField3_ |= 0x40000000; break; } // case 1018 case 1026: { com.google.protobuf.MapEntry fieldMapSint32Int64128__ = input.readMessage( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Int64128().getMutableMap().put( fieldMapSint32Int64128__.getKey(), fieldMapSint32Int64128__.getValue()); bitField3_ |= 0x80000000; break; } // case 1026 case 1034: { com.google.protobuf.MapEntry fieldMapSint32Message129__ = input.readMessage( FieldMapSint32Message129DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Message129().ensureBuilderMap().put( fieldMapSint32Message129__.getKey(), fieldMapSint32Message129__.getValue()); bitField4_ |= 0x00000001; break; } // case 1034 case 1042: { com.google.protobuf.MapEntry fieldMapSint32Sfixed32130__ = input.readMessage( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap().put( fieldMapSint32Sfixed32130__.getKey(), fieldMapSint32Sfixed32130__.getValue()); bitField4_ |= 0x00000002; break; } // case 1042 case 1050: { com.google.protobuf.MapEntry fieldMapSint32Sfixed64131__ = input.readMessage( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap().put( fieldMapSint32Sfixed64131__.getKey(), fieldMapSint32Sfixed64131__.getValue()); bitField4_ |= 0x00000004; break; } // case 1050 case 1058: { com.google.protobuf.MapEntry fieldMapSint32Sint32132__ = input.readMessage( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint32132().getMutableMap().put( fieldMapSint32Sint32132__.getKey(), fieldMapSint32Sint32132__.getValue()); bitField4_ |= 0x00000008; break; } // case 1058 case 1066: { com.google.protobuf.MapEntry fieldMapSint32Sint64133__ = input.readMessage( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Sint64133().getMutableMap().put( fieldMapSint32Sint64133__.getKey(), fieldMapSint32Sint64133__.getValue()); bitField4_ |= 0x00000010; break; } // case 1066 case 1074: { com.google.protobuf.MapEntry fieldMapSint32String134__ = input.readMessage( FieldMapSint32String134DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32String134().getMutableMap().put( fieldMapSint32String134__.getKey(), fieldMapSint32String134__.getValue()); bitField4_ |= 0x00000020; break; } // case 1074 case 1082: { com.google.protobuf.MapEntry fieldMapSint32Uint32135__ = input.readMessage( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint32135().getMutableMap().put( fieldMapSint32Uint32135__.getKey(), fieldMapSint32Uint32135__.getValue()); bitField4_ |= 0x00000040; break; } // case 1082 case 1090: { com.google.protobuf.MapEntry fieldMapSint32Uint64136__ = input.readMessage( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint32Uint64136().getMutableMap().put( fieldMapSint32Uint64136__.getKey(), fieldMapSint32Uint64136__.getValue()); bitField4_ |= 0x00000080; break; } // case 1090 case 1098: { com.google.protobuf.MapEntry fieldMapSint64Bool137__ = input.readMessage( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bool137().getMutableMap().put( fieldMapSint64Bool137__.getKey(), fieldMapSint64Bool137__.getValue()); bitField4_ |= 0x00000100; break; } // case 1098 case 1106: { com.google.protobuf.MapEntry fieldMapSint64Bytes138__ = input.readMessage( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Bytes138().getMutableMap().put( fieldMapSint64Bytes138__.getKey(), fieldMapSint64Bytes138__.getValue()); bitField4_ |= 0x00000200; break; } // case 1106 case 1114: { com.google.protobuf.MapEntry fieldMapSint64Double139__ = input.readMessage( FieldMapSint64Double139DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Double139().getMutableMap().put( fieldMapSint64Double139__.getKey(), fieldMapSint64Double139__.getValue()); bitField4_ |= 0x00000400; break; } // case 1114 case 1122: { com.google.protobuf.MapEntry fieldMapSint64Enum140__ = input.readMessage( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Enum140().getMutableMap().put( fieldMapSint64Enum140__.getKey(), fieldMapSint64Enum140__.getValue()); bitField4_ |= 0x00000800; break; } // case 1122 case 1130: { com.google.protobuf.MapEntry fieldMapSint64Fixed32141__ = input.readMessage( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed32141().getMutableMap().put( fieldMapSint64Fixed32141__.getKey(), fieldMapSint64Fixed32141__.getValue()); bitField4_ |= 0x00001000; break; } // case 1130 case 1138: { com.google.protobuf.MapEntry fieldMapSint64Fixed64142__ = input.readMessage( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Fixed64142().getMutableMap().put( fieldMapSint64Fixed64142__.getKey(), fieldMapSint64Fixed64142__.getValue()); bitField4_ |= 0x00002000; break; } // case 1138 case 1146: { com.google.protobuf.MapEntry fieldMapSint64Float143__ = input.readMessage( FieldMapSint64Float143DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Float143().getMutableMap().put( fieldMapSint64Float143__.getKey(), fieldMapSint64Float143__.getValue()); bitField4_ |= 0x00004000; break; } // case 1146 case 1154: { com.google.protobuf.MapEntry fieldMapSint64Int32144__ = input.readMessage( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int32144().getMutableMap().put( fieldMapSint64Int32144__.getKey(), fieldMapSint64Int32144__.getValue()); bitField4_ |= 0x00008000; break; } // case 1154 case 1162: { com.google.protobuf.MapEntry fieldMapSint64Int64145__ = input.readMessage( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Int64145().getMutableMap().put( fieldMapSint64Int64145__.getKey(), fieldMapSint64Int64145__.getValue()); bitField4_ |= 0x00010000; break; } // case 1162 case 1170: { com.google.protobuf.MapEntry fieldMapSint64Message146__ = input.readMessage( FieldMapSint64Message146DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Message146().ensureBuilderMap().put( fieldMapSint64Message146__.getKey(), fieldMapSint64Message146__.getValue()); bitField4_ |= 0x00020000; break; } // case 1170 case 1178: { com.google.protobuf.MapEntry fieldMapSint64Sfixed32147__ = input.readMessage( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap().put( fieldMapSint64Sfixed32147__.getKey(), fieldMapSint64Sfixed32147__.getValue()); bitField4_ |= 0x00040000; break; } // case 1178 case 1186: { com.google.protobuf.MapEntry fieldMapSint64Sfixed64148__ = input.readMessage( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap().put( fieldMapSint64Sfixed64148__.getKey(), fieldMapSint64Sfixed64148__.getValue()); bitField4_ |= 0x00080000; break; } // case 1186 case 1194: { com.google.protobuf.MapEntry fieldMapSint64Sint32149__ = input.readMessage( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint32149().getMutableMap().put( fieldMapSint64Sint32149__.getKey(), fieldMapSint64Sint32149__.getValue()); bitField4_ |= 0x00100000; break; } // case 1194 case 1202: { com.google.protobuf.MapEntry fieldMapSint64Sint64150__ = input.readMessage( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Sint64150().getMutableMap().put( fieldMapSint64Sint64150__.getKey(), fieldMapSint64Sint64150__.getValue()); bitField4_ |= 0x00200000; break; } // case 1202 case 1210: { com.google.protobuf.MapEntry fieldMapSint64String151__ = input.readMessage( FieldMapSint64String151DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64String151().getMutableMap().put( fieldMapSint64String151__.getKey(), fieldMapSint64String151__.getValue()); bitField4_ |= 0x00400000; break; } // case 1210 case 1218: { com.google.protobuf.MapEntry fieldMapSint64Uint32152__ = input.readMessage( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint32152().getMutableMap().put( fieldMapSint64Uint32152__.getKey(), fieldMapSint64Uint32152__.getValue()); bitField4_ |= 0x00800000; break; } // case 1218 case 1226: { com.google.protobuf.MapEntry fieldMapSint64Uint64153__ = input.readMessage( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapSint64Uint64153().getMutableMap().put( fieldMapSint64Uint64153__.getKey(), fieldMapSint64Uint64153__.getValue()); bitField4_ |= 0x01000000; break; } // case 1226 case 1234: { com.google.protobuf.MapEntry fieldMapStringBool154__ = input.readMessage( FieldMapStringBool154DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBool154().getMutableMap().put( fieldMapStringBool154__.getKey(), fieldMapStringBool154__.getValue()); bitField4_ |= 0x02000000; break; } // case 1234 case 1242: { com.google.protobuf.MapEntry fieldMapStringBytes155__ = input.readMessage( FieldMapStringBytes155DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringBytes155().getMutableMap().put( fieldMapStringBytes155__.getKey(), fieldMapStringBytes155__.getValue()); bitField4_ |= 0x04000000; break; } // case 1242 case 1250: { com.google.protobuf.MapEntry fieldMapStringDouble156__ = input.readMessage( FieldMapStringDouble156DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringDouble156().getMutableMap().put( fieldMapStringDouble156__.getKey(), fieldMapStringDouble156__.getValue()); bitField4_ |= 0x08000000; break; } // case 1250 case 1258: { com.google.protobuf.MapEntry fieldMapStringEnum157__ = input.readMessage( FieldMapStringEnum157DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringEnum157().getMutableMap().put( fieldMapStringEnum157__.getKey(), fieldMapStringEnum157__.getValue()); bitField4_ |= 0x10000000; break; } // case 1258 case 1266: { com.google.protobuf.MapEntry fieldMapStringFixed32158__ = input.readMessage( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed32158().getMutableMap().put( fieldMapStringFixed32158__.getKey(), fieldMapStringFixed32158__.getValue()); bitField4_ |= 0x20000000; break; } // case 1266 case 1274: { com.google.protobuf.MapEntry fieldMapStringFixed64159__ = input.readMessage( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFixed64159().getMutableMap().put( fieldMapStringFixed64159__.getKey(), fieldMapStringFixed64159__.getValue()); bitField4_ |= 0x40000000; break; } // case 1274 case 1282: { com.google.protobuf.MapEntry fieldMapStringFloat160__ = input.readMessage( FieldMapStringFloat160DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringFloat160().getMutableMap().put( fieldMapStringFloat160__.getKey(), fieldMapStringFloat160__.getValue()); bitField4_ |= 0x80000000; break; } // case 1282 case 1290: { com.google.protobuf.MapEntry fieldMapStringInt32161__ = input.readMessage( FieldMapStringInt32161DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt32161().getMutableMap().put( fieldMapStringInt32161__.getKey(), fieldMapStringInt32161__.getValue()); bitField5_ |= 0x00000001; break; } // case 1290 case 1298: { com.google.protobuf.MapEntry fieldMapStringInt64162__ = input.readMessage( FieldMapStringInt64162DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringInt64162().getMutableMap().put( fieldMapStringInt64162__.getKey(), fieldMapStringInt64162__.getValue()); bitField5_ |= 0x00000002; break; } // case 1298 case 1306: { com.google.protobuf.MapEntry fieldMapStringMessage163__ = input.readMessage( FieldMapStringMessage163DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringMessage163().ensureBuilderMap().put( fieldMapStringMessage163__.getKey(), fieldMapStringMessage163__.getValue()); bitField5_ |= 0x00000004; break; } // case 1306 case 1314: { com.google.protobuf.MapEntry fieldMapStringSfixed32164__ = input.readMessage( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed32164().getMutableMap().put( fieldMapStringSfixed32164__.getKey(), fieldMapStringSfixed32164__.getValue()); bitField5_ |= 0x00000008; break; } // case 1314 case 1322: { com.google.protobuf.MapEntry fieldMapStringSfixed64165__ = input.readMessage( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSfixed64165().getMutableMap().put( fieldMapStringSfixed64165__.getKey(), fieldMapStringSfixed64165__.getValue()); bitField5_ |= 0x00000010; break; } // case 1322 case 1330: { com.google.protobuf.MapEntry fieldMapStringSint32166__ = input.readMessage( FieldMapStringSint32166DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint32166().getMutableMap().put( fieldMapStringSint32166__.getKey(), fieldMapStringSint32166__.getValue()); bitField5_ |= 0x00000020; break; } // case 1330 case 1338: { com.google.protobuf.MapEntry fieldMapStringSint64167__ = input.readMessage( FieldMapStringSint64167DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringSint64167().getMutableMap().put( fieldMapStringSint64167__.getKey(), fieldMapStringSint64167__.getValue()); bitField5_ |= 0x00000040; break; } // case 1338 case 1346: { com.google.protobuf.MapEntry fieldMapStringString168__ = input.readMessage( FieldMapStringString168DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringString168().getMutableMap().put( fieldMapStringString168__.getKey(), fieldMapStringString168__.getValue()); bitField5_ |= 0x00000080; break; } // case 1346 case 1354: { com.google.protobuf.MapEntry fieldMapStringUint32169__ = input.readMessage( FieldMapStringUint32169DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint32169().getMutableMap().put( fieldMapStringUint32169__.getKey(), fieldMapStringUint32169__.getValue()); bitField5_ |= 0x00000100; break; } // case 1354 case 1362: { com.google.protobuf.MapEntry fieldMapStringUint64170__ = input.readMessage( FieldMapStringUint64170DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapStringUint64170().getMutableMap().put( fieldMapStringUint64170__.getKey(), fieldMapStringUint64170__.getValue()); bitField5_ |= 0x00000200; break; } // case 1362 case 1370: { com.google.protobuf.MapEntry fieldMapUint32Bool171__ = input.readMessage( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bool171().getMutableMap().put( fieldMapUint32Bool171__.getKey(), fieldMapUint32Bool171__.getValue()); bitField5_ |= 0x00000400; break; } // case 1370 case 1378: { com.google.protobuf.MapEntry fieldMapUint32Bytes172__ = input.readMessage( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Bytes172().getMutableMap().put( fieldMapUint32Bytes172__.getKey(), fieldMapUint32Bytes172__.getValue()); bitField5_ |= 0x00000800; break; } // case 1378 case 1386: { com.google.protobuf.MapEntry fieldMapUint32Double173__ = input.readMessage( FieldMapUint32Double173DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Double173().getMutableMap().put( fieldMapUint32Double173__.getKey(), fieldMapUint32Double173__.getValue()); bitField5_ |= 0x00001000; break; } // case 1386 case 1394: { com.google.protobuf.MapEntry fieldMapUint32Enum174__ = input.readMessage( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Enum174().getMutableMap().put( fieldMapUint32Enum174__.getKey(), fieldMapUint32Enum174__.getValue()); bitField5_ |= 0x00002000; break; } // case 1394 case 1402: { com.google.protobuf.MapEntry fieldMapUint32Fixed32175__ = input.readMessage( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed32175().getMutableMap().put( fieldMapUint32Fixed32175__.getKey(), fieldMapUint32Fixed32175__.getValue()); bitField5_ |= 0x00004000; break; } // case 1402 case 1410: { com.google.protobuf.MapEntry fieldMapUint32Fixed64176__ = input.readMessage( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Fixed64176().getMutableMap().put( fieldMapUint32Fixed64176__.getKey(), fieldMapUint32Fixed64176__.getValue()); bitField5_ |= 0x00008000; break; } // case 1410 case 1418: { com.google.protobuf.MapEntry fieldMapUint32Float177__ = input.readMessage( FieldMapUint32Float177DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Float177().getMutableMap().put( fieldMapUint32Float177__.getKey(), fieldMapUint32Float177__.getValue()); bitField5_ |= 0x00010000; break; } // case 1418 case 1426: { com.google.protobuf.MapEntry fieldMapUint32Int32178__ = input.readMessage( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int32178().getMutableMap().put( fieldMapUint32Int32178__.getKey(), fieldMapUint32Int32178__.getValue()); bitField5_ |= 0x00020000; break; } // case 1426 case 1434: { com.google.protobuf.MapEntry fieldMapUint32Int64179__ = input.readMessage( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Int64179().getMutableMap().put( fieldMapUint32Int64179__.getKey(), fieldMapUint32Int64179__.getValue()); bitField5_ |= 0x00040000; break; } // case 1434 case 1442: { com.google.protobuf.MapEntry fieldMapUint32Message180__ = input.readMessage( FieldMapUint32Message180DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Message180().ensureBuilderMap().put( fieldMapUint32Message180__.getKey(), fieldMapUint32Message180__.getValue()); bitField5_ |= 0x00080000; break; } // case 1442 case 1450: { com.google.protobuf.MapEntry fieldMapUint32Sfixed32181__ = input.readMessage( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap().put( fieldMapUint32Sfixed32181__.getKey(), fieldMapUint32Sfixed32181__.getValue()); bitField5_ |= 0x00100000; break; } // case 1450 case 1458: { com.google.protobuf.MapEntry fieldMapUint32Sfixed64182__ = input.readMessage( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap().put( fieldMapUint32Sfixed64182__.getKey(), fieldMapUint32Sfixed64182__.getValue()); bitField5_ |= 0x00200000; break; } // case 1458 case 1466: { com.google.protobuf.MapEntry fieldMapUint32Sint32183__ = input.readMessage( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint32183().getMutableMap().put( fieldMapUint32Sint32183__.getKey(), fieldMapUint32Sint32183__.getValue()); bitField5_ |= 0x00400000; break; } // case 1466 case 1474: { com.google.protobuf.MapEntry fieldMapUint32Sint64184__ = input.readMessage( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Sint64184().getMutableMap().put( fieldMapUint32Sint64184__.getKey(), fieldMapUint32Sint64184__.getValue()); bitField5_ |= 0x00800000; break; } // case 1474 case 1482: { com.google.protobuf.MapEntry fieldMapUint32String185__ = input.readMessage( FieldMapUint32String185DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32String185().getMutableMap().put( fieldMapUint32String185__.getKey(), fieldMapUint32String185__.getValue()); bitField5_ |= 0x01000000; break; } // case 1482 case 1490: { com.google.protobuf.MapEntry fieldMapUint32Uint32186__ = input.readMessage( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint32186().getMutableMap().put( fieldMapUint32Uint32186__.getKey(), fieldMapUint32Uint32186__.getValue()); bitField5_ |= 0x02000000; break; } // case 1490 case 1498: { com.google.protobuf.MapEntry fieldMapUint32Uint64187__ = input.readMessage( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint32Uint64187().getMutableMap().put( fieldMapUint32Uint64187__.getKey(), fieldMapUint32Uint64187__.getValue()); bitField5_ |= 0x04000000; break; } // case 1498 case 1506: { com.google.protobuf.MapEntry fieldMapUint64Bool188__ = input.readMessage( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bool188().getMutableMap().put( fieldMapUint64Bool188__.getKey(), fieldMapUint64Bool188__.getValue()); bitField5_ |= 0x08000000; break; } // case 1506 case 1514: { com.google.protobuf.MapEntry fieldMapUint64Bytes189__ = input.readMessage( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Bytes189().getMutableMap().put( fieldMapUint64Bytes189__.getKey(), fieldMapUint64Bytes189__.getValue()); bitField5_ |= 0x10000000; break; } // case 1514 case 1522: { com.google.protobuf.MapEntry fieldMapUint64Double190__ = input.readMessage( FieldMapUint64Double190DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Double190().getMutableMap().put( fieldMapUint64Double190__.getKey(), fieldMapUint64Double190__.getValue()); bitField5_ |= 0x20000000; break; } // case 1522 case 1530: { com.google.protobuf.MapEntry fieldMapUint64Enum191__ = input.readMessage( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Enum191().getMutableMap().put( fieldMapUint64Enum191__.getKey(), fieldMapUint64Enum191__.getValue()); bitField5_ |= 0x40000000; break; } // case 1530 case 1538: { com.google.protobuf.MapEntry fieldMapUint64Fixed32192__ = input.readMessage( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed32192().getMutableMap().put( fieldMapUint64Fixed32192__.getKey(), fieldMapUint64Fixed32192__.getValue()); bitField5_ |= 0x80000000; break; } // case 1538 case 1546: { com.google.protobuf.MapEntry fieldMapUint64Fixed64193__ = input.readMessage( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Fixed64193().getMutableMap().put( fieldMapUint64Fixed64193__.getKey(), fieldMapUint64Fixed64193__.getValue()); bitField6_ |= 0x00000001; break; } // case 1546 case 1554: { com.google.protobuf.MapEntry fieldMapUint64Float194__ = input.readMessage( FieldMapUint64Float194DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Float194().getMutableMap().put( fieldMapUint64Float194__.getKey(), fieldMapUint64Float194__.getValue()); bitField6_ |= 0x00000002; break; } // case 1554 case 1562: { com.google.protobuf.MapEntry fieldMapUint64Int32195__ = input.readMessage( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int32195().getMutableMap().put( fieldMapUint64Int32195__.getKey(), fieldMapUint64Int32195__.getValue()); bitField6_ |= 0x00000004; break; } // case 1562 case 1570: { com.google.protobuf.MapEntry fieldMapUint64Int64196__ = input.readMessage( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Int64196().getMutableMap().put( fieldMapUint64Int64196__.getKey(), fieldMapUint64Int64196__.getValue()); bitField6_ |= 0x00000008; break; } // case 1570 case 1578: { com.google.protobuf.MapEntry fieldMapUint64Message197__ = input.readMessage( FieldMapUint64Message197DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Message197().ensureBuilderMap().put( fieldMapUint64Message197__.getKey(), fieldMapUint64Message197__.getValue()); bitField6_ |= 0x00000010; break; } // case 1578 case 1586: { com.google.protobuf.MapEntry fieldMapUint64Sfixed32198__ = input.readMessage( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap().put( fieldMapUint64Sfixed32198__.getKey(), fieldMapUint64Sfixed32198__.getValue()); bitField6_ |= 0x00000020; break; } // case 1586 case 1594: { com.google.protobuf.MapEntry fieldMapUint64Sfixed64199__ = input.readMessage( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap().put( fieldMapUint64Sfixed64199__.getKey(), fieldMapUint64Sfixed64199__.getValue()); bitField6_ |= 0x00000040; break; } // case 1594 case 1602: { com.google.protobuf.MapEntry fieldMapUint64Sint32200__ = input.readMessage( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint32200().getMutableMap().put( fieldMapUint64Sint32200__.getKey(), fieldMapUint64Sint32200__.getValue()); bitField6_ |= 0x00000080; break; } // case 1602 case 1610: { com.google.protobuf.MapEntry fieldMapUint64Sint64201__ = input.readMessage( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Sint64201().getMutableMap().put( fieldMapUint64Sint64201__.getKey(), fieldMapUint64Sint64201__.getValue()); bitField6_ |= 0x00000100; break; } // case 1610 case 1618: { com.google.protobuf.MapEntry fieldMapUint64String202__ = input.readMessage( FieldMapUint64String202DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64String202().getMutableMap().put( fieldMapUint64String202__.getKey(), fieldMapUint64String202__.getValue()); bitField6_ |= 0x00000200; break; } // case 1618 case 1626: { com.google.protobuf.MapEntry fieldMapUint64Uint32203__ = input.readMessage( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint32203().getMutableMap().put( fieldMapUint64Uint32203__.getKey(), fieldMapUint64Uint32203__.getValue()); bitField6_ |= 0x00000400; break; } // case 1626 case 1634: { com.google.protobuf.MapEntry fieldMapUint64Uint64204__ = input.readMessage( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableFieldMapUint64Uint64204().getMutableMap().put( fieldMapUint64Uint64204__.getKey(), fieldMapUint64Uint64204__.getValue()); bitField6_ |= 0x00000800; break; } // case 1634 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int bitField1_; private int bitField2_; private int bitField3_; private int bitField4_; private int bitField5_; private int bitField6_; private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Boolean> fieldMapBoolBool1_; private com.google.protobuf.MapField internalGetFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } return fieldMapBoolBool1_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBool1() { if (fieldMapBoolBool1_ == null) { fieldMapBoolBool1_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBool1DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBool1_.isMutable()) { fieldMapBoolBool1_ = fieldMapBoolBool1_.copy(); } bitField0_ |= 0x00000001; onChanged(); return fieldMapBoolBool1_; } public int getFieldMapBoolBool1Count() { return internalGetFieldMapBoolBool1().getMap().size(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean containsFieldMapBoolBool1( boolean key) { return internalGetFieldMapBoolBool1().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBool1Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBool1() { return getFieldMapBoolBool1Map(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public java.util.Map getFieldMapBoolBool1Map() { return internalGetFieldMapBoolBool1().getMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrDefault( boolean key, boolean defaultValue) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ @java.lang.Override public boolean getFieldMapBoolBool1OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBool1().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBool1() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableFieldMapBoolBool1().getMutableMap() .clear(); return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder removeFieldMapBoolBool1( boolean key) { internalGetMutableFieldMapBoolBool1().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBool1() { bitField0_ |= 0x00000001; return internalGetMutableFieldMapBoolBool1().getMutableMap(); } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putFieldMapBoolBool1( boolean key, boolean value) { internalGetMutableFieldMapBoolBool1().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<bool, bool> field_map_bool_bool_1 = 1; */ public Builder putAllFieldMapBoolBool1( java.util.Map values) { internalGetMutableFieldMapBoolBool1().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Boolean, com.google.protobuf.ByteString> fieldMapBoolBytes2_; private com.google.protobuf.MapField internalGetFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } return fieldMapBoolBytes2_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolBytes2() { if (fieldMapBoolBytes2_ == null) { fieldMapBoolBytes2_ = com.google.protobuf.MapField.newMapField( FieldMapBoolBytes2DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolBytes2_.isMutable()) { fieldMapBoolBytes2_ = fieldMapBoolBytes2_.copy(); } bitField0_ |= 0x00000002; onChanged(); return fieldMapBoolBytes2_; } public int getFieldMapBoolBytes2Count() { return internalGetFieldMapBoolBytes2().getMap().size(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public boolean containsFieldMapBoolBytes2( boolean key) { return internalGetFieldMapBoolBytes2().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolBytes2Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolBytes2() { return getFieldMapBoolBytes2Map(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public java.util.Map getFieldMapBoolBytes2Map() { return internalGetFieldMapBoolBytes2().getMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapBoolBytes2OrDefault( boolean key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapBoolBytes2OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolBytes2().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolBytes2() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableFieldMapBoolBytes2().getMutableMap() .clear(); return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder removeFieldMapBoolBytes2( boolean key) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolBytes2() { bitField0_ |= 0x00000002; return internalGetMutableFieldMapBoolBytes2().getMutableMap(); } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putFieldMapBoolBytes2( boolean key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolBytes2().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<bool, bytes> field_map_bool_bytes_2 = 2; */ public Builder putAllFieldMapBoolBytes2( java.util.Map values) { internalGetMutableFieldMapBoolBytes2().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Double> fieldMapBoolDouble3_; private com.google.protobuf.MapField internalGetFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } return fieldMapBoolDouble3_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolDouble3() { if (fieldMapBoolDouble3_ == null) { fieldMapBoolDouble3_ = com.google.protobuf.MapField.newMapField( FieldMapBoolDouble3DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolDouble3_.isMutable()) { fieldMapBoolDouble3_ = fieldMapBoolDouble3_.copy(); } bitField0_ |= 0x00000004; onChanged(); return fieldMapBoolDouble3_; } public int getFieldMapBoolDouble3Count() { return internalGetFieldMapBoolDouble3().getMap().size(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public boolean containsFieldMapBoolDouble3( boolean key) { return internalGetFieldMapBoolDouble3().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolDouble3Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolDouble3() { return getFieldMapBoolDouble3Map(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public java.util.Map getFieldMapBoolDouble3Map() { return internalGetFieldMapBoolDouble3().getMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrDefault( boolean key, double defaultValue) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, double> field_map_bool_double_3 = 3; */ @java.lang.Override public double getFieldMapBoolDouble3OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolDouble3().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolDouble3() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableFieldMapBoolDouble3().getMutableMap() .clear(); return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder removeFieldMapBoolDouble3( boolean key) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolDouble3() { bitField0_ |= 0x00000004; return internalGetMutableFieldMapBoolDouble3().getMutableMap(); } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putFieldMapBoolDouble3( boolean key, double value) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<bool, double> field_map_bool_double_3 = 3; */ public Builder putAllFieldMapBoolDouble3( java.util.Map values) { internalGetMutableFieldMapBoolDouble3().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolEnum4_; private com.google.protobuf.MapField internalGetFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } return fieldMapBoolEnum4_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolEnum4() { if (fieldMapBoolEnum4_ == null) { fieldMapBoolEnum4_ = com.google.protobuf.MapField.newMapField( FieldMapBoolEnum4DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolEnum4_.isMutable()) { fieldMapBoolEnum4_ = fieldMapBoolEnum4_.copy(); } bitField0_ |= 0x00000008; onChanged(); return fieldMapBoolEnum4_; } public int getFieldMapBoolEnum4Count() { return internalGetFieldMapBoolEnum4().getMap().size(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public boolean containsFieldMapBoolEnum4( boolean key) { return internalGetFieldMapBoolEnum4().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolEnum4Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4() { return getFieldMapBoolEnum4Map(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4Map() { return internalGetAdaptedFieldMapBoolEnum4Map( internalGetFieldMapBoolEnum4().getMap());} /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapBoolEnum4OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? fieldMapBoolEnum4ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapBoolEnum4OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolEnum4ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapBoolEnum4ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolEnum4Value() { return getFieldMapBoolEnum4ValueMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public java.util.Map getFieldMapBoolEnum4ValueMap() { return internalGetFieldMapBoolEnum4().getMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ @java.lang.Override public int getFieldMapBoolEnum4ValueOrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolEnum4().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolEnum4() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableFieldMapBoolEnum4().getMutableMap() .clear(); return this; } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder removeFieldMapBoolEnum4( boolean key) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolEnum4() { bitField0_ |= 0x00000008; return internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putFieldMapBoolEnum4( boolean key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .put(key, fieldMapBoolEnum4ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putAllFieldMapBoolEnum4( java.util.Map values) { internalGetAdaptedFieldMapBoolEnum4Map( internalGetMutableFieldMapBoolEnum4().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolEnum4Value() { bitField0_ |= 0x00000008; return internalGetMutableFieldMapBoolEnum4().getMutableMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putFieldMapBoolEnum4Value( boolean key, int value) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<bool, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_bool_enum_4 = 4; */ public Builder putAllFieldMapBoolEnum4Value( java.util.Map values) { internalGetMutableFieldMapBoolEnum4().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolFixed325_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed325_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed325() { if (fieldMapBoolFixed325_ == null) { fieldMapBoolFixed325_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed325DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed325_.isMutable()) { fieldMapBoolFixed325_ = fieldMapBoolFixed325_.copy(); } bitField0_ |= 0x00000010; onChanged(); return fieldMapBoolFixed325_; } public int getFieldMapBoolFixed325Count() { return internalGetFieldMapBoolFixed325().getMap().size(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public boolean containsFieldMapBoolFixed325( boolean key) { return internalGetFieldMapBoolFixed325().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed325Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed325() { return getFieldMapBoolFixed325Map(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed325Map() { return internalGetFieldMapBoolFixed325().getMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ @java.lang.Override public int getFieldMapBoolFixed325OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed325().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed325() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableFieldMapBoolFixed325().getMutableMap() .clear(); return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder removeFieldMapBoolFixed325( boolean key) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed325() { bitField0_ |= 0x00000010; return internalGetMutableFieldMapBoolFixed325().getMutableMap(); } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putFieldMapBoolFixed325( boolean key, int value) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<bool, fixed32> field_map_bool_fixed32_5 = 5; */ public Builder putAllFieldMapBoolFixed325( java.util.Map values) { internalGetMutableFieldMapBoolFixed325().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolFixed646_; private com.google.protobuf.MapField internalGetFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } return fieldMapBoolFixed646_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFixed646() { if (fieldMapBoolFixed646_ == null) { fieldMapBoolFixed646_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFixed646DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFixed646_.isMutable()) { fieldMapBoolFixed646_ = fieldMapBoolFixed646_.copy(); } bitField0_ |= 0x00000020; onChanged(); return fieldMapBoolFixed646_; } public int getFieldMapBoolFixed646Count() { return internalGetFieldMapBoolFixed646().getMap().size(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public boolean containsFieldMapBoolFixed646( boolean key) { return internalGetFieldMapBoolFixed646().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFixed646Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFixed646() { return getFieldMapBoolFixed646Map(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public java.util.Map getFieldMapBoolFixed646Map() { return internalGetFieldMapBoolFixed646().getMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ @java.lang.Override public long getFieldMapBoolFixed646OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFixed646().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFixed646() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableFieldMapBoolFixed646().getMutableMap() .clear(); return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder removeFieldMapBoolFixed646( boolean key) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFixed646() { bitField0_ |= 0x00000020; return internalGetMutableFieldMapBoolFixed646().getMutableMap(); } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putFieldMapBoolFixed646( boolean key, long value) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<bool, fixed64> field_map_bool_fixed64_6 = 6; */ public Builder putAllFieldMapBoolFixed646( java.util.Map values) { internalGetMutableFieldMapBoolFixed646().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Float> fieldMapBoolFloat7_; private com.google.protobuf.MapField internalGetFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } return fieldMapBoolFloat7_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolFloat7() { if (fieldMapBoolFloat7_ == null) { fieldMapBoolFloat7_ = com.google.protobuf.MapField.newMapField( FieldMapBoolFloat7DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolFloat7_.isMutable()) { fieldMapBoolFloat7_ = fieldMapBoolFloat7_.copy(); } bitField0_ |= 0x00000040; onChanged(); return fieldMapBoolFloat7_; } public int getFieldMapBoolFloat7Count() { return internalGetFieldMapBoolFloat7().getMap().size(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public boolean containsFieldMapBoolFloat7( boolean key) { return internalGetFieldMapBoolFloat7().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolFloat7Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolFloat7() { return getFieldMapBoolFloat7Map(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public java.util.Map getFieldMapBoolFloat7Map() { return internalGetFieldMapBoolFloat7().getMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrDefault( boolean key, float defaultValue) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, float> field_map_bool_float_7 = 7; */ @java.lang.Override public float getFieldMapBoolFloat7OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolFloat7().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolFloat7() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableFieldMapBoolFloat7().getMutableMap() .clear(); return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder removeFieldMapBoolFloat7( boolean key) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolFloat7() { bitField0_ |= 0x00000040; return internalGetMutableFieldMapBoolFloat7().getMutableMap(); } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putFieldMapBoolFloat7( boolean key, float value) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<bool, float> field_map_bool_float_7 = 7; */ public Builder putAllFieldMapBoolFloat7( java.util.Map values) { internalGetMutableFieldMapBoolFloat7().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolInt328_; private com.google.protobuf.MapField internalGetFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt328_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt328() { if (fieldMapBoolInt328_ == null) { fieldMapBoolInt328_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt328DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt328_.isMutable()) { fieldMapBoolInt328_ = fieldMapBoolInt328_.copy(); } bitField0_ |= 0x00000080; onChanged(); return fieldMapBoolInt328_; } public int getFieldMapBoolInt328Count() { return internalGetFieldMapBoolInt328().getMap().size(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public boolean containsFieldMapBoolInt328( boolean key) { return internalGetFieldMapBoolInt328().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt328Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt328() { return getFieldMapBoolInt328Map(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public java.util.Map getFieldMapBoolInt328Map() { return internalGetFieldMapBoolInt328().getMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ @java.lang.Override public int getFieldMapBoolInt328OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt328().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt328() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutableFieldMapBoolInt328().getMutableMap() .clear(); return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder removeFieldMapBoolInt328( boolean key) { internalGetMutableFieldMapBoolInt328().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt328() { bitField0_ |= 0x00000080; return internalGetMutableFieldMapBoolInt328().getMutableMap(); } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putFieldMapBoolInt328( boolean key, int value) { internalGetMutableFieldMapBoolInt328().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<bool, int32> field_map_bool_int32_8 = 8; */ public Builder putAllFieldMapBoolInt328( java.util.Map values) { internalGetMutableFieldMapBoolInt328().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolInt649_; private com.google.protobuf.MapField internalGetFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } return fieldMapBoolInt649_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolInt649() { if (fieldMapBoolInt649_ == null) { fieldMapBoolInt649_ = com.google.protobuf.MapField.newMapField( FieldMapBoolInt649DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolInt649_.isMutable()) { fieldMapBoolInt649_ = fieldMapBoolInt649_.copy(); } bitField0_ |= 0x00000100; onChanged(); return fieldMapBoolInt649_; } public int getFieldMapBoolInt649Count() { return internalGetFieldMapBoolInt649().getMap().size(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public boolean containsFieldMapBoolInt649( boolean key) { return internalGetFieldMapBoolInt649().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolInt649Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolInt649() { return getFieldMapBoolInt649Map(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public java.util.Map getFieldMapBoolInt649Map() { return internalGetFieldMapBoolInt649().getMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ @java.lang.Override public long getFieldMapBoolInt649OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolInt649().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolInt649() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableFieldMapBoolInt649().getMutableMap() .clear(); return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder removeFieldMapBoolInt649( boolean key) { internalGetMutableFieldMapBoolInt649().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolInt649() { bitField0_ |= 0x00000100; return internalGetMutableFieldMapBoolInt649().getMutableMap(); } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putFieldMapBoolInt649( boolean key, long value) { internalGetMutableFieldMapBoolInt649().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** * map<bool, int64> field_map_bool_int64_9 = 9; */ public Builder putAllFieldMapBoolInt649( java.util.Map values) { internalGetMutableFieldMapBoolInt649().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private static final class FieldMapBoolMessage10Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapBoolMessage10DefaultEntryHolder.defaultEntry; } }; private static final FieldMapBoolMessage10Converter fieldMapBoolMessage10Converter = new FieldMapBoolMessage10Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Boolean, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapBoolMessage10_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } return fieldMapBoolMessage10_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapBoolMessage10() { if (fieldMapBoolMessage10_ == null) { fieldMapBoolMessage10_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapBoolMessage10Converter); } bitField0_ |= 0x00000200; onChanged(); return fieldMapBoolMessage10_; } public int getFieldMapBoolMessage10Count() { return internalGetFieldMapBoolMessage10().ensureBuilderMap().size(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public boolean containsFieldMapBoolMessage10( boolean key) { return internalGetFieldMapBoolMessage10().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapBoolMessage10Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolMessage10() { return getFieldMapBoolMessage10Map(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public java.util.Map getFieldMapBoolMessage10Map() { return internalGetFieldMapBoolMessage10().getImmutableMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapBoolMessage10OrDefault( boolean key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); return map.containsKey(key) ? fieldMapBoolMessage10Converter.build(map.get(key)) : defaultValue; } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapBoolMessage10OrThrow( boolean key) { java.util.Map map = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapBoolMessage10Converter.build(map.get(key)); } public Builder clearFieldMapBoolMessage10() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableFieldMapBoolMessage10().clear(); return this; } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ public Builder removeFieldMapBoolMessage10( boolean key) { internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolMessage10() { bitField0_ |= 0x00000200; return internalGetMutableFieldMapBoolMessage10().ensureMessageMap(); } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ public Builder putFieldMapBoolMessage10( boolean key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ public Builder putAllFieldMapBoolMessage10( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapBoolMessage10().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000200; return this; } /** * map<bool, .protobuf.experimental.Proto3MessageLite> field_map_bool_message_10 = 10; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapBoolMessage10BuilderIfAbsent( boolean key) { java.util.Map builderMap = internalGetMutableFieldMapBoolMessage10().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSfixed3211_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed3211_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed3211() { if (fieldMapBoolSfixed3211_ == null) { fieldMapBoolSfixed3211_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed3211DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed3211_.isMutable()) { fieldMapBoolSfixed3211_ = fieldMapBoolSfixed3211_.copy(); } bitField0_ |= 0x00000400; onChanged(); return fieldMapBoolSfixed3211_; } public int getFieldMapBoolSfixed3211Count() { return internalGetFieldMapBoolSfixed3211().getMap().size(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public boolean containsFieldMapBoolSfixed3211( boolean key) { return internalGetFieldMapBoolSfixed3211().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed3211Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed3211() { return getFieldMapBoolSfixed3211Map(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed3211Map() { return internalGetFieldMapBoolSfixed3211().getMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ @java.lang.Override public int getFieldMapBoolSfixed3211OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed3211().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed3211() { bitField0_ = (bitField0_ & ~0x00000400); internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .clear(); return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder removeFieldMapBoolSfixed3211( boolean key) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed3211() { bitField0_ |= 0x00000400; return internalGetMutableFieldMapBoolSfixed3211().getMutableMap(); } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putFieldMapBoolSfixed3211( boolean key, int value) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .put(key, value); bitField0_ |= 0x00000400; return this; } /** * map<bool, sfixed32> field_map_bool_sfixed32_11 = 11; */ public Builder putAllFieldMapBoolSfixed3211( java.util.Map values) { internalGetMutableFieldMapBoolSfixed3211().getMutableMap() .putAll(values); bitField0_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSfixed6412_; private com.google.protobuf.MapField internalGetFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } return fieldMapBoolSfixed6412_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSfixed6412() { if (fieldMapBoolSfixed6412_ == null) { fieldMapBoolSfixed6412_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSfixed6412DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSfixed6412_.isMutable()) { fieldMapBoolSfixed6412_ = fieldMapBoolSfixed6412_.copy(); } bitField0_ |= 0x00000800; onChanged(); return fieldMapBoolSfixed6412_; } public int getFieldMapBoolSfixed6412Count() { return internalGetFieldMapBoolSfixed6412().getMap().size(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public boolean containsFieldMapBoolSfixed6412( boolean key) { return internalGetFieldMapBoolSfixed6412().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSfixed6412Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSfixed6412() { return getFieldMapBoolSfixed6412Map(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public java.util.Map getFieldMapBoolSfixed6412Map() { return internalGetFieldMapBoolSfixed6412().getMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ @java.lang.Override public long getFieldMapBoolSfixed6412OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSfixed6412().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSfixed6412() { bitField0_ = (bitField0_ & ~0x00000800); internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .clear(); return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder removeFieldMapBoolSfixed6412( boolean key) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSfixed6412() { bitField0_ |= 0x00000800; return internalGetMutableFieldMapBoolSfixed6412().getMutableMap(); } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putFieldMapBoolSfixed6412( boolean key, long value) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .put(key, value); bitField0_ |= 0x00000800; return this; } /** * map<bool, sfixed64> field_map_bool_sfixed64_12 = 12; */ public Builder putAllFieldMapBoolSfixed6412( java.util.Map values) { internalGetMutableFieldMapBoolSfixed6412().getMutableMap() .putAll(values); bitField0_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolSint3213_; private com.google.protobuf.MapField internalGetFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint3213_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint3213() { if (fieldMapBoolSint3213_ == null) { fieldMapBoolSint3213_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint3213DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint3213_.isMutable()) { fieldMapBoolSint3213_ = fieldMapBoolSint3213_.copy(); } bitField0_ |= 0x00001000; onChanged(); return fieldMapBoolSint3213_; } public int getFieldMapBoolSint3213Count() { return internalGetFieldMapBoolSint3213().getMap().size(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public boolean containsFieldMapBoolSint3213( boolean key) { return internalGetFieldMapBoolSint3213().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint3213Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint3213() { return getFieldMapBoolSint3213Map(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public java.util.Map getFieldMapBoolSint3213Map() { return internalGetFieldMapBoolSint3213().getMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ @java.lang.Override public int getFieldMapBoolSint3213OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint3213().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint3213() { bitField0_ = (bitField0_ & ~0x00001000); internalGetMutableFieldMapBoolSint3213().getMutableMap() .clear(); return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder removeFieldMapBoolSint3213( boolean key) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint3213() { bitField0_ |= 0x00001000; return internalGetMutableFieldMapBoolSint3213().getMutableMap(); } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putFieldMapBoolSint3213( boolean key, int value) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .put(key, value); bitField0_ |= 0x00001000; return this; } /** * map<bool, sint32> field_map_bool_sint32_13 = 13; */ public Builder putAllFieldMapBoolSint3213( java.util.Map values) { internalGetMutableFieldMapBoolSint3213().getMutableMap() .putAll(values); bitField0_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolSint6414_; private com.google.protobuf.MapField internalGetFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } return fieldMapBoolSint6414_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolSint6414() { if (fieldMapBoolSint6414_ == null) { fieldMapBoolSint6414_ = com.google.protobuf.MapField.newMapField( FieldMapBoolSint6414DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolSint6414_.isMutable()) { fieldMapBoolSint6414_ = fieldMapBoolSint6414_.copy(); } bitField0_ |= 0x00002000; onChanged(); return fieldMapBoolSint6414_; } public int getFieldMapBoolSint6414Count() { return internalGetFieldMapBoolSint6414().getMap().size(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public boolean containsFieldMapBoolSint6414( boolean key) { return internalGetFieldMapBoolSint6414().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolSint6414Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolSint6414() { return getFieldMapBoolSint6414Map(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public java.util.Map getFieldMapBoolSint6414Map() { return internalGetFieldMapBoolSint6414().getMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ @java.lang.Override public long getFieldMapBoolSint6414OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolSint6414().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolSint6414() { bitField0_ = (bitField0_ & ~0x00002000); internalGetMutableFieldMapBoolSint6414().getMutableMap() .clear(); return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder removeFieldMapBoolSint6414( boolean key) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolSint6414() { bitField0_ |= 0x00002000; return internalGetMutableFieldMapBoolSint6414().getMutableMap(); } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putFieldMapBoolSint6414( boolean key, long value) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .put(key, value); bitField0_ |= 0x00002000; return this; } /** * map<bool, sint64> field_map_bool_sint64_14 = 14; */ public Builder putAllFieldMapBoolSint6414( java.util.Map values) { internalGetMutableFieldMapBoolSint6414().getMutableMap() .putAll(values); bitField0_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.String> fieldMapBoolString15_; private com.google.protobuf.MapField internalGetFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } return fieldMapBoolString15_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolString15() { if (fieldMapBoolString15_ == null) { fieldMapBoolString15_ = com.google.protobuf.MapField.newMapField( FieldMapBoolString15DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolString15_.isMutable()) { fieldMapBoolString15_ = fieldMapBoolString15_.copy(); } bitField0_ |= 0x00004000; onChanged(); return fieldMapBoolString15_; } public int getFieldMapBoolString15Count() { return internalGetFieldMapBoolString15().getMap().size(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public boolean containsFieldMapBoolString15( boolean key) { return internalGetFieldMapBoolString15().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolString15Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolString15() { return getFieldMapBoolString15Map(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.util.Map getFieldMapBoolString15Map() { return internalGetFieldMapBoolString15().getMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapBoolString15OrDefault( boolean key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, string> field_map_bool_string_15 = 15; */ @java.lang.Override public java.lang.String getFieldMapBoolString15OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolString15().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolString15() { bitField0_ = (bitField0_ & ~0x00004000); internalGetMutableFieldMapBoolString15().getMutableMap() .clear(); return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder removeFieldMapBoolString15( boolean key) { internalGetMutableFieldMapBoolString15().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolString15() { bitField0_ |= 0x00004000; return internalGetMutableFieldMapBoolString15().getMutableMap(); } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putFieldMapBoolString15( boolean key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapBoolString15().getMutableMap() .put(key, value); bitField0_ |= 0x00004000; return this; } /** * map<bool, string> field_map_bool_string_15 = 15; */ public Builder putAllFieldMapBoolString15( java.util.Map values) { internalGetMutableFieldMapBoolString15().getMutableMap() .putAll(values); bitField0_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Integer> fieldMapBoolUint3216_; private com.google.protobuf.MapField internalGetFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint3216_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint3216() { if (fieldMapBoolUint3216_ == null) { fieldMapBoolUint3216_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint3216DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint3216_.isMutable()) { fieldMapBoolUint3216_ = fieldMapBoolUint3216_.copy(); } bitField0_ |= 0x00008000; onChanged(); return fieldMapBoolUint3216_; } public int getFieldMapBoolUint3216Count() { return internalGetFieldMapBoolUint3216().getMap().size(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public boolean containsFieldMapBoolUint3216( boolean key) { return internalGetFieldMapBoolUint3216().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint3216Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint3216() { return getFieldMapBoolUint3216Map(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public java.util.Map getFieldMapBoolUint3216Map() { return internalGetFieldMapBoolUint3216().getMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrDefault( boolean key, int defaultValue) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ @java.lang.Override public int getFieldMapBoolUint3216OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint3216().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint3216() { bitField0_ = (bitField0_ & ~0x00008000); internalGetMutableFieldMapBoolUint3216().getMutableMap() .clear(); return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder removeFieldMapBoolUint3216( boolean key) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint3216() { bitField0_ |= 0x00008000; return internalGetMutableFieldMapBoolUint3216().getMutableMap(); } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putFieldMapBoolUint3216( boolean key, int value) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .put(key, value); bitField0_ |= 0x00008000; return this; } /** * map<bool, uint32> field_map_bool_uint32_16 = 16; */ public Builder putAllFieldMapBoolUint3216( java.util.Map values) { internalGetMutableFieldMapBoolUint3216().getMutableMap() .putAll(values); bitField0_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Boolean, java.lang.Long> fieldMapBoolUint6417_; private com.google.protobuf.MapField internalGetFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } return fieldMapBoolUint6417_; } private com.google.protobuf.MapField internalGetMutableFieldMapBoolUint6417() { if (fieldMapBoolUint6417_ == null) { fieldMapBoolUint6417_ = com.google.protobuf.MapField.newMapField( FieldMapBoolUint6417DefaultEntryHolder.defaultEntry); } if (!fieldMapBoolUint6417_.isMutable()) { fieldMapBoolUint6417_ = fieldMapBoolUint6417_.copy(); } bitField0_ |= 0x00010000; onChanged(); return fieldMapBoolUint6417_; } public int getFieldMapBoolUint6417Count() { return internalGetFieldMapBoolUint6417().getMap().size(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public boolean containsFieldMapBoolUint6417( boolean key) { return internalGetFieldMapBoolUint6417().getMap().containsKey(key); } /** * Use {@link #getFieldMapBoolUint6417Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapBoolUint6417() { return getFieldMapBoolUint6417Map(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public java.util.Map getFieldMapBoolUint6417Map() { return internalGetFieldMapBoolUint6417().getMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrDefault( boolean key, long defaultValue) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ @java.lang.Override public long getFieldMapBoolUint6417OrThrow( boolean key) { java.util.Map map = internalGetFieldMapBoolUint6417().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapBoolUint6417() { bitField0_ = (bitField0_ & ~0x00010000); internalGetMutableFieldMapBoolUint6417().getMutableMap() .clear(); return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder removeFieldMapBoolUint6417( boolean key) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapBoolUint6417() { bitField0_ |= 0x00010000; return internalGetMutableFieldMapBoolUint6417().getMutableMap(); } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putFieldMapBoolUint6417( boolean key, long value) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .put(key, value); bitField0_ |= 0x00010000; return this; } /** * map<bool, uint64> field_map_bool_uint64_17 = 17; */ public Builder putAllFieldMapBoolUint6417( java.util.Map values) { internalGetMutableFieldMapBoolUint6417().getMutableMap() .putAll(values); bitField0_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapFixed32Bool18_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bool18_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bool18() { if (fieldMapFixed32Bool18_ == null) { fieldMapFixed32Bool18_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bool18DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bool18_.isMutable()) { fieldMapFixed32Bool18_ = fieldMapFixed32Bool18_.copy(); } bitField0_ |= 0x00020000; onChanged(); return fieldMapFixed32Bool18_; } public int getFieldMapFixed32Bool18Count() { return internalGetFieldMapFixed32Bool18().getMap().size(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean containsFieldMapFixed32Bool18( int key) { return internalGetFieldMapFixed32Bool18().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bool18Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bool18() { return getFieldMapFixed32Bool18Map(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bool18Map() { return internalGetFieldMapFixed32Bool18().getMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ @java.lang.Override public boolean getFieldMapFixed32Bool18OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bool18().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bool18() { bitField0_ = (bitField0_ & ~0x00020000); internalGetMutableFieldMapFixed32Bool18().getMutableMap() .clear(); return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder removeFieldMapFixed32Bool18( int key) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bool18() { bitField0_ |= 0x00020000; return internalGetMutableFieldMapFixed32Bool18().getMutableMap(); } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putFieldMapFixed32Bool18( int key, boolean value) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .put(key, value); bitField0_ |= 0x00020000; return this; } /** * map<fixed32, bool> field_map_fixed32_bool_18 = 18; */ public Builder putAllFieldMapFixed32Bool18( java.util.Map values) { internalGetMutableFieldMapFixed32Bool18().getMutableMap() .putAll(values); bitField0_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapFixed32Bytes19_; private com.google.protobuf.MapField internalGetFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Bytes19_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Bytes19() { if (fieldMapFixed32Bytes19_ == null) { fieldMapFixed32Bytes19_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Bytes19DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Bytes19_.isMutable()) { fieldMapFixed32Bytes19_ = fieldMapFixed32Bytes19_.copy(); } bitField0_ |= 0x00040000; onChanged(); return fieldMapFixed32Bytes19_; } public int getFieldMapFixed32Bytes19Count() { return internalGetFieldMapFixed32Bytes19().getMap().size(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public boolean containsFieldMapFixed32Bytes19( int key) { return internalGetFieldMapFixed32Bytes19().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Bytes19Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Bytes19() { return getFieldMapFixed32Bytes19Map(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public java.util.Map getFieldMapFixed32Bytes19Map() { return internalGetFieldMapFixed32Bytes19().getMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed32Bytes19OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Bytes19().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Bytes19() { bitField0_ = (bitField0_ & ~0x00040000); internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .clear(); return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder removeFieldMapFixed32Bytes19( int key) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Bytes19() { bitField0_ |= 0x00040000; return internalGetMutableFieldMapFixed32Bytes19().getMutableMap(); } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putFieldMapFixed32Bytes19( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .put(key, value); bitField0_ |= 0x00040000; return this; } /** * map<fixed32, bytes> field_map_fixed32_bytes_19 = 19; */ public Builder putAllFieldMapFixed32Bytes19( java.util.Map values) { internalGetMutableFieldMapFixed32Bytes19().getMutableMap() .putAll(values); bitField0_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapFixed32Double20_; private com.google.protobuf.MapField internalGetFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Double20_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Double20() { if (fieldMapFixed32Double20_ == null) { fieldMapFixed32Double20_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Double20DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Double20_.isMutable()) { fieldMapFixed32Double20_ = fieldMapFixed32Double20_.copy(); } bitField0_ |= 0x00080000; onChanged(); return fieldMapFixed32Double20_; } public int getFieldMapFixed32Double20Count() { return internalGetFieldMapFixed32Double20().getMap().size(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public boolean containsFieldMapFixed32Double20( int key) { return internalGetFieldMapFixed32Double20().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Double20Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Double20() { return getFieldMapFixed32Double20Map(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public java.util.Map getFieldMapFixed32Double20Map() { return internalGetFieldMapFixed32Double20().getMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ @java.lang.Override public double getFieldMapFixed32Double20OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Double20().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Double20() { bitField0_ = (bitField0_ & ~0x00080000); internalGetMutableFieldMapFixed32Double20().getMutableMap() .clear(); return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder removeFieldMapFixed32Double20( int key) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Double20() { bitField0_ |= 0x00080000; return internalGetMutableFieldMapFixed32Double20().getMutableMap(); } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putFieldMapFixed32Double20( int key, double value) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .put(key, value); bitField0_ |= 0x00080000; return this; } /** * map<fixed32, double> field_map_fixed32_double_20 = 20; */ public Builder putAllFieldMapFixed32Double20( java.util.Map values) { internalGetMutableFieldMapFixed32Double20().getMutableMap() .putAll(values); bitField0_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Enum21_; private com.google.protobuf.MapField internalGetFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Enum21_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Enum21() { if (fieldMapFixed32Enum21_ == null) { fieldMapFixed32Enum21_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Enum21DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Enum21_.isMutable()) { fieldMapFixed32Enum21_ = fieldMapFixed32Enum21_.copy(); } bitField0_ |= 0x00100000; onChanged(); return fieldMapFixed32Enum21_; } public int getFieldMapFixed32Enum21Count() { return internalGetFieldMapFixed32Enum21().getMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public boolean containsFieldMapFixed32Enum21( int key) { return internalGetFieldMapFixed32Enum21().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Enum21Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21() { return getFieldMapFixed32Enum21Map(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21Map() { return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetFieldMapFixed32Enum21().getMap());} /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed32Enum21OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed32Enum21OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Enum21ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed32Enum21ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Enum21Value() { return getFieldMapFixed32Enum21ValueMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public java.util.Map getFieldMapFixed32Enum21ValueMap() { return internalGetFieldMapFixed32Enum21().getMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ @java.lang.Override public int getFieldMapFixed32Enum21ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Enum21().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Enum21() { bitField0_ = (bitField0_ & ~0x00100000); internalGetMutableFieldMapFixed32Enum21().getMutableMap() .clear(); return this; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder removeFieldMapFixed32Enum21( int key) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Enum21() { bitField0_ |= 0x00100000; return internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putFieldMapFixed32Enum21( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .put(key, fieldMapFixed32Enum21ValueConverter.doBackward(value)); bitField0_ |= 0x00100000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putAllFieldMapFixed32Enum21( java.util.Map values) { internalGetAdaptedFieldMapFixed32Enum21Map( internalGetMutableFieldMapFixed32Enum21().getMutableMap()) .putAll(values); bitField0_ |= 0x00100000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Enum21Value() { bitField0_ |= 0x00100000; return internalGetMutableFieldMapFixed32Enum21().getMutableMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putFieldMapFixed32Enum21Value( int key, int value) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .put(key, value); bitField0_ |= 0x00100000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed32_enum_21 = 21; */ public Builder putAllFieldMapFixed32Enum21Value( java.util.Map values) { internalGetMutableFieldMapFixed32Enum21().getMutableMap() .putAll(values); bitField0_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Fixed3222_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed3222_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed3222() { if (fieldMapFixed32Fixed3222_ == null) { fieldMapFixed32Fixed3222_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed3222DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed3222_.isMutable()) { fieldMapFixed32Fixed3222_ = fieldMapFixed32Fixed3222_.copy(); } bitField0_ |= 0x00200000; onChanged(); return fieldMapFixed32Fixed3222_; } public int getFieldMapFixed32Fixed3222Count() { return internalGetFieldMapFixed32Fixed3222().getMap().size(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed3222( int key) { return internalGetFieldMapFixed32Fixed3222().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed3222Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed3222() { return getFieldMapFixed32Fixed3222Map(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed3222Map() { return internalGetFieldMapFixed32Fixed3222().getMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ @java.lang.Override public int getFieldMapFixed32Fixed3222OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed3222().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed3222() { bitField0_ = (bitField0_ & ~0x00200000); internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder removeFieldMapFixed32Fixed3222( int key) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed3222() { bitField0_ |= 0x00200000; return internalGetMutableFieldMapFixed32Fixed3222().getMutableMap(); } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putFieldMapFixed32Fixed3222( int key, int value) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .put(key, value); bitField0_ |= 0x00200000; return this; } /** * map<fixed32, fixed32> field_map_fixed32_fixed32_22 = 22; */ public Builder putAllFieldMapFixed32Fixed3222( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed3222().getMutableMap() .putAll(values); bitField0_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Fixed6423_; private com.google.protobuf.MapField internalGetFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Fixed6423_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Fixed6423() { if (fieldMapFixed32Fixed6423_ == null) { fieldMapFixed32Fixed6423_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Fixed6423DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Fixed6423_.isMutable()) { fieldMapFixed32Fixed6423_ = fieldMapFixed32Fixed6423_.copy(); } bitField0_ |= 0x00400000; onChanged(); return fieldMapFixed32Fixed6423_; } public int getFieldMapFixed32Fixed6423Count() { return internalGetFieldMapFixed32Fixed6423().getMap().size(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public boolean containsFieldMapFixed32Fixed6423( int key) { return internalGetFieldMapFixed32Fixed6423().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Fixed6423Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Fixed6423() { return getFieldMapFixed32Fixed6423Map(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public java.util.Map getFieldMapFixed32Fixed6423Map() { return internalGetFieldMapFixed32Fixed6423().getMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ @java.lang.Override public long getFieldMapFixed32Fixed6423OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Fixed6423().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Fixed6423() { bitField0_ = (bitField0_ & ~0x00400000); internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .clear(); return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder removeFieldMapFixed32Fixed6423( int key) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Fixed6423() { bitField0_ |= 0x00400000; return internalGetMutableFieldMapFixed32Fixed6423().getMutableMap(); } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putFieldMapFixed32Fixed6423( int key, long value) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .put(key, value); bitField0_ |= 0x00400000; return this; } /** * map<fixed32, fixed64> field_map_fixed32_fixed64_23 = 23; */ public Builder putAllFieldMapFixed32Fixed6423( java.util.Map values) { internalGetMutableFieldMapFixed32Fixed6423().getMutableMap() .putAll(values); bitField0_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapFixed32Float24_; private com.google.protobuf.MapField internalGetFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Float24_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Float24() { if (fieldMapFixed32Float24_ == null) { fieldMapFixed32Float24_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Float24DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Float24_.isMutable()) { fieldMapFixed32Float24_ = fieldMapFixed32Float24_.copy(); } bitField0_ |= 0x00800000; onChanged(); return fieldMapFixed32Float24_; } public int getFieldMapFixed32Float24Count() { return internalGetFieldMapFixed32Float24().getMap().size(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public boolean containsFieldMapFixed32Float24( int key) { return internalGetFieldMapFixed32Float24().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Float24Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Float24() { return getFieldMapFixed32Float24Map(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public java.util.Map getFieldMapFixed32Float24Map() { return internalGetFieldMapFixed32Float24().getMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ @java.lang.Override public float getFieldMapFixed32Float24OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Float24().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Float24() { bitField0_ = (bitField0_ & ~0x00800000); internalGetMutableFieldMapFixed32Float24().getMutableMap() .clear(); return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder removeFieldMapFixed32Float24( int key) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Float24() { bitField0_ |= 0x00800000; return internalGetMutableFieldMapFixed32Float24().getMutableMap(); } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putFieldMapFixed32Float24( int key, float value) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .put(key, value); bitField0_ |= 0x00800000; return this; } /** * map<fixed32, float> field_map_fixed32_float_24 = 24; */ public Builder putAllFieldMapFixed32Float24( java.util.Map values) { internalGetMutableFieldMapFixed32Float24().getMutableMap() .putAll(values); bitField0_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Int3225_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int3225_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int3225() { if (fieldMapFixed32Int3225_ == null) { fieldMapFixed32Int3225_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int3225DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int3225_.isMutable()) { fieldMapFixed32Int3225_ = fieldMapFixed32Int3225_.copy(); } bitField0_ |= 0x01000000; onChanged(); return fieldMapFixed32Int3225_; } public int getFieldMapFixed32Int3225Count() { return internalGetFieldMapFixed32Int3225().getMap().size(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public boolean containsFieldMapFixed32Int3225( int key) { return internalGetFieldMapFixed32Int3225().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int3225Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int3225() { return getFieldMapFixed32Int3225Map(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int3225Map() { return internalGetFieldMapFixed32Int3225().getMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ @java.lang.Override public int getFieldMapFixed32Int3225OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int3225().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int3225() { bitField0_ = (bitField0_ & ~0x01000000); internalGetMutableFieldMapFixed32Int3225().getMutableMap() .clear(); return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder removeFieldMapFixed32Int3225( int key) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int3225() { bitField0_ |= 0x01000000; return internalGetMutableFieldMapFixed32Int3225().getMutableMap(); } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putFieldMapFixed32Int3225( int key, int value) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .put(key, value); bitField0_ |= 0x01000000; return this; } /** * map<fixed32, int32> field_map_fixed32_int32_25 = 25; */ public Builder putAllFieldMapFixed32Int3225( java.util.Map values) { internalGetMutableFieldMapFixed32Int3225().getMutableMap() .putAll(values); bitField0_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Int6426_; private com.google.protobuf.MapField internalGetFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Int6426_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Int6426() { if (fieldMapFixed32Int6426_ == null) { fieldMapFixed32Int6426_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Int6426DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Int6426_.isMutable()) { fieldMapFixed32Int6426_ = fieldMapFixed32Int6426_.copy(); } bitField0_ |= 0x02000000; onChanged(); return fieldMapFixed32Int6426_; } public int getFieldMapFixed32Int6426Count() { return internalGetFieldMapFixed32Int6426().getMap().size(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public boolean containsFieldMapFixed32Int6426( int key) { return internalGetFieldMapFixed32Int6426().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Int6426Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Int6426() { return getFieldMapFixed32Int6426Map(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public java.util.Map getFieldMapFixed32Int6426Map() { return internalGetFieldMapFixed32Int6426().getMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ @java.lang.Override public long getFieldMapFixed32Int6426OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Int6426().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Int6426() { bitField0_ = (bitField0_ & ~0x02000000); internalGetMutableFieldMapFixed32Int6426().getMutableMap() .clear(); return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder removeFieldMapFixed32Int6426( int key) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Int6426() { bitField0_ |= 0x02000000; return internalGetMutableFieldMapFixed32Int6426().getMutableMap(); } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putFieldMapFixed32Int6426( int key, long value) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .put(key, value); bitField0_ |= 0x02000000; return this; } /** * map<fixed32, int64> field_map_fixed32_int64_26 = 26; */ public Builder putAllFieldMapFixed32Int6426( java.util.Map values) { internalGetMutableFieldMapFixed32Int6426().getMutableMap() .putAll(values); bitField0_ |= 0x02000000; return this; } private static final class FieldMapFixed32Message27Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed32Message27DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed32Message27Converter fieldMapFixed32Message27Converter = new FieldMapFixed32Message27Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapFixed32Message27_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } return fieldMapFixed32Message27_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed32Message27() { if (fieldMapFixed32Message27_ == null) { fieldMapFixed32Message27_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed32Message27Converter); } bitField0_ |= 0x04000000; onChanged(); return fieldMapFixed32Message27_; } public int getFieldMapFixed32Message27Count() { return internalGetFieldMapFixed32Message27().ensureBuilderMap().size(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public boolean containsFieldMapFixed32Message27( int key) { return internalGetFieldMapFixed32Message27().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Message27Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Message27() { return getFieldMapFixed32Message27Map(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public java.util.Map getFieldMapFixed32Message27Map() { return internalGetFieldMapFixed32Message27().getImmutableMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed32Message27OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed32Message27Converter.build(map.get(key)) : defaultValue; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed32Message27OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed32Message27Converter.build(map.get(key)); } public Builder clearFieldMapFixed32Message27() { bitField0_ = (bitField0_ & ~0x04000000); internalGetMutableFieldMapFixed32Message27().clear(); return this; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ public Builder removeFieldMapFixed32Message27( int key) { internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Message27() { bitField0_ |= 0x04000000; return internalGetMutableFieldMapFixed32Message27().ensureMessageMap(); } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ public Builder putFieldMapFixed32Message27( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .put(key, value); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ public Builder putAllFieldMapFixed32Message27( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed32Message27().ensureBuilderMap() .putAll(values); bitField0_ |= 0x04000000; return this; } /** * map<fixed32, .protobuf.experimental.Proto3MessageLite> field_map_fixed32_message_27 = 27; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapFixed32Message27BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapFixed32Message27().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sfixed3228_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed3228_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed3228() { if (fieldMapFixed32Sfixed3228_ == null) { fieldMapFixed32Sfixed3228_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed3228DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed3228_.isMutable()) { fieldMapFixed32Sfixed3228_ = fieldMapFixed32Sfixed3228_.copy(); } bitField0_ |= 0x08000000; onChanged(); return fieldMapFixed32Sfixed3228_; } public int getFieldMapFixed32Sfixed3228Count() { return internalGetFieldMapFixed32Sfixed3228().getMap().size(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed3228( int key) { return internalGetFieldMapFixed32Sfixed3228().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed3228Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed3228() { return getFieldMapFixed32Sfixed3228Map(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed3228Map() { return internalGetFieldMapFixed32Sfixed3228().getMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ @java.lang.Override public int getFieldMapFixed32Sfixed3228OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed3228().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed3228() { bitField0_ = (bitField0_ & ~0x08000000); internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder removeFieldMapFixed32Sfixed3228( int key) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed3228() { bitField0_ |= 0x08000000; return internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap(); } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putFieldMapFixed32Sfixed3228( int key, int value) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .put(key, value); bitField0_ |= 0x08000000; return this; } /** * map<fixed32, sfixed32> field_map_fixed32_sfixed32_28 = 28; */ public Builder putAllFieldMapFixed32Sfixed3228( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed3228().getMutableMap() .putAll(values); bitField0_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sfixed6429_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sfixed6429_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sfixed6429() { if (fieldMapFixed32Sfixed6429_ == null) { fieldMapFixed32Sfixed6429_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sfixed6429DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sfixed6429_.isMutable()) { fieldMapFixed32Sfixed6429_ = fieldMapFixed32Sfixed6429_.copy(); } bitField0_ |= 0x10000000; onChanged(); return fieldMapFixed32Sfixed6429_; } public int getFieldMapFixed32Sfixed6429Count() { return internalGetFieldMapFixed32Sfixed6429().getMap().size(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public boolean containsFieldMapFixed32Sfixed6429( int key) { return internalGetFieldMapFixed32Sfixed6429().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sfixed6429Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sfixed6429() { return getFieldMapFixed32Sfixed6429Map(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sfixed6429Map() { return internalGetFieldMapFixed32Sfixed6429().getMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ @java.lang.Override public long getFieldMapFixed32Sfixed6429OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sfixed6429().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sfixed6429() { bitField0_ = (bitField0_ & ~0x10000000); internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .clear(); return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder removeFieldMapFixed32Sfixed6429( int key) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sfixed6429() { bitField0_ |= 0x10000000; return internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap(); } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putFieldMapFixed32Sfixed6429( int key, long value) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .put(key, value); bitField0_ |= 0x10000000; return this; } /** * map<fixed32, sfixed64> field_map_fixed32_sfixed64_29 = 29; */ public Builder putAllFieldMapFixed32Sfixed6429( java.util.Map values) { internalGetMutableFieldMapFixed32Sfixed6429().getMutableMap() .putAll(values); bitField0_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Sint3230_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint3230_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint3230() { if (fieldMapFixed32Sint3230_ == null) { fieldMapFixed32Sint3230_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint3230DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint3230_.isMutable()) { fieldMapFixed32Sint3230_ = fieldMapFixed32Sint3230_.copy(); } bitField0_ |= 0x20000000; onChanged(); return fieldMapFixed32Sint3230_; } public int getFieldMapFixed32Sint3230Count() { return internalGetFieldMapFixed32Sint3230().getMap().size(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public boolean containsFieldMapFixed32Sint3230( int key) { return internalGetFieldMapFixed32Sint3230().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint3230Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint3230() { return getFieldMapFixed32Sint3230Map(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint3230Map() { return internalGetFieldMapFixed32Sint3230().getMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ @java.lang.Override public int getFieldMapFixed32Sint3230OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint3230().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint3230() { bitField0_ = (bitField0_ & ~0x20000000); internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .clear(); return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder removeFieldMapFixed32Sint3230( int key) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint3230() { bitField0_ |= 0x20000000; return internalGetMutableFieldMapFixed32Sint3230().getMutableMap(); } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putFieldMapFixed32Sint3230( int key, int value) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .put(key, value); bitField0_ |= 0x20000000; return this; } /** * map<fixed32, sint32> field_map_fixed32_sint32_30 = 30; */ public Builder putAllFieldMapFixed32Sint3230( java.util.Map values) { internalGetMutableFieldMapFixed32Sint3230().getMutableMap() .putAll(values); bitField0_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Sint6431_; private com.google.protobuf.MapField internalGetFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Sint6431_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Sint6431() { if (fieldMapFixed32Sint6431_ == null) { fieldMapFixed32Sint6431_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Sint6431DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Sint6431_.isMutable()) { fieldMapFixed32Sint6431_ = fieldMapFixed32Sint6431_.copy(); } bitField0_ |= 0x40000000; onChanged(); return fieldMapFixed32Sint6431_; } public int getFieldMapFixed32Sint6431Count() { return internalGetFieldMapFixed32Sint6431().getMap().size(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public boolean containsFieldMapFixed32Sint6431( int key) { return internalGetFieldMapFixed32Sint6431().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Sint6431Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Sint6431() { return getFieldMapFixed32Sint6431Map(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public java.util.Map getFieldMapFixed32Sint6431Map() { return internalGetFieldMapFixed32Sint6431().getMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ @java.lang.Override public long getFieldMapFixed32Sint6431OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Sint6431().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Sint6431() { bitField0_ = (bitField0_ & ~0x40000000); internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .clear(); return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder removeFieldMapFixed32Sint6431( int key) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Sint6431() { bitField0_ |= 0x40000000; return internalGetMutableFieldMapFixed32Sint6431().getMutableMap(); } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putFieldMapFixed32Sint6431( int key, long value) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .put(key, value); bitField0_ |= 0x40000000; return this; } /** * map<fixed32, sint64> field_map_fixed32_sint64_31 = 31; */ public Builder putAllFieldMapFixed32Sint6431( java.util.Map values) { internalGetMutableFieldMapFixed32Sint6431().getMutableMap() .putAll(values); bitField0_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapFixed32String32_; private com.google.protobuf.MapField internalGetFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } return fieldMapFixed32String32_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32String32() { if (fieldMapFixed32String32_ == null) { fieldMapFixed32String32_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32String32DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32String32_.isMutable()) { fieldMapFixed32String32_ = fieldMapFixed32String32_.copy(); } bitField0_ |= 0x80000000; onChanged(); return fieldMapFixed32String32_; } public int getFieldMapFixed32String32Count() { return internalGetFieldMapFixed32String32().getMap().size(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public boolean containsFieldMapFixed32String32( int key) { return internalGetFieldMapFixed32String32().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32String32Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32String32() { return getFieldMapFixed32String32Map(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.util.Map getFieldMapFixed32String32Map() { return internalGetFieldMapFixed32String32().getMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed32String32OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ @java.lang.Override public java.lang.String getFieldMapFixed32String32OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32String32().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32String32() { bitField0_ = (bitField0_ & ~0x80000000); internalGetMutableFieldMapFixed32String32().getMutableMap() .clear(); return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder removeFieldMapFixed32String32( int key) { internalGetMutableFieldMapFixed32String32().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32String32() { bitField0_ |= 0x80000000; return internalGetMutableFieldMapFixed32String32().getMutableMap(); } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putFieldMapFixed32String32( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed32String32().getMutableMap() .put(key, value); bitField0_ |= 0x80000000; return this; } /** * map<fixed32, string> field_map_fixed32_string_32 = 32; */ public Builder putAllFieldMapFixed32String32( java.util.Map values) { internalGetMutableFieldMapFixed32String32().getMutableMap() .putAll(values); bitField0_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapFixed32Uint3233_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint3233_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint3233() { if (fieldMapFixed32Uint3233_ == null) { fieldMapFixed32Uint3233_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint3233DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint3233_.isMutable()) { fieldMapFixed32Uint3233_ = fieldMapFixed32Uint3233_.copy(); } bitField1_ |= 0x00000001; onChanged(); return fieldMapFixed32Uint3233_; } public int getFieldMapFixed32Uint3233Count() { return internalGetFieldMapFixed32Uint3233().getMap().size(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public boolean containsFieldMapFixed32Uint3233( int key) { return internalGetFieldMapFixed32Uint3233().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint3233Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint3233() { return getFieldMapFixed32Uint3233Map(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint3233Map() { return internalGetFieldMapFixed32Uint3233().getMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ @java.lang.Override public int getFieldMapFixed32Uint3233OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint3233().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint3233() { bitField1_ = (bitField1_ & ~0x00000001); internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .clear(); return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder removeFieldMapFixed32Uint3233( int key) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint3233() { bitField1_ |= 0x00000001; return internalGetMutableFieldMapFixed32Uint3233().getMutableMap(); } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putFieldMapFixed32Uint3233( int key, int value) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .put(key, value); bitField1_ |= 0x00000001; return this; } /** * map<fixed32, uint32> field_map_fixed32_uint32_33 = 33; */ public Builder putAllFieldMapFixed32Uint3233( java.util.Map values) { internalGetMutableFieldMapFixed32Uint3233().getMutableMap() .putAll(values); bitField1_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapFixed32Uint6434_; private com.google.protobuf.MapField internalGetFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } return fieldMapFixed32Uint6434_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed32Uint6434() { if (fieldMapFixed32Uint6434_ == null) { fieldMapFixed32Uint6434_ = com.google.protobuf.MapField.newMapField( FieldMapFixed32Uint6434DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed32Uint6434_.isMutable()) { fieldMapFixed32Uint6434_ = fieldMapFixed32Uint6434_.copy(); } bitField1_ |= 0x00000002; onChanged(); return fieldMapFixed32Uint6434_; } public int getFieldMapFixed32Uint6434Count() { return internalGetFieldMapFixed32Uint6434().getMap().size(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public boolean containsFieldMapFixed32Uint6434( int key) { return internalGetFieldMapFixed32Uint6434().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed32Uint6434Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed32Uint6434() { return getFieldMapFixed32Uint6434Map(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public java.util.Map getFieldMapFixed32Uint6434Map() { return internalGetFieldMapFixed32Uint6434().getMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ @java.lang.Override public long getFieldMapFixed32Uint6434OrThrow( int key) { java.util.Map map = internalGetFieldMapFixed32Uint6434().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed32Uint6434() { bitField1_ = (bitField1_ & ~0x00000002); internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .clear(); return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder removeFieldMapFixed32Uint6434( int key) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed32Uint6434() { bitField1_ |= 0x00000002; return internalGetMutableFieldMapFixed32Uint6434().getMutableMap(); } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putFieldMapFixed32Uint6434( int key, long value) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .put(key, value); bitField1_ |= 0x00000002; return this; } /** * map<fixed32, uint64> field_map_fixed32_uint64_34 = 34; */ public Builder putAllFieldMapFixed32Uint6434( java.util.Map values) { internalGetMutableFieldMapFixed32Uint6434().getMutableMap() .putAll(values); bitField1_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapFixed64Bool35_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bool35_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bool35() { if (fieldMapFixed64Bool35_ == null) { fieldMapFixed64Bool35_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bool35DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bool35_.isMutable()) { fieldMapFixed64Bool35_ = fieldMapFixed64Bool35_.copy(); } bitField1_ |= 0x00000004; onChanged(); return fieldMapFixed64Bool35_; } public int getFieldMapFixed64Bool35Count() { return internalGetFieldMapFixed64Bool35().getMap().size(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean containsFieldMapFixed64Bool35( long key) { return internalGetFieldMapFixed64Bool35().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bool35Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bool35() { return getFieldMapFixed64Bool35Map(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bool35Map() { return internalGetFieldMapFixed64Bool35().getMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ @java.lang.Override public boolean getFieldMapFixed64Bool35OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bool35().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bool35() { bitField1_ = (bitField1_ & ~0x00000004); internalGetMutableFieldMapFixed64Bool35().getMutableMap() .clear(); return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder removeFieldMapFixed64Bool35( long key) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bool35() { bitField1_ |= 0x00000004; return internalGetMutableFieldMapFixed64Bool35().getMutableMap(); } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putFieldMapFixed64Bool35( long key, boolean value) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .put(key, value); bitField1_ |= 0x00000004; return this; } /** * map<fixed64, bool> field_map_fixed64_bool_35 = 35; */ public Builder putAllFieldMapFixed64Bool35( java.util.Map values) { internalGetMutableFieldMapFixed64Bool35().getMutableMap() .putAll(values); bitField1_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapFixed64Bytes36_; private com.google.protobuf.MapField internalGetFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Bytes36_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Bytes36() { if (fieldMapFixed64Bytes36_ == null) { fieldMapFixed64Bytes36_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Bytes36DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Bytes36_.isMutable()) { fieldMapFixed64Bytes36_ = fieldMapFixed64Bytes36_.copy(); } bitField1_ |= 0x00000008; onChanged(); return fieldMapFixed64Bytes36_; } public int getFieldMapFixed64Bytes36Count() { return internalGetFieldMapFixed64Bytes36().getMap().size(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public boolean containsFieldMapFixed64Bytes36( long key) { return internalGetFieldMapFixed64Bytes36().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Bytes36Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Bytes36() { return getFieldMapFixed64Bytes36Map(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public java.util.Map getFieldMapFixed64Bytes36Map() { return internalGetFieldMapFixed64Bytes36().getMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapFixed64Bytes36OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Bytes36().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Bytes36() { bitField1_ = (bitField1_ & ~0x00000008); internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .clear(); return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder removeFieldMapFixed64Bytes36( long key) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Bytes36() { bitField1_ |= 0x00000008; return internalGetMutableFieldMapFixed64Bytes36().getMutableMap(); } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putFieldMapFixed64Bytes36( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .put(key, value); bitField1_ |= 0x00000008; return this; } /** * map<fixed64, bytes> field_map_fixed64_bytes_36 = 36; */ public Builder putAllFieldMapFixed64Bytes36( java.util.Map values) { internalGetMutableFieldMapFixed64Bytes36().getMutableMap() .putAll(values); bitField1_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapFixed64Double37_; private com.google.protobuf.MapField internalGetFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Double37_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Double37() { if (fieldMapFixed64Double37_ == null) { fieldMapFixed64Double37_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Double37DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Double37_.isMutable()) { fieldMapFixed64Double37_ = fieldMapFixed64Double37_.copy(); } bitField1_ |= 0x00000010; onChanged(); return fieldMapFixed64Double37_; } public int getFieldMapFixed64Double37Count() { return internalGetFieldMapFixed64Double37().getMap().size(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public boolean containsFieldMapFixed64Double37( long key) { return internalGetFieldMapFixed64Double37().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Double37Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Double37() { return getFieldMapFixed64Double37Map(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public java.util.Map getFieldMapFixed64Double37Map() { return internalGetFieldMapFixed64Double37().getMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ @java.lang.Override public double getFieldMapFixed64Double37OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Double37().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Double37() { bitField1_ = (bitField1_ & ~0x00000010); internalGetMutableFieldMapFixed64Double37().getMutableMap() .clear(); return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder removeFieldMapFixed64Double37( long key) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Double37() { bitField1_ |= 0x00000010; return internalGetMutableFieldMapFixed64Double37().getMutableMap(); } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putFieldMapFixed64Double37( long key, double value) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .put(key, value); bitField1_ |= 0x00000010; return this; } /** * map<fixed64, double> field_map_fixed64_double_37 = 37; */ public Builder putAllFieldMapFixed64Double37( java.util.Map values) { internalGetMutableFieldMapFixed64Double37().getMutableMap() .putAll(values); bitField1_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Enum38_; private com.google.protobuf.MapField internalGetFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Enum38_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Enum38() { if (fieldMapFixed64Enum38_ == null) { fieldMapFixed64Enum38_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Enum38DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Enum38_.isMutable()) { fieldMapFixed64Enum38_ = fieldMapFixed64Enum38_.copy(); } bitField1_ |= 0x00000020; onChanged(); return fieldMapFixed64Enum38_; } public int getFieldMapFixed64Enum38Count() { return internalGetFieldMapFixed64Enum38().getMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public boolean containsFieldMapFixed64Enum38( long key) { return internalGetFieldMapFixed64Enum38().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Enum38Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38() { return getFieldMapFixed64Enum38Map(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38Map() { return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetFieldMapFixed64Enum38().getMap());} /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed64Enum38OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapFixed64Enum38OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Enum38ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapFixed64Enum38ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Enum38Value() { return getFieldMapFixed64Enum38ValueMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public java.util.Map getFieldMapFixed64Enum38ValueMap() { return internalGetFieldMapFixed64Enum38().getMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ @java.lang.Override public int getFieldMapFixed64Enum38ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Enum38().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Enum38() { bitField1_ = (bitField1_ & ~0x00000020); internalGetMutableFieldMapFixed64Enum38().getMutableMap() .clear(); return this; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder removeFieldMapFixed64Enum38( long key) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Enum38() { bitField1_ |= 0x00000020; return internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putFieldMapFixed64Enum38( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .put(key, fieldMapFixed64Enum38ValueConverter.doBackward(value)); bitField1_ |= 0x00000020; return this; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putAllFieldMapFixed64Enum38( java.util.Map values) { internalGetAdaptedFieldMapFixed64Enum38Map( internalGetMutableFieldMapFixed64Enum38().getMutableMap()) .putAll(values); bitField1_ |= 0x00000020; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Enum38Value() { bitField1_ |= 0x00000020; return internalGetMutableFieldMapFixed64Enum38().getMutableMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putFieldMapFixed64Enum38Value( long key, int value) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .put(key, value); bitField1_ |= 0x00000020; return this; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_fixed64_enum_38 = 38; */ public Builder putAllFieldMapFixed64Enum38Value( java.util.Map values) { internalGetMutableFieldMapFixed64Enum38().getMutableMap() .putAll(values); bitField1_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Fixed3239_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed3239_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed3239() { if (fieldMapFixed64Fixed3239_ == null) { fieldMapFixed64Fixed3239_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed3239DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed3239_.isMutable()) { fieldMapFixed64Fixed3239_ = fieldMapFixed64Fixed3239_.copy(); } bitField1_ |= 0x00000040; onChanged(); return fieldMapFixed64Fixed3239_; } public int getFieldMapFixed64Fixed3239Count() { return internalGetFieldMapFixed64Fixed3239().getMap().size(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed3239( long key) { return internalGetFieldMapFixed64Fixed3239().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed3239Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed3239() { return getFieldMapFixed64Fixed3239Map(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed3239Map() { return internalGetFieldMapFixed64Fixed3239().getMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ @java.lang.Override public int getFieldMapFixed64Fixed3239OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed3239().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed3239() { bitField1_ = (bitField1_ & ~0x00000040); internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder removeFieldMapFixed64Fixed3239( long key) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed3239() { bitField1_ |= 0x00000040; return internalGetMutableFieldMapFixed64Fixed3239().getMutableMap(); } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putFieldMapFixed64Fixed3239( long key, int value) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .put(key, value); bitField1_ |= 0x00000040; return this; } /** * map<fixed64, fixed32> field_map_fixed64_fixed32_39 = 39; */ public Builder putAllFieldMapFixed64Fixed3239( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed3239().getMutableMap() .putAll(values); bitField1_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Fixed6440_; private com.google.protobuf.MapField internalGetFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Fixed6440_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Fixed6440() { if (fieldMapFixed64Fixed6440_ == null) { fieldMapFixed64Fixed6440_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Fixed6440DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Fixed6440_.isMutable()) { fieldMapFixed64Fixed6440_ = fieldMapFixed64Fixed6440_.copy(); } bitField1_ |= 0x00000080; onChanged(); return fieldMapFixed64Fixed6440_; } public int getFieldMapFixed64Fixed6440Count() { return internalGetFieldMapFixed64Fixed6440().getMap().size(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public boolean containsFieldMapFixed64Fixed6440( long key) { return internalGetFieldMapFixed64Fixed6440().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Fixed6440Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Fixed6440() { return getFieldMapFixed64Fixed6440Map(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public java.util.Map getFieldMapFixed64Fixed6440Map() { return internalGetFieldMapFixed64Fixed6440().getMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ @java.lang.Override public long getFieldMapFixed64Fixed6440OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Fixed6440().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Fixed6440() { bitField1_ = (bitField1_ & ~0x00000080); internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .clear(); return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder removeFieldMapFixed64Fixed6440( long key) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Fixed6440() { bitField1_ |= 0x00000080; return internalGetMutableFieldMapFixed64Fixed6440().getMutableMap(); } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putFieldMapFixed64Fixed6440( long key, long value) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .put(key, value); bitField1_ |= 0x00000080; return this; } /** * map<fixed64, fixed64> field_map_fixed64_fixed64_40 = 40; */ public Builder putAllFieldMapFixed64Fixed6440( java.util.Map values) { internalGetMutableFieldMapFixed64Fixed6440().getMutableMap() .putAll(values); bitField1_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapFixed64Float41_; private com.google.protobuf.MapField internalGetFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Float41_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Float41() { if (fieldMapFixed64Float41_ == null) { fieldMapFixed64Float41_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Float41DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Float41_.isMutable()) { fieldMapFixed64Float41_ = fieldMapFixed64Float41_.copy(); } bitField1_ |= 0x00000100; onChanged(); return fieldMapFixed64Float41_; } public int getFieldMapFixed64Float41Count() { return internalGetFieldMapFixed64Float41().getMap().size(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public boolean containsFieldMapFixed64Float41( long key) { return internalGetFieldMapFixed64Float41().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Float41Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Float41() { return getFieldMapFixed64Float41Map(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public java.util.Map getFieldMapFixed64Float41Map() { return internalGetFieldMapFixed64Float41().getMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ @java.lang.Override public float getFieldMapFixed64Float41OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Float41().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Float41() { bitField1_ = (bitField1_ & ~0x00000100); internalGetMutableFieldMapFixed64Float41().getMutableMap() .clear(); return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder removeFieldMapFixed64Float41( long key) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Float41() { bitField1_ |= 0x00000100; return internalGetMutableFieldMapFixed64Float41().getMutableMap(); } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putFieldMapFixed64Float41( long key, float value) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .put(key, value); bitField1_ |= 0x00000100; return this; } /** * map<fixed64, float> field_map_fixed64_float_41 = 41; */ public Builder putAllFieldMapFixed64Float41( java.util.Map values) { internalGetMutableFieldMapFixed64Float41().getMutableMap() .putAll(values); bitField1_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Int3242_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int3242_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int3242() { if (fieldMapFixed64Int3242_ == null) { fieldMapFixed64Int3242_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int3242DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int3242_.isMutable()) { fieldMapFixed64Int3242_ = fieldMapFixed64Int3242_.copy(); } bitField1_ |= 0x00000200; onChanged(); return fieldMapFixed64Int3242_; } public int getFieldMapFixed64Int3242Count() { return internalGetFieldMapFixed64Int3242().getMap().size(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public boolean containsFieldMapFixed64Int3242( long key) { return internalGetFieldMapFixed64Int3242().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int3242Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int3242() { return getFieldMapFixed64Int3242Map(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int3242Map() { return internalGetFieldMapFixed64Int3242().getMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ @java.lang.Override public int getFieldMapFixed64Int3242OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int3242().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int3242() { bitField1_ = (bitField1_ & ~0x00000200); internalGetMutableFieldMapFixed64Int3242().getMutableMap() .clear(); return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder removeFieldMapFixed64Int3242( long key) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int3242() { bitField1_ |= 0x00000200; return internalGetMutableFieldMapFixed64Int3242().getMutableMap(); } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putFieldMapFixed64Int3242( long key, int value) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .put(key, value); bitField1_ |= 0x00000200; return this; } /** * map<fixed64, int32> field_map_fixed64_int32_42 = 42; */ public Builder putAllFieldMapFixed64Int3242( java.util.Map values) { internalGetMutableFieldMapFixed64Int3242().getMutableMap() .putAll(values); bitField1_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Int6443_; private com.google.protobuf.MapField internalGetFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Int6443_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Int6443() { if (fieldMapFixed64Int6443_ == null) { fieldMapFixed64Int6443_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Int6443DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Int6443_.isMutable()) { fieldMapFixed64Int6443_ = fieldMapFixed64Int6443_.copy(); } bitField1_ |= 0x00000400; onChanged(); return fieldMapFixed64Int6443_; } public int getFieldMapFixed64Int6443Count() { return internalGetFieldMapFixed64Int6443().getMap().size(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public boolean containsFieldMapFixed64Int6443( long key) { return internalGetFieldMapFixed64Int6443().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Int6443Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Int6443() { return getFieldMapFixed64Int6443Map(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public java.util.Map getFieldMapFixed64Int6443Map() { return internalGetFieldMapFixed64Int6443().getMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ @java.lang.Override public long getFieldMapFixed64Int6443OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Int6443().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Int6443() { bitField1_ = (bitField1_ & ~0x00000400); internalGetMutableFieldMapFixed64Int6443().getMutableMap() .clear(); return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder removeFieldMapFixed64Int6443( long key) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Int6443() { bitField1_ |= 0x00000400; return internalGetMutableFieldMapFixed64Int6443().getMutableMap(); } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putFieldMapFixed64Int6443( long key, long value) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .put(key, value); bitField1_ |= 0x00000400; return this; } /** * map<fixed64, int64> field_map_fixed64_int64_43 = 43; */ public Builder putAllFieldMapFixed64Int6443( java.util.Map values) { internalGetMutableFieldMapFixed64Int6443().getMutableMap() .putAll(values); bitField1_ |= 0x00000400; return this; } private static final class FieldMapFixed64Message44Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapFixed64Message44DefaultEntryHolder.defaultEntry; } }; private static final FieldMapFixed64Message44Converter fieldMapFixed64Message44Converter = new FieldMapFixed64Message44Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapFixed64Message44_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } return fieldMapFixed64Message44_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapFixed64Message44() { if (fieldMapFixed64Message44_ == null) { fieldMapFixed64Message44_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapFixed64Message44Converter); } bitField1_ |= 0x00000800; onChanged(); return fieldMapFixed64Message44_; } public int getFieldMapFixed64Message44Count() { return internalGetFieldMapFixed64Message44().ensureBuilderMap().size(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public boolean containsFieldMapFixed64Message44( long key) { return internalGetFieldMapFixed64Message44().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Message44Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Message44() { return getFieldMapFixed64Message44Map(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public java.util.Map getFieldMapFixed64Message44Map() { return internalGetFieldMapFixed64Message44().getImmutableMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed64Message44OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); return map.containsKey(key) ? fieldMapFixed64Message44Converter.build(map.get(key)) : defaultValue; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapFixed64Message44OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapFixed64Message44Converter.build(map.get(key)); } public Builder clearFieldMapFixed64Message44() { bitField1_ = (bitField1_ & ~0x00000800); internalGetMutableFieldMapFixed64Message44().clear(); return this; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ public Builder removeFieldMapFixed64Message44( long key) { internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Message44() { bitField1_ |= 0x00000800; return internalGetMutableFieldMapFixed64Message44().ensureMessageMap(); } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ public Builder putFieldMapFixed64Message44( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .put(key, value); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ public Builder putAllFieldMapFixed64Message44( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapFixed64Message44().ensureBuilderMap() .putAll(values); bitField1_ |= 0x00000800; return this; } /** * map<fixed64, .protobuf.experimental.Proto3MessageLite> field_map_fixed64_message_44 = 44; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapFixed64Message44BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapFixed64Message44().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sfixed3245_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed3245_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed3245() { if (fieldMapFixed64Sfixed3245_ == null) { fieldMapFixed64Sfixed3245_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed3245DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed3245_.isMutable()) { fieldMapFixed64Sfixed3245_ = fieldMapFixed64Sfixed3245_.copy(); } bitField1_ |= 0x00001000; onChanged(); return fieldMapFixed64Sfixed3245_; } public int getFieldMapFixed64Sfixed3245Count() { return internalGetFieldMapFixed64Sfixed3245().getMap().size(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed3245( long key) { return internalGetFieldMapFixed64Sfixed3245().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed3245Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed3245() { return getFieldMapFixed64Sfixed3245Map(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed3245Map() { return internalGetFieldMapFixed64Sfixed3245().getMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ @java.lang.Override public int getFieldMapFixed64Sfixed3245OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed3245().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed3245() { bitField1_ = (bitField1_ & ~0x00001000); internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder removeFieldMapFixed64Sfixed3245( long key) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed3245() { bitField1_ |= 0x00001000; return internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap(); } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putFieldMapFixed64Sfixed3245( long key, int value) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .put(key, value); bitField1_ |= 0x00001000; return this; } /** * map<fixed64, sfixed32> field_map_fixed64_sfixed32_45 = 45; */ public Builder putAllFieldMapFixed64Sfixed3245( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed3245().getMutableMap() .putAll(values); bitField1_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sfixed6446_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sfixed6446_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sfixed6446() { if (fieldMapFixed64Sfixed6446_ == null) { fieldMapFixed64Sfixed6446_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sfixed6446DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sfixed6446_.isMutable()) { fieldMapFixed64Sfixed6446_ = fieldMapFixed64Sfixed6446_.copy(); } bitField1_ |= 0x00002000; onChanged(); return fieldMapFixed64Sfixed6446_; } public int getFieldMapFixed64Sfixed6446Count() { return internalGetFieldMapFixed64Sfixed6446().getMap().size(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public boolean containsFieldMapFixed64Sfixed6446( long key) { return internalGetFieldMapFixed64Sfixed6446().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sfixed6446Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sfixed6446() { return getFieldMapFixed64Sfixed6446Map(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sfixed6446Map() { return internalGetFieldMapFixed64Sfixed6446().getMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ @java.lang.Override public long getFieldMapFixed64Sfixed6446OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sfixed6446().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sfixed6446() { bitField1_ = (bitField1_ & ~0x00002000); internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .clear(); return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder removeFieldMapFixed64Sfixed6446( long key) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sfixed6446() { bitField1_ |= 0x00002000; return internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap(); } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putFieldMapFixed64Sfixed6446( long key, long value) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .put(key, value); bitField1_ |= 0x00002000; return this; } /** * map<fixed64, sfixed64> field_map_fixed64_sfixed64_46 = 46; */ public Builder putAllFieldMapFixed64Sfixed6446( java.util.Map values) { internalGetMutableFieldMapFixed64Sfixed6446().getMutableMap() .putAll(values); bitField1_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Sint3247_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint3247_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint3247() { if (fieldMapFixed64Sint3247_ == null) { fieldMapFixed64Sint3247_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint3247DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint3247_.isMutable()) { fieldMapFixed64Sint3247_ = fieldMapFixed64Sint3247_.copy(); } bitField1_ |= 0x00004000; onChanged(); return fieldMapFixed64Sint3247_; } public int getFieldMapFixed64Sint3247Count() { return internalGetFieldMapFixed64Sint3247().getMap().size(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public boolean containsFieldMapFixed64Sint3247( long key) { return internalGetFieldMapFixed64Sint3247().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint3247Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint3247() { return getFieldMapFixed64Sint3247Map(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint3247Map() { return internalGetFieldMapFixed64Sint3247().getMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ @java.lang.Override public int getFieldMapFixed64Sint3247OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint3247().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint3247() { bitField1_ = (bitField1_ & ~0x00004000); internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .clear(); return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder removeFieldMapFixed64Sint3247( long key) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint3247() { bitField1_ |= 0x00004000; return internalGetMutableFieldMapFixed64Sint3247().getMutableMap(); } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putFieldMapFixed64Sint3247( long key, int value) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .put(key, value); bitField1_ |= 0x00004000; return this; } /** * map<fixed64, sint32> field_map_fixed64_sint32_47 = 47; */ public Builder putAllFieldMapFixed64Sint3247( java.util.Map values) { internalGetMutableFieldMapFixed64Sint3247().getMutableMap() .putAll(values); bitField1_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Sint6448_; private com.google.protobuf.MapField internalGetFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Sint6448_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Sint6448() { if (fieldMapFixed64Sint6448_ == null) { fieldMapFixed64Sint6448_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Sint6448DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Sint6448_.isMutable()) { fieldMapFixed64Sint6448_ = fieldMapFixed64Sint6448_.copy(); } bitField1_ |= 0x00008000; onChanged(); return fieldMapFixed64Sint6448_; } public int getFieldMapFixed64Sint6448Count() { return internalGetFieldMapFixed64Sint6448().getMap().size(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public boolean containsFieldMapFixed64Sint6448( long key) { return internalGetFieldMapFixed64Sint6448().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Sint6448Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Sint6448() { return getFieldMapFixed64Sint6448Map(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public java.util.Map getFieldMapFixed64Sint6448Map() { return internalGetFieldMapFixed64Sint6448().getMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ @java.lang.Override public long getFieldMapFixed64Sint6448OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Sint6448().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Sint6448() { bitField1_ = (bitField1_ & ~0x00008000); internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .clear(); return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder removeFieldMapFixed64Sint6448( long key) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Sint6448() { bitField1_ |= 0x00008000; return internalGetMutableFieldMapFixed64Sint6448().getMutableMap(); } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putFieldMapFixed64Sint6448( long key, long value) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .put(key, value); bitField1_ |= 0x00008000; return this; } /** * map<fixed64, sint64> field_map_fixed64_sint64_48 = 48; */ public Builder putAllFieldMapFixed64Sint6448( java.util.Map values) { internalGetMutableFieldMapFixed64Sint6448().getMutableMap() .putAll(values); bitField1_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapFixed64String49_; private com.google.protobuf.MapField internalGetFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } return fieldMapFixed64String49_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64String49() { if (fieldMapFixed64String49_ == null) { fieldMapFixed64String49_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64String49DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64String49_.isMutable()) { fieldMapFixed64String49_ = fieldMapFixed64String49_.copy(); } bitField1_ |= 0x00010000; onChanged(); return fieldMapFixed64String49_; } public int getFieldMapFixed64String49Count() { return internalGetFieldMapFixed64String49().getMap().size(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public boolean containsFieldMapFixed64String49( long key) { return internalGetFieldMapFixed64String49().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64String49Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64String49() { return getFieldMapFixed64String49Map(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.util.Map getFieldMapFixed64String49Map() { return internalGetFieldMapFixed64String49().getMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapFixed64String49OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ @java.lang.Override public java.lang.String getFieldMapFixed64String49OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64String49().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64String49() { bitField1_ = (bitField1_ & ~0x00010000); internalGetMutableFieldMapFixed64String49().getMutableMap() .clear(); return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder removeFieldMapFixed64String49( long key) { internalGetMutableFieldMapFixed64String49().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64String49() { bitField1_ |= 0x00010000; return internalGetMutableFieldMapFixed64String49().getMutableMap(); } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putFieldMapFixed64String49( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapFixed64String49().getMutableMap() .put(key, value); bitField1_ |= 0x00010000; return this; } /** * map<fixed64, string> field_map_fixed64_string_49 = 49; */ public Builder putAllFieldMapFixed64String49( java.util.Map values) { internalGetMutableFieldMapFixed64String49().getMutableMap() .putAll(values); bitField1_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapFixed64Uint3250_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint3250_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint3250() { if (fieldMapFixed64Uint3250_ == null) { fieldMapFixed64Uint3250_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint3250DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint3250_.isMutable()) { fieldMapFixed64Uint3250_ = fieldMapFixed64Uint3250_.copy(); } bitField1_ |= 0x00020000; onChanged(); return fieldMapFixed64Uint3250_; } public int getFieldMapFixed64Uint3250Count() { return internalGetFieldMapFixed64Uint3250().getMap().size(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public boolean containsFieldMapFixed64Uint3250( long key) { return internalGetFieldMapFixed64Uint3250().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint3250Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint3250() { return getFieldMapFixed64Uint3250Map(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint3250Map() { return internalGetFieldMapFixed64Uint3250().getMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ @java.lang.Override public int getFieldMapFixed64Uint3250OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint3250().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint3250() { bitField1_ = (bitField1_ & ~0x00020000); internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .clear(); return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder removeFieldMapFixed64Uint3250( long key) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint3250() { bitField1_ |= 0x00020000; return internalGetMutableFieldMapFixed64Uint3250().getMutableMap(); } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putFieldMapFixed64Uint3250( long key, int value) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .put(key, value); bitField1_ |= 0x00020000; return this; } /** * map<fixed64, uint32> field_map_fixed64_uint32_50 = 50; */ public Builder putAllFieldMapFixed64Uint3250( java.util.Map values) { internalGetMutableFieldMapFixed64Uint3250().getMutableMap() .putAll(values); bitField1_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapFixed64Uint6451_; private com.google.protobuf.MapField internalGetFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } return fieldMapFixed64Uint6451_; } private com.google.protobuf.MapField internalGetMutableFieldMapFixed64Uint6451() { if (fieldMapFixed64Uint6451_ == null) { fieldMapFixed64Uint6451_ = com.google.protobuf.MapField.newMapField( FieldMapFixed64Uint6451DefaultEntryHolder.defaultEntry); } if (!fieldMapFixed64Uint6451_.isMutable()) { fieldMapFixed64Uint6451_ = fieldMapFixed64Uint6451_.copy(); } bitField1_ |= 0x00040000; onChanged(); return fieldMapFixed64Uint6451_; } public int getFieldMapFixed64Uint6451Count() { return internalGetFieldMapFixed64Uint6451().getMap().size(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public boolean containsFieldMapFixed64Uint6451( long key) { return internalGetFieldMapFixed64Uint6451().getMap().containsKey(key); } /** * Use {@link #getFieldMapFixed64Uint6451Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapFixed64Uint6451() { return getFieldMapFixed64Uint6451Map(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public java.util.Map getFieldMapFixed64Uint6451Map() { return internalGetFieldMapFixed64Uint6451().getMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ @java.lang.Override public long getFieldMapFixed64Uint6451OrThrow( long key) { java.util.Map map = internalGetFieldMapFixed64Uint6451().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapFixed64Uint6451() { bitField1_ = (bitField1_ & ~0x00040000); internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .clear(); return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder removeFieldMapFixed64Uint6451( long key) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapFixed64Uint6451() { bitField1_ |= 0x00040000; return internalGetMutableFieldMapFixed64Uint6451().getMutableMap(); } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putFieldMapFixed64Uint6451( long key, long value) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .put(key, value); bitField1_ |= 0x00040000; return this; } /** * map<fixed64, uint64> field_map_fixed64_uint64_51 = 51; */ public Builder putAllFieldMapFixed64Uint6451( java.util.Map values) { internalGetMutableFieldMapFixed64Uint6451().getMutableMap() .putAll(values); bitField1_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapInt32Bool52_; private com.google.protobuf.MapField internalGetFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bool52_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bool52() { if (fieldMapInt32Bool52_ == null) { fieldMapInt32Bool52_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bool52DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bool52_.isMutable()) { fieldMapInt32Bool52_ = fieldMapInt32Bool52_.copy(); } bitField1_ |= 0x00080000; onChanged(); return fieldMapInt32Bool52_; } public int getFieldMapInt32Bool52Count() { return internalGetFieldMapInt32Bool52().getMap().size(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean containsFieldMapInt32Bool52( int key) { return internalGetFieldMapInt32Bool52().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bool52Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bool52() { return getFieldMapInt32Bool52Map(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public java.util.Map getFieldMapInt32Bool52Map() { return internalGetFieldMapInt32Bool52().getMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ @java.lang.Override public boolean getFieldMapInt32Bool52OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bool52().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bool52() { bitField1_ = (bitField1_ & ~0x00080000); internalGetMutableFieldMapInt32Bool52().getMutableMap() .clear(); return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder removeFieldMapInt32Bool52( int key) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bool52() { bitField1_ |= 0x00080000; return internalGetMutableFieldMapInt32Bool52().getMutableMap(); } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putFieldMapInt32Bool52( int key, boolean value) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .put(key, value); bitField1_ |= 0x00080000; return this; } /** * map<int32, bool> field_map_int32_bool_52 = 52; */ public Builder putAllFieldMapInt32Bool52( java.util.Map values) { internalGetMutableFieldMapInt32Bool52().getMutableMap() .putAll(values); bitField1_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapInt32Bytes53_; private com.google.protobuf.MapField internalGetFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } return fieldMapInt32Bytes53_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Bytes53() { if (fieldMapInt32Bytes53_ == null) { fieldMapInt32Bytes53_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Bytes53DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Bytes53_.isMutable()) { fieldMapInt32Bytes53_ = fieldMapInt32Bytes53_.copy(); } bitField1_ |= 0x00100000; onChanged(); return fieldMapInt32Bytes53_; } public int getFieldMapInt32Bytes53Count() { return internalGetFieldMapInt32Bytes53().getMap().size(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public boolean containsFieldMapInt32Bytes53( int key) { return internalGetFieldMapInt32Bytes53().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Bytes53Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Bytes53() { return getFieldMapInt32Bytes53Map(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public java.util.Map getFieldMapInt32Bytes53Map() { return internalGetFieldMapInt32Bytes53().getMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt32Bytes53OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt32Bytes53OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Bytes53().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Bytes53() { bitField1_ = (bitField1_ & ~0x00100000); internalGetMutableFieldMapInt32Bytes53().getMutableMap() .clear(); return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder removeFieldMapInt32Bytes53( int key) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Bytes53() { bitField1_ |= 0x00100000; return internalGetMutableFieldMapInt32Bytes53().getMutableMap(); } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putFieldMapInt32Bytes53( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Bytes53().getMutableMap() .put(key, value); bitField1_ |= 0x00100000; return this; } /** * map<int32, bytes> field_map_int32_bytes_53 = 53; */ public Builder putAllFieldMapInt32Bytes53( java.util.Map values) { internalGetMutableFieldMapInt32Bytes53().getMutableMap() .putAll(values); bitField1_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapInt32Double54_; private com.google.protobuf.MapField internalGetFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } return fieldMapInt32Double54_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Double54() { if (fieldMapInt32Double54_ == null) { fieldMapInt32Double54_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Double54DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Double54_.isMutable()) { fieldMapInt32Double54_ = fieldMapInt32Double54_.copy(); } bitField1_ |= 0x00200000; onChanged(); return fieldMapInt32Double54_; } public int getFieldMapInt32Double54Count() { return internalGetFieldMapInt32Double54().getMap().size(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public boolean containsFieldMapInt32Double54( int key) { return internalGetFieldMapInt32Double54().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Double54Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Double54() { return getFieldMapInt32Double54Map(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public java.util.Map getFieldMapInt32Double54Map() { return internalGetFieldMapInt32Double54().getMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, double> field_map_int32_double_54 = 54; */ @java.lang.Override public double getFieldMapInt32Double54OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Double54().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Double54() { bitField1_ = (bitField1_ & ~0x00200000); internalGetMutableFieldMapInt32Double54().getMutableMap() .clear(); return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder removeFieldMapInt32Double54( int key) { internalGetMutableFieldMapInt32Double54().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Double54() { bitField1_ |= 0x00200000; return internalGetMutableFieldMapInt32Double54().getMutableMap(); } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putFieldMapInt32Double54( int key, double value) { internalGetMutableFieldMapInt32Double54().getMutableMap() .put(key, value); bitField1_ |= 0x00200000; return this; } /** * map<int32, double> field_map_int32_double_54 = 54; */ public Builder putAllFieldMapInt32Double54( java.util.Map values) { internalGetMutableFieldMapInt32Double54().getMutableMap() .putAll(values); bitField1_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Enum55_; private com.google.protobuf.MapField internalGetFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } return fieldMapInt32Enum55_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Enum55() { if (fieldMapInt32Enum55_ == null) { fieldMapInt32Enum55_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Enum55DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Enum55_.isMutable()) { fieldMapInt32Enum55_ = fieldMapInt32Enum55_.copy(); } bitField1_ |= 0x00400000; onChanged(); return fieldMapInt32Enum55_; } public int getFieldMapInt32Enum55Count() { return internalGetFieldMapInt32Enum55().getMap().size(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public boolean containsFieldMapInt32Enum55( int key) { return internalGetFieldMapInt32Enum55().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Enum55Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55() { return getFieldMapInt32Enum55Map(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55Map() { return internalGetAdaptedFieldMapInt32Enum55Map( internalGetFieldMapInt32Enum55().getMap());} /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt32Enum55OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? fieldMapInt32Enum55ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt32Enum55OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Enum55ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt32Enum55ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Enum55Value() { return getFieldMapInt32Enum55ValueMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public java.util.Map getFieldMapInt32Enum55ValueMap() { return internalGetFieldMapInt32Enum55().getMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ @java.lang.Override public int getFieldMapInt32Enum55ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Enum55().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Enum55() { bitField1_ = (bitField1_ & ~0x00400000); internalGetMutableFieldMapInt32Enum55().getMutableMap() .clear(); return this; } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder removeFieldMapInt32Enum55( int key) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Enum55() { bitField1_ |= 0x00400000; return internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putFieldMapInt32Enum55( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .put(key, fieldMapInt32Enum55ValueConverter.doBackward(value)); bitField1_ |= 0x00400000; return this; } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putAllFieldMapInt32Enum55( java.util.Map values) { internalGetAdaptedFieldMapInt32Enum55Map( internalGetMutableFieldMapInt32Enum55().getMutableMap()) .putAll(values); bitField1_ |= 0x00400000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Enum55Value() { bitField1_ |= 0x00400000; return internalGetMutableFieldMapInt32Enum55().getMutableMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putFieldMapInt32Enum55Value( int key, int value) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .put(key, value); bitField1_ |= 0x00400000; return this; } /** * map<int32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int32_enum_55 = 55; */ public Builder putAllFieldMapInt32Enum55Value( java.util.Map values) { internalGetMutableFieldMapInt32Enum55().getMutableMap() .putAll(values); bitField1_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Fixed3256_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed3256_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed3256() { if (fieldMapInt32Fixed3256_ == null) { fieldMapInt32Fixed3256_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed3256DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed3256_.isMutable()) { fieldMapInt32Fixed3256_ = fieldMapInt32Fixed3256_.copy(); } bitField1_ |= 0x00800000; onChanged(); return fieldMapInt32Fixed3256_; } public int getFieldMapInt32Fixed3256Count() { return internalGetFieldMapInt32Fixed3256().getMap().size(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public boolean containsFieldMapInt32Fixed3256( int key) { return internalGetFieldMapInt32Fixed3256().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed3256Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed3256() { return getFieldMapInt32Fixed3256Map(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed3256Map() { return internalGetFieldMapInt32Fixed3256().getMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ @java.lang.Override public int getFieldMapInt32Fixed3256OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed3256().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed3256() { bitField1_ = (bitField1_ & ~0x00800000); internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .clear(); return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder removeFieldMapInt32Fixed3256( int key) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed3256() { bitField1_ |= 0x00800000; return internalGetMutableFieldMapInt32Fixed3256().getMutableMap(); } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putFieldMapInt32Fixed3256( int key, int value) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .put(key, value); bitField1_ |= 0x00800000; return this; } /** * map<int32, fixed32> field_map_int32_fixed32_56 = 56; */ public Builder putAllFieldMapInt32Fixed3256( java.util.Map values) { internalGetMutableFieldMapInt32Fixed3256().getMutableMap() .putAll(values); bitField1_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Fixed6457_; private com.google.protobuf.MapField internalGetFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } return fieldMapInt32Fixed6457_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Fixed6457() { if (fieldMapInt32Fixed6457_ == null) { fieldMapInt32Fixed6457_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Fixed6457DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Fixed6457_.isMutable()) { fieldMapInt32Fixed6457_ = fieldMapInt32Fixed6457_.copy(); } bitField1_ |= 0x01000000; onChanged(); return fieldMapInt32Fixed6457_; } public int getFieldMapInt32Fixed6457Count() { return internalGetFieldMapInt32Fixed6457().getMap().size(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public boolean containsFieldMapInt32Fixed6457( int key) { return internalGetFieldMapInt32Fixed6457().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Fixed6457Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Fixed6457() { return getFieldMapInt32Fixed6457Map(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public java.util.Map getFieldMapInt32Fixed6457Map() { return internalGetFieldMapInt32Fixed6457().getMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ @java.lang.Override public long getFieldMapInt32Fixed6457OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Fixed6457().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Fixed6457() { bitField1_ = (bitField1_ & ~0x01000000); internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .clear(); return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder removeFieldMapInt32Fixed6457( int key) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Fixed6457() { bitField1_ |= 0x01000000; return internalGetMutableFieldMapInt32Fixed6457().getMutableMap(); } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putFieldMapInt32Fixed6457( int key, long value) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .put(key, value); bitField1_ |= 0x01000000; return this; } /** * map<int32, fixed64> field_map_int32_fixed64_57 = 57; */ public Builder putAllFieldMapInt32Fixed6457( java.util.Map values) { internalGetMutableFieldMapInt32Fixed6457().getMutableMap() .putAll(values); bitField1_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapInt32Float58_; private com.google.protobuf.MapField internalGetFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } return fieldMapInt32Float58_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Float58() { if (fieldMapInt32Float58_ == null) { fieldMapInt32Float58_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Float58DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Float58_.isMutable()) { fieldMapInt32Float58_ = fieldMapInt32Float58_.copy(); } bitField1_ |= 0x02000000; onChanged(); return fieldMapInt32Float58_; } public int getFieldMapInt32Float58Count() { return internalGetFieldMapInt32Float58().getMap().size(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public boolean containsFieldMapInt32Float58( int key) { return internalGetFieldMapInt32Float58().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Float58Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Float58() { return getFieldMapInt32Float58Map(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public java.util.Map getFieldMapInt32Float58Map() { return internalGetFieldMapInt32Float58().getMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, float> field_map_int32_float_58 = 58; */ @java.lang.Override public float getFieldMapInt32Float58OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Float58().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Float58() { bitField1_ = (bitField1_ & ~0x02000000); internalGetMutableFieldMapInt32Float58().getMutableMap() .clear(); return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder removeFieldMapInt32Float58( int key) { internalGetMutableFieldMapInt32Float58().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Float58() { bitField1_ |= 0x02000000; return internalGetMutableFieldMapInt32Float58().getMutableMap(); } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putFieldMapInt32Float58( int key, float value) { internalGetMutableFieldMapInt32Float58().getMutableMap() .put(key, value); bitField1_ |= 0x02000000; return this; } /** * map<int32, float> field_map_int32_float_58 = 58; */ public Builder putAllFieldMapInt32Float58( java.util.Map values) { internalGetMutableFieldMapInt32Float58().getMutableMap() .putAll(values); bitField1_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Int3259_; private com.google.protobuf.MapField internalGetFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int3259_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int3259() { if (fieldMapInt32Int3259_ == null) { fieldMapInt32Int3259_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int3259DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int3259_.isMutable()) { fieldMapInt32Int3259_ = fieldMapInt32Int3259_.copy(); } bitField1_ |= 0x04000000; onChanged(); return fieldMapInt32Int3259_; } public int getFieldMapInt32Int3259Count() { return internalGetFieldMapInt32Int3259().getMap().size(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public boolean containsFieldMapInt32Int3259( int key) { return internalGetFieldMapInt32Int3259().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int3259Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int3259() { return getFieldMapInt32Int3259Map(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public java.util.Map getFieldMapInt32Int3259Map() { return internalGetFieldMapInt32Int3259().getMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ @java.lang.Override public int getFieldMapInt32Int3259OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int3259().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int3259() { bitField1_ = (bitField1_ & ~0x04000000); internalGetMutableFieldMapInt32Int3259().getMutableMap() .clear(); return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder removeFieldMapInt32Int3259( int key) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int3259() { bitField1_ |= 0x04000000; return internalGetMutableFieldMapInt32Int3259().getMutableMap(); } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putFieldMapInt32Int3259( int key, int value) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .put(key, value); bitField1_ |= 0x04000000; return this; } /** * map<int32, int32> field_map_int32_int32_59 = 59; */ public Builder putAllFieldMapInt32Int3259( java.util.Map values) { internalGetMutableFieldMapInt32Int3259().getMutableMap() .putAll(values); bitField1_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Int6460_; private com.google.protobuf.MapField internalGetFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } return fieldMapInt32Int6460_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Int6460() { if (fieldMapInt32Int6460_ == null) { fieldMapInt32Int6460_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Int6460DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Int6460_.isMutable()) { fieldMapInt32Int6460_ = fieldMapInt32Int6460_.copy(); } bitField1_ |= 0x08000000; onChanged(); return fieldMapInt32Int6460_; } public int getFieldMapInt32Int6460Count() { return internalGetFieldMapInt32Int6460().getMap().size(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public boolean containsFieldMapInt32Int6460( int key) { return internalGetFieldMapInt32Int6460().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Int6460Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Int6460() { return getFieldMapInt32Int6460Map(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public java.util.Map getFieldMapInt32Int6460Map() { return internalGetFieldMapInt32Int6460().getMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ @java.lang.Override public long getFieldMapInt32Int6460OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Int6460().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Int6460() { bitField1_ = (bitField1_ & ~0x08000000); internalGetMutableFieldMapInt32Int6460().getMutableMap() .clear(); return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder removeFieldMapInt32Int6460( int key) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Int6460() { bitField1_ |= 0x08000000; return internalGetMutableFieldMapInt32Int6460().getMutableMap(); } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putFieldMapInt32Int6460( int key, long value) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .put(key, value); bitField1_ |= 0x08000000; return this; } /** * map<int32, int64> field_map_int32_int64_60 = 60; */ public Builder putAllFieldMapInt32Int6460( java.util.Map values) { internalGetMutableFieldMapInt32Int6460().getMutableMap() .putAll(values); bitField1_ |= 0x08000000; return this; } private static final class FieldMapInt32Message61Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt32Message61DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt32Message61Converter fieldMapInt32Message61Converter = new FieldMapInt32Message61Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapInt32Message61_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } return fieldMapInt32Message61_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt32Message61() { if (fieldMapInt32Message61_ == null) { fieldMapInt32Message61_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt32Message61Converter); } bitField1_ |= 0x10000000; onChanged(); return fieldMapInt32Message61_; } public int getFieldMapInt32Message61Count() { return internalGetFieldMapInt32Message61().ensureBuilderMap().size(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public boolean containsFieldMapInt32Message61( int key) { return internalGetFieldMapInt32Message61().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Message61Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Message61() { return getFieldMapInt32Message61Map(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public java.util.Map getFieldMapInt32Message61Map() { return internalGetFieldMapInt32Message61().getImmutableMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt32Message61OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt32Message61Converter.build(map.get(key)) : defaultValue; } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt32Message61OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt32Message61Converter.build(map.get(key)); } public Builder clearFieldMapInt32Message61() { bitField1_ = (bitField1_ & ~0x10000000); internalGetMutableFieldMapInt32Message61().clear(); return this; } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ public Builder removeFieldMapInt32Message61( int key) { internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Message61() { bitField1_ |= 0x10000000; return internalGetMutableFieldMapInt32Message61().ensureMessageMap(); } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ public Builder putFieldMapInt32Message61( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .put(key, value); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ public Builder putAllFieldMapInt32Message61( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt32Message61().ensureBuilderMap() .putAll(values); bitField1_ |= 0x10000000; return this; } /** * map<int32, .protobuf.experimental.Proto3MessageLite> field_map_int32_message_61 = 61; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapInt32Message61BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapInt32Message61().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sfixed3262_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed3262_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed3262() { if (fieldMapInt32Sfixed3262_ == null) { fieldMapInt32Sfixed3262_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed3262DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed3262_.isMutable()) { fieldMapInt32Sfixed3262_ = fieldMapInt32Sfixed3262_.copy(); } bitField1_ |= 0x20000000; onChanged(); return fieldMapInt32Sfixed3262_; } public int getFieldMapInt32Sfixed3262Count() { return internalGetFieldMapInt32Sfixed3262().getMap().size(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed3262( int key) { return internalGetFieldMapInt32Sfixed3262().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed3262Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed3262() { return getFieldMapInt32Sfixed3262Map(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed3262Map() { return internalGetFieldMapInt32Sfixed3262().getMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ @java.lang.Override public int getFieldMapInt32Sfixed3262OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed3262().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed3262() { bitField1_ = (bitField1_ & ~0x20000000); internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .clear(); return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder removeFieldMapInt32Sfixed3262( int key) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed3262() { bitField1_ |= 0x20000000; return internalGetMutableFieldMapInt32Sfixed3262().getMutableMap(); } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putFieldMapInt32Sfixed3262( int key, int value) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .put(key, value); bitField1_ |= 0x20000000; return this; } /** * map<int32, sfixed32> field_map_int32_sfixed32_62 = 62; */ public Builder putAllFieldMapInt32Sfixed3262( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed3262().getMutableMap() .putAll(values); bitField1_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sfixed6463_; private com.google.protobuf.MapField internalGetFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sfixed6463_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sfixed6463() { if (fieldMapInt32Sfixed6463_ == null) { fieldMapInt32Sfixed6463_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sfixed6463DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sfixed6463_.isMutable()) { fieldMapInt32Sfixed6463_ = fieldMapInt32Sfixed6463_.copy(); } bitField1_ |= 0x40000000; onChanged(); return fieldMapInt32Sfixed6463_; } public int getFieldMapInt32Sfixed6463Count() { return internalGetFieldMapInt32Sfixed6463().getMap().size(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public boolean containsFieldMapInt32Sfixed6463( int key) { return internalGetFieldMapInt32Sfixed6463().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sfixed6463Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sfixed6463() { return getFieldMapInt32Sfixed6463Map(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public java.util.Map getFieldMapInt32Sfixed6463Map() { return internalGetFieldMapInt32Sfixed6463().getMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ @java.lang.Override public long getFieldMapInt32Sfixed6463OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sfixed6463().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sfixed6463() { bitField1_ = (bitField1_ & ~0x40000000); internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .clear(); return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder removeFieldMapInt32Sfixed6463( int key) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sfixed6463() { bitField1_ |= 0x40000000; return internalGetMutableFieldMapInt32Sfixed6463().getMutableMap(); } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putFieldMapInt32Sfixed6463( int key, long value) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .put(key, value); bitField1_ |= 0x40000000; return this; } /** * map<int32, sfixed64> field_map_int32_sfixed64_63 = 63; */ public Builder putAllFieldMapInt32Sfixed6463( java.util.Map values) { internalGetMutableFieldMapInt32Sfixed6463().getMutableMap() .putAll(values); bitField1_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Sint3264_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint3264_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint3264() { if (fieldMapInt32Sint3264_ == null) { fieldMapInt32Sint3264_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint3264DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint3264_.isMutable()) { fieldMapInt32Sint3264_ = fieldMapInt32Sint3264_.copy(); } bitField1_ |= 0x80000000; onChanged(); return fieldMapInt32Sint3264_; } public int getFieldMapInt32Sint3264Count() { return internalGetFieldMapInt32Sint3264().getMap().size(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public boolean containsFieldMapInt32Sint3264( int key) { return internalGetFieldMapInt32Sint3264().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint3264Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint3264() { return getFieldMapInt32Sint3264Map(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint3264Map() { return internalGetFieldMapInt32Sint3264().getMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ @java.lang.Override public int getFieldMapInt32Sint3264OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint3264().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint3264() { bitField1_ = (bitField1_ & ~0x80000000); internalGetMutableFieldMapInt32Sint3264().getMutableMap() .clear(); return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder removeFieldMapInt32Sint3264( int key) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint3264() { bitField1_ |= 0x80000000; return internalGetMutableFieldMapInt32Sint3264().getMutableMap(); } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putFieldMapInt32Sint3264( int key, int value) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .put(key, value); bitField1_ |= 0x80000000; return this; } /** * map<int32, sint32> field_map_int32_sint32_64 = 64; */ public Builder putAllFieldMapInt32Sint3264( java.util.Map values) { internalGetMutableFieldMapInt32Sint3264().getMutableMap() .putAll(values); bitField1_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Sint6465_; private com.google.protobuf.MapField internalGetFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } return fieldMapInt32Sint6465_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Sint6465() { if (fieldMapInt32Sint6465_ == null) { fieldMapInt32Sint6465_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Sint6465DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Sint6465_.isMutable()) { fieldMapInt32Sint6465_ = fieldMapInt32Sint6465_.copy(); } bitField2_ |= 0x00000001; onChanged(); return fieldMapInt32Sint6465_; } public int getFieldMapInt32Sint6465Count() { return internalGetFieldMapInt32Sint6465().getMap().size(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public boolean containsFieldMapInt32Sint6465( int key) { return internalGetFieldMapInt32Sint6465().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Sint6465Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Sint6465() { return getFieldMapInt32Sint6465Map(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public java.util.Map getFieldMapInt32Sint6465Map() { return internalGetFieldMapInt32Sint6465().getMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ @java.lang.Override public long getFieldMapInt32Sint6465OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Sint6465().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Sint6465() { bitField2_ = (bitField2_ & ~0x00000001); internalGetMutableFieldMapInt32Sint6465().getMutableMap() .clear(); return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder removeFieldMapInt32Sint6465( int key) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Sint6465() { bitField2_ |= 0x00000001; return internalGetMutableFieldMapInt32Sint6465().getMutableMap(); } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putFieldMapInt32Sint6465( int key, long value) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .put(key, value); bitField2_ |= 0x00000001; return this; } /** * map<int32, sint64> field_map_int32_sint64_65 = 65; */ public Builder putAllFieldMapInt32Sint6465( java.util.Map values) { internalGetMutableFieldMapInt32Sint6465().getMutableMap() .putAll(values); bitField2_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapInt32String66_; private com.google.protobuf.MapField internalGetFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } return fieldMapInt32String66_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32String66() { if (fieldMapInt32String66_ == null) { fieldMapInt32String66_ = com.google.protobuf.MapField.newMapField( FieldMapInt32String66DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32String66_.isMutable()) { fieldMapInt32String66_ = fieldMapInt32String66_.copy(); } bitField2_ |= 0x00000002; onChanged(); return fieldMapInt32String66_; } public int getFieldMapInt32String66Count() { return internalGetFieldMapInt32String66().getMap().size(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public boolean containsFieldMapInt32String66( int key) { return internalGetFieldMapInt32String66().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32String66Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32String66() { return getFieldMapInt32String66Map(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.util.Map getFieldMapInt32String66Map() { return internalGetFieldMapInt32String66().getMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt32String66OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> field_map_int32_string_66 = 66; */ @java.lang.Override public java.lang.String getFieldMapInt32String66OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32String66().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32String66() { bitField2_ = (bitField2_ & ~0x00000002); internalGetMutableFieldMapInt32String66().getMutableMap() .clear(); return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder removeFieldMapInt32String66( int key) { internalGetMutableFieldMapInt32String66().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32String66() { bitField2_ |= 0x00000002; return internalGetMutableFieldMapInt32String66().getMutableMap(); } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putFieldMapInt32String66( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt32String66().getMutableMap() .put(key, value); bitField2_ |= 0x00000002; return this; } /** * map<int32, string> field_map_int32_string_66 = 66; */ public Builder putAllFieldMapInt32String66( java.util.Map values) { internalGetMutableFieldMapInt32String66().getMutableMap() .putAll(values); bitField2_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapInt32Uint3267_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint3267_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint3267() { if (fieldMapInt32Uint3267_ == null) { fieldMapInt32Uint3267_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint3267DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint3267_.isMutable()) { fieldMapInt32Uint3267_ = fieldMapInt32Uint3267_.copy(); } bitField2_ |= 0x00000004; onChanged(); return fieldMapInt32Uint3267_; } public int getFieldMapInt32Uint3267Count() { return internalGetFieldMapInt32Uint3267().getMap().size(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public boolean containsFieldMapInt32Uint3267( int key) { return internalGetFieldMapInt32Uint3267().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint3267Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint3267() { return getFieldMapInt32Uint3267Map(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint3267Map() { return internalGetFieldMapInt32Uint3267().getMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ @java.lang.Override public int getFieldMapInt32Uint3267OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint3267().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint3267() { bitField2_ = (bitField2_ & ~0x00000004); internalGetMutableFieldMapInt32Uint3267().getMutableMap() .clear(); return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder removeFieldMapInt32Uint3267( int key) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint3267() { bitField2_ |= 0x00000004; return internalGetMutableFieldMapInt32Uint3267().getMutableMap(); } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putFieldMapInt32Uint3267( int key, int value) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .put(key, value); bitField2_ |= 0x00000004; return this; } /** * map<int32, uint32> field_map_int32_uint32_67 = 67; */ public Builder putAllFieldMapInt32Uint3267( java.util.Map values) { internalGetMutableFieldMapInt32Uint3267().getMutableMap() .putAll(values); bitField2_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapInt32Uint6468_; private com.google.protobuf.MapField internalGetFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } return fieldMapInt32Uint6468_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt32Uint6468() { if (fieldMapInt32Uint6468_ == null) { fieldMapInt32Uint6468_ = com.google.protobuf.MapField.newMapField( FieldMapInt32Uint6468DefaultEntryHolder.defaultEntry); } if (!fieldMapInt32Uint6468_.isMutable()) { fieldMapInt32Uint6468_ = fieldMapInt32Uint6468_.copy(); } bitField2_ |= 0x00000008; onChanged(); return fieldMapInt32Uint6468_; } public int getFieldMapInt32Uint6468Count() { return internalGetFieldMapInt32Uint6468().getMap().size(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public boolean containsFieldMapInt32Uint6468( int key) { return internalGetFieldMapInt32Uint6468().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt32Uint6468Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt32Uint6468() { return getFieldMapInt32Uint6468Map(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public java.util.Map getFieldMapInt32Uint6468Map() { return internalGetFieldMapInt32Uint6468().getMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ @java.lang.Override public long getFieldMapInt32Uint6468OrThrow( int key) { java.util.Map map = internalGetFieldMapInt32Uint6468().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt32Uint6468() { bitField2_ = (bitField2_ & ~0x00000008); internalGetMutableFieldMapInt32Uint6468().getMutableMap() .clear(); return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder removeFieldMapInt32Uint6468( int key) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt32Uint6468() { bitField2_ |= 0x00000008; return internalGetMutableFieldMapInt32Uint6468().getMutableMap(); } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putFieldMapInt32Uint6468( int key, long value) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .put(key, value); bitField2_ |= 0x00000008; return this; } /** * map<int32, uint64> field_map_int32_uint64_68 = 68; */ public Builder putAllFieldMapInt32Uint6468( java.util.Map values) { internalGetMutableFieldMapInt32Uint6468().getMutableMap() .putAll(values); bitField2_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapInt64Bool69_; private com.google.protobuf.MapField internalGetFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bool69_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bool69() { if (fieldMapInt64Bool69_ == null) { fieldMapInt64Bool69_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bool69DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bool69_.isMutable()) { fieldMapInt64Bool69_ = fieldMapInt64Bool69_.copy(); } bitField2_ |= 0x00000010; onChanged(); return fieldMapInt64Bool69_; } public int getFieldMapInt64Bool69Count() { return internalGetFieldMapInt64Bool69().getMap().size(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean containsFieldMapInt64Bool69( long key) { return internalGetFieldMapInt64Bool69().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bool69Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bool69() { return getFieldMapInt64Bool69Map(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public java.util.Map getFieldMapInt64Bool69Map() { return internalGetFieldMapInt64Bool69().getMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ @java.lang.Override public boolean getFieldMapInt64Bool69OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bool69().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bool69() { bitField2_ = (bitField2_ & ~0x00000010); internalGetMutableFieldMapInt64Bool69().getMutableMap() .clear(); return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder removeFieldMapInt64Bool69( long key) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bool69() { bitField2_ |= 0x00000010; return internalGetMutableFieldMapInt64Bool69().getMutableMap(); } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putFieldMapInt64Bool69( long key, boolean value) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .put(key, value); bitField2_ |= 0x00000010; return this; } /** * map<int64, bool> field_map_int64_bool_69 = 69; */ public Builder putAllFieldMapInt64Bool69( java.util.Map values) { internalGetMutableFieldMapInt64Bool69().getMutableMap() .putAll(values); bitField2_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapInt64Bytes70_; private com.google.protobuf.MapField internalGetFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } return fieldMapInt64Bytes70_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Bytes70() { if (fieldMapInt64Bytes70_ == null) { fieldMapInt64Bytes70_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Bytes70DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Bytes70_.isMutable()) { fieldMapInt64Bytes70_ = fieldMapInt64Bytes70_.copy(); } bitField2_ |= 0x00000020; onChanged(); return fieldMapInt64Bytes70_; } public int getFieldMapInt64Bytes70Count() { return internalGetFieldMapInt64Bytes70().getMap().size(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public boolean containsFieldMapInt64Bytes70( long key) { return internalGetFieldMapInt64Bytes70().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Bytes70Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Bytes70() { return getFieldMapInt64Bytes70Map(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public java.util.Map getFieldMapInt64Bytes70Map() { return internalGetFieldMapInt64Bytes70().getMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapInt64Bytes70OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapInt64Bytes70OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Bytes70().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Bytes70() { bitField2_ = (bitField2_ & ~0x00000020); internalGetMutableFieldMapInt64Bytes70().getMutableMap() .clear(); return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder removeFieldMapInt64Bytes70( long key) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Bytes70() { bitField2_ |= 0x00000020; return internalGetMutableFieldMapInt64Bytes70().getMutableMap(); } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putFieldMapInt64Bytes70( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Bytes70().getMutableMap() .put(key, value); bitField2_ |= 0x00000020; return this; } /** * map<int64, bytes> field_map_int64_bytes_70 = 70; */ public Builder putAllFieldMapInt64Bytes70( java.util.Map values) { internalGetMutableFieldMapInt64Bytes70().getMutableMap() .putAll(values); bitField2_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapInt64Double71_; private com.google.protobuf.MapField internalGetFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } return fieldMapInt64Double71_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Double71() { if (fieldMapInt64Double71_ == null) { fieldMapInt64Double71_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Double71DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Double71_.isMutable()) { fieldMapInt64Double71_ = fieldMapInt64Double71_.copy(); } bitField2_ |= 0x00000040; onChanged(); return fieldMapInt64Double71_; } public int getFieldMapInt64Double71Count() { return internalGetFieldMapInt64Double71().getMap().size(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public boolean containsFieldMapInt64Double71( long key) { return internalGetFieldMapInt64Double71().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Double71Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Double71() { return getFieldMapInt64Double71Map(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public java.util.Map getFieldMapInt64Double71Map() { return internalGetFieldMapInt64Double71().getMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, double> field_map_int64_double_71 = 71; */ @java.lang.Override public double getFieldMapInt64Double71OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Double71().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Double71() { bitField2_ = (bitField2_ & ~0x00000040); internalGetMutableFieldMapInt64Double71().getMutableMap() .clear(); return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder removeFieldMapInt64Double71( long key) { internalGetMutableFieldMapInt64Double71().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Double71() { bitField2_ |= 0x00000040; return internalGetMutableFieldMapInt64Double71().getMutableMap(); } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putFieldMapInt64Double71( long key, double value) { internalGetMutableFieldMapInt64Double71().getMutableMap() .put(key, value); bitField2_ |= 0x00000040; return this; } /** * map<int64, double> field_map_int64_double_71 = 71; */ public Builder putAllFieldMapInt64Double71( java.util.Map values) { internalGetMutableFieldMapInt64Double71().getMutableMap() .putAll(values); bitField2_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Enum72_; private com.google.protobuf.MapField internalGetFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } return fieldMapInt64Enum72_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Enum72() { if (fieldMapInt64Enum72_ == null) { fieldMapInt64Enum72_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Enum72DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Enum72_.isMutable()) { fieldMapInt64Enum72_ = fieldMapInt64Enum72_.copy(); } bitField2_ |= 0x00000080; onChanged(); return fieldMapInt64Enum72_; } public int getFieldMapInt64Enum72Count() { return internalGetFieldMapInt64Enum72().getMap().size(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public boolean containsFieldMapInt64Enum72( long key) { return internalGetFieldMapInt64Enum72().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Enum72Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72() { return getFieldMapInt64Enum72Map(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72Map() { return internalGetAdaptedFieldMapInt64Enum72Map( internalGetFieldMapInt64Enum72().getMap());} /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt64Enum72OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? fieldMapInt64Enum72ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapInt64Enum72OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Enum72ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapInt64Enum72ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Enum72Value() { return getFieldMapInt64Enum72ValueMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public java.util.Map getFieldMapInt64Enum72ValueMap() { return internalGetFieldMapInt64Enum72().getMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ @java.lang.Override public int getFieldMapInt64Enum72ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Enum72().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Enum72() { bitField2_ = (bitField2_ & ~0x00000080); internalGetMutableFieldMapInt64Enum72().getMutableMap() .clear(); return this; } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder removeFieldMapInt64Enum72( long key) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Enum72() { bitField2_ |= 0x00000080; return internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putFieldMapInt64Enum72( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .put(key, fieldMapInt64Enum72ValueConverter.doBackward(value)); bitField2_ |= 0x00000080; return this; } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putAllFieldMapInt64Enum72( java.util.Map values) { internalGetAdaptedFieldMapInt64Enum72Map( internalGetMutableFieldMapInt64Enum72().getMutableMap()) .putAll(values); bitField2_ |= 0x00000080; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Enum72Value() { bitField2_ |= 0x00000080; return internalGetMutableFieldMapInt64Enum72().getMutableMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putFieldMapInt64Enum72Value( long key, int value) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .put(key, value); bitField2_ |= 0x00000080; return this; } /** * map<int64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_int64_enum_72 = 72; */ public Builder putAllFieldMapInt64Enum72Value( java.util.Map values) { internalGetMutableFieldMapInt64Enum72().getMutableMap() .putAll(values); bitField2_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Fixed3273_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed3273_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed3273() { if (fieldMapInt64Fixed3273_ == null) { fieldMapInt64Fixed3273_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed3273DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed3273_.isMutable()) { fieldMapInt64Fixed3273_ = fieldMapInt64Fixed3273_.copy(); } bitField2_ |= 0x00000100; onChanged(); return fieldMapInt64Fixed3273_; } public int getFieldMapInt64Fixed3273Count() { return internalGetFieldMapInt64Fixed3273().getMap().size(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public boolean containsFieldMapInt64Fixed3273( long key) { return internalGetFieldMapInt64Fixed3273().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed3273Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed3273() { return getFieldMapInt64Fixed3273Map(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed3273Map() { return internalGetFieldMapInt64Fixed3273().getMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ @java.lang.Override public int getFieldMapInt64Fixed3273OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed3273().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed3273() { bitField2_ = (bitField2_ & ~0x00000100); internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .clear(); return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder removeFieldMapInt64Fixed3273( long key) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed3273() { bitField2_ |= 0x00000100; return internalGetMutableFieldMapInt64Fixed3273().getMutableMap(); } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putFieldMapInt64Fixed3273( long key, int value) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .put(key, value); bitField2_ |= 0x00000100; return this; } /** * map<int64, fixed32> field_map_int64_fixed32_73 = 73; */ public Builder putAllFieldMapInt64Fixed3273( java.util.Map values) { internalGetMutableFieldMapInt64Fixed3273().getMutableMap() .putAll(values); bitField2_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Fixed6474_; private com.google.protobuf.MapField internalGetFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } return fieldMapInt64Fixed6474_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Fixed6474() { if (fieldMapInt64Fixed6474_ == null) { fieldMapInt64Fixed6474_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Fixed6474DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Fixed6474_.isMutable()) { fieldMapInt64Fixed6474_ = fieldMapInt64Fixed6474_.copy(); } bitField2_ |= 0x00000200; onChanged(); return fieldMapInt64Fixed6474_; } public int getFieldMapInt64Fixed6474Count() { return internalGetFieldMapInt64Fixed6474().getMap().size(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public boolean containsFieldMapInt64Fixed6474( long key) { return internalGetFieldMapInt64Fixed6474().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Fixed6474Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Fixed6474() { return getFieldMapInt64Fixed6474Map(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public java.util.Map getFieldMapInt64Fixed6474Map() { return internalGetFieldMapInt64Fixed6474().getMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ @java.lang.Override public long getFieldMapInt64Fixed6474OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Fixed6474().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Fixed6474() { bitField2_ = (bitField2_ & ~0x00000200); internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .clear(); return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder removeFieldMapInt64Fixed6474( long key) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Fixed6474() { bitField2_ |= 0x00000200; return internalGetMutableFieldMapInt64Fixed6474().getMutableMap(); } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putFieldMapInt64Fixed6474( long key, long value) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .put(key, value); bitField2_ |= 0x00000200; return this; } /** * map<int64, fixed64> field_map_int64_fixed64_74 = 74; */ public Builder putAllFieldMapInt64Fixed6474( java.util.Map values) { internalGetMutableFieldMapInt64Fixed6474().getMutableMap() .putAll(values); bitField2_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapInt64Float75_; private com.google.protobuf.MapField internalGetFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } return fieldMapInt64Float75_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Float75() { if (fieldMapInt64Float75_ == null) { fieldMapInt64Float75_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Float75DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Float75_.isMutable()) { fieldMapInt64Float75_ = fieldMapInt64Float75_.copy(); } bitField2_ |= 0x00000400; onChanged(); return fieldMapInt64Float75_; } public int getFieldMapInt64Float75Count() { return internalGetFieldMapInt64Float75().getMap().size(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public boolean containsFieldMapInt64Float75( long key) { return internalGetFieldMapInt64Float75().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Float75Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Float75() { return getFieldMapInt64Float75Map(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public java.util.Map getFieldMapInt64Float75Map() { return internalGetFieldMapInt64Float75().getMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, float> field_map_int64_float_75 = 75; */ @java.lang.Override public float getFieldMapInt64Float75OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Float75().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Float75() { bitField2_ = (bitField2_ & ~0x00000400); internalGetMutableFieldMapInt64Float75().getMutableMap() .clear(); return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder removeFieldMapInt64Float75( long key) { internalGetMutableFieldMapInt64Float75().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Float75() { bitField2_ |= 0x00000400; return internalGetMutableFieldMapInt64Float75().getMutableMap(); } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putFieldMapInt64Float75( long key, float value) { internalGetMutableFieldMapInt64Float75().getMutableMap() .put(key, value); bitField2_ |= 0x00000400; return this; } /** * map<int64, float> field_map_int64_float_75 = 75; */ public Builder putAllFieldMapInt64Float75( java.util.Map values) { internalGetMutableFieldMapInt64Float75().getMutableMap() .putAll(values); bitField2_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Int3276_; private com.google.protobuf.MapField internalGetFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int3276_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int3276() { if (fieldMapInt64Int3276_ == null) { fieldMapInt64Int3276_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int3276DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int3276_.isMutable()) { fieldMapInt64Int3276_ = fieldMapInt64Int3276_.copy(); } bitField2_ |= 0x00000800; onChanged(); return fieldMapInt64Int3276_; } public int getFieldMapInt64Int3276Count() { return internalGetFieldMapInt64Int3276().getMap().size(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public boolean containsFieldMapInt64Int3276( long key) { return internalGetFieldMapInt64Int3276().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int3276Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int3276() { return getFieldMapInt64Int3276Map(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public java.util.Map getFieldMapInt64Int3276Map() { return internalGetFieldMapInt64Int3276().getMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ @java.lang.Override public int getFieldMapInt64Int3276OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int3276().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int3276() { bitField2_ = (bitField2_ & ~0x00000800); internalGetMutableFieldMapInt64Int3276().getMutableMap() .clear(); return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder removeFieldMapInt64Int3276( long key) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int3276() { bitField2_ |= 0x00000800; return internalGetMutableFieldMapInt64Int3276().getMutableMap(); } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putFieldMapInt64Int3276( long key, int value) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .put(key, value); bitField2_ |= 0x00000800; return this; } /** * map<int64, int32> field_map_int64_int32_76 = 76; */ public Builder putAllFieldMapInt64Int3276( java.util.Map values) { internalGetMutableFieldMapInt64Int3276().getMutableMap() .putAll(values); bitField2_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Int6477_; private com.google.protobuf.MapField internalGetFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } return fieldMapInt64Int6477_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Int6477() { if (fieldMapInt64Int6477_ == null) { fieldMapInt64Int6477_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Int6477DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Int6477_.isMutable()) { fieldMapInt64Int6477_ = fieldMapInt64Int6477_.copy(); } bitField2_ |= 0x00001000; onChanged(); return fieldMapInt64Int6477_; } public int getFieldMapInt64Int6477Count() { return internalGetFieldMapInt64Int6477().getMap().size(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public boolean containsFieldMapInt64Int6477( long key) { return internalGetFieldMapInt64Int6477().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Int6477Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Int6477() { return getFieldMapInt64Int6477Map(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public java.util.Map getFieldMapInt64Int6477Map() { return internalGetFieldMapInt64Int6477().getMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ @java.lang.Override public long getFieldMapInt64Int6477OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Int6477().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Int6477() { bitField2_ = (bitField2_ & ~0x00001000); internalGetMutableFieldMapInt64Int6477().getMutableMap() .clear(); return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder removeFieldMapInt64Int6477( long key) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Int6477() { bitField2_ |= 0x00001000; return internalGetMutableFieldMapInt64Int6477().getMutableMap(); } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putFieldMapInt64Int6477( long key, long value) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .put(key, value); bitField2_ |= 0x00001000; return this; } /** * map<int64, int64> field_map_int64_int64_77 = 77; */ public Builder putAllFieldMapInt64Int6477( java.util.Map values) { internalGetMutableFieldMapInt64Int6477().getMutableMap() .putAll(values); bitField2_ |= 0x00001000; return this; } private static final class FieldMapInt64Message78Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapInt64Message78DefaultEntryHolder.defaultEntry; } }; private static final FieldMapInt64Message78Converter fieldMapInt64Message78Converter = new FieldMapInt64Message78Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapInt64Message78_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } return fieldMapInt64Message78_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapInt64Message78() { if (fieldMapInt64Message78_ == null) { fieldMapInt64Message78_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapInt64Message78Converter); } bitField2_ |= 0x00002000; onChanged(); return fieldMapInt64Message78_; } public int getFieldMapInt64Message78Count() { return internalGetFieldMapInt64Message78().ensureBuilderMap().size(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public boolean containsFieldMapInt64Message78( long key) { return internalGetFieldMapInt64Message78().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Message78Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Message78() { return getFieldMapInt64Message78Map(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public java.util.Map getFieldMapInt64Message78Map() { return internalGetFieldMapInt64Message78().getImmutableMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt64Message78OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); return map.containsKey(key) ? fieldMapInt64Message78Converter.build(map.get(key)) : defaultValue; } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapInt64Message78OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapInt64Message78Converter.build(map.get(key)); } public Builder clearFieldMapInt64Message78() { bitField2_ = (bitField2_ & ~0x00002000); internalGetMutableFieldMapInt64Message78().clear(); return this; } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ public Builder removeFieldMapInt64Message78( long key) { internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Message78() { bitField2_ |= 0x00002000; return internalGetMutableFieldMapInt64Message78().ensureMessageMap(); } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ public Builder putFieldMapInt64Message78( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .put(key, value); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ public Builder putAllFieldMapInt64Message78( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapInt64Message78().ensureBuilderMap() .putAll(values); bitField2_ |= 0x00002000; return this; } /** * map<int64, .protobuf.experimental.Proto3MessageLite> field_map_int64_message_78 = 78; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapInt64Message78BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapInt64Message78().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sfixed3279_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed3279_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed3279() { if (fieldMapInt64Sfixed3279_ == null) { fieldMapInt64Sfixed3279_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed3279DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed3279_.isMutable()) { fieldMapInt64Sfixed3279_ = fieldMapInt64Sfixed3279_.copy(); } bitField2_ |= 0x00004000; onChanged(); return fieldMapInt64Sfixed3279_; } public int getFieldMapInt64Sfixed3279Count() { return internalGetFieldMapInt64Sfixed3279().getMap().size(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed3279( long key) { return internalGetFieldMapInt64Sfixed3279().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed3279Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed3279() { return getFieldMapInt64Sfixed3279Map(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed3279Map() { return internalGetFieldMapInt64Sfixed3279().getMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ @java.lang.Override public int getFieldMapInt64Sfixed3279OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed3279().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed3279() { bitField2_ = (bitField2_ & ~0x00004000); internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .clear(); return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder removeFieldMapInt64Sfixed3279( long key) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed3279() { bitField2_ |= 0x00004000; return internalGetMutableFieldMapInt64Sfixed3279().getMutableMap(); } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putFieldMapInt64Sfixed3279( long key, int value) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .put(key, value); bitField2_ |= 0x00004000; return this; } /** * map<int64, sfixed32> field_map_int64_sfixed32_79 = 79; */ public Builder putAllFieldMapInt64Sfixed3279( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed3279().getMutableMap() .putAll(values); bitField2_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sfixed6480_; private com.google.protobuf.MapField internalGetFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sfixed6480_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sfixed6480() { if (fieldMapInt64Sfixed6480_ == null) { fieldMapInt64Sfixed6480_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sfixed6480DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sfixed6480_.isMutable()) { fieldMapInt64Sfixed6480_ = fieldMapInt64Sfixed6480_.copy(); } bitField2_ |= 0x00008000; onChanged(); return fieldMapInt64Sfixed6480_; } public int getFieldMapInt64Sfixed6480Count() { return internalGetFieldMapInt64Sfixed6480().getMap().size(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public boolean containsFieldMapInt64Sfixed6480( long key) { return internalGetFieldMapInt64Sfixed6480().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sfixed6480Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sfixed6480() { return getFieldMapInt64Sfixed6480Map(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public java.util.Map getFieldMapInt64Sfixed6480Map() { return internalGetFieldMapInt64Sfixed6480().getMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ @java.lang.Override public long getFieldMapInt64Sfixed6480OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sfixed6480().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sfixed6480() { bitField2_ = (bitField2_ & ~0x00008000); internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .clear(); return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder removeFieldMapInt64Sfixed6480( long key) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sfixed6480() { bitField2_ |= 0x00008000; return internalGetMutableFieldMapInt64Sfixed6480().getMutableMap(); } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putFieldMapInt64Sfixed6480( long key, long value) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .put(key, value); bitField2_ |= 0x00008000; return this; } /** * map<int64, sfixed64> field_map_int64_sfixed64_80 = 80; */ public Builder putAllFieldMapInt64Sfixed6480( java.util.Map values) { internalGetMutableFieldMapInt64Sfixed6480().getMutableMap() .putAll(values); bitField2_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Sint3281_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint3281_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint3281() { if (fieldMapInt64Sint3281_ == null) { fieldMapInt64Sint3281_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint3281DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint3281_.isMutable()) { fieldMapInt64Sint3281_ = fieldMapInt64Sint3281_.copy(); } bitField2_ |= 0x00010000; onChanged(); return fieldMapInt64Sint3281_; } public int getFieldMapInt64Sint3281Count() { return internalGetFieldMapInt64Sint3281().getMap().size(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public boolean containsFieldMapInt64Sint3281( long key) { return internalGetFieldMapInt64Sint3281().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint3281Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint3281() { return getFieldMapInt64Sint3281Map(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint3281Map() { return internalGetFieldMapInt64Sint3281().getMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ @java.lang.Override public int getFieldMapInt64Sint3281OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint3281().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint3281() { bitField2_ = (bitField2_ & ~0x00010000); internalGetMutableFieldMapInt64Sint3281().getMutableMap() .clear(); return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder removeFieldMapInt64Sint3281( long key) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint3281() { bitField2_ |= 0x00010000; return internalGetMutableFieldMapInt64Sint3281().getMutableMap(); } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putFieldMapInt64Sint3281( long key, int value) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .put(key, value); bitField2_ |= 0x00010000; return this; } /** * map<int64, sint32> field_map_int64_sint32_81 = 81; */ public Builder putAllFieldMapInt64Sint3281( java.util.Map values) { internalGetMutableFieldMapInt64Sint3281().getMutableMap() .putAll(values); bitField2_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Sint6482_; private com.google.protobuf.MapField internalGetFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } return fieldMapInt64Sint6482_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Sint6482() { if (fieldMapInt64Sint6482_ == null) { fieldMapInt64Sint6482_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Sint6482DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Sint6482_.isMutable()) { fieldMapInt64Sint6482_ = fieldMapInt64Sint6482_.copy(); } bitField2_ |= 0x00020000; onChanged(); return fieldMapInt64Sint6482_; } public int getFieldMapInt64Sint6482Count() { return internalGetFieldMapInt64Sint6482().getMap().size(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public boolean containsFieldMapInt64Sint6482( long key) { return internalGetFieldMapInt64Sint6482().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Sint6482Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Sint6482() { return getFieldMapInt64Sint6482Map(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public java.util.Map getFieldMapInt64Sint6482Map() { return internalGetFieldMapInt64Sint6482().getMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ @java.lang.Override public long getFieldMapInt64Sint6482OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Sint6482().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Sint6482() { bitField2_ = (bitField2_ & ~0x00020000); internalGetMutableFieldMapInt64Sint6482().getMutableMap() .clear(); return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder removeFieldMapInt64Sint6482( long key) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Sint6482() { bitField2_ |= 0x00020000; return internalGetMutableFieldMapInt64Sint6482().getMutableMap(); } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putFieldMapInt64Sint6482( long key, long value) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .put(key, value); bitField2_ |= 0x00020000; return this; } /** * map<int64, sint64> field_map_int64_sint64_82 = 82; */ public Builder putAllFieldMapInt64Sint6482( java.util.Map values) { internalGetMutableFieldMapInt64Sint6482().getMutableMap() .putAll(values); bitField2_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapInt64String83_; private com.google.protobuf.MapField internalGetFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } return fieldMapInt64String83_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64String83() { if (fieldMapInt64String83_ == null) { fieldMapInt64String83_ = com.google.protobuf.MapField.newMapField( FieldMapInt64String83DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64String83_.isMutable()) { fieldMapInt64String83_ = fieldMapInt64String83_.copy(); } bitField2_ |= 0x00040000; onChanged(); return fieldMapInt64String83_; } public int getFieldMapInt64String83Count() { return internalGetFieldMapInt64String83().getMap().size(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public boolean containsFieldMapInt64String83( long key) { return internalGetFieldMapInt64String83().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64String83Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64String83() { return getFieldMapInt64String83Map(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.util.Map getFieldMapInt64String83Map() { return internalGetFieldMapInt64String83().getMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapInt64String83OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, string> field_map_int64_string_83 = 83; */ @java.lang.Override public java.lang.String getFieldMapInt64String83OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64String83().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64String83() { bitField2_ = (bitField2_ & ~0x00040000); internalGetMutableFieldMapInt64String83().getMutableMap() .clear(); return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder removeFieldMapInt64String83( long key) { internalGetMutableFieldMapInt64String83().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64String83() { bitField2_ |= 0x00040000; return internalGetMutableFieldMapInt64String83().getMutableMap(); } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putFieldMapInt64String83( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapInt64String83().getMutableMap() .put(key, value); bitField2_ |= 0x00040000; return this; } /** * map<int64, string> field_map_int64_string_83 = 83; */ public Builder putAllFieldMapInt64String83( java.util.Map values) { internalGetMutableFieldMapInt64String83().getMutableMap() .putAll(values); bitField2_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapInt64Uint3284_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint3284_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint3284() { if (fieldMapInt64Uint3284_ == null) { fieldMapInt64Uint3284_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint3284DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint3284_.isMutable()) { fieldMapInt64Uint3284_ = fieldMapInt64Uint3284_.copy(); } bitField2_ |= 0x00080000; onChanged(); return fieldMapInt64Uint3284_; } public int getFieldMapInt64Uint3284Count() { return internalGetFieldMapInt64Uint3284().getMap().size(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public boolean containsFieldMapInt64Uint3284( long key) { return internalGetFieldMapInt64Uint3284().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint3284Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint3284() { return getFieldMapInt64Uint3284Map(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint3284Map() { return internalGetFieldMapInt64Uint3284().getMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ @java.lang.Override public int getFieldMapInt64Uint3284OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint3284().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint3284() { bitField2_ = (bitField2_ & ~0x00080000); internalGetMutableFieldMapInt64Uint3284().getMutableMap() .clear(); return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder removeFieldMapInt64Uint3284( long key) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint3284() { bitField2_ |= 0x00080000; return internalGetMutableFieldMapInt64Uint3284().getMutableMap(); } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putFieldMapInt64Uint3284( long key, int value) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .put(key, value); bitField2_ |= 0x00080000; return this; } /** * map<int64, uint32> field_map_int64_uint32_84 = 84; */ public Builder putAllFieldMapInt64Uint3284( java.util.Map values) { internalGetMutableFieldMapInt64Uint3284().getMutableMap() .putAll(values); bitField2_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapInt64Uint6485_; private com.google.protobuf.MapField internalGetFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } return fieldMapInt64Uint6485_; } private com.google.protobuf.MapField internalGetMutableFieldMapInt64Uint6485() { if (fieldMapInt64Uint6485_ == null) { fieldMapInt64Uint6485_ = com.google.protobuf.MapField.newMapField( FieldMapInt64Uint6485DefaultEntryHolder.defaultEntry); } if (!fieldMapInt64Uint6485_.isMutable()) { fieldMapInt64Uint6485_ = fieldMapInt64Uint6485_.copy(); } bitField2_ |= 0x00100000; onChanged(); return fieldMapInt64Uint6485_; } public int getFieldMapInt64Uint6485Count() { return internalGetFieldMapInt64Uint6485().getMap().size(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public boolean containsFieldMapInt64Uint6485( long key) { return internalGetFieldMapInt64Uint6485().getMap().containsKey(key); } /** * Use {@link #getFieldMapInt64Uint6485Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapInt64Uint6485() { return getFieldMapInt64Uint6485Map(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public java.util.Map getFieldMapInt64Uint6485Map() { return internalGetFieldMapInt64Uint6485().getMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ @java.lang.Override public long getFieldMapInt64Uint6485OrThrow( long key) { java.util.Map map = internalGetFieldMapInt64Uint6485().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapInt64Uint6485() { bitField2_ = (bitField2_ & ~0x00100000); internalGetMutableFieldMapInt64Uint6485().getMutableMap() .clear(); return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder removeFieldMapInt64Uint6485( long key) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapInt64Uint6485() { bitField2_ |= 0x00100000; return internalGetMutableFieldMapInt64Uint6485().getMutableMap(); } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putFieldMapInt64Uint6485( long key, long value) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .put(key, value); bitField2_ |= 0x00100000; return this; } /** * map<int64, uint64> field_map_int64_uint64_85 = 85; */ public Builder putAllFieldMapInt64Uint6485( java.util.Map values) { internalGetMutableFieldMapInt64Uint6485().getMutableMap() .putAll(values); bitField2_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSfixed32Bool86_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bool86_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bool86() { if (fieldMapSfixed32Bool86_ == null) { fieldMapSfixed32Bool86_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bool86DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bool86_.isMutable()) { fieldMapSfixed32Bool86_ = fieldMapSfixed32Bool86_.copy(); } bitField2_ |= 0x00200000; onChanged(); return fieldMapSfixed32Bool86_; } public int getFieldMapSfixed32Bool86Count() { return internalGetFieldMapSfixed32Bool86().getMap().size(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean containsFieldMapSfixed32Bool86( int key) { return internalGetFieldMapSfixed32Bool86().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bool86Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bool86() { return getFieldMapSfixed32Bool86Map(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bool86Map() { return internalGetFieldMapSfixed32Bool86().getMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ @java.lang.Override public boolean getFieldMapSfixed32Bool86OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bool86().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bool86() { bitField2_ = (bitField2_ & ~0x00200000); internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .clear(); return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder removeFieldMapSfixed32Bool86( int key) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bool86() { bitField2_ |= 0x00200000; return internalGetMutableFieldMapSfixed32Bool86().getMutableMap(); } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putFieldMapSfixed32Bool86( int key, boolean value) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .put(key, value); bitField2_ |= 0x00200000; return this; } /** * map<sfixed32, bool> field_map_sfixed32_bool_86 = 86; */ public Builder putAllFieldMapSfixed32Bool86( java.util.Map values) { internalGetMutableFieldMapSfixed32Bool86().getMutableMap() .putAll(values); bitField2_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSfixed32Bytes87_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Bytes87_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Bytes87() { if (fieldMapSfixed32Bytes87_ == null) { fieldMapSfixed32Bytes87_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Bytes87DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Bytes87_.isMutable()) { fieldMapSfixed32Bytes87_ = fieldMapSfixed32Bytes87_.copy(); } bitField2_ |= 0x00400000; onChanged(); return fieldMapSfixed32Bytes87_; } public int getFieldMapSfixed32Bytes87Count() { return internalGetFieldMapSfixed32Bytes87().getMap().size(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public boolean containsFieldMapSfixed32Bytes87( int key) { return internalGetFieldMapSfixed32Bytes87().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Bytes87Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Bytes87() { return getFieldMapSfixed32Bytes87Map(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Bytes87Map() { return internalGetFieldMapSfixed32Bytes87().getMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed32Bytes87OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Bytes87().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Bytes87() { bitField2_ = (bitField2_ & ~0x00400000); internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .clear(); return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder removeFieldMapSfixed32Bytes87( int key) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Bytes87() { bitField2_ |= 0x00400000; return internalGetMutableFieldMapSfixed32Bytes87().getMutableMap(); } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putFieldMapSfixed32Bytes87( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .put(key, value); bitField2_ |= 0x00400000; return this; } /** * map<sfixed32, bytes> field_map_sfixed32_bytes_87 = 87; */ public Builder putAllFieldMapSfixed32Bytes87( java.util.Map values) { internalGetMutableFieldMapSfixed32Bytes87().getMutableMap() .putAll(values); bitField2_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSfixed32Double88_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Double88_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Double88() { if (fieldMapSfixed32Double88_ == null) { fieldMapSfixed32Double88_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Double88DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Double88_.isMutable()) { fieldMapSfixed32Double88_ = fieldMapSfixed32Double88_.copy(); } bitField2_ |= 0x00800000; onChanged(); return fieldMapSfixed32Double88_; } public int getFieldMapSfixed32Double88Count() { return internalGetFieldMapSfixed32Double88().getMap().size(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public boolean containsFieldMapSfixed32Double88( int key) { return internalGetFieldMapSfixed32Double88().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Double88Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Double88() { return getFieldMapSfixed32Double88Map(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Double88Map() { return internalGetFieldMapSfixed32Double88().getMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ @java.lang.Override public double getFieldMapSfixed32Double88OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Double88().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Double88() { bitField2_ = (bitField2_ & ~0x00800000); internalGetMutableFieldMapSfixed32Double88().getMutableMap() .clear(); return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder removeFieldMapSfixed32Double88( int key) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Double88() { bitField2_ |= 0x00800000; return internalGetMutableFieldMapSfixed32Double88().getMutableMap(); } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putFieldMapSfixed32Double88( int key, double value) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .put(key, value); bitField2_ |= 0x00800000; return this; } /** * map<sfixed32, double> field_map_sfixed32_double_88 = 88; */ public Builder putAllFieldMapSfixed32Double88( java.util.Map values) { internalGetMutableFieldMapSfixed32Double88().getMutableMap() .putAll(values); bitField2_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Enum89_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Enum89_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Enum89() { if (fieldMapSfixed32Enum89_ == null) { fieldMapSfixed32Enum89_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Enum89DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Enum89_.isMutable()) { fieldMapSfixed32Enum89_ = fieldMapSfixed32Enum89_.copy(); } bitField2_ |= 0x01000000; onChanged(); return fieldMapSfixed32Enum89_; } public int getFieldMapSfixed32Enum89Count() { return internalGetFieldMapSfixed32Enum89().getMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public boolean containsFieldMapSfixed32Enum89( int key) { return internalGetFieldMapSfixed32Enum89().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Enum89Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89() { return getFieldMapSfixed32Enum89Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89Map() { return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetFieldMapSfixed32Enum89().getMap());} /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed32Enum89OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed32Enum89OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Enum89ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed32Enum89ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Enum89Value() { return getFieldMapSfixed32Enum89ValueMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Enum89ValueMap() { return internalGetFieldMapSfixed32Enum89().getMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ @java.lang.Override public int getFieldMapSfixed32Enum89ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Enum89().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Enum89() { bitField2_ = (bitField2_ & ~0x01000000); internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .clear(); return this; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder removeFieldMapSfixed32Enum89( int key) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Enum89() { bitField2_ |= 0x01000000; return internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putFieldMapSfixed32Enum89( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .put(key, fieldMapSfixed32Enum89ValueConverter.doBackward(value)); bitField2_ |= 0x01000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putAllFieldMapSfixed32Enum89( java.util.Map values) { internalGetAdaptedFieldMapSfixed32Enum89Map( internalGetMutableFieldMapSfixed32Enum89().getMutableMap()) .putAll(values); bitField2_ |= 0x01000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Enum89Value() { bitField2_ |= 0x01000000; return internalGetMutableFieldMapSfixed32Enum89().getMutableMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putFieldMapSfixed32Enum89Value( int key, int value) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .put(key, value); bitField2_ |= 0x01000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed32_enum_89 = 89; */ public Builder putAllFieldMapSfixed32Enum89Value( java.util.Map values) { internalGetMutableFieldMapSfixed32Enum89().getMutableMap() .putAll(values); bitField2_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Fixed3290_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed3290_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed3290() { if (fieldMapSfixed32Fixed3290_ == null) { fieldMapSfixed32Fixed3290_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed3290DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed3290_.isMutable()) { fieldMapSfixed32Fixed3290_ = fieldMapSfixed32Fixed3290_.copy(); } bitField2_ |= 0x02000000; onChanged(); return fieldMapSfixed32Fixed3290_; } public int getFieldMapSfixed32Fixed3290Count() { return internalGetFieldMapSfixed32Fixed3290().getMap().size(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed3290( int key) { return internalGetFieldMapSfixed32Fixed3290().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed3290Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed3290() { return getFieldMapSfixed32Fixed3290Map(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed3290Map() { return internalGetFieldMapSfixed32Fixed3290().getMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ @java.lang.Override public int getFieldMapSfixed32Fixed3290OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed3290().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed3290() { bitField2_ = (bitField2_ & ~0x02000000); internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder removeFieldMapSfixed32Fixed3290( int key) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed3290() { bitField2_ |= 0x02000000; return internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap(); } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putFieldMapSfixed32Fixed3290( int key, int value) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .put(key, value); bitField2_ |= 0x02000000; return this; } /** * map<sfixed32, fixed32> field_map_sfixed32_fixed32_90 = 90; */ public Builder putAllFieldMapSfixed32Fixed3290( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed3290().getMutableMap() .putAll(values); bitField2_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Fixed6491_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Fixed6491_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Fixed6491() { if (fieldMapSfixed32Fixed6491_ == null) { fieldMapSfixed32Fixed6491_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Fixed6491DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Fixed6491_.isMutable()) { fieldMapSfixed32Fixed6491_ = fieldMapSfixed32Fixed6491_.copy(); } bitField2_ |= 0x04000000; onChanged(); return fieldMapSfixed32Fixed6491_; } public int getFieldMapSfixed32Fixed6491Count() { return internalGetFieldMapSfixed32Fixed6491().getMap().size(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public boolean containsFieldMapSfixed32Fixed6491( int key) { return internalGetFieldMapSfixed32Fixed6491().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Fixed6491Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Fixed6491() { return getFieldMapSfixed32Fixed6491Map(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Fixed6491Map() { return internalGetFieldMapSfixed32Fixed6491().getMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ @java.lang.Override public long getFieldMapSfixed32Fixed6491OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Fixed6491().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Fixed6491() { bitField2_ = (bitField2_ & ~0x04000000); internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .clear(); return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder removeFieldMapSfixed32Fixed6491( int key) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Fixed6491() { bitField2_ |= 0x04000000; return internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap(); } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putFieldMapSfixed32Fixed6491( int key, long value) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .put(key, value); bitField2_ |= 0x04000000; return this; } /** * map<sfixed32, fixed64> field_map_sfixed32_fixed64_91 = 91; */ public Builder putAllFieldMapSfixed32Fixed6491( java.util.Map values) { internalGetMutableFieldMapSfixed32Fixed6491().getMutableMap() .putAll(values); bitField2_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSfixed32Float92_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Float92_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Float92() { if (fieldMapSfixed32Float92_ == null) { fieldMapSfixed32Float92_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Float92DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Float92_.isMutable()) { fieldMapSfixed32Float92_ = fieldMapSfixed32Float92_.copy(); } bitField2_ |= 0x08000000; onChanged(); return fieldMapSfixed32Float92_; } public int getFieldMapSfixed32Float92Count() { return internalGetFieldMapSfixed32Float92().getMap().size(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public boolean containsFieldMapSfixed32Float92( int key) { return internalGetFieldMapSfixed32Float92().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Float92Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Float92() { return getFieldMapSfixed32Float92Map(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Float92Map() { return internalGetFieldMapSfixed32Float92().getMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ @java.lang.Override public float getFieldMapSfixed32Float92OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Float92().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Float92() { bitField2_ = (bitField2_ & ~0x08000000); internalGetMutableFieldMapSfixed32Float92().getMutableMap() .clear(); return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder removeFieldMapSfixed32Float92( int key) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Float92() { bitField2_ |= 0x08000000; return internalGetMutableFieldMapSfixed32Float92().getMutableMap(); } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putFieldMapSfixed32Float92( int key, float value) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .put(key, value); bitField2_ |= 0x08000000; return this; } /** * map<sfixed32, float> field_map_sfixed32_float_92 = 92; */ public Builder putAllFieldMapSfixed32Float92( java.util.Map values) { internalGetMutableFieldMapSfixed32Float92().getMutableMap() .putAll(values); bitField2_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Int3293_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int3293_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int3293() { if (fieldMapSfixed32Int3293_ == null) { fieldMapSfixed32Int3293_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int3293DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int3293_.isMutable()) { fieldMapSfixed32Int3293_ = fieldMapSfixed32Int3293_.copy(); } bitField2_ |= 0x10000000; onChanged(); return fieldMapSfixed32Int3293_; } public int getFieldMapSfixed32Int3293Count() { return internalGetFieldMapSfixed32Int3293().getMap().size(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public boolean containsFieldMapSfixed32Int3293( int key) { return internalGetFieldMapSfixed32Int3293().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int3293Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int3293() { return getFieldMapSfixed32Int3293Map(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int3293Map() { return internalGetFieldMapSfixed32Int3293().getMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ @java.lang.Override public int getFieldMapSfixed32Int3293OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int3293().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int3293() { bitField2_ = (bitField2_ & ~0x10000000); internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .clear(); return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder removeFieldMapSfixed32Int3293( int key) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int3293() { bitField2_ |= 0x10000000; return internalGetMutableFieldMapSfixed32Int3293().getMutableMap(); } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putFieldMapSfixed32Int3293( int key, int value) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .put(key, value); bitField2_ |= 0x10000000; return this; } /** * map<sfixed32, int32> field_map_sfixed32_int32_93 = 93; */ public Builder putAllFieldMapSfixed32Int3293( java.util.Map values) { internalGetMutableFieldMapSfixed32Int3293().getMutableMap() .putAll(values); bitField2_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Int6494_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Int6494_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Int6494() { if (fieldMapSfixed32Int6494_ == null) { fieldMapSfixed32Int6494_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Int6494DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Int6494_.isMutable()) { fieldMapSfixed32Int6494_ = fieldMapSfixed32Int6494_.copy(); } bitField2_ |= 0x20000000; onChanged(); return fieldMapSfixed32Int6494_; } public int getFieldMapSfixed32Int6494Count() { return internalGetFieldMapSfixed32Int6494().getMap().size(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public boolean containsFieldMapSfixed32Int6494( int key) { return internalGetFieldMapSfixed32Int6494().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Int6494Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Int6494() { return getFieldMapSfixed32Int6494Map(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Int6494Map() { return internalGetFieldMapSfixed32Int6494().getMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ @java.lang.Override public long getFieldMapSfixed32Int6494OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Int6494().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Int6494() { bitField2_ = (bitField2_ & ~0x20000000); internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .clear(); return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder removeFieldMapSfixed32Int6494( int key) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Int6494() { bitField2_ |= 0x20000000; return internalGetMutableFieldMapSfixed32Int6494().getMutableMap(); } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putFieldMapSfixed32Int6494( int key, long value) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .put(key, value); bitField2_ |= 0x20000000; return this; } /** * map<sfixed32, int64> field_map_sfixed32_int64_94 = 94; */ public Builder putAllFieldMapSfixed32Int6494( java.util.Map values) { internalGetMutableFieldMapSfixed32Int6494().getMutableMap() .putAll(values); bitField2_ |= 0x20000000; return this; } private static final class FieldMapSfixed32Message95Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed32Message95DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed32Message95Converter fieldMapSfixed32Message95Converter = new FieldMapSfixed32Message95Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapSfixed32Message95_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } return fieldMapSfixed32Message95_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed32Message95() { if (fieldMapSfixed32Message95_ == null) { fieldMapSfixed32Message95_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed32Message95Converter); } bitField2_ |= 0x40000000; onChanged(); return fieldMapSfixed32Message95_; } public int getFieldMapSfixed32Message95Count() { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().size(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public boolean containsFieldMapSfixed32Message95( int key) { return internalGetFieldMapSfixed32Message95().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Message95Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Message95() { return getFieldMapSfixed32Message95Map(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Message95Map() { return internalGetFieldMapSfixed32Message95().getImmutableMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed32Message95OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed32Message95Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed32Message95OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed32Message95Converter.build(map.get(key)); } public Builder clearFieldMapSfixed32Message95() { bitField2_ = (bitField2_ & ~0x40000000); internalGetMutableFieldMapSfixed32Message95().clear(); return this; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ public Builder removeFieldMapSfixed32Message95( int key) { internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Message95() { bitField2_ |= 0x40000000; return internalGetMutableFieldMapSfixed32Message95().ensureMessageMap(); } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ public Builder putFieldMapSfixed32Message95( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .put(key, value); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ public Builder putAllFieldMapSfixed32Message95( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap() .putAll(values); bitField2_ |= 0x40000000; return this; } /** * map<sfixed32, .protobuf.experimental.Proto3MessageLite> field_map_sfixed32_message_95 = 95; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapSfixed32Message95BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed32Message95().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sfixed3296_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed3296_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed3296() { if (fieldMapSfixed32Sfixed3296_ == null) { fieldMapSfixed32Sfixed3296_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed3296DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed3296_.isMutable()) { fieldMapSfixed32Sfixed3296_ = fieldMapSfixed32Sfixed3296_.copy(); } bitField2_ |= 0x80000000; onChanged(); return fieldMapSfixed32Sfixed3296_; } public int getFieldMapSfixed32Sfixed3296Count() { return internalGetFieldMapSfixed32Sfixed3296().getMap().size(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed3296( int key) { return internalGetFieldMapSfixed32Sfixed3296().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed3296Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed3296() { return getFieldMapSfixed32Sfixed3296Map(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed3296Map() { return internalGetFieldMapSfixed32Sfixed3296().getMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ @java.lang.Override public int getFieldMapSfixed32Sfixed3296OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed3296().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed3296() { bitField2_ = (bitField2_ & ~0x80000000); internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder removeFieldMapSfixed32Sfixed3296( int key) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed3296() { bitField2_ |= 0x80000000; return internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap(); } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putFieldMapSfixed32Sfixed3296( int key, int value) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .put(key, value); bitField2_ |= 0x80000000; return this; } /** * map<sfixed32, sfixed32> field_map_sfixed32_sfixed32_96 = 96; */ public Builder putAllFieldMapSfixed32Sfixed3296( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed3296().getMutableMap() .putAll(values); bitField2_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sfixed6497_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sfixed6497_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sfixed6497() { if (fieldMapSfixed32Sfixed6497_ == null) { fieldMapSfixed32Sfixed6497_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sfixed6497DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sfixed6497_.isMutable()) { fieldMapSfixed32Sfixed6497_ = fieldMapSfixed32Sfixed6497_.copy(); } bitField3_ |= 0x00000001; onChanged(); return fieldMapSfixed32Sfixed6497_; } public int getFieldMapSfixed32Sfixed6497Count() { return internalGetFieldMapSfixed32Sfixed6497().getMap().size(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public boolean containsFieldMapSfixed32Sfixed6497( int key) { return internalGetFieldMapSfixed32Sfixed6497().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sfixed6497Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sfixed6497() { return getFieldMapSfixed32Sfixed6497Map(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sfixed6497Map() { return internalGetFieldMapSfixed32Sfixed6497().getMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ @java.lang.Override public long getFieldMapSfixed32Sfixed6497OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sfixed6497().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sfixed6497() { bitField3_ = (bitField3_ & ~0x00000001); internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .clear(); return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder removeFieldMapSfixed32Sfixed6497( int key) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sfixed6497() { bitField3_ |= 0x00000001; return internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap(); } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putFieldMapSfixed32Sfixed6497( int key, long value) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .put(key, value); bitField3_ |= 0x00000001; return this; } /** * map<sfixed32, sfixed64> field_map_sfixed32_sfixed64_97 = 97; */ public Builder putAllFieldMapSfixed32Sfixed6497( java.util.Map values) { internalGetMutableFieldMapSfixed32Sfixed6497().getMutableMap() .putAll(values); bitField3_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Sint3298_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint3298_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint3298() { if (fieldMapSfixed32Sint3298_ == null) { fieldMapSfixed32Sint3298_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint3298DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint3298_.isMutable()) { fieldMapSfixed32Sint3298_ = fieldMapSfixed32Sint3298_.copy(); } bitField3_ |= 0x00000002; onChanged(); return fieldMapSfixed32Sint3298_; } public int getFieldMapSfixed32Sint3298Count() { return internalGetFieldMapSfixed32Sint3298().getMap().size(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint3298( int key) { return internalGetFieldMapSfixed32Sint3298().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint3298Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint3298() { return getFieldMapSfixed32Sint3298Map(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint3298Map() { return internalGetFieldMapSfixed32Sint3298().getMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ @java.lang.Override public int getFieldMapSfixed32Sint3298OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint3298().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint3298() { bitField3_ = (bitField3_ & ~0x00000002); internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder removeFieldMapSfixed32Sint3298( int key) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint3298() { bitField3_ |= 0x00000002; return internalGetMutableFieldMapSfixed32Sint3298().getMutableMap(); } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putFieldMapSfixed32Sint3298( int key, int value) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .put(key, value); bitField3_ |= 0x00000002; return this; } /** * map<sfixed32, sint32> field_map_sfixed32_sint32_98 = 98; */ public Builder putAllFieldMapSfixed32Sint3298( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint3298().getMutableMap() .putAll(values); bitField3_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Sint6499_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Sint6499_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Sint6499() { if (fieldMapSfixed32Sint6499_ == null) { fieldMapSfixed32Sint6499_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Sint6499DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Sint6499_.isMutable()) { fieldMapSfixed32Sint6499_ = fieldMapSfixed32Sint6499_.copy(); } bitField3_ |= 0x00000004; onChanged(); return fieldMapSfixed32Sint6499_; } public int getFieldMapSfixed32Sint6499Count() { return internalGetFieldMapSfixed32Sint6499().getMap().size(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public boolean containsFieldMapSfixed32Sint6499( int key) { return internalGetFieldMapSfixed32Sint6499().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Sint6499Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Sint6499() { return getFieldMapSfixed32Sint6499Map(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Sint6499Map() { return internalGetFieldMapSfixed32Sint6499().getMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ @java.lang.Override public long getFieldMapSfixed32Sint6499OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Sint6499().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Sint6499() { bitField3_ = (bitField3_ & ~0x00000004); internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .clear(); return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder removeFieldMapSfixed32Sint6499( int key) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Sint6499() { bitField3_ |= 0x00000004; return internalGetMutableFieldMapSfixed32Sint6499().getMutableMap(); } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putFieldMapSfixed32Sint6499( int key, long value) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .put(key, value); bitField3_ |= 0x00000004; return this; } /** * map<sfixed32, sint64> field_map_sfixed32_sint64_99 = 99; */ public Builder putAllFieldMapSfixed32Sint6499( java.util.Map values) { internalGetMutableFieldMapSfixed32Sint6499().getMutableMap() .putAll(values); bitField3_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSfixed32String100_; private com.google.protobuf.MapField internalGetFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32String100_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32String100() { if (fieldMapSfixed32String100_ == null) { fieldMapSfixed32String100_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32String100DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32String100_.isMutable()) { fieldMapSfixed32String100_ = fieldMapSfixed32String100_.copy(); } bitField3_ |= 0x00000008; onChanged(); return fieldMapSfixed32String100_; } public int getFieldMapSfixed32String100Count() { return internalGetFieldMapSfixed32String100().getMap().size(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public boolean containsFieldMapSfixed32String100( int key) { return internalGetFieldMapSfixed32String100().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32String100Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32String100() { return getFieldMapSfixed32String100Map(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.util.Map getFieldMapSfixed32String100Map() { return internalGetFieldMapSfixed32String100().getMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed32String100OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ @java.lang.Override public java.lang.String getFieldMapSfixed32String100OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32String100().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32String100() { bitField3_ = (bitField3_ & ~0x00000008); internalGetMutableFieldMapSfixed32String100().getMutableMap() .clear(); return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder removeFieldMapSfixed32String100( int key) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32String100() { bitField3_ |= 0x00000008; return internalGetMutableFieldMapSfixed32String100().getMutableMap(); } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putFieldMapSfixed32String100( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed32String100().getMutableMap() .put(key, value); bitField3_ |= 0x00000008; return this; } /** * map<sfixed32, string> field_map_sfixed32_string_100 = 100; */ public Builder putAllFieldMapSfixed32String100( java.util.Map values) { internalGetMutableFieldMapSfixed32String100().getMutableMap() .putAll(values); bitField3_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSfixed32Uint32101_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint32101_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint32101() { if (fieldMapSfixed32Uint32101_ == null) { fieldMapSfixed32Uint32101_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint32101DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint32101_.isMutable()) { fieldMapSfixed32Uint32101_ = fieldMapSfixed32Uint32101_.copy(); } bitField3_ |= 0x00000010; onChanged(); return fieldMapSfixed32Uint32101_; } public int getFieldMapSfixed32Uint32101Count() { return internalGetFieldMapSfixed32Uint32101().getMap().size(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint32101( int key) { return internalGetFieldMapSfixed32Uint32101().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint32101Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint32101() { return getFieldMapSfixed32Uint32101Map(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint32101Map() { return internalGetFieldMapSfixed32Uint32101().getMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ @java.lang.Override public int getFieldMapSfixed32Uint32101OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint32101().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint32101() { bitField3_ = (bitField3_ & ~0x00000010); internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder removeFieldMapSfixed32Uint32101( int key) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint32101() { bitField3_ |= 0x00000010; return internalGetMutableFieldMapSfixed32Uint32101().getMutableMap(); } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putFieldMapSfixed32Uint32101( int key, int value) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .put(key, value); bitField3_ |= 0x00000010; return this; } /** * map<sfixed32, uint32> field_map_sfixed32_uint32_101 = 101; */ public Builder putAllFieldMapSfixed32Uint32101( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint32101().getMutableMap() .putAll(values); bitField3_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSfixed32Uint64102_; private com.google.protobuf.MapField internalGetFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } return fieldMapSfixed32Uint64102_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed32Uint64102() { if (fieldMapSfixed32Uint64102_ == null) { fieldMapSfixed32Uint64102_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed32Uint64102DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed32Uint64102_.isMutable()) { fieldMapSfixed32Uint64102_ = fieldMapSfixed32Uint64102_.copy(); } bitField3_ |= 0x00000020; onChanged(); return fieldMapSfixed32Uint64102_; } public int getFieldMapSfixed32Uint64102Count() { return internalGetFieldMapSfixed32Uint64102().getMap().size(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public boolean containsFieldMapSfixed32Uint64102( int key) { return internalGetFieldMapSfixed32Uint64102().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed32Uint64102Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed32Uint64102() { return getFieldMapSfixed32Uint64102Map(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public java.util.Map getFieldMapSfixed32Uint64102Map() { return internalGetFieldMapSfixed32Uint64102().getMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ @java.lang.Override public long getFieldMapSfixed32Uint64102OrThrow( int key) { java.util.Map map = internalGetFieldMapSfixed32Uint64102().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed32Uint64102() { bitField3_ = (bitField3_ & ~0x00000020); internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .clear(); return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder removeFieldMapSfixed32Uint64102( int key) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed32Uint64102() { bitField3_ |= 0x00000020; return internalGetMutableFieldMapSfixed32Uint64102().getMutableMap(); } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putFieldMapSfixed32Uint64102( int key, long value) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .put(key, value); bitField3_ |= 0x00000020; return this; } /** * map<sfixed32, uint64> field_map_sfixed32_uint64_102 = 102; */ public Builder putAllFieldMapSfixed32Uint64102( java.util.Map values) { internalGetMutableFieldMapSfixed32Uint64102().getMutableMap() .putAll(values); bitField3_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSfixed64Bool103_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bool103_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bool103() { if (fieldMapSfixed64Bool103_ == null) { fieldMapSfixed64Bool103_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bool103DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bool103_.isMutable()) { fieldMapSfixed64Bool103_ = fieldMapSfixed64Bool103_.copy(); } bitField3_ |= 0x00000040; onChanged(); return fieldMapSfixed64Bool103_; } public int getFieldMapSfixed64Bool103Count() { return internalGetFieldMapSfixed64Bool103().getMap().size(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean containsFieldMapSfixed64Bool103( long key) { return internalGetFieldMapSfixed64Bool103().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bool103Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bool103() { return getFieldMapSfixed64Bool103Map(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bool103Map() { return internalGetFieldMapSfixed64Bool103().getMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ @java.lang.Override public boolean getFieldMapSfixed64Bool103OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bool103().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bool103() { bitField3_ = (bitField3_ & ~0x00000040); internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .clear(); return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder removeFieldMapSfixed64Bool103( long key) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bool103() { bitField3_ |= 0x00000040; return internalGetMutableFieldMapSfixed64Bool103().getMutableMap(); } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putFieldMapSfixed64Bool103( long key, boolean value) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .put(key, value); bitField3_ |= 0x00000040; return this; } /** * map<sfixed64, bool> field_map_sfixed64_bool_103 = 103; */ public Builder putAllFieldMapSfixed64Bool103( java.util.Map values) { internalGetMutableFieldMapSfixed64Bool103().getMutableMap() .putAll(values); bitField3_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSfixed64Bytes104_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Bytes104_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Bytes104() { if (fieldMapSfixed64Bytes104_ == null) { fieldMapSfixed64Bytes104_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Bytes104DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Bytes104_.isMutable()) { fieldMapSfixed64Bytes104_ = fieldMapSfixed64Bytes104_.copy(); } bitField3_ |= 0x00000080; onChanged(); return fieldMapSfixed64Bytes104_; } public int getFieldMapSfixed64Bytes104Count() { return internalGetFieldMapSfixed64Bytes104().getMap().size(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public boolean containsFieldMapSfixed64Bytes104( long key) { return internalGetFieldMapSfixed64Bytes104().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Bytes104Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Bytes104() { return getFieldMapSfixed64Bytes104Map(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Bytes104Map() { return internalGetFieldMapSfixed64Bytes104().getMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSfixed64Bytes104OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Bytes104().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Bytes104() { bitField3_ = (bitField3_ & ~0x00000080); internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .clear(); return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder removeFieldMapSfixed64Bytes104( long key) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Bytes104() { bitField3_ |= 0x00000080; return internalGetMutableFieldMapSfixed64Bytes104().getMutableMap(); } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putFieldMapSfixed64Bytes104( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .put(key, value); bitField3_ |= 0x00000080; return this; } /** * map<sfixed64, bytes> field_map_sfixed64_bytes_104 = 104; */ public Builder putAllFieldMapSfixed64Bytes104( java.util.Map values) { internalGetMutableFieldMapSfixed64Bytes104().getMutableMap() .putAll(values); bitField3_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSfixed64Double105_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Double105_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Double105() { if (fieldMapSfixed64Double105_ == null) { fieldMapSfixed64Double105_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Double105DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Double105_.isMutable()) { fieldMapSfixed64Double105_ = fieldMapSfixed64Double105_.copy(); } bitField3_ |= 0x00000100; onChanged(); return fieldMapSfixed64Double105_; } public int getFieldMapSfixed64Double105Count() { return internalGetFieldMapSfixed64Double105().getMap().size(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public boolean containsFieldMapSfixed64Double105( long key) { return internalGetFieldMapSfixed64Double105().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Double105Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Double105() { return getFieldMapSfixed64Double105Map(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Double105Map() { return internalGetFieldMapSfixed64Double105().getMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ @java.lang.Override public double getFieldMapSfixed64Double105OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Double105().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Double105() { bitField3_ = (bitField3_ & ~0x00000100); internalGetMutableFieldMapSfixed64Double105().getMutableMap() .clear(); return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder removeFieldMapSfixed64Double105( long key) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Double105() { bitField3_ |= 0x00000100; return internalGetMutableFieldMapSfixed64Double105().getMutableMap(); } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putFieldMapSfixed64Double105( long key, double value) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .put(key, value); bitField3_ |= 0x00000100; return this; } /** * map<sfixed64, double> field_map_sfixed64_double_105 = 105; */ public Builder putAllFieldMapSfixed64Double105( java.util.Map values) { internalGetMutableFieldMapSfixed64Double105().getMutableMap() .putAll(values); bitField3_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Enum106_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Enum106_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Enum106() { if (fieldMapSfixed64Enum106_ == null) { fieldMapSfixed64Enum106_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Enum106DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Enum106_.isMutable()) { fieldMapSfixed64Enum106_ = fieldMapSfixed64Enum106_.copy(); } bitField3_ |= 0x00000200; onChanged(); return fieldMapSfixed64Enum106_; } public int getFieldMapSfixed64Enum106Count() { return internalGetFieldMapSfixed64Enum106().getMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public boolean containsFieldMapSfixed64Enum106( long key) { return internalGetFieldMapSfixed64Enum106().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Enum106Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106() { return getFieldMapSfixed64Enum106Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106Map() { return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetFieldMapSfixed64Enum106().getMap());} /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed64Enum106OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSfixed64Enum106OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Enum106ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSfixed64Enum106ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Enum106Value() { return getFieldMapSfixed64Enum106ValueMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Enum106ValueMap() { return internalGetFieldMapSfixed64Enum106().getMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ @java.lang.Override public int getFieldMapSfixed64Enum106ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Enum106().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Enum106() { bitField3_ = (bitField3_ & ~0x00000200); internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .clear(); return this; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder removeFieldMapSfixed64Enum106( long key) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Enum106() { bitField3_ |= 0x00000200; return internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putFieldMapSfixed64Enum106( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .put(key, fieldMapSfixed64Enum106ValueConverter.doBackward(value)); bitField3_ |= 0x00000200; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putAllFieldMapSfixed64Enum106( java.util.Map values) { internalGetAdaptedFieldMapSfixed64Enum106Map( internalGetMutableFieldMapSfixed64Enum106().getMutableMap()) .putAll(values); bitField3_ |= 0x00000200; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Enum106Value() { bitField3_ |= 0x00000200; return internalGetMutableFieldMapSfixed64Enum106().getMutableMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putFieldMapSfixed64Enum106Value( long key, int value) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .put(key, value); bitField3_ |= 0x00000200; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sfixed64_enum_106 = 106; */ public Builder putAllFieldMapSfixed64Enum106Value( java.util.Map values) { internalGetMutableFieldMapSfixed64Enum106().getMutableMap() .putAll(values); bitField3_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Fixed32107_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed32107_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed32107() { if (fieldMapSfixed64Fixed32107_ == null) { fieldMapSfixed64Fixed32107_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed32107DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed32107_.isMutable()) { fieldMapSfixed64Fixed32107_ = fieldMapSfixed64Fixed32107_.copy(); } bitField3_ |= 0x00000400; onChanged(); return fieldMapSfixed64Fixed32107_; } public int getFieldMapSfixed64Fixed32107Count() { return internalGetFieldMapSfixed64Fixed32107().getMap().size(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed32107( long key) { return internalGetFieldMapSfixed64Fixed32107().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed32107Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed32107() { return getFieldMapSfixed64Fixed32107Map(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed32107Map() { return internalGetFieldMapSfixed64Fixed32107().getMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ @java.lang.Override public int getFieldMapSfixed64Fixed32107OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed32107().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed32107() { bitField3_ = (bitField3_ & ~0x00000400); internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder removeFieldMapSfixed64Fixed32107( long key) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed32107() { bitField3_ |= 0x00000400; return internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap(); } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putFieldMapSfixed64Fixed32107( long key, int value) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .put(key, value); bitField3_ |= 0x00000400; return this; } /** * map<sfixed64, fixed32> field_map_sfixed64_fixed32_107 = 107; */ public Builder putAllFieldMapSfixed64Fixed32107( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed32107().getMutableMap() .putAll(values); bitField3_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Fixed64108_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Fixed64108_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Fixed64108() { if (fieldMapSfixed64Fixed64108_ == null) { fieldMapSfixed64Fixed64108_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Fixed64108DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Fixed64108_.isMutable()) { fieldMapSfixed64Fixed64108_ = fieldMapSfixed64Fixed64108_.copy(); } bitField3_ |= 0x00000800; onChanged(); return fieldMapSfixed64Fixed64108_; } public int getFieldMapSfixed64Fixed64108Count() { return internalGetFieldMapSfixed64Fixed64108().getMap().size(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public boolean containsFieldMapSfixed64Fixed64108( long key) { return internalGetFieldMapSfixed64Fixed64108().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Fixed64108Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Fixed64108() { return getFieldMapSfixed64Fixed64108Map(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Fixed64108Map() { return internalGetFieldMapSfixed64Fixed64108().getMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ @java.lang.Override public long getFieldMapSfixed64Fixed64108OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Fixed64108().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Fixed64108() { bitField3_ = (bitField3_ & ~0x00000800); internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .clear(); return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder removeFieldMapSfixed64Fixed64108( long key) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Fixed64108() { bitField3_ |= 0x00000800; return internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap(); } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putFieldMapSfixed64Fixed64108( long key, long value) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .put(key, value); bitField3_ |= 0x00000800; return this; } /** * map<sfixed64, fixed64> field_map_sfixed64_fixed64_108 = 108; */ public Builder putAllFieldMapSfixed64Fixed64108( java.util.Map values) { internalGetMutableFieldMapSfixed64Fixed64108().getMutableMap() .putAll(values); bitField3_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSfixed64Float109_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Float109_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Float109() { if (fieldMapSfixed64Float109_ == null) { fieldMapSfixed64Float109_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Float109DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Float109_.isMutable()) { fieldMapSfixed64Float109_ = fieldMapSfixed64Float109_.copy(); } bitField3_ |= 0x00001000; onChanged(); return fieldMapSfixed64Float109_; } public int getFieldMapSfixed64Float109Count() { return internalGetFieldMapSfixed64Float109().getMap().size(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public boolean containsFieldMapSfixed64Float109( long key) { return internalGetFieldMapSfixed64Float109().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Float109Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Float109() { return getFieldMapSfixed64Float109Map(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Float109Map() { return internalGetFieldMapSfixed64Float109().getMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ @java.lang.Override public float getFieldMapSfixed64Float109OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Float109().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Float109() { bitField3_ = (bitField3_ & ~0x00001000); internalGetMutableFieldMapSfixed64Float109().getMutableMap() .clear(); return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder removeFieldMapSfixed64Float109( long key) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Float109() { bitField3_ |= 0x00001000; return internalGetMutableFieldMapSfixed64Float109().getMutableMap(); } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putFieldMapSfixed64Float109( long key, float value) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .put(key, value); bitField3_ |= 0x00001000; return this; } /** * map<sfixed64, float> field_map_sfixed64_float_109 = 109; */ public Builder putAllFieldMapSfixed64Float109( java.util.Map values) { internalGetMutableFieldMapSfixed64Float109().getMutableMap() .putAll(values); bitField3_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Int32110_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int32110_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int32110() { if (fieldMapSfixed64Int32110_ == null) { fieldMapSfixed64Int32110_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int32110DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int32110_.isMutable()) { fieldMapSfixed64Int32110_ = fieldMapSfixed64Int32110_.copy(); } bitField3_ |= 0x00002000; onChanged(); return fieldMapSfixed64Int32110_; } public int getFieldMapSfixed64Int32110Count() { return internalGetFieldMapSfixed64Int32110().getMap().size(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public boolean containsFieldMapSfixed64Int32110( long key) { return internalGetFieldMapSfixed64Int32110().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int32110Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int32110() { return getFieldMapSfixed64Int32110Map(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int32110Map() { return internalGetFieldMapSfixed64Int32110().getMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ @java.lang.Override public int getFieldMapSfixed64Int32110OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int32110().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int32110() { bitField3_ = (bitField3_ & ~0x00002000); internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .clear(); return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder removeFieldMapSfixed64Int32110( long key) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int32110() { bitField3_ |= 0x00002000; return internalGetMutableFieldMapSfixed64Int32110().getMutableMap(); } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putFieldMapSfixed64Int32110( long key, int value) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .put(key, value); bitField3_ |= 0x00002000; return this; } /** * map<sfixed64, int32> field_map_sfixed64_int32_110 = 110; */ public Builder putAllFieldMapSfixed64Int32110( java.util.Map values) { internalGetMutableFieldMapSfixed64Int32110().getMutableMap() .putAll(values); bitField3_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Int64111_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Int64111_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Int64111() { if (fieldMapSfixed64Int64111_ == null) { fieldMapSfixed64Int64111_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Int64111DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Int64111_.isMutable()) { fieldMapSfixed64Int64111_ = fieldMapSfixed64Int64111_.copy(); } bitField3_ |= 0x00004000; onChanged(); return fieldMapSfixed64Int64111_; } public int getFieldMapSfixed64Int64111Count() { return internalGetFieldMapSfixed64Int64111().getMap().size(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public boolean containsFieldMapSfixed64Int64111( long key) { return internalGetFieldMapSfixed64Int64111().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Int64111Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Int64111() { return getFieldMapSfixed64Int64111Map(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Int64111Map() { return internalGetFieldMapSfixed64Int64111().getMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ @java.lang.Override public long getFieldMapSfixed64Int64111OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Int64111().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Int64111() { bitField3_ = (bitField3_ & ~0x00004000); internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .clear(); return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder removeFieldMapSfixed64Int64111( long key) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Int64111() { bitField3_ |= 0x00004000; return internalGetMutableFieldMapSfixed64Int64111().getMutableMap(); } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putFieldMapSfixed64Int64111( long key, long value) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .put(key, value); bitField3_ |= 0x00004000; return this; } /** * map<sfixed64, int64> field_map_sfixed64_int64_111 = 111; */ public Builder putAllFieldMapSfixed64Int64111( java.util.Map values) { internalGetMutableFieldMapSfixed64Int64111().getMutableMap() .putAll(values); bitField3_ |= 0x00004000; return this; } private static final class FieldMapSfixed64Message112Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSfixed64Message112DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSfixed64Message112Converter fieldMapSfixed64Message112Converter = new FieldMapSfixed64Message112Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapSfixed64Message112_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } return fieldMapSfixed64Message112_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSfixed64Message112() { if (fieldMapSfixed64Message112_ == null) { fieldMapSfixed64Message112_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSfixed64Message112Converter); } bitField3_ |= 0x00008000; onChanged(); return fieldMapSfixed64Message112_; } public int getFieldMapSfixed64Message112Count() { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().size(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public boolean containsFieldMapSfixed64Message112( long key) { return internalGetFieldMapSfixed64Message112().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Message112Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Message112() { return getFieldMapSfixed64Message112Map(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Message112Map() { return internalGetFieldMapSfixed64Message112().getImmutableMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed64Message112OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSfixed64Message112Converter.build(map.get(key)) : defaultValue; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSfixed64Message112OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSfixed64Message112Converter.build(map.get(key)); } public Builder clearFieldMapSfixed64Message112() { bitField3_ = (bitField3_ & ~0x00008000); internalGetMutableFieldMapSfixed64Message112().clear(); return this; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ public Builder removeFieldMapSfixed64Message112( long key) { internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Message112() { bitField3_ |= 0x00008000; return internalGetMutableFieldMapSfixed64Message112().ensureMessageMap(); } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ public Builder putFieldMapSfixed64Message112( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .put(key, value); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ public Builder putAllFieldMapSfixed64Message112( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap() .putAll(values); bitField3_ |= 0x00008000; return this; } /** * map<sfixed64, .protobuf.experimental.Proto3MessageLite> field_map_sfixed64_message_112 = 112; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapSfixed64Message112BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSfixed64Message112().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sfixed32113_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed32113_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed32113() { if (fieldMapSfixed64Sfixed32113_ == null) { fieldMapSfixed64Sfixed32113_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed32113DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed32113_.isMutable()) { fieldMapSfixed64Sfixed32113_ = fieldMapSfixed64Sfixed32113_.copy(); } bitField3_ |= 0x00010000; onChanged(); return fieldMapSfixed64Sfixed32113_; } public int getFieldMapSfixed64Sfixed32113Count() { return internalGetFieldMapSfixed64Sfixed32113().getMap().size(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed32113( long key) { return internalGetFieldMapSfixed64Sfixed32113().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed32113Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed32113() { return getFieldMapSfixed64Sfixed32113Map(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed32113Map() { return internalGetFieldMapSfixed64Sfixed32113().getMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ @java.lang.Override public int getFieldMapSfixed64Sfixed32113OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed32113().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed32113() { bitField3_ = (bitField3_ & ~0x00010000); internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder removeFieldMapSfixed64Sfixed32113( long key) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed32113() { bitField3_ |= 0x00010000; return internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap(); } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putFieldMapSfixed64Sfixed32113( long key, int value) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .put(key, value); bitField3_ |= 0x00010000; return this; } /** * map<sfixed64, sfixed32> field_map_sfixed64_sfixed32_113 = 113; */ public Builder putAllFieldMapSfixed64Sfixed32113( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed32113().getMutableMap() .putAll(values); bitField3_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sfixed64114_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sfixed64114_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sfixed64114() { if (fieldMapSfixed64Sfixed64114_ == null) { fieldMapSfixed64Sfixed64114_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sfixed64114DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sfixed64114_.isMutable()) { fieldMapSfixed64Sfixed64114_ = fieldMapSfixed64Sfixed64114_.copy(); } bitField3_ |= 0x00020000; onChanged(); return fieldMapSfixed64Sfixed64114_; } public int getFieldMapSfixed64Sfixed64114Count() { return internalGetFieldMapSfixed64Sfixed64114().getMap().size(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public boolean containsFieldMapSfixed64Sfixed64114( long key) { return internalGetFieldMapSfixed64Sfixed64114().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sfixed64114Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sfixed64114() { return getFieldMapSfixed64Sfixed64114Map(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sfixed64114Map() { return internalGetFieldMapSfixed64Sfixed64114().getMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ @java.lang.Override public long getFieldMapSfixed64Sfixed64114OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sfixed64114().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sfixed64114() { bitField3_ = (bitField3_ & ~0x00020000); internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .clear(); return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder removeFieldMapSfixed64Sfixed64114( long key) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sfixed64114() { bitField3_ |= 0x00020000; return internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap(); } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putFieldMapSfixed64Sfixed64114( long key, long value) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .put(key, value); bitField3_ |= 0x00020000; return this; } /** * map<sfixed64, sfixed64> field_map_sfixed64_sfixed64_114 = 114; */ public Builder putAllFieldMapSfixed64Sfixed64114( java.util.Map values) { internalGetMutableFieldMapSfixed64Sfixed64114().getMutableMap() .putAll(values); bitField3_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Sint32115_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint32115_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint32115() { if (fieldMapSfixed64Sint32115_ == null) { fieldMapSfixed64Sint32115_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint32115DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint32115_.isMutable()) { fieldMapSfixed64Sint32115_ = fieldMapSfixed64Sint32115_.copy(); } bitField3_ |= 0x00040000; onChanged(); return fieldMapSfixed64Sint32115_; } public int getFieldMapSfixed64Sint32115Count() { return internalGetFieldMapSfixed64Sint32115().getMap().size(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint32115( long key) { return internalGetFieldMapSfixed64Sint32115().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint32115Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint32115() { return getFieldMapSfixed64Sint32115Map(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint32115Map() { return internalGetFieldMapSfixed64Sint32115().getMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ @java.lang.Override public int getFieldMapSfixed64Sint32115OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint32115().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint32115() { bitField3_ = (bitField3_ & ~0x00040000); internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder removeFieldMapSfixed64Sint32115( long key) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint32115() { bitField3_ |= 0x00040000; return internalGetMutableFieldMapSfixed64Sint32115().getMutableMap(); } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putFieldMapSfixed64Sint32115( long key, int value) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .put(key, value); bitField3_ |= 0x00040000; return this; } /** * map<sfixed64, sint32> field_map_sfixed64_sint32_115 = 115; */ public Builder putAllFieldMapSfixed64Sint32115( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint32115().getMutableMap() .putAll(values); bitField3_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Sint64116_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Sint64116_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Sint64116() { if (fieldMapSfixed64Sint64116_ == null) { fieldMapSfixed64Sint64116_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Sint64116DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Sint64116_.isMutable()) { fieldMapSfixed64Sint64116_ = fieldMapSfixed64Sint64116_.copy(); } bitField3_ |= 0x00080000; onChanged(); return fieldMapSfixed64Sint64116_; } public int getFieldMapSfixed64Sint64116Count() { return internalGetFieldMapSfixed64Sint64116().getMap().size(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public boolean containsFieldMapSfixed64Sint64116( long key) { return internalGetFieldMapSfixed64Sint64116().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Sint64116Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Sint64116() { return getFieldMapSfixed64Sint64116Map(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Sint64116Map() { return internalGetFieldMapSfixed64Sint64116().getMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ @java.lang.Override public long getFieldMapSfixed64Sint64116OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Sint64116().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Sint64116() { bitField3_ = (bitField3_ & ~0x00080000); internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .clear(); return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder removeFieldMapSfixed64Sint64116( long key) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Sint64116() { bitField3_ |= 0x00080000; return internalGetMutableFieldMapSfixed64Sint64116().getMutableMap(); } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putFieldMapSfixed64Sint64116( long key, long value) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .put(key, value); bitField3_ |= 0x00080000; return this; } /** * map<sfixed64, sint64> field_map_sfixed64_sint64_116 = 116; */ public Builder putAllFieldMapSfixed64Sint64116( java.util.Map values) { internalGetMutableFieldMapSfixed64Sint64116().getMutableMap() .putAll(values); bitField3_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSfixed64String117_; private com.google.protobuf.MapField internalGetFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64String117_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64String117() { if (fieldMapSfixed64String117_ == null) { fieldMapSfixed64String117_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64String117DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64String117_.isMutable()) { fieldMapSfixed64String117_ = fieldMapSfixed64String117_.copy(); } bitField3_ |= 0x00100000; onChanged(); return fieldMapSfixed64String117_; } public int getFieldMapSfixed64String117Count() { return internalGetFieldMapSfixed64String117().getMap().size(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public boolean containsFieldMapSfixed64String117( long key) { return internalGetFieldMapSfixed64String117().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64String117Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64String117() { return getFieldMapSfixed64String117Map(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.util.Map getFieldMapSfixed64String117Map() { return internalGetFieldMapSfixed64String117().getMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSfixed64String117OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ @java.lang.Override public java.lang.String getFieldMapSfixed64String117OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64String117().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64String117() { bitField3_ = (bitField3_ & ~0x00100000); internalGetMutableFieldMapSfixed64String117().getMutableMap() .clear(); return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder removeFieldMapSfixed64String117( long key) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64String117() { bitField3_ |= 0x00100000; return internalGetMutableFieldMapSfixed64String117().getMutableMap(); } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putFieldMapSfixed64String117( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSfixed64String117().getMutableMap() .put(key, value); bitField3_ |= 0x00100000; return this; } /** * map<sfixed64, string> field_map_sfixed64_string_117 = 117; */ public Builder putAllFieldMapSfixed64String117( java.util.Map values) { internalGetMutableFieldMapSfixed64String117().getMutableMap() .putAll(values); bitField3_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSfixed64Uint32118_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint32118_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint32118() { if (fieldMapSfixed64Uint32118_ == null) { fieldMapSfixed64Uint32118_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint32118DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint32118_.isMutable()) { fieldMapSfixed64Uint32118_ = fieldMapSfixed64Uint32118_.copy(); } bitField3_ |= 0x00200000; onChanged(); return fieldMapSfixed64Uint32118_; } public int getFieldMapSfixed64Uint32118Count() { return internalGetFieldMapSfixed64Uint32118().getMap().size(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint32118( long key) { return internalGetFieldMapSfixed64Uint32118().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint32118Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint32118() { return getFieldMapSfixed64Uint32118Map(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint32118Map() { return internalGetFieldMapSfixed64Uint32118().getMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ @java.lang.Override public int getFieldMapSfixed64Uint32118OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint32118().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint32118() { bitField3_ = (bitField3_ & ~0x00200000); internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder removeFieldMapSfixed64Uint32118( long key) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint32118() { bitField3_ |= 0x00200000; return internalGetMutableFieldMapSfixed64Uint32118().getMutableMap(); } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putFieldMapSfixed64Uint32118( long key, int value) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .put(key, value); bitField3_ |= 0x00200000; return this; } /** * map<sfixed64, uint32> field_map_sfixed64_uint32_118 = 118; */ public Builder putAllFieldMapSfixed64Uint32118( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint32118().getMutableMap() .putAll(values); bitField3_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSfixed64Uint64119_; private com.google.protobuf.MapField internalGetFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } return fieldMapSfixed64Uint64119_; } private com.google.protobuf.MapField internalGetMutableFieldMapSfixed64Uint64119() { if (fieldMapSfixed64Uint64119_ == null) { fieldMapSfixed64Uint64119_ = com.google.protobuf.MapField.newMapField( FieldMapSfixed64Uint64119DefaultEntryHolder.defaultEntry); } if (!fieldMapSfixed64Uint64119_.isMutable()) { fieldMapSfixed64Uint64119_ = fieldMapSfixed64Uint64119_.copy(); } bitField3_ |= 0x00400000; onChanged(); return fieldMapSfixed64Uint64119_; } public int getFieldMapSfixed64Uint64119Count() { return internalGetFieldMapSfixed64Uint64119().getMap().size(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public boolean containsFieldMapSfixed64Uint64119( long key) { return internalGetFieldMapSfixed64Uint64119().getMap().containsKey(key); } /** * Use {@link #getFieldMapSfixed64Uint64119Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSfixed64Uint64119() { return getFieldMapSfixed64Uint64119Map(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public java.util.Map getFieldMapSfixed64Uint64119Map() { return internalGetFieldMapSfixed64Uint64119().getMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ @java.lang.Override public long getFieldMapSfixed64Uint64119OrThrow( long key) { java.util.Map map = internalGetFieldMapSfixed64Uint64119().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSfixed64Uint64119() { bitField3_ = (bitField3_ & ~0x00400000); internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .clear(); return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder removeFieldMapSfixed64Uint64119( long key) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSfixed64Uint64119() { bitField3_ |= 0x00400000; return internalGetMutableFieldMapSfixed64Uint64119().getMutableMap(); } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putFieldMapSfixed64Uint64119( long key, long value) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .put(key, value); bitField3_ |= 0x00400000; return this; } /** * map<sfixed64, uint64> field_map_sfixed64_uint64_119 = 119; */ public Builder putAllFieldMapSfixed64Uint64119( java.util.Map values) { internalGetMutableFieldMapSfixed64Uint64119().getMutableMap() .putAll(values); bitField3_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapSint32Bool120_; private com.google.protobuf.MapField internalGetFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bool120_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bool120() { if (fieldMapSint32Bool120_ == null) { fieldMapSint32Bool120_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bool120DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bool120_.isMutable()) { fieldMapSint32Bool120_ = fieldMapSint32Bool120_.copy(); } bitField3_ |= 0x00800000; onChanged(); return fieldMapSint32Bool120_; } public int getFieldMapSint32Bool120Count() { return internalGetFieldMapSint32Bool120().getMap().size(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean containsFieldMapSint32Bool120( int key) { return internalGetFieldMapSint32Bool120().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bool120Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bool120() { return getFieldMapSint32Bool120Map(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public java.util.Map getFieldMapSint32Bool120Map() { return internalGetFieldMapSint32Bool120().getMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ @java.lang.Override public boolean getFieldMapSint32Bool120OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bool120().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bool120() { bitField3_ = (bitField3_ & ~0x00800000); internalGetMutableFieldMapSint32Bool120().getMutableMap() .clear(); return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder removeFieldMapSint32Bool120( int key) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bool120() { bitField3_ |= 0x00800000; return internalGetMutableFieldMapSint32Bool120().getMutableMap(); } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putFieldMapSint32Bool120( int key, boolean value) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .put(key, value); bitField3_ |= 0x00800000; return this; } /** * map<sint32, bool> field_map_sint32_bool_120 = 120; */ public Builder putAllFieldMapSint32Bool120( java.util.Map values) { internalGetMutableFieldMapSint32Bool120().getMutableMap() .putAll(values); bitField3_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapSint32Bytes121_; private com.google.protobuf.MapField internalGetFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } return fieldMapSint32Bytes121_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Bytes121() { if (fieldMapSint32Bytes121_ == null) { fieldMapSint32Bytes121_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Bytes121DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Bytes121_.isMutable()) { fieldMapSint32Bytes121_ = fieldMapSint32Bytes121_.copy(); } bitField3_ |= 0x01000000; onChanged(); return fieldMapSint32Bytes121_; } public int getFieldMapSint32Bytes121Count() { return internalGetFieldMapSint32Bytes121().getMap().size(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public boolean containsFieldMapSint32Bytes121( int key) { return internalGetFieldMapSint32Bytes121().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Bytes121Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Bytes121() { return getFieldMapSint32Bytes121Map(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public java.util.Map getFieldMapSint32Bytes121Map() { return internalGetFieldMapSint32Bytes121().getMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint32Bytes121OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint32Bytes121OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Bytes121().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Bytes121() { bitField3_ = (bitField3_ & ~0x01000000); internalGetMutableFieldMapSint32Bytes121().getMutableMap() .clear(); return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder removeFieldMapSint32Bytes121( int key) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Bytes121() { bitField3_ |= 0x01000000; return internalGetMutableFieldMapSint32Bytes121().getMutableMap(); } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putFieldMapSint32Bytes121( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Bytes121().getMutableMap() .put(key, value); bitField3_ |= 0x01000000; return this; } /** * map<sint32, bytes> field_map_sint32_bytes_121 = 121; */ public Builder putAllFieldMapSint32Bytes121( java.util.Map values) { internalGetMutableFieldMapSint32Bytes121().getMutableMap() .putAll(values); bitField3_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapSint32Double122_; private com.google.protobuf.MapField internalGetFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } return fieldMapSint32Double122_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Double122() { if (fieldMapSint32Double122_ == null) { fieldMapSint32Double122_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Double122DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Double122_.isMutable()) { fieldMapSint32Double122_ = fieldMapSint32Double122_.copy(); } bitField3_ |= 0x02000000; onChanged(); return fieldMapSint32Double122_; } public int getFieldMapSint32Double122Count() { return internalGetFieldMapSint32Double122().getMap().size(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public boolean containsFieldMapSint32Double122( int key) { return internalGetFieldMapSint32Double122().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Double122Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Double122() { return getFieldMapSint32Double122Map(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public java.util.Map getFieldMapSint32Double122Map() { return internalGetFieldMapSint32Double122().getMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ @java.lang.Override public double getFieldMapSint32Double122OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Double122().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Double122() { bitField3_ = (bitField3_ & ~0x02000000); internalGetMutableFieldMapSint32Double122().getMutableMap() .clear(); return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder removeFieldMapSint32Double122( int key) { internalGetMutableFieldMapSint32Double122().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Double122() { bitField3_ |= 0x02000000; return internalGetMutableFieldMapSint32Double122().getMutableMap(); } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putFieldMapSint32Double122( int key, double value) { internalGetMutableFieldMapSint32Double122().getMutableMap() .put(key, value); bitField3_ |= 0x02000000; return this; } /** * map<sint32, double> field_map_sint32_double_122 = 122; */ public Builder putAllFieldMapSint32Double122( java.util.Map values) { internalGetMutableFieldMapSint32Double122().getMutableMap() .putAll(values); bitField3_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Enum123_; private com.google.protobuf.MapField internalGetFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } return fieldMapSint32Enum123_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Enum123() { if (fieldMapSint32Enum123_ == null) { fieldMapSint32Enum123_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Enum123DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Enum123_.isMutable()) { fieldMapSint32Enum123_ = fieldMapSint32Enum123_.copy(); } bitField3_ |= 0x04000000; onChanged(); return fieldMapSint32Enum123_; } public int getFieldMapSint32Enum123Count() { return internalGetFieldMapSint32Enum123().getMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public boolean containsFieldMapSint32Enum123( int key) { return internalGetFieldMapSint32Enum123().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Enum123Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123() { return getFieldMapSint32Enum123Map(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123Map() { return internalGetAdaptedFieldMapSint32Enum123Map( internalGetFieldMapSint32Enum123().getMap());} /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint32Enum123OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? fieldMapSint32Enum123ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint32Enum123OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Enum123ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint32Enum123ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Enum123Value() { return getFieldMapSint32Enum123ValueMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public java.util.Map getFieldMapSint32Enum123ValueMap() { return internalGetFieldMapSint32Enum123().getMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ @java.lang.Override public int getFieldMapSint32Enum123ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Enum123().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Enum123() { bitField3_ = (bitField3_ & ~0x04000000); internalGetMutableFieldMapSint32Enum123().getMutableMap() .clear(); return this; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder removeFieldMapSint32Enum123( int key) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Enum123() { bitField3_ |= 0x04000000; return internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putFieldMapSint32Enum123( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .put(key, fieldMapSint32Enum123ValueConverter.doBackward(value)); bitField3_ |= 0x04000000; return this; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putAllFieldMapSint32Enum123( java.util.Map values) { internalGetAdaptedFieldMapSint32Enum123Map( internalGetMutableFieldMapSint32Enum123().getMutableMap()) .putAll(values); bitField3_ |= 0x04000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Enum123Value() { bitField3_ |= 0x04000000; return internalGetMutableFieldMapSint32Enum123().getMutableMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putFieldMapSint32Enum123Value( int key, int value) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .put(key, value); bitField3_ |= 0x04000000; return this; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint32_enum_123 = 123; */ public Builder putAllFieldMapSint32Enum123Value( java.util.Map values) { internalGetMutableFieldMapSint32Enum123().getMutableMap() .putAll(values); bitField3_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Fixed32124_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed32124_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed32124() { if (fieldMapSint32Fixed32124_ == null) { fieldMapSint32Fixed32124_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed32124DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed32124_.isMutable()) { fieldMapSint32Fixed32124_ = fieldMapSint32Fixed32124_.copy(); } bitField3_ |= 0x08000000; onChanged(); return fieldMapSint32Fixed32124_; } public int getFieldMapSint32Fixed32124Count() { return internalGetFieldMapSint32Fixed32124().getMap().size(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public boolean containsFieldMapSint32Fixed32124( int key) { return internalGetFieldMapSint32Fixed32124().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed32124Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed32124() { return getFieldMapSint32Fixed32124Map(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed32124Map() { return internalGetFieldMapSint32Fixed32124().getMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ @java.lang.Override public int getFieldMapSint32Fixed32124OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed32124().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed32124() { bitField3_ = (bitField3_ & ~0x08000000); internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .clear(); return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder removeFieldMapSint32Fixed32124( int key) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed32124() { bitField3_ |= 0x08000000; return internalGetMutableFieldMapSint32Fixed32124().getMutableMap(); } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putFieldMapSint32Fixed32124( int key, int value) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .put(key, value); bitField3_ |= 0x08000000; return this; } /** * map<sint32, fixed32> field_map_sint32_fixed32_124 = 124; */ public Builder putAllFieldMapSint32Fixed32124( java.util.Map values) { internalGetMutableFieldMapSint32Fixed32124().getMutableMap() .putAll(values); bitField3_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Fixed64125_; private com.google.protobuf.MapField internalGetFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } return fieldMapSint32Fixed64125_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Fixed64125() { if (fieldMapSint32Fixed64125_ == null) { fieldMapSint32Fixed64125_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Fixed64125DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Fixed64125_.isMutable()) { fieldMapSint32Fixed64125_ = fieldMapSint32Fixed64125_.copy(); } bitField3_ |= 0x10000000; onChanged(); return fieldMapSint32Fixed64125_; } public int getFieldMapSint32Fixed64125Count() { return internalGetFieldMapSint32Fixed64125().getMap().size(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public boolean containsFieldMapSint32Fixed64125( int key) { return internalGetFieldMapSint32Fixed64125().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Fixed64125Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Fixed64125() { return getFieldMapSint32Fixed64125Map(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public java.util.Map getFieldMapSint32Fixed64125Map() { return internalGetFieldMapSint32Fixed64125().getMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ @java.lang.Override public long getFieldMapSint32Fixed64125OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Fixed64125().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Fixed64125() { bitField3_ = (bitField3_ & ~0x10000000); internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .clear(); return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder removeFieldMapSint32Fixed64125( int key) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Fixed64125() { bitField3_ |= 0x10000000; return internalGetMutableFieldMapSint32Fixed64125().getMutableMap(); } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putFieldMapSint32Fixed64125( int key, long value) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .put(key, value); bitField3_ |= 0x10000000; return this; } /** * map<sint32, fixed64> field_map_sint32_fixed64_125 = 125; */ public Builder putAllFieldMapSint32Fixed64125( java.util.Map values) { internalGetMutableFieldMapSint32Fixed64125().getMutableMap() .putAll(values); bitField3_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapSint32Float126_; private com.google.protobuf.MapField internalGetFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } return fieldMapSint32Float126_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Float126() { if (fieldMapSint32Float126_ == null) { fieldMapSint32Float126_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Float126DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Float126_.isMutable()) { fieldMapSint32Float126_ = fieldMapSint32Float126_.copy(); } bitField3_ |= 0x20000000; onChanged(); return fieldMapSint32Float126_; } public int getFieldMapSint32Float126Count() { return internalGetFieldMapSint32Float126().getMap().size(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public boolean containsFieldMapSint32Float126( int key) { return internalGetFieldMapSint32Float126().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Float126Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Float126() { return getFieldMapSint32Float126Map(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public java.util.Map getFieldMapSint32Float126Map() { return internalGetFieldMapSint32Float126().getMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ @java.lang.Override public float getFieldMapSint32Float126OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Float126().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Float126() { bitField3_ = (bitField3_ & ~0x20000000); internalGetMutableFieldMapSint32Float126().getMutableMap() .clear(); return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder removeFieldMapSint32Float126( int key) { internalGetMutableFieldMapSint32Float126().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Float126() { bitField3_ |= 0x20000000; return internalGetMutableFieldMapSint32Float126().getMutableMap(); } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putFieldMapSint32Float126( int key, float value) { internalGetMutableFieldMapSint32Float126().getMutableMap() .put(key, value); bitField3_ |= 0x20000000; return this; } /** * map<sint32, float> field_map_sint32_float_126 = 126; */ public Builder putAllFieldMapSint32Float126( java.util.Map values) { internalGetMutableFieldMapSint32Float126().getMutableMap() .putAll(values); bitField3_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Int32127_; private com.google.protobuf.MapField internalGetFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int32127_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int32127() { if (fieldMapSint32Int32127_ == null) { fieldMapSint32Int32127_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int32127DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int32127_.isMutable()) { fieldMapSint32Int32127_ = fieldMapSint32Int32127_.copy(); } bitField3_ |= 0x40000000; onChanged(); return fieldMapSint32Int32127_; } public int getFieldMapSint32Int32127Count() { return internalGetFieldMapSint32Int32127().getMap().size(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public boolean containsFieldMapSint32Int32127( int key) { return internalGetFieldMapSint32Int32127().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int32127Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int32127() { return getFieldMapSint32Int32127Map(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public java.util.Map getFieldMapSint32Int32127Map() { return internalGetFieldMapSint32Int32127().getMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ @java.lang.Override public int getFieldMapSint32Int32127OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int32127().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int32127() { bitField3_ = (bitField3_ & ~0x40000000); internalGetMutableFieldMapSint32Int32127().getMutableMap() .clear(); return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder removeFieldMapSint32Int32127( int key) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int32127() { bitField3_ |= 0x40000000; return internalGetMutableFieldMapSint32Int32127().getMutableMap(); } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putFieldMapSint32Int32127( int key, int value) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .put(key, value); bitField3_ |= 0x40000000; return this; } /** * map<sint32, int32> field_map_sint32_int32_127 = 127; */ public Builder putAllFieldMapSint32Int32127( java.util.Map values) { internalGetMutableFieldMapSint32Int32127().getMutableMap() .putAll(values); bitField3_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Int64128_; private com.google.protobuf.MapField internalGetFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } return fieldMapSint32Int64128_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Int64128() { if (fieldMapSint32Int64128_ == null) { fieldMapSint32Int64128_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Int64128DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Int64128_.isMutable()) { fieldMapSint32Int64128_ = fieldMapSint32Int64128_.copy(); } bitField3_ |= 0x80000000; onChanged(); return fieldMapSint32Int64128_; } public int getFieldMapSint32Int64128Count() { return internalGetFieldMapSint32Int64128().getMap().size(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public boolean containsFieldMapSint32Int64128( int key) { return internalGetFieldMapSint32Int64128().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Int64128Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Int64128() { return getFieldMapSint32Int64128Map(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public java.util.Map getFieldMapSint32Int64128Map() { return internalGetFieldMapSint32Int64128().getMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ @java.lang.Override public long getFieldMapSint32Int64128OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Int64128().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Int64128() { bitField3_ = (bitField3_ & ~0x80000000); internalGetMutableFieldMapSint32Int64128().getMutableMap() .clear(); return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder removeFieldMapSint32Int64128( int key) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Int64128() { bitField3_ |= 0x80000000; return internalGetMutableFieldMapSint32Int64128().getMutableMap(); } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putFieldMapSint32Int64128( int key, long value) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .put(key, value); bitField3_ |= 0x80000000; return this; } /** * map<sint32, int64> field_map_sint32_int64_128 = 128; */ public Builder putAllFieldMapSint32Int64128( java.util.Map values) { internalGetMutableFieldMapSint32Int64128().getMutableMap() .putAll(values); bitField3_ |= 0x80000000; return this; } private static final class FieldMapSint32Message129Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint32Message129DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint32Message129Converter fieldMapSint32Message129Converter = new FieldMapSint32Message129Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapSint32Message129_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } return fieldMapSint32Message129_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint32Message129() { if (fieldMapSint32Message129_ == null) { fieldMapSint32Message129_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint32Message129Converter); } bitField4_ |= 0x00000001; onChanged(); return fieldMapSint32Message129_; } public int getFieldMapSint32Message129Count() { return internalGetFieldMapSint32Message129().ensureBuilderMap().size(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public boolean containsFieldMapSint32Message129( int key) { return internalGetFieldMapSint32Message129().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Message129Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Message129() { return getFieldMapSint32Message129Map(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public java.util.Map getFieldMapSint32Message129Map() { return internalGetFieldMapSint32Message129().getImmutableMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint32Message129OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint32Message129Converter.build(map.get(key)) : defaultValue; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint32Message129OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint32Message129Converter.build(map.get(key)); } public Builder clearFieldMapSint32Message129() { bitField4_ = (bitField4_ & ~0x00000001); internalGetMutableFieldMapSint32Message129().clear(); return this; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ public Builder removeFieldMapSint32Message129( int key) { internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Message129() { bitField4_ |= 0x00000001; return internalGetMutableFieldMapSint32Message129().ensureMessageMap(); } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ public Builder putFieldMapSint32Message129( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ public Builder putAllFieldMapSint32Message129( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint32Message129().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00000001; return this; } /** * map<sint32, .protobuf.experimental.Proto3MessageLite> field_map_sint32_message_129 = 129; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapSint32Message129BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapSint32Message129().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sfixed32130_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed32130_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed32130() { if (fieldMapSint32Sfixed32130_ == null) { fieldMapSint32Sfixed32130_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed32130DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed32130_.isMutable()) { fieldMapSint32Sfixed32130_ = fieldMapSint32Sfixed32130_.copy(); } bitField4_ |= 0x00000002; onChanged(); return fieldMapSint32Sfixed32130_; } public int getFieldMapSint32Sfixed32130Count() { return internalGetFieldMapSint32Sfixed32130().getMap().size(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed32130( int key) { return internalGetFieldMapSint32Sfixed32130().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed32130Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed32130() { return getFieldMapSint32Sfixed32130Map(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed32130Map() { return internalGetFieldMapSint32Sfixed32130().getMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ @java.lang.Override public int getFieldMapSint32Sfixed32130OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed32130().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed32130() { bitField4_ = (bitField4_ & ~0x00000002); internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder removeFieldMapSint32Sfixed32130( int key) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed32130() { bitField4_ |= 0x00000002; return internalGetMutableFieldMapSint32Sfixed32130().getMutableMap(); } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putFieldMapSint32Sfixed32130( int key, int value) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .put(key, value); bitField4_ |= 0x00000002; return this; } /** * map<sint32, sfixed32> field_map_sint32_sfixed32_130 = 130; */ public Builder putAllFieldMapSint32Sfixed32130( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed32130().getMutableMap() .putAll(values); bitField4_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sfixed64131_; private com.google.protobuf.MapField internalGetFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sfixed64131_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sfixed64131() { if (fieldMapSint32Sfixed64131_ == null) { fieldMapSint32Sfixed64131_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sfixed64131DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sfixed64131_.isMutable()) { fieldMapSint32Sfixed64131_ = fieldMapSint32Sfixed64131_.copy(); } bitField4_ |= 0x00000004; onChanged(); return fieldMapSint32Sfixed64131_; } public int getFieldMapSint32Sfixed64131Count() { return internalGetFieldMapSint32Sfixed64131().getMap().size(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public boolean containsFieldMapSint32Sfixed64131( int key) { return internalGetFieldMapSint32Sfixed64131().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sfixed64131Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sfixed64131() { return getFieldMapSint32Sfixed64131Map(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public java.util.Map getFieldMapSint32Sfixed64131Map() { return internalGetFieldMapSint32Sfixed64131().getMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ @java.lang.Override public long getFieldMapSint32Sfixed64131OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sfixed64131().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sfixed64131() { bitField4_ = (bitField4_ & ~0x00000004); internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .clear(); return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder removeFieldMapSint32Sfixed64131( int key) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sfixed64131() { bitField4_ |= 0x00000004; return internalGetMutableFieldMapSint32Sfixed64131().getMutableMap(); } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putFieldMapSint32Sfixed64131( int key, long value) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .put(key, value); bitField4_ |= 0x00000004; return this; } /** * map<sint32, sfixed64> field_map_sint32_sfixed64_131 = 131; */ public Builder putAllFieldMapSint32Sfixed64131( java.util.Map values) { internalGetMutableFieldMapSint32Sfixed64131().getMutableMap() .putAll(values); bitField4_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Sint32132_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint32132_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint32132() { if (fieldMapSint32Sint32132_ == null) { fieldMapSint32Sint32132_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint32132DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint32132_.isMutable()) { fieldMapSint32Sint32132_ = fieldMapSint32Sint32132_.copy(); } bitField4_ |= 0x00000008; onChanged(); return fieldMapSint32Sint32132_; } public int getFieldMapSint32Sint32132Count() { return internalGetFieldMapSint32Sint32132().getMap().size(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public boolean containsFieldMapSint32Sint32132( int key) { return internalGetFieldMapSint32Sint32132().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint32132Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint32132() { return getFieldMapSint32Sint32132Map(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint32132Map() { return internalGetFieldMapSint32Sint32132().getMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ @java.lang.Override public int getFieldMapSint32Sint32132OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint32132().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint32132() { bitField4_ = (bitField4_ & ~0x00000008); internalGetMutableFieldMapSint32Sint32132().getMutableMap() .clear(); return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder removeFieldMapSint32Sint32132( int key) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint32132() { bitField4_ |= 0x00000008; return internalGetMutableFieldMapSint32Sint32132().getMutableMap(); } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putFieldMapSint32Sint32132( int key, int value) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .put(key, value); bitField4_ |= 0x00000008; return this; } /** * map<sint32, sint32> field_map_sint32_sint32_132 = 132; */ public Builder putAllFieldMapSint32Sint32132( java.util.Map values) { internalGetMutableFieldMapSint32Sint32132().getMutableMap() .putAll(values); bitField4_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Sint64133_; private com.google.protobuf.MapField internalGetFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } return fieldMapSint32Sint64133_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Sint64133() { if (fieldMapSint32Sint64133_ == null) { fieldMapSint32Sint64133_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Sint64133DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Sint64133_.isMutable()) { fieldMapSint32Sint64133_ = fieldMapSint32Sint64133_.copy(); } bitField4_ |= 0x00000010; onChanged(); return fieldMapSint32Sint64133_; } public int getFieldMapSint32Sint64133Count() { return internalGetFieldMapSint32Sint64133().getMap().size(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public boolean containsFieldMapSint32Sint64133( int key) { return internalGetFieldMapSint32Sint64133().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Sint64133Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Sint64133() { return getFieldMapSint32Sint64133Map(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public java.util.Map getFieldMapSint32Sint64133Map() { return internalGetFieldMapSint32Sint64133().getMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ @java.lang.Override public long getFieldMapSint32Sint64133OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Sint64133().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Sint64133() { bitField4_ = (bitField4_ & ~0x00000010); internalGetMutableFieldMapSint32Sint64133().getMutableMap() .clear(); return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder removeFieldMapSint32Sint64133( int key) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Sint64133() { bitField4_ |= 0x00000010; return internalGetMutableFieldMapSint32Sint64133().getMutableMap(); } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putFieldMapSint32Sint64133( int key, long value) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .put(key, value); bitField4_ |= 0x00000010; return this; } /** * map<sint32, sint64> field_map_sint32_sint64_133 = 133; */ public Builder putAllFieldMapSint32Sint64133( java.util.Map values) { internalGetMutableFieldMapSint32Sint64133().getMutableMap() .putAll(values); bitField4_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapSint32String134_; private com.google.protobuf.MapField internalGetFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } return fieldMapSint32String134_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32String134() { if (fieldMapSint32String134_ == null) { fieldMapSint32String134_ = com.google.protobuf.MapField.newMapField( FieldMapSint32String134DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32String134_.isMutable()) { fieldMapSint32String134_ = fieldMapSint32String134_.copy(); } bitField4_ |= 0x00000020; onChanged(); return fieldMapSint32String134_; } public int getFieldMapSint32String134Count() { return internalGetFieldMapSint32String134().getMap().size(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public boolean containsFieldMapSint32String134( int key) { return internalGetFieldMapSint32String134().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32String134Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32String134() { return getFieldMapSint32String134Map(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.util.Map getFieldMapSint32String134Map() { return internalGetFieldMapSint32String134().getMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint32String134OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ @java.lang.Override public java.lang.String getFieldMapSint32String134OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32String134().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32String134() { bitField4_ = (bitField4_ & ~0x00000020); internalGetMutableFieldMapSint32String134().getMutableMap() .clear(); return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder removeFieldMapSint32String134( int key) { internalGetMutableFieldMapSint32String134().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32String134() { bitField4_ |= 0x00000020; return internalGetMutableFieldMapSint32String134().getMutableMap(); } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putFieldMapSint32String134( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint32String134().getMutableMap() .put(key, value); bitField4_ |= 0x00000020; return this; } /** * map<sint32, string> field_map_sint32_string_134 = 134; */ public Builder putAllFieldMapSint32String134( java.util.Map values) { internalGetMutableFieldMapSint32String134().getMutableMap() .putAll(values); bitField4_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapSint32Uint32135_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint32135_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint32135() { if (fieldMapSint32Uint32135_ == null) { fieldMapSint32Uint32135_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint32135DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint32135_.isMutable()) { fieldMapSint32Uint32135_ = fieldMapSint32Uint32135_.copy(); } bitField4_ |= 0x00000040; onChanged(); return fieldMapSint32Uint32135_; } public int getFieldMapSint32Uint32135Count() { return internalGetFieldMapSint32Uint32135().getMap().size(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public boolean containsFieldMapSint32Uint32135( int key) { return internalGetFieldMapSint32Uint32135().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint32135Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint32135() { return getFieldMapSint32Uint32135Map(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint32135Map() { return internalGetFieldMapSint32Uint32135().getMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ @java.lang.Override public int getFieldMapSint32Uint32135OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint32135().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint32135() { bitField4_ = (bitField4_ & ~0x00000040); internalGetMutableFieldMapSint32Uint32135().getMutableMap() .clear(); return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder removeFieldMapSint32Uint32135( int key) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint32135() { bitField4_ |= 0x00000040; return internalGetMutableFieldMapSint32Uint32135().getMutableMap(); } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putFieldMapSint32Uint32135( int key, int value) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .put(key, value); bitField4_ |= 0x00000040; return this; } /** * map<sint32, uint32> field_map_sint32_uint32_135 = 135; */ public Builder putAllFieldMapSint32Uint32135( java.util.Map values) { internalGetMutableFieldMapSint32Uint32135().getMutableMap() .putAll(values); bitField4_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapSint32Uint64136_; private com.google.protobuf.MapField internalGetFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } return fieldMapSint32Uint64136_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint32Uint64136() { if (fieldMapSint32Uint64136_ == null) { fieldMapSint32Uint64136_ = com.google.protobuf.MapField.newMapField( FieldMapSint32Uint64136DefaultEntryHolder.defaultEntry); } if (!fieldMapSint32Uint64136_.isMutable()) { fieldMapSint32Uint64136_ = fieldMapSint32Uint64136_.copy(); } bitField4_ |= 0x00000080; onChanged(); return fieldMapSint32Uint64136_; } public int getFieldMapSint32Uint64136Count() { return internalGetFieldMapSint32Uint64136().getMap().size(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public boolean containsFieldMapSint32Uint64136( int key) { return internalGetFieldMapSint32Uint64136().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint32Uint64136Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint32Uint64136() { return getFieldMapSint32Uint64136Map(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public java.util.Map getFieldMapSint32Uint64136Map() { return internalGetFieldMapSint32Uint64136().getMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ @java.lang.Override public long getFieldMapSint32Uint64136OrThrow( int key) { java.util.Map map = internalGetFieldMapSint32Uint64136().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint32Uint64136() { bitField4_ = (bitField4_ & ~0x00000080); internalGetMutableFieldMapSint32Uint64136().getMutableMap() .clear(); return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder removeFieldMapSint32Uint64136( int key) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint32Uint64136() { bitField4_ |= 0x00000080; return internalGetMutableFieldMapSint32Uint64136().getMutableMap(); } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putFieldMapSint32Uint64136( int key, long value) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .put(key, value); bitField4_ |= 0x00000080; return this; } /** * map<sint32, uint64> field_map_sint32_uint64_136 = 136; */ public Builder putAllFieldMapSint32Uint64136( java.util.Map values) { internalGetMutableFieldMapSint32Uint64136().getMutableMap() .putAll(values); bitField4_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapSint64Bool137_; private com.google.protobuf.MapField internalGetFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bool137_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bool137() { if (fieldMapSint64Bool137_ == null) { fieldMapSint64Bool137_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bool137DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bool137_.isMutable()) { fieldMapSint64Bool137_ = fieldMapSint64Bool137_.copy(); } bitField4_ |= 0x00000100; onChanged(); return fieldMapSint64Bool137_; } public int getFieldMapSint64Bool137Count() { return internalGetFieldMapSint64Bool137().getMap().size(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean containsFieldMapSint64Bool137( long key) { return internalGetFieldMapSint64Bool137().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bool137Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bool137() { return getFieldMapSint64Bool137Map(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public java.util.Map getFieldMapSint64Bool137Map() { return internalGetFieldMapSint64Bool137().getMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ @java.lang.Override public boolean getFieldMapSint64Bool137OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bool137().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bool137() { bitField4_ = (bitField4_ & ~0x00000100); internalGetMutableFieldMapSint64Bool137().getMutableMap() .clear(); return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder removeFieldMapSint64Bool137( long key) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bool137() { bitField4_ |= 0x00000100; return internalGetMutableFieldMapSint64Bool137().getMutableMap(); } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putFieldMapSint64Bool137( long key, boolean value) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .put(key, value); bitField4_ |= 0x00000100; return this; } /** * map<sint64, bool> field_map_sint64_bool_137 = 137; */ public Builder putAllFieldMapSint64Bool137( java.util.Map values) { internalGetMutableFieldMapSint64Bool137().getMutableMap() .putAll(values); bitField4_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapSint64Bytes138_; private com.google.protobuf.MapField internalGetFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } return fieldMapSint64Bytes138_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Bytes138() { if (fieldMapSint64Bytes138_ == null) { fieldMapSint64Bytes138_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Bytes138DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Bytes138_.isMutable()) { fieldMapSint64Bytes138_ = fieldMapSint64Bytes138_.copy(); } bitField4_ |= 0x00000200; onChanged(); return fieldMapSint64Bytes138_; } public int getFieldMapSint64Bytes138Count() { return internalGetFieldMapSint64Bytes138().getMap().size(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public boolean containsFieldMapSint64Bytes138( long key) { return internalGetFieldMapSint64Bytes138().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Bytes138Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Bytes138() { return getFieldMapSint64Bytes138Map(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public java.util.Map getFieldMapSint64Bytes138Map() { return internalGetFieldMapSint64Bytes138().getMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapSint64Bytes138OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapSint64Bytes138OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Bytes138().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Bytes138() { bitField4_ = (bitField4_ & ~0x00000200); internalGetMutableFieldMapSint64Bytes138().getMutableMap() .clear(); return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder removeFieldMapSint64Bytes138( long key) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Bytes138() { bitField4_ |= 0x00000200; return internalGetMutableFieldMapSint64Bytes138().getMutableMap(); } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putFieldMapSint64Bytes138( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Bytes138().getMutableMap() .put(key, value); bitField4_ |= 0x00000200; return this; } /** * map<sint64, bytes> field_map_sint64_bytes_138 = 138; */ public Builder putAllFieldMapSint64Bytes138( java.util.Map values) { internalGetMutableFieldMapSint64Bytes138().getMutableMap() .putAll(values); bitField4_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapSint64Double139_; private com.google.protobuf.MapField internalGetFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } return fieldMapSint64Double139_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Double139() { if (fieldMapSint64Double139_ == null) { fieldMapSint64Double139_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Double139DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Double139_.isMutable()) { fieldMapSint64Double139_ = fieldMapSint64Double139_.copy(); } bitField4_ |= 0x00000400; onChanged(); return fieldMapSint64Double139_; } public int getFieldMapSint64Double139Count() { return internalGetFieldMapSint64Double139().getMap().size(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public boolean containsFieldMapSint64Double139( long key) { return internalGetFieldMapSint64Double139().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Double139Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Double139() { return getFieldMapSint64Double139Map(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public java.util.Map getFieldMapSint64Double139Map() { return internalGetFieldMapSint64Double139().getMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ @java.lang.Override public double getFieldMapSint64Double139OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Double139().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Double139() { bitField4_ = (bitField4_ & ~0x00000400); internalGetMutableFieldMapSint64Double139().getMutableMap() .clear(); return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder removeFieldMapSint64Double139( long key) { internalGetMutableFieldMapSint64Double139().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Double139() { bitField4_ |= 0x00000400; return internalGetMutableFieldMapSint64Double139().getMutableMap(); } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putFieldMapSint64Double139( long key, double value) { internalGetMutableFieldMapSint64Double139().getMutableMap() .put(key, value); bitField4_ |= 0x00000400; return this; } /** * map<sint64, double> field_map_sint64_double_139 = 139; */ public Builder putAllFieldMapSint64Double139( java.util.Map values) { internalGetMutableFieldMapSint64Double139().getMutableMap() .putAll(values); bitField4_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Enum140_; private com.google.protobuf.MapField internalGetFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } return fieldMapSint64Enum140_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Enum140() { if (fieldMapSint64Enum140_ == null) { fieldMapSint64Enum140_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Enum140DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Enum140_.isMutable()) { fieldMapSint64Enum140_ = fieldMapSint64Enum140_.copy(); } bitField4_ |= 0x00000800; onChanged(); return fieldMapSint64Enum140_; } public int getFieldMapSint64Enum140Count() { return internalGetFieldMapSint64Enum140().getMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public boolean containsFieldMapSint64Enum140( long key) { return internalGetFieldMapSint64Enum140().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Enum140Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140() { return getFieldMapSint64Enum140Map(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140Map() { return internalGetAdaptedFieldMapSint64Enum140Map( internalGetFieldMapSint64Enum140().getMap());} /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint64Enum140OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? fieldMapSint64Enum140ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapSint64Enum140OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Enum140ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapSint64Enum140ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Enum140Value() { return getFieldMapSint64Enum140ValueMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public java.util.Map getFieldMapSint64Enum140ValueMap() { return internalGetFieldMapSint64Enum140().getMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ @java.lang.Override public int getFieldMapSint64Enum140ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Enum140().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Enum140() { bitField4_ = (bitField4_ & ~0x00000800); internalGetMutableFieldMapSint64Enum140().getMutableMap() .clear(); return this; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder removeFieldMapSint64Enum140( long key) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Enum140() { bitField4_ |= 0x00000800; return internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putFieldMapSint64Enum140( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .put(key, fieldMapSint64Enum140ValueConverter.doBackward(value)); bitField4_ |= 0x00000800; return this; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putAllFieldMapSint64Enum140( java.util.Map values) { internalGetAdaptedFieldMapSint64Enum140Map( internalGetMutableFieldMapSint64Enum140().getMutableMap()) .putAll(values); bitField4_ |= 0x00000800; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Enum140Value() { bitField4_ |= 0x00000800; return internalGetMutableFieldMapSint64Enum140().getMutableMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putFieldMapSint64Enum140Value( long key, int value) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .put(key, value); bitField4_ |= 0x00000800; return this; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_sint64_enum_140 = 140; */ public Builder putAllFieldMapSint64Enum140Value( java.util.Map values) { internalGetMutableFieldMapSint64Enum140().getMutableMap() .putAll(values); bitField4_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Fixed32141_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed32141_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed32141() { if (fieldMapSint64Fixed32141_ == null) { fieldMapSint64Fixed32141_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed32141DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed32141_.isMutable()) { fieldMapSint64Fixed32141_ = fieldMapSint64Fixed32141_.copy(); } bitField4_ |= 0x00001000; onChanged(); return fieldMapSint64Fixed32141_; } public int getFieldMapSint64Fixed32141Count() { return internalGetFieldMapSint64Fixed32141().getMap().size(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public boolean containsFieldMapSint64Fixed32141( long key) { return internalGetFieldMapSint64Fixed32141().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed32141Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed32141() { return getFieldMapSint64Fixed32141Map(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed32141Map() { return internalGetFieldMapSint64Fixed32141().getMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ @java.lang.Override public int getFieldMapSint64Fixed32141OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed32141().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed32141() { bitField4_ = (bitField4_ & ~0x00001000); internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .clear(); return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder removeFieldMapSint64Fixed32141( long key) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed32141() { bitField4_ |= 0x00001000; return internalGetMutableFieldMapSint64Fixed32141().getMutableMap(); } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putFieldMapSint64Fixed32141( long key, int value) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .put(key, value); bitField4_ |= 0x00001000; return this; } /** * map<sint64, fixed32> field_map_sint64_fixed32_141 = 141; */ public Builder putAllFieldMapSint64Fixed32141( java.util.Map values) { internalGetMutableFieldMapSint64Fixed32141().getMutableMap() .putAll(values); bitField4_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Fixed64142_; private com.google.protobuf.MapField internalGetFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } return fieldMapSint64Fixed64142_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Fixed64142() { if (fieldMapSint64Fixed64142_ == null) { fieldMapSint64Fixed64142_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Fixed64142DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Fixed64142_.isMutable()) { fieldMapSint64Fixed64142_ = fieldMapSint64Fixed64142_.copy(); } bitField4_ |= 0x00002000; onChanged(); return fieldMapSint64Fixed64142_; } public int getFieldMapSint64Fixed64142Count() { return internalGetFieldMapSint64Fixed64142().getMap().size(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public boolean containsFieldMapSint64Fixed64142( long key) { return internalGetFieldMapSint64Fixed64142().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Fixed64142Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Fixed64142() { return getFieldMapSint64Fixed64142Map(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public java.util.Map getFieldMapSint64Fixed64142Map() { return internalGetFieldMapSint64Fixed64142().getMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ @java.lang.Override public long getFieldMapSint64Fixed64142OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Fixed64142().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Fixed64142() { bitField4_ = (bitField4_ & ~0x00002000); internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .clear(); return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder removeFieldMapSint64Fixed64142( long key) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Fixed64142() { bitField4_ |= 0x00002000; return internalGetMutableFieldMapSint64Fixed64142().getMutableMap(); } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putFieldMapSint64Fixed64142( long key, long value) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .put(key, value); bitField4_ |= 0x00002000; return this; } /** * map<sint64, fixed64> field_map_sint64_fixed64_142 = 142; */ public Builder putAllFieldMapSint64Fixed64142( java.util.Map values) { internalGetMutableFieldMapSint64Fixed64142().getMutableMap() .putAll(values); bitField4_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapSint64Float143_; private com.google.protobuf.MapField internalGetFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } return fieldMapSint64Float143_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Float143() { if (fieldMapSint64Float143_ == null) { fieldMapSint64Float143_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Float143DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Float143_.isMutable()) { fieldMapSint64Float143_ = fieldMapSint64Float143_.copy(); } bitField4_ |= 0x00004000; onChanged(); return fieldMapSint64Float143_; } public int getFieldMapSint64Float143Count() { return internalGetFieldMapSint64Float143().getMap().size(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public boolean containsFieldMapSint64Float143( long key) { return internalGetFieldMapSint64Float143().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Float143Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Float143() { return getFieldMapSint64Float143Map(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public java.util.Map getFieldMapSint64Float143Map() { return internalGetFieldMapSint64Float143().getMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ @java.lang.Override public float getFieldMapSint64Float143OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Float143().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Float143() { bitField4_ = (bitField4_ & ~0x00004000); internalGetMutableFieldMapSint64Float143().getMutableMap() .clear(); return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder removeFieldMapSint64Float143( long key) { internalGetMutableFieldMapSint64Float143().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Float143() { bitField4_ |= 0x00004000; return internalGetMutableFieldMapSint64Float143().getMutableMap(); } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putFieldMapSint64Float143( long key, float value) { internalGetMutableFieldMapSint64Float143().getMutableMap() .put(key, value); bitField4_ |= 0x00004000; return this; } /** * map<sint64, float> field_map_sint64_float_143 = 143; */ public Builder putAllFieldMapSint64Float143( java.util.Map values) { internalGetMutableFieldMapSint64Float143().getMutableMap() .putAll(values); bitField4_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Int32144_; private com.google.protobuf.MapField internalGetFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int32144_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int32144() { if (fieldMapSint64Int32144_ == null) { fieldMapSint64Int32144_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int32144DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int32144_.isMutable()) { fieldMapSint64Int32144_ = fieldMapSint64Int32144_.copy(); } bitField4_ |= 0x00008000; onChanged(); return fieldMapSint64Int32144_; } public int getFieldMapSint64Int32144Count() { return internalGetFieldMapSint64Int32144().getMap().size(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public boolean containsFieldMapSint64Int32144( long key) { return internalGetFieldMapSint64Int32144().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int32144Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int32144() { return getFieldMapSint64Int32144Map(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public java.util.Map getFieldMapSint64Int32144Map() { return internalGetFieldMapSint64Int32144().getMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ @java.lang.Override public int getFieldMapSint64Int32144OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int32144().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int32144() { bitField4_ = (bitField4_ & ~0x00008000); internalGetMutableFieldMapSint64Int32144().getMutableMap() .clear(); return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder removeFieldMapSint64Int32144( long key) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int32144() { bitField4_ |= 0x00008000; return internalGetMutableFieldMapSint64Int32144().getMutableMap(); } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putFieldMapSint64Int32144( long key, int value) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .put(key, value); bitField4_ |= 0x00008000; return this; } /** * map<sint64, int32> field_map_sint64_int32_144 = 144; */ public Builder putAllFieldMapSint64Int32144( java.util.Map values) { internalGetMutableFieldMapSint64Int32144().getMutableMap() .putAll(values); bitField4_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Int64145_; private com.google.protobuf.MapField internalGetFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } return fieldMapSint64Int64145_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Int64145() { if (fieldMapSint64Int64145_ == null) { fieldMapSint64Int64145_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Int64145DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Int64145_.isMutable()) { fieldMapSint64Int64145_ = fieldMapSint64Int64145_.copy(); } bitField4_ |= 0x00010000; onChanged(); return fieldMapSint64Int64145_; } public int getFieldMapSint64Int64145Count() { return internalGetFieldMapSint64Int64145().getMap().size(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public boolean containsFieldMapSint64Int64145( long key) { return internalGetFieldMapSint64Int64145().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Int64145Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Int64145() { return getFieldMapSint64Int64145Map(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public java.util.Map getFieldMapSint64Int64145Map() { return internalGetFieldMapSint64Int64145().getMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ @java.lang.Override public long getFieldMapSint64Int64145OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Int64145().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Int64145() { bitField4_ = (bitField4_ & ~0x00010000); internalGetMutableFieldMapSint64Int64145().getMutableMap() .clear(); return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder removeFieldMapSint64Int64145( long key) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Int64145() { bitField4_ |= 0x00010000; return internalGetMutableFieldMapSint64Int64145().getMutableMap(); } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putFieldMapSint64Int64145( long key, long value) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .put(key, value); bitField4_ |= 0x00010000; return this; } /** * map<sint64, int64> field_map_sint64_int64_145 = 145; */ public Builder putAllFieldMapSint64Int64145( java.util.Map values) { internalGetMutableFieldMapSint64Int64145().getMutableMap() .putAll(values); bitField4_ |= 0x00010000; return this; } private static final class FieldMapSint64Message146Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapSint64Message146DefaultEntryHolder.defaultEntry; } }; private static final FieldMapSint64Message146Converter fieldMapSint64Message146Converter = new FieldMapSint64Message146Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapSint64Message146_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } return fieldMapSint64Message146_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapSint64Message146() { if (fieldMapSint64Message146_ == null) { fieldMapSint64Message146_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapSint64Message146Converter); } bitField4_ |= 0x00020000; onChanged(); return fieldMapSint64Message146_; } public int getFieldMapSint64Message146Count() { return internalGetFieldMapSint64Message146().ensureBuilderMap().size(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public boolean containsFieldMapSint64Message146( long key) { return internalGetFieldMapSint64Message146().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Message146Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Message146() { return getFieldMapSint64Message146Map(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public java.util.Map getFieldMapSint64Message146Map() { return internalGetFieldMapSint64Message146().getImmutableMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint64Message146OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); return map.containsKey(key) ? fieldMapSint64Message146Converter.build(map.get(key)) : defaultValue; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapSint64Message146OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapSint64Message146Converter.build(map.get(key)); } public Builder clearFieldMapSint64Message146() { bitField4_ = (bitField4_ & ~0x00020000); internalGetMutableFieldMapSint64Message146().clear(); return this; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ public Builder removeFieldMapSint64Message146( long key) { internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Message146() { bitField4_ |= 0x00020000; return internalGetMutableFieldMapSint64Message146().ensureMessageMap(); } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ public Builder putFieldMapSint64Message146( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .put(key, value); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ public Builder putAllFieldMapSint64Message146( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapSint64Message146().ensureBuilderMap() .putAll(values); bitField4_ |= 0x00020000; return this; } /** * map<sint64, .protobuf.experimental.Proto3MessageLite> field_map_sint64_message_146 = 146; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapSint64Message146BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapSint64Message146().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sfixed32147_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed32147_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed32147() { if (fieldMapSint64Sfixed32147_ == null) { fieldMapSint64Sfixed32147_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed32147DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed32147_.isMutable()) { fieldMapSint64Sfixed32147_ = fieldMapSint64Sfixed32147_.copy(); } bitField4_ |= 0x00040000; onChanged(); return fieldMapSint64Sfixed32147_; } public int getFieldMapSint64Sfixed32147Count() { return internalGetFieldMapSint64Sfixed32147().getMap().size(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed32147( long key) { return internalGetFieldMapSint64Sfixed32147().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed32147Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed32147() { return getFieldMapSint64Sfixed32147Map(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed32147Map() { return internalGetFieldMapSint64Sfixed32147().getMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ @java.lang.Override public int getFieldMapSint64Sfixed32147OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed32147().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed32147() { bitField4_ = (bitField4_ & ~0x00040000); internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder removeFieldMapSint64Sfixed32147( long key) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed32147() { bitField4_ |= 0x00040000; return internalGetMutableFieldMapSint64Sfixed32147().getMutableMap(); } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putFieldMapSint64Sfixed32147( long key, int value) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .put(key, value); bitField4_ |= 0x00040000; return this; } /** * map<sint64, sfixed32> field_map_sint64_sfixed32_147 = 147; */ public Builder putAllFieldMapSint64Sfixed32147( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed32147().getMutableMap() .putAll(values); bitField4_ |= 0x00040000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sfixed64148_; private com.google.protobuf.MapField internalGetFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sfixed64148_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sfixed64148() { if (fieldMapSint64Sfixed64148_ == null) { fieldMapSint64Sfixed64148_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sfixed64148DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sfixed64148_.isMutable()) { fieldMapSint64Sfixed64148_ = fieldMapSint64Sfixed64148_.copy(); } bitField4_ |= 0x00080000; onChanged(); return fieldMapSint64Sfixed64148_; } public int getFieldMapSint64Sfixed64148Count() { return internalGetFieldMapSint64Sfixed64148().getMap().size(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public boolean containsFieldMapSint64Sfixed64148( long key) { return internalGetFieldMapSint64Sfixed64148().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sfixed64148Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sfixed64148() { return getFieldMapSint64Sfixed64148Map(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public java.util.Map getFieldMapSint64Sfixed64148Map() { return internalGetFieldMapSint64Sfixed64148().getMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ @java.lang.Override public long getFieldMapSint64Sfixed64148OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sfixed64148().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sfixed64148() { bitField4_ = (bitField4_ & ~0x00080000); internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .clear(); return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder removeFieldMapSint64Sfixed64148( long key) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sfixed64148() { bitField4_ |= 0x00080000; return internalGetMutableFieldMapSint64Sfixed64148().getMutableMap(); } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putFieldMapSint64Sfixed64148( long key, long value) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .put(key, value); bitField4_ |= 0x00080000; return this; } /** * map<sint64, sfixed64> field_map_sint64_sfixed64_148 = 148; */ public Builder putAllFieldMapSint64Sfixed64148( java.util.Map values) { internalGetMutableFieldMapSint64Sfixed64148().getMutableMap() .putAll(values); bitField4_ |= 0x00080000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Sint32149_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint32149_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint32149() { if (fieldMapSint64Sint32149_ == null) { fieldMapSint64Sint32149_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint32149DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint32149_.isMutable()) { fieldMapSint64Sint32149_ = fieldMapSint64Sint32149_.copy(); } bitField4_ |= 0x00100000; onChanged(); return fieldMapSint64Sint32149_; } public int getFieldMapSint64Sint32149Count() { return internalGetFieldMapSint64Sint32149().getMap().size(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public boolean containsFieldMapSint64Sint32149( long key) { return internalGetFieldMapSint64Sint32149().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint32149Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint32149() { return getFieldMapSint64Sint32149Map(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint32149Map() { return internalGetFieldMapSint64Sint32149().getMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ @java.lang.Override public int getFieldMapSint64Sint32149OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint32149().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint32149() { bitField4_ = (bitField4_ & ~0x00100000); internalGetMutableFieldMapSint64Sint32149().getMutableMap() .clear(); return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder removeFieldMapSint64Sint32149( long key) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint32149() { bitField4_ |= 0x00100000; return internalGetMutableFieldMapSint64Sint32149().getMutableMap(); } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putFieldMapSint64Sint32149( long key, int value) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .put(key, value); bitField4_ |= 0x00100000; return this; } /** * map<sint64, sint32> field_map_sint64_sint32_149 = 149; */ public Builder putAllFieldMapSint64Sint32149( java.util.Map values) { internalGetMutableFieldMapSint64Sint32149().getMutableMap() .putAll(values); bitField4_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Sint64150_; private com.google.protobuf.MapField internalGetFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } return fieldMapSint64Sint64150_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Sint64150() { if (fieldMapSint64Sint64150_ == null) { fieldMapSint64Sint64150_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Sint64150DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Sint64150_.isMutable()) { fieldMapSint64Sint64150_ = fieldMapSint64Sint64150_.copy(); } bitField4_ |= 0x00200000; onChanged(); return fieldMapSint64Sint64150_; } public int getFieldMapSint64Sint64150Count() { return internalGetFieldMapSint64Sint64150().getMap().size(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public boolean containsFieldMapSint64Sint64150( long key) { return internalGetFieldMapSint64Sint64150().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Sint64150Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Sint64150() { return getFieldMapSint64Sint64150Map(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public java.util.Map getFieldMapSint64Sint64150Map() { return internalGetFieldMapSint64Sint64150().getMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ @java.lang.Override public long getFieldMapSint64Sint64150OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Sint64150().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Sint64150() { bitField4_ = (bitField4_ & ~0x00200000); internalGetMutableFieldMapSint64Sint64150().getMutableMap() .clear(); return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder removeFieldMapSint64Sint64150( long key) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Sint64150() { bitField4_ |= 0x00200000; return internalGetMutableFieldMapSint64Sint64150().getMutableMap(); } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putFieldMapSint64Sint64150( long key, long value) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .put(key, value); bitField4_ |= 0x00200000; return this; } /** * map<sint64, sint64> field_map_sint64_sint64_150 = 150; */ public Builder putAllFieldMapSint64Sint64150( java.util.Map values) { internalGetMutableFieldMapSint64Sint64150().getMutableMap() .putAll(values); bitField4_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapSint64String151_; private com.google.protobuf.MapField internalGetFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } return fieldMapSint64String151_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64String151() { if (fieldMapSint64String151_ == null) { fieldMapSint64String151_ = com.google.protobuf.MapField.newMapField( FieldMapSint64String151DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64String151_.isMutable()) { fieldMapSint64String151_ = fieldMapSint64String151_.copy(); } bitField4_ |= 0x00400000; onChanged(); return fieldMapSint64String151_; } public int getFieldMapSint64String151Count() { return internalGetFieldMapSint64String151().getMap().size(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public boolean containsFieldMapSint64String151( long key) { return internalGetFieldMapSint64String151().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64String151Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64String151() { return getFieldMapSint64String151Map(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.util.Map getFieldMapSint64String151Map() { return internalGetFieldMapSint64String151().getMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapSint64String151OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ @java.lang.Override public java.lang.String getFieldMapSint64String151OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64String151().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64String151() { bitField4_ = (bitField4_ & ~0x00400000); internalGetMutableFieldMapSint64String151().getMutableMap() .clear(); return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder removeFieldMapSint64String151( long key) { internalGetMutableFieldMapSint64String151().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64String151() { bitField4_ |= 0x00400000; return internalGetMutableFieldMapSint64String151().getMutableMap(); } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putFieldMapSint64String151( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapSint64String151().getMutableMap() .put(key, value); bitField4_ |= 0x00400000; return this; } /** * map<sint64, string> field_map_sint64_string_151 = 151; */ public Builder putAllFieldMapSint64String151( java.util.Map values) { internalGetMutableFieldMapSint64String151().getMutableMap() .putAll(values); bitField4_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapSint64Uint32152_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint32152_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint32152() { if (fieldMapSint64Uint32152_ == null) { fieldMapSint64Uint32152_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint32152DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint32152_.isMutable()) { fieldMapSint64Uint32152_ = fieldMapSint64Uint32152_.copy(); } bitField4_ |= 0x00800000; onChanged(); return fieldMapSint64Uint32152_; } public int getFieldMapSint64Uint32152Count() { return internalGetFieldMapSint64Uint32152().getMap().size(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public boolean containsFieldMapSint64Uint32152( long key) { return internalGetFieldMapSint64Uint32152().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint32152Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint32152() { return getFieldMapSint64Uint32152Map(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint32152Map() { return internalGetFieldMapSint64Uint32152().getMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ @java.lang.Override public int getFieldMapSint64Uint32152OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint32152().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint32152() { bitField4_ = (bitField4_ & ~0x00800000); internalGetMutableFieldMapSint64Uint32152().getMutableMap() .clear(); return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder removeFieldMapSint64Uint32152( long key) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint32152() { bitField4_ |= 0x00800000; return internalGetMutableFieldMapSint64Uint32152().getMutableMap(); } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putFieldMapSint64Uint32152( long key, int value) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .put(key, value); bitField4_ |= 0x00800000; return this; } /** * map<sint64, uint32> field_map_sint64_uint32_152 = 152; */ public Builder putAllFieldMapSint64Uint32152( java.util.Map values) { internalGetMutableFieldMapSint64Uint32152().getMutableMap() .putAll(values); bitField4_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapSint64Uint64153_; private com.google.protobuf.MapField internalGetFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } return fieldMapSint64Uint64153_; } private com.google.protobuf.MapField internalGetMutableFieldMapSint64Uint64153() { if (fieldMapSint64Uint64153_ == null) { fieldMapSint64Uint64153_ = com.google.protobuf.MapField.newMapField( FieldMapSint64Uint64153DefaultEntryHolder.defaultEntry); } if (!fieldMapSint64Uint64153_.isMutable()) { fieldMapSint64Uint64153_ = fieldMapSint64Uint64153_.copy(); } bitField4_ |= 0x01000000; onChanged(); return fieldMapSint64Uint64153_; } public int getFieldMapSint64Uint64153Count() { return internalGetFieldMapSint64Uint64153().getMap().size(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public boolean containsFieldMapSint64Uint64153( long key) { return internalGetFieldMapSint64Uint64153().getMap().containsKey(key); } /** * Use {@link #getFieldMapSint64Uint64153Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapSint64Uint64153() { return getFieldMapSint64Uint64153Map(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public java.util.Map getFieldMapSint64Uint64153Map() { return internalGetFieldMapSint64Uint64153().getMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ @java.lang.Override public long getFieldMapSint64Uint64153OrThrow( long key) { java.util.Map map = internalGetFieldMapSint64Uint64153().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapSint64Uint64153() { bitField4_ = (bitField4_ & ~0x01000000); internalGetMutableFieldMapSint64Uint64153().getMutableMap() .clear(); return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder removeFieldMapSint64Uint64153( long key) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapSint64Uint64153() { bitField4_ |= 0x01000000; return internalGetMutableFieldMapSint64Uint64153().getMutableMap(); } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putFieldMapSint64Uint64153( long key, long value) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .put(key, value); bitField4_ |= 0x01000000; return this; } /** * map<sint64, uint64> field_map_sint64_uint64_153 = 153; */ public Builder putAllFieldMapSint64Uint64153( java.util.Map values) { internalGetMutableFieldMapSint64Uint64153().getMutableMap() .putAll(values); bitField4_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> fieldMapStringBool154_; private com.google.protobuf.MapField internalGetFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } return fieldMapStringBool154_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBool154() { if (fieldMapStringBool154_ == null) { fieldMapStringBool154_ = com.google.protobuf.MapField.newMapField( FieldMapStringBool154DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBool154_.isMutable()) { fieldMapStringBool154_ = fieldMapStringBool154_.copy(); } bitField4_ |= 0x02000000; onChanged(); return fieldMapStringBool154_; } public int getFieldMapStringBool154Count() { return internalGetFieldMapStringBool154().getMap().size(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean containsFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBool154().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBool154Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBool154() { return getFieldMapStringBool154Map(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public java.util.Map getFieldMapStringBool154Map() { return internalGetFieldMapStringBool154().getMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> field_map_string_bool_154 = 154; */ @java.lang.Override public boolean getFieldMapStringBool154OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBool154().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBool154() { bitField4_ = (bitField4_ & ~0x02000000); internalGetMutableFieldMapStringBool154().getMutableMap() .clear(); return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder removeFieldMapStringBool154( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBool154() { bitField4_ |= 0x02000000; return internalGetMutableFieldMapStringBool154().getMutableMap(); } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putFieldMapStringBool154( java.lang.String key, boolean value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBool154().getMutableMap() .put(key, value); bitField4_ |= 0x02000000; return this; } /** * map<string, bool> field_map_string_bool_154 = 154; */ public Builder putAllFieldMapStringBool154( java.util.Map values) { internalGetMutableFieldMapStringBool154().getMutableMap() .putAll(values); bitField4_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> fieldMapStringBytes155_; private com.google.protobuf.MapField internalGetFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } return fieldMapStringBytes155_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringBytes155() { if (fieldMapStringBytes155_ == null) { fieldMapStringBytes155_ = com.google.protobuf.MapField.newMapField( FieldMapStringBytes155DefaultEntryHolder.defaultEntry); } if (!fieldMapStringBytes155_.isMutable()) { fieldMapStringBytes155_ = fieldMapStringBytes155_.copy(); } bitField4_ |= 0x04000000; onChanged(); return fieldMapStringBytes155_; } public int getFieldMapStringBytes155Count() { return internalGetFieldMapStringBytes155().getMap().size(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public boolean containsFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringBytes155().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringBytes155Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringBytes155() { return getFieldMapStringBytes155Map(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public java.util.Map getFieldMapStringBytes155Map() { return internalGetFieldMapStringBytes155().getMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapStringBytes155OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapStringBytes155OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringBytes155().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringBytes155() { bitField4_ = (bitField4_ & ~0x04000000); internalGetMutableFieldMapStringBytes155().getMutableMap() .clear(); return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder removeFieldMapStringBytes155( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringBytes155() { bitField4_ |= 0x04000000; return internalGetMutableFieldMapStringBytes155().getMutableMap(); } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putFieldMapStringBytes155( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringBytes155().getMutableMap() .put(key, value); bitField4_ |= 0x04000000; return this; } /** * map<string, bytes> field_map_string_bytes_155 = 155; */ public Builder putAllFieldMapStringBytes155( java.util.Map values) { internalGetMutableFieldMapStringBytes155().getMutableMap() .putAll(values); bitField4_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Double> fieldMapStringDouble156_; private com.google.protobuf.MapField internalGetFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } return fieldMapStringDouble156_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringDouble156() { if (fieldMapStringDouble156_ == null) { fieldMapStringDouble156_ = com.google.protobuf.MapField.newMapField( FieldMapStringDouble156DefaultEntryHolder.defaultEntry); } if (!fieldMapStringDouble156_.isMutable()) { fieldMapStringDouble156_ = fieldMapStringDouble156_.copy(); } bitField4_ |= 0x08000000; onChanged(); return fieldMapStringDouble156_; } public int getFieldMapStringDouble156Count() { return internalGetFieldMapStringDouble156().getMap().size(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public boolean containsFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringDouble156().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringDouble156Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringDouble156() { return getFieldMapStringDouble156Map(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public java.util.Map getFieldMapStringDouble156Map() { return internalGetFieldMapStringDouble156().getMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrDefault( java.lang.String key, double defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, double> field_map_string_double_156 = 156; */ @java.lang.Override public double getFieldMapStringDouble156OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringDouble156().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringDouble156() { bitField4_ = (bitField4_ & ~0x08000000); internalGetMutableFieldMapStringDouble156().getMutableMap() .clear(); return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder removeFieldMapStringDouble156( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringDouble156() { bitField4_ |= 0x08000000; return internalGetMutableFieldMapStringDouble156().getMutableMap(); } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putFieldMapStringDouble156( java.lang.String key, double value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringDouble156().getMutableMap() .put(key, value); bitField4_ |= 0x08000000; return this; } /** * map<string, double> field_map_string_double_156 = 156; */ public Builder putAllFieldMapStringDouble156( java.util.Map values) { internalGetMutableFieldMapStringDouble156().getMutableMap() .putAll(values); bitField4_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringEnum157_; private com.google.protobuf.MapField internalGetFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } return fieldMapStringEnum157_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringEnum157() { if (fieldMapStringEnum157_ == null) { fieldMapStringEnum157_ = com.google.protobuf.MapField.newMapField( FieldMapStringEnum157DefaultEntryHolder.defaultEntry); } if (!fieldMapStringEnum157_.isMutable()) { fieldMapStringEnum157_ = fieldMapStringEnum157_.copy(); } bitField4_ |= 0x10000000; onChanged(); return fieldMapStringEnum157_; } public int getFieldMapStringEnum157Count() { return internalGetFieldMapStringEnum157().getMap().size(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public boolean containsFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringEnum157().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringEnum157Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157() { return getFieldMapStringEnum157Map(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157Map() { return internalGetAdaptedFieldMapStringEnum157Map( internalGetFieldMapStringEnum157().getMap());} /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapStringEnum157OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? fieldMapStringEnum157ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapStringEnum157OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringEnum157ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapStringEnum157ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringEnum157Value() { return getFieldMapStringEnum157ValueMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public java.util.Map getFieldMapStringEnum157ValueMap() { return internalGetFieldMapStringEnum157().getMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ @java.lang.Override public int getFieldMapStringEnum157ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringEnum157().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringEnum157() { bitField4_ = (bitField4_ & ~0x10000000); internalGetMutableFieldMapStringEnum157().getMutableMap() .clear(); return this; } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder removeFieldMapStringEnum157( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringEnum157() { bitField4_ |= 0x10000000; return internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder putFieldMapStringEnum157( java.lang.String key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .put(key, fieldMapStringEnum157ValueConverter.doBackward(value)); bitField4_ |= 0x10000000; return this; } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder putAllFieldMapStringEnum157( java.util.Map values) { internalGetAdaptedFieldMapStringEnum157Map( internalGetMutableFieldMapStringEnum157().getMutableMap()) .putAll(values); bitField4_ |= 0x10000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringEnum157Value() { bitField4_ |= 0x10000000; return internalGetMutableFieldMapStringEnum157().getMutableMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder putFieldMapStringEnum157Value( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringEnum157().getMutableMap() .put(key, value); bitField4_ |= 0x10000000; return this; } /** * map<string, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_string_enum_157 = 157; */ public Builder putAllFieldMapStringEnum157Value( java.util.Map values) { internalGetMutableFieldMapStringEnum157().getMutableMap() .putAll(values); bitField4_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringFixed32158_; private com.google.protobuf.MapField internalGetFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed32158_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed32158() { if (fieldMapStringFixed32158_ == null) { fieldMapStringFixed32158_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed32158DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed32158_.isMutable()) { fieldMapStringFixed32158_ = fieldMapStringFixed32158_.copy(); } bitField4_ |= 0x20000000; onChanged(); return fieldMapStringFixed32158_; } public int getFieldMapStringFixed32158Count() { return internalGetFieldMapStringFixed32158().getMap().size(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public boolean containsFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed32158().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed32158Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed32158() { return getFieldMapStringFixed32158Map(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public java.util.Map getFieldMapStringFixed32158Map() { return internalGetFieldMapStringFixed32158().getMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ @java.lang.Override public int getFieldMapStringFixed32158OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed32158().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed32158() { bitField4_ = (bitField4_ & ~0x20000000); internalGetMutableFieldMapStringFixed32158().getMutableMap() .clear(); return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder removeFieldMapStringFixed32158( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed32158() { bitField4_ |= 0x20000000; return internalGetMutableFieldMapStringFixed32158().getMutableMap(); } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putFieldMapStringFixed32158( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed32158().getMutableMap() .put(key, value); bitField4_ |= 0x20000000; return this; } /** * map<string, fixed32> field_map_string_fixed32_158 = 158; */ public Builder putAllFieldMapStringFixed32158( java.util.Map values) { internalGetMutableFieldMapStringFixed32158().getMutableMap() .putAll(values); bitField4_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringFixed64159_; private com.google.protobuf.MapField internalGetFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } return fieldMapStringFixed64159_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFixed64159() { if (fieldMapStringFixed64159_ == null) { fieldMapStringFixed64159_ = com.google.protobuf.MapField.newMapField( FieldMapStringFixed64159DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFixed64159_.isMutable()) { fieldMapStringFixed64159_ = fieldMapStringFixed64159_.copy(); } bitField4_ |= 0x40000000; onChanged(); return fieldMapStringFixed64159_; } public int getFieldMapStringFixed64159Count() { return internalGetFieldMapStringFixed64159().getMap().size(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public boolean containsFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFixed64159().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFixed64159Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFixed64159() { return getFieldMapStringFixed64159Map(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public java.util.Map getFieldMapStringFixed64159Map() { return internalGetFieldMapStringFixed64159().getMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ @java.lang.Override public long getFieldMapStringFixed64159OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFixed64159().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFixed64159() { bitField4_ = (bitField4_ & ~0x40000000); internalGetMutableFieldMapStringFixed64159().getMutableMap() .clear(); return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder removeFieldMapStringFixed64159( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFixed64159() { bitField4_ |= 0x40000000; return internalGetMutableFieldMapStringFixed64159().getMutableMap(); } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putFieldMapStringFixed64159( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFixed64159().getMutableMap() .put(key, value); bitField4_ |= 0x40000000; return this; } /** * map<string, fixed64> field_map_string_fixed64_159 = 159; */ public Builder putAllFieldMapStringFixed64159( java.util.Map values) { internalGetMutableFieldMapStringFixed64159().getMutableMap() .putAll(values); bitField4_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Float> fieldMapStringFloat160_; private com.google.protobuf.MapField internalGetFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } return fieldMapStringFloat160_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringFloat160() { if (fieldMapStringFloat160_ == null) { fieldMapStringFloat160_ = com.google.protobuf.MapField.newMapField( FieldMapStringFloat160DefaultEntryHolder.defaultEntry); } if (!fieldMapStringFloat160_.isMutable()) { fieldMapStringFloat160_ = fieldMapStringFloat160_.copy(); } bitField4_ |= 0x80000000; onChanged(); return fieldMapStringFloat160_; } public int getFieldMapStringFloat160Count() { return internalGetFieldMapStringFloat160().getMap().size(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public boolean containsFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringFloat160().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringFloat160Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringFloat160() { return getFieldMapStringFloat160Map(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public java.util.Map getFieldMapStringFloat160Map() { return internalGetFieldMapStringFloat160().getMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrDefault( java.lang.String key, float defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, float> field_map_string_float_160 = 160; */ @java.lang.Override public float getFieldMapStringFloat160OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringFloat160().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringFloat160() { bitField4_ = (bitField4_ & ~0x80000000); internalGetMutableFieldMapStringFloat160().getMutableMap() .clear(); return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder removeFieldMapStringFloat160( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringFloat160() { bitField4_ |= 0x80000000; return internalGetMutableFieldMapStringFloat160().getMutableMap(); } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putFieldMapStringFloat160( java.lang.String key, float value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringFloat160().getMutableMap() .put(key, value); bitField4_ |= 0x80000000; return this; } /** * map<string, float> field_map_string_float_160 = 160; */ public Builder putAllFieldMapStringFloat160( java.util.Map values) { internalGetMutableFieldMapStringFloat160().getMutableMap() .putAll(values); bitField4_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringInt32161_; private com.google.protobuf.MapField internalGetFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } return fieldMapStringInt32161_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt32161() { if (fieldMapStringInt32161_ == null) { fieldMapStringInt32161_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt32161DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt32161_.isMutable()) { fieldMapStringInt32161_ = fieldMapStringInt32161_.copy(); } bitField5_ |= 0x00000001; onChanged(); return fieldMapStringInt32161_; } public int getFieldMapStringInt32161Count() { return internalGetFieldMapStringInt32161().getMap().size(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public boolean containsFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt32161().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt32161Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt32161() { return getFieldMapStringInt32161Map(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public java.util.Map getFieldMapStringInt32161Map() { return internalGetFieldMapStringInt32161().getMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> field_map_string_int32_161 = 161; */ @java.lang.Override public int getFieldMapStringInt32161OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt32161().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt32161() { bitField5_ = (bitField5_ & ~0x00000001); internalGetMutableFieldMapStringInt32161().getMutableMap() .clear(); return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder removeFieldMapStringInt32161( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt32161() { bitField5_ |= 0x00000001; return internalGetMutableFieldMapStringInt32161().getMutableMap(); } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putFieldMapStringInt32161( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt32161().getMutableMap() .put(key, value); bitField5_ |= 0x00000001; return this; } /** * map<string, int32> field_map_string_int32_161 = 161; */ public Builder putAllFieldMapStringInt32161( java.util.Map values) { internalGetMutableFieldMapStringInt32161().getMutableMap() .putAll(values); bitField5_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringInt64162_; private com.google.protobuf.MapField internalGetFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } return fieldMapStringInt64162_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringInt64162() { if (fieldMapStringInt64162_ == null) { fieldMapStringInt64162_ = com.google.protobuf.MapField.newMapField( FieldMapStringInt64162DefaultEntryHolder.defaultEntry); } if (!fieldMapStringInt64162_.isMutable()) { fieldMapStringInt64162_ = fieldMapStringInt64162_.copy(); } bitField5_ |= 0x00000002; onChanged(); return fieldMapStringInt64162_; } public int getFieldMapStringInt64162Count() { return internalGetFieldMapStringInt64162().getMap().size(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public boolean containsFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringInt64162().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringInt64162Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringInt64162() { return getFieldMapStringInt64162Map(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public java.util.Map getFieldMapStringInt64162Map() { return internalGetFieldMapStringInt64162().getMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int64> field_map_string_int64_162 = 162; */ @java.lang.Override public long getFieldMapStringInt64162OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringInt64162().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringInt64162() { bitField5_ = (bitField5_ & ~0x00000002); internalGetMutableFieldMapStringInt64162().getMutableMap() .clear(); return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder removeFieldMapStringInt64162( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringInt64162() { bitField5_ |= 0x00000002; return internalGetMutableFieldMapStringInt64162().getMutableMap(); } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putFieldMapStringInt64162( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringInt64162().getMutableMap() .put(key, value); bitField5_ |= 0x00000002; return this; } /** * map<string, int64> field_map_string_int64_162 = 162; */ public Builder putAllFieldMapStringInt64162( java.util.Map values) { internalGetMutableFieldMapStringInt64162().getMutableMap() .putAll(values); bitField5_ |= 0x00000002; return this; } private static final class FieldMapStringMessage163Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapStringMessage163DefaultEntryHolder.defaultEntry; } }; private static final FieldMapStringMessage163Converter fieldMapStringMessage163Converter = new FieldMapStringMessage163Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.String, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapStringMessage163_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } return fieldMapStringMessage163_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapStringMessage163() { if (fieldMapStringMessage163_ == null) { fieldMapStringMessage163_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapStringMessage163Converter); } bitField5_ |= 0x00000004; onChanged(); return fieldMapStringMessage163_; } public int getFieldMapStringMessage163Count() { return internalGetFieldMapStringMessage163().ensureBuilderMap().size(); } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public boolean containsFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringMessage163().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapStringMessage163Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringMessage163() { return getFieldMapStringMessage163Map(); } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public java.util.Map getFieldMapStringMessage163Map() { return internalGetFieldMapStringMessage163().getImmutableMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapStringMessage163OrDefault( java.lang.String key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); return map.containsKey(key) ? fieldMapStringMessage163Converter.build(map.get(key)) : defaultValue; } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapStringMessage163OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapStringMessage163Converter.build(map.get(key)); } public Builder clearFieldMapStringMessage163() { bitField5_ = (bitField5_ & ~0x00000004); internalGetMutableFieldMapStringMessage163().clear(); return this; } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ public Builder removeFieldMapStringMessage163( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringMessage163() { bitField5_ |= 0x00000004; return internalGetMutableFieldMapStringMessage163().ensureMessageMap(); } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ public Builder putFieldMapStringMessage163( java.lang.String key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ public Builder putAllFieldMapStringMessage163( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapStringMessage163().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00000004; return this; } /** * map<string, .protobuf.experimental.Proto3MessageLite> field_map_string_message_163 = 163; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapStringMessage163BuilderIfAbsent( java.lang.String key) { java.util.Map builderMap = internalGetMutableFieldMapStringMessage163().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSfixed32164_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed32164_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed32164() { if (fieldMapStringSfixed32164_ == null) { fieldMapStringSfixed32164_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed32164DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed32164_.isMutable()) { fieldMapStringSfixed32164_ = fieldMapStringSfixed32164_.copy(); } bitField5_ |= 0x00000008; onChanged(); return fieldMapStringSfixed32164_; } public int getFieldMapStringSfixed32164Count() { return internalGetFieldMapStringSfixed32164().getMap().size(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public boolean containsFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed32164().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed32164Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed32164() { return getFieldMapStringSfixed32164Map(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed32164Map() { return internalGetFieldMapStringSfixed32164().getMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ @java.lang.Override public int getFieldMapStringSfixed32164OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed32164().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed32164() { bitField5_ = (bitField5_ & ~0x00000008); internalGetMutableFieldMapStringSfixed32164().getMutableMap() .clear(); return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder removeFieldMapStringSfixed32164( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed32164() { bitField5_ |= 0x00000008; return internalGetMutableFieldMapStringSfixed32164().getMutableMap(); } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putFieldMapStringSfixed32164( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed32164().getMutableMap() .put(key, value); bitField5_ |= 0x00000008; return this; } /** * map<string, sfixed32> field_map_string_sfixed32_164 = 164; */ public Builder putAllFieldMapStringSfixed32164( java.util.Map values) { internalGetMutableFieldMapStringSfixed32164().getMutableMap() .putAll(values); bitField5_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSfixed64165_; private com.google.protobuf.MapField internalGetFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } return fieldMapStringSfixed64165_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSfixed64165() { if (fieldMapStringSfixed64165_ == null) { fieldMapStringSfixed64165_ = com.google.protobuf.MapField.newMapField( FieldMapStringSfixed64165DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSfixed64165_.isMutable()) { fieldMapStringSfixed64165_ = fieldMapStringSfixed64165_.copy(); } bitField5_ |= 0x00000010; onChanged(); return fieldMapStringSfixed64165_; } public int getFieldMapStringSfixed64165Count() { return internalGetFieldMapStringSfixed64165().getMap().size(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public boolean containsFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSfixed64165().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSfixed64165Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSfixed64165() { return getFieldMapStringSfixed64165Map(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public java.util.Map getFieldMapStringSfixed64165Map() { return internalGetFieldMapStringSfixed64165().getMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ @java.lang.Override public long getFieldMapStringSfixed64165OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSfixed64165().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSfixed64165() { bitField5_ = (bitField5_ & ~0x00000010); internalGetMutableFieldMapStringSfixed64165().getMutableMap() .clear(); return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder removeFieldMapStringSfixed64165( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSfixed64165() { bitField5_ |= 0x00000010; return internalGetMutableFieldMapStringSfixed64165().getMutableMap(); } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putFieldMapStringSfixed64165( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSfixed64165().getMutableMap() .put(key, value); bitField5_ |= 0x00000010; return this; } /** * map<string, sfixed64> field_map_string_sfixed64_165 = 165; */ public Builder putAllFieldMapStringSfixed64165( java.util.Map values) { internalGetMutableFieldMapStringSfixed64165().getMutableMap() .putAll(values); bitField5_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringSint32166_; private com.google.protobuf.MapField internalGetFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } return fieldMapStringSint32166_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint32166() { if (fieldMapStringSint32166_ == null) { fieldMapStringSint32166_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint32166DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint32166_.isMutable()) { fieldMapStringSint32166_ = fieldMapStringSint32166_.copy(); } bitField5_ |= 0x00000020; onChanged(); return fieldMapStringSint32166_; } public int getFieldMapStringSint32166Count() { return internalGetFieldMapStringSint32166().getMap().size(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public boolean containsFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint32166().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint32166Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint32166() { return getFieldMapStringSint32166Map(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public java.util.Map getFieldMapStringSint32166Map() { return internalGetFieldMapStringSint32166().getMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ @java.lang.Override public int getFieldMapStringSint32166OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint32166().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint32166() { bitField5_ = (bitField5_ & ~0x00000020); internalGetMutableFieldMapStringSint32166().getMutableMap() .clear(); return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder removeFieldMapStringSint32166( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint32166() { bitField5_ |= 0x00000020; return internalGetMutableFieldMapStringSint32166().getMutableMap(); } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putFieldMapStringSint32166( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint32166().getMutableMap() .put(key, value); bitField5_ |= 0x00000020; return this; } /** * map<string, sint32> field_map_string_sint32_166 = 166; */ public Builder putAllFieldMapStringSint32166( java.util.Map values) { internalGetMutableFieldMapStringSint32166().getMutableMap() .putAll(values); bitField5_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringSint64167_; private com.google.protobuf.MapField internalGetFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } return fieldMapStringSint64167_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringSint64167() { if (fieldMapStringSint64167_ == null) { fieldMapStringSint64167_ = com.google.protobuf.MapField.newMapField( FieldMapStringSint64167DefaultEntryHolder.defaultEntry); } if (!fieldMapStringSint64167_.isMutable()) { fieldMapStringSint64167_ = fieldMapStringSint64167_.copy(); } bitField5_ |= 0x00000040; onChanged(); return fieldMapStringSint64167_; } public int getFieldMapStringSint64167Count() { return internalGetFieldMapStringSint64167().getMap().size(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public boolean containsFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringSint64167().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringSint64167Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringSint64167() { return getFieldMapStringSint64167Map(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public java.util.Map getFieldMapStringSint64167Map() { return internalGetFieldMapStringSint64167().getMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ @java.lang.Override public long getFieldMapStringSint64167OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringSint64167().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringSint64167() { bitField5_ = (bitField5_ & ~0x00000040); internalGetMutableFieldMapStringSint64167().getMutableMap() .clear(); return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder removeFieldMapStringSint64167( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringSint64167() { bitField5_ |= 0x00000040; return internalGetMutableFieldMapStringSint64167().getMutableMap(); } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putFieldMapStringSint64167( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringSint64167().getMutableMap() .put(key, value); bitField5_ |= 0x00000040; return this; } /** * map<string, sint64> field_map_string_sint64_167 = 167; */ public Builder putAllFieldMapStringSint64167( java.util.Map values) { internalGetMutableFieldMapStringSint64167().getMutableMap() .putAll(values); bitField5_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.String> fieldMapStringString168_; private com.google.protobuf.MapField internalGetFieldMapStringString168() { if (fieldMapStringString168_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } return fieldMapStringString168_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringString168() { if (fieldMapStringString168_ == null) { fieldMapStringString168_ = com.google.protobuf.MapField.newMapField( FieldMapStringString168DefaultEntryHolder.defaultEntry); } if (!fieldMapStringString168_.isMutable()) { fieldMapStringString168_ = fieldMapStringString168_.copy(); } bitField5_ |= 0x00000080; onChanged(); return fieldMapStringString168_; } public int getFieldMapStringString168Count() { return internalGetFieldMapStringString168().getMap().size(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public boolean containsFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringString168().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringString168Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringString168() { return getFieldMapStringString168Map(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.util.Map getFieldMapStringString168Map() { return internalGetFieldMapStringString168().getMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapStringString168OrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> field_map_string_string_168 = 168; */ @java.lang.Override public java.lang.String getFieldMapStringString168OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringString168().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringString168() { bitField5_ = (bitField5_ & ~0x00000080); internalGetMutableFieldMapStringString168().getMutableMap() .clear(); return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder removeFieldMapStringString168( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringString168().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringString168() { bitField5_ |= 0x00000080; return internalGetMutableFieldMapStringString168().getMutableMap(); } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putFieldMapStringString168( java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapStringString168().getMutableMap() .put(key, value); bitField5_ |= 0x00000080; return this; } /** * map<string, string> field_map_string_string_168 = 168; */ public Builder putAllFieldMapStringString168( java.util.Map values) { internalGetMutableFieldMapStringString168().getMutableMap() .putAll(values); bitField5_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> fieldMapStringUint32169_; private com.google.protobuf.MapField internalGetFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } return fieldMapStringUint32169_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint32169() { if (fieldMapStringUint32169_ == null) { fieldMapStringUint32169_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint32169DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint32169_.isMutable()) { fieldMapStringUint32169_ = fieldMapStringUint32169_.copy(); } bitField5_ |= 0x00000100; onChanged(); return fieldMapStringUint32169_; } public int getFieldMapStringUint32169Count() { return internalGetFieldMapStringUint32169().getMap().size(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public boolean containsFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint32169().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint32169Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint32169() { return getFieldMapStringUint32169Map(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public java.util.Map getFieldMapStringUint32169Map() { return internalGetFieldMapStringUint32169().getMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ @java.lang.Override public int getFieldMapStringUint32169OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint32169().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint32169() { bitField5_ = (bitField5_ & ~0x00000100); internalGetMutableFieldMapStringUint32169().getMutableMap() .clear(); return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder removeFieldMapStringUint32169( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint32169() { bitField5_ |= 0x00000100; return internalGetMutableFieldMapStringUint32169().getMutableMap(); } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putFieldMapStringUint32169( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint32169().getMutableMap() .put(key, value); bitField5_ |= 0x00000100; return this; } /** * map<string, uint32> field_map_string_uint32_169 = 169; */ public Builder putAllFieldMapStringUint32169( java.util.Map values) { internalGetMutableFieldMapStringUint32169().getMutableMap() .putAll(values); bitField5_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Long> fieldMapStringUint64170_; private com.google.protobuf.MapField internalGetFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } return fieldMapStringUint64170_; } private com.google.protobuf.MapField internalGetMutableFieldMapStringUint64170() { if (fieldMapStringUint64170_ == null) { fieldMapStringUint64170_ = com.google.protobuf.MapField.newMapField( FieldMapStringUint64170DefaultEntryHolder.defaultEntry); } if (!fieldMapStringUint64170_.isMutable()) { fieldMapStringUint64170_ = fieldMapStringUint64170_.copy(); } bitField5_ |= 0x00000200; onChanged(); return fieldMapStringUint64170_; } public int getFieldMapStringUint64170Count() { return internalGetFieldMapStringUint64170().getMap().size(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public boolean containsFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetFieldMapStringUint64170().getMap().containsKey(key); } /** * Use {@link #getFieldMapStringUint64170Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapStringUint64170() { return getFieldMapStringUint64170Map(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public java.util.Map getFieldMapStringUint64170Map() { return internalGetFieldMapStringUint64170().getMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrDefault( java.lang.String key, long defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ @java.lang.Override public long getFieldMapStringUint64170OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetFieldMapStringUint64170().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapStringUint64170() { bitField5_ = (bitField5_ & ~0x00000200); internalGetMutableFieldMapStringUint64170().getMutableMap() .clear(); return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder removeFieldMapStringUint64170( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapStringUint64170() { bitField5_ |= 0x00000200; return internalGetMutableFieldMapStringUint64170().getMutableMap(); } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putFieldMapStringUint64170( java.lang.String key, long value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableFieldMapStringUint64170().getMutableMap() .put(key, value); bitField5_ |= 0x00000200; return this; } /** * map<string, uint64> field_map_string_uint64_170 = 170; */ public Builder putAllFieldMapStringUint64170( java.util.Map values) { internalGetMutableFieldMapStringUint64170().getMutableMap() .putAll(values); bitField5_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Boolean> fieldMapUint32Bool171_; private com.google.protobuf.MapField internalGetFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bool171_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bool171() { if (fieldMapUint32Bool171_ == null) { fieldMapUint32Bool171_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bool171DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bool171_.isMutable()) { fieldMapUint32Bool171_ = fieldMapUint32Bool171_.copy(); } bitField5_ |= 0x00000400; onChanged(); return fieldMapUint32Bool171_; } public int getFieldMapUint32Bool171Count() { return internalGetFieldMapUint32Bool171().getMap().size(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean containsFieldMapUint32Bool171( int key) { return internalGetFieldMapUint32Bool171().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bool171Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bool171() { return getFieldMapUint32Bool171Map(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public java.util.Map getFieldMapUint32Bool171Map() { return internalGetFieldMapUint32Bool171().getMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrDefault( int key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ @java.lang.Override public boolean getFieldMapUint32Bool171OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bool171().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bool171() { bitField5_ = (bitField5_ & ~0x00000400); internalGetMutableFieldMapUint32Bool171().getMutableMap() .clear(); return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder removeFieldMapUint32Bool171( int key) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bool171() { bitField5_ |= 0x00000400; return internalGetMutableFieldMapUint32Bool171().getMutableMap(); } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putFieldMapUint32Bool171( int key, boolean value) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .put(key, value); bitField5_ |= 0x00000400; return this; } /** * map<uint32, bool> field_map_uint32_bool_171 = 171; */ public Builder putAllFieldMapUint32Bool171( java.util.Map values) { internalGetMutableFieldMapUint32Bool171().getMutableMap() .putAll(values); bitField5_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> fieldMapUint32Bytes172_; private com.google.protobuf.MapField internalGetFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } return fieldMapUint32Bytes172_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Bytes172() { if (fieldMapUint32Bytes172_ == null) { fieldMapUint32Bytes172_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Bytes172DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Bytes172_.isMutable()) { fieldMapUint32Bytes172_ = fieldMapUint32Bytes172_.copy(); } bitField5_ |= 0x00000800; onChanged(); return fieldMapUint32Bytes172_; } public int getFieldMapUint32Bytes172Count() { return internalGetFieldMapUint32Bytes172().getMap().size(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public boolean containsFieldMapUint32Bytes172( int key) { return internalGetFieldMapUint32Bytes172().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Bytes172Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Bytes172() { return getFieldMapUint32Bytes172Map(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public java.util.Map getFieldMapUint32Bytes172Map() { return internalGetFieldMapUint32Bytes172().getMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint32Bytes172OrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint32Bytes172OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Bytes172().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Bytes172() { bitField5_ = (bitField5_ & ~0x00000800); internalGetMutableFieldMapUint32Bytes172().getMutableMap() .clear(); return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder removeFieldMapUint32Bytes172( int key) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Bytes172() { bitField5_ |= 0x00000800; return internalGetMutableFieldMapUint32Bytes172().getMutableMap(); } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putFieldMapUint32Bytes172( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Bytes172().getMutableMap() .put(key, value); bitField5_ |= 0x00000800; return this; } /** * map<uint32, bytes> field_map_uint32_bytes_172 = 172; */ public Builder putAllFieldMapUint32Bytes172( java.util.Map values) { internalGetMutableFieldMapUint32Bytes172().getMutableMap() .putAll(values); bitField5_ |= 0x00000800; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Double> fieldMapUint32Double173_; private com.google.protobuf.MapField internalGetFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } return fieldMapUint32Double173_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Double173() { if (fieldMapUint32Double173_ == null) { fieldMapUint32Double173_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Double173DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Double173_.isMutable()) { fieldMapUint32Double173_ = fieldMapUint32Double173_.copy(); } bitField5_ |= 0x00001000; onChanged(); return fieldMapUint32Double173_; } public int getFieldMapUint32Double173Count() { return internalGetFieldMapUint32Double173().getMap().size(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public boolean containsFieldMapUint32Double173( int key) { return internalGetFieldMapUint32Double173().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Double173Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Double173() { return getFieldMapUint32Double173Map(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public java.util.Map getFieldMapUint32Double173Map() { return internalGetFieldMapUint32Double173().getMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrDefault( int key, double defaultValue) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ @java.lang.Override public double getFieldMapUint32Double173OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Double173().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Double173() { bitField5_ = (bitField5_ & ~0x00001000); internalGetMutableFieldMapUint32Double173().getMutableMap() .clear(); return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder removeFieldMapUint32Double173( int key) { internalGetMutableFieldMapUint32Double173().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Double173() { bitField5_ |= 0x00001000; return internalGetMutableFieldMapUint32Double173().getMutableMap(); } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putFieldMapUint32Double173( int key, double value) { internalGetMutableFieldMapUint32Double173().getMutableMap() .put(key, value); bitField5_ |= 0x00001000; return this; } /** * map<uint32, double> field_map_uint32_double_173 = 173; */ public Builder putAllFieldMapUint32Double173( java.util.Map values) { internalGetMutableFieldMapUint32Double173().getMutableMap() .putAll(values); bitField5_ |= 0x00001000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Enum174_; private com.google.protobuf.MapField internalGetFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } return fieldMapUint32Enum174_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Enum174() { if (fieldMapUint32Enum174_ == null) { fieldMapUint32Enum174_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Enum174DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Enum174_.isMutable()) { fieldMapUint32Enum174_ = fieldMapUint32Enum174_.copy(); } bitField5_ |= 0x00002000; onChanged(); return fieldMapUint32Enum174_; } public int getFieldMapUint32Enum174Count() { return internalGetFieldMapUint32Enum174().getMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public boolean containsFieldMapUint32Enum174( int key) { return internalGetFieldMapUint32Enum174().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Enum174Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174() { return getFieldMapUint32Enum174Map(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174Map() { return internalGetAdaptedFieldMapUint32Enum174Map( internalGetFieldMapUint32Enum174().getMap());} /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint32Enum174OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? fieldMapUint32Enum174ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint32Enum174OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Enum174ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint32Enum174ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Enum174Value() { return getFieldMapUint32Enum174ValueMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public java.util.Map getFieldMapUint32Enum174ValueMap() { return internalGetFieldMapUint32Enum174().getMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ @java.lang.Override public int getFieldMapUint32Enum174ValueOrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Enum174().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Enum174() { bitField5_ = (bitField5_ & ~0x00002000); internalGetMutableFieldMapUint32Enum174().getMutableMap() .clear(); return this; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder removeFieldMapUint32Enum174( int key) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Enum174() { bitField5_ |= 0x00002000; return internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putFieldMapUint32Enum174( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .put(key, fieldMapUint32Enum174ValueConverter.doBackward(value)); bitField5_ |= 0x00002000; return this; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putAllFieldMapUint32Enum174( java.util.Map values) { internalGetAdaptedFieldMapUint32Enum174Map( internalGetMutableFieldMapUint32Enum174().getMutableMap()) .putAll(values); bitField5_ |= 0x00002000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Enum174Value() { bitField5_ |= 0x00002000; return internalGetMutableFieldMapUint32Enum174().getMutableMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putFieldMapUint32Enum174Value( int key, int value) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .put(key, value); bitField5_ |= 0x00002000; return this; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint32_enum_174 = 174; */ public Builder putAllFieldMapUint32Enum174Value( java.util.Map values) { internalGetMutableFieldMapUint32Enum174().getMutableMap() .putAll(values); bitField5_ |= 0x00002000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Fixed32175_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed32175_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed32175() { if (fieldMapUint32Fixed32175_ == null) { fieldMapUint32Fixed32175_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed32175DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed32175_.isMutable()) { fieldMapUint32Fixed32175_ = fieldMapUint32Fixed32175_.copy(); } bitField5_ |= 0x00004000; onChanged(); return fieldMapUint32Fixed32175_; } public int getFieldMapUint32Fixed32175Count() { return internalGetFieldMapUint32Fixed32175().getMap().size(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public boolean containsFieldMapUint32Fixed32175( int key) { return internalGetFieldMapUint32Fixed32175().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed32175Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed32175() { return getFieldMapUint32Fixed32175Map(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed32175Map() { return internalGetFieldMapUint32Fixed32175().getMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ @java.lang.Override public int getFieldMapUint32Fixed32175OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed32175().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed32175() { bitField5_ = (bitField5_ & ~0x00004000); internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .clear(); return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder removeFieldMapUint32Fixed32175( int key) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed32175() { bitField5_ |= 0x00004000; return internalGetMutableFieldMapUint32Fixed32175().getMutableMap(); } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putFieldMapUint32Fixed32175( int key, int value) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .put(key, value); bitField5_ |= 0x00004000; return this; } /** * map<uint32, fixed32> field_map_uint32_fixed32_175 = 175; */ public Builder putAllFieldMapUint32Fixed32175( java.util.Map values) { internalGetMutableFieldMapUint32Fixed32175().getMutableMap() .putAll(values); bitField5_ |= 0x00004000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Fixed64176_; private com.google.protobuf.MapField internalGetFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } return fieldMapUint32Fixed64176_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Fixed64176() { if (fieldMapUint32Fixed64176_ == null) { fieldMapUint32Fixed64176_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Fixed64176DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Fixed64176_.isMutable()) { fieldMapUint32Fixed64176_ = fieldMapUint32Fixed64176_.copy(); } bitField5_ |= 0x00008000; onChanged(); return fieldMapUint32Fixed64176_; } public int getFieldMapUint32Fixed64176Count() { return internalGetFieldMapUint32Fixed64176().getMap().size(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public boolean containsFieldMapUint32Fixed64176( int key) { return internalGetFieldMapUint32Fixed64176().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Fixed64176Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Fixed64176() { return getFieldMapUint32Fixed64176Map(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public java.util.Map getFieldMapUint32Fixed64176Map() { return internalGetFieldMapUint32Fixed64176().getMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ @java.lang.Override public long getFieldMapUint32Fixed64176OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Fixed64176().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Fixed64176() { bitField5_ = (bitField5_ & ~0x00008000); internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .clear(); return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder removeFieldMapUint32Fixed64176( int key) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Fixed64176() { bitField5_ |= 0x00008000; return internalGetMutableFieldMapUint32Fixed64176().getMutableMap(); } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putFieldMapUint32Fixed64176( int key, long value) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .put(key, value); bitField5_ |= 0x00008000; return this; } /** * map<uint32, fixed64> field_map_uint32_fixed64_176 = 176; */ public Builder putAllFieldMapUint32Fixed64176( java.util.Map values) { internalGetMutableFieldMapUint32Fixed64176().getMutableMap() .putAll(values); bitField5_ |= 0x00008000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Float> fieldMapUint32Float177_; private com.google.protobuf.MapField internalGetFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } return fieldMapUint32Float177_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Float177() { if (fieldMapUint32Float177_ == null) { fieldMapUint32Float177_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Float177DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Float177_.isMutable()) { fieldMapUint32Float177_ = fieldMapUint32Float177_.copy(); } bitField5_ |= 0x00010000; onChanged(); return fieldMapUint32Float177_; } public int getFieldMapUint32Float177Count() { return internalGetFieldMapUint32Float177().getMap().size(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public boolean containsFieldMapUint32Float177( int key) { return internalGetFieldMapUint32Float177().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Float177Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Float177() { return getFieldMapUint32Float177Map(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public java.util.Map getFieldMapUint32Float177Map() { return internalGetFieldMapUint32Float177().getMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrDefault( int key, float defaultValue) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ @java.lang.Override public float getFieldMapUint32Float177OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Float177().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Float177() { bitField5_ = (bitField5_ & ~0x00010000); internalGetMutableFieldMapUint32Float177().getMutableMap() .clear(); return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder removeFieldMapUint32Float177( int key) { internalGetMutableFieldMapUint32Float177().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Float177() { bitField5_ |= 0x00010000; return internalGetMutableFieldMapUint32Float177().getMutableMap(); } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putFieldMapUint32Float177( int key, float value) { internalGetMutableFieldMapUint32Float177().getMutableMap() .put(key, value); bitField5_ |= 0x00010000; return this; } /** * map<uint32, float> field_map_uint32_float_177 = 177; */ public Builder putAllFieldMapUint32Float177( java.util.Map values) { internalGetMutableFieldMapUint32Float177().getMutableMap() .putAll(values); bitField5_ |= 0x00010000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Int32178_; private com.google.protobuf.MapField internalGetFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int32178_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int32178() { if (fieldMapUint32Int32178_ == null) { fieldMapUint32Int32178_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int32178DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int32178_.isMutable()) { fieldMapUint32Int32178_ = fieldMapUint32Int32178_.copy(); } bitField5_ |= 0x00020000; onChanged(); return fieldMapUint32Int32178_; } public int getFieldMapUint32Int32178Count() { return internalGetFieldMapUint32Int32178().getMap().size(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public boolean containsFieldMapUint32Int32178( int key) { return internalGetFieldMapUint32Int32178().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int32178Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int32178() { return getFieldMapUint32Int32178Map(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public java.util.Map getFieldMapUint32Int32178Map() { return internalGetFieldMapUint32Int32178().getMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ @java.lang.Override public int getFieldMapUint32Int32178OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int32178().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int32178() { bitField5_ = (bitField5_ & ~0x00020000); internalGetMutableFieldMapUint32Int32178().getMutableMap() .clear(); return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder removeFieldMapUint32Int32178( int key) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int32178() { bitField5_ |= 0x00020000; return internalGetMutableFieldMapUint32Int32178().getMutableMap(); } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putFieldMapUint32Int32178( int key, int value) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .put(key, value); bitField5_ |= 0x00020000; return this; } /** * map<uint32, int32> field_map_uint32_int32_178 = 178; */ public Builder putAllFieldMapUint32Int32178( java.util.Map values) { internalGetMutableFieldMapUint32Int32178().getMutableMap() .putAll(values); bitField5_ |= 0x00020000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Int64179_; private com.google.protobuf.MapField internalGetFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } return fieldMapUint32Int64179_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Int64179() { if (fieldMapUint32Int64179_ == null) { fieldMapUint32Int64179_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Int64179DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Int64179_.isMutable()) { fieldMapUint32Int64179_ = fieldMapUint32Int64179_.copy(); } bitField5_ |= 0x00040000; onChanged(); return fieldMapUint32Int64179_; } public int getFieldMapUint32Int64179Count() { return internalGetFieldMapUint32Int64179().getMap().size(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public boolean containsFieldMapUint32Int64179( int key) { return internalGetFieldMapUint32Int64179().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Int64179Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Int64179() { return getFieldMapUint32Int64179Map(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public java.util.Map getFieldMapUint32Int64179Map() { return internalGetFieldMapUint32Int64179().getMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ @java.lang.Override public long getFieldMapUint32Int64179OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Int64179().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Int64179() { bitField5_ = (bitField5_ & ~0x00040000); internalGetMutableFieldMapUint32Int64179().getMutableMap() .clear(); return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder removeFieldMapUint32Int64179( int key) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Int64179() { bitField5_ |= 0x00040000; return internalGetMutableFieldMapUint32Int64179().getMutableMap(); } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putFieldMapUint32Int64179( int key, long value) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .put(key, value); bitField5_ |= 0x00040000; return this; } /** * map<uint32, int64> field_map_uint32_int64_179 = 179; */ public Builder putAllFieldMapUint32Int64179( java.util.Map values) { internalGetMutableFieldMapUint32Int64179().getMutableMap() .putAll(values); bitField5_ |= 0x00040000; return this; } private static final class FieldMapUint32Message180Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint32Message180DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint32Message180Converter fieldMapUint32Message180Converter = new FieldMapUint32Message180Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapUint32Message180_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } return fieldMapUint32Message180_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint32Message180() { if (fieldMapUint32Message180_ == null) { fieldMapUint32Message180_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint32Message180Converter); } bitField5_ |= 0x00080000; onChanged(); return fieldMapUint32Message180_; } public int getFieldMapUint32Message180Count() { return internalGetFieldMapUint32Message180().ensureBuilderMap().size(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public boolean containsFieldMapUint32Message180( int key) { return internalGetFieldMapUint32Message180().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Message180Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Message180() { return getFieldMapUint32Message180Map(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public java.util.Map getFieldMapUint32Message180Map() { return internalGetFieldMapUint32Message180().getImmutableMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint32Message180OrDefault( int key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint32Message180Converter.build(map.get(key)) : defaultValue; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint32Message180OrThrow( int key) { java.util.Map map = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint32Message180Converter.build(map.get(key)); } public Builder clearFieldMapUint32Message180() { bitField5_ = (bitField5_ & ~0x00080000); internalGetMutableFieldMapUint32Message180().clear(); return this; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ public Builder removeFieldMapUint32Message180( int key) { internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Message180() { bitField5_ |= 0x00080000; return internalGetMutableFieldMapUint32Message180().ensureMessageMap(); } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ public Builder putFieldMapUint32Message180( int key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .put(key, value); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ public Builder putAllFieldMapUint32Message180( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint32Message180().ensureBuilderMap() .putAll(values); bitField5_ |= 0x00080000; return this; } /** * map<uint32, .protobuf.experimental.Proto3MessageLite> field_map_uint32_message_180 = 180; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapUint32Message180BuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableFieldMapUint32Message180().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sfixed32181_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed32181_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed32181() { if (fieldMapUint32Sfixed32181_ == null) { fieldMapUint32Sfixed32181_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed32181DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed32181_.isMutable()) { fieldMapUint32Sfixed32181_ = fieldMapUint32Sfixed32181_.copy(); } bitField5_ |= 0x00100000; onChanged(); return fieldMapUint32Sfixed32181_; } public int getFieldMapUint32Sfixed32181Count() { return internalGetFieldMapUint32Sfixed32181().getMap().size(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed32181( int key) { return internalGetFieldMapUint32Sfixed32181().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed32181Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed32181() { return getFieldMapUint32Sfixed32181Map(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed32181Map() { return internalGetFieldMapUint32Sfixed32181().getMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ @java.lang.Override public int getFieldMapUint32Sfixed32181OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed32181().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed32181() { bitField5_ = (bitField5_ & ~0x00100000); internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder removeFieldMapUint32Sfixed32181( int key) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed32181() { bitField5_ |= 0x00100000; return internalGetMutableFieldMapUint32Sfixed32181().getMutableMap(); } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putFieldMapUint32Sfixed32181( int key, int value) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .put(key, value); bitField5_ |= 0x00100000; return this; } /** * map<uint32, sfixed32> field_map_uint32_sfixed32_181 = 181; */ public Builder putAllFieldMapUint32Sfixed32181( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed32181().getMutableMap() .putAll(values); bitField5_ |= 0x00100000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sfixed64182_; private com.google.protobuf.MapField internalGetFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sfixed64182_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sfixed64182() { if (fieldMapUint32Sfixed64182_ == null) { fieldMapUint32Sfixed64182_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sfixed64182DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sfixed64182_.isMutable()) { fieldMapUint32Sfixed64182_ = fieldMapUint32Sfixed64182_.copy(); } bitField5_ |= 0x00200000; onChanged(); return fieldMapUint32Sfixed64182_; } public int getFieldMapUint32Sfixed64182Count() { return internalGetFieldMapUint32Sfixed64182().getMap().size(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public boolean containsFieldMapUint32Sfixed64182( int key) { return internalGetFieldMapUint32Sfixed64182().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sfixed64182Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sfixed64182() { return getFieldMapUint32Sfixed64182Map(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public java.util.Map getFieldMapUint32Sfixed64182Map() { return internalGetFieldMapUint32Sfixed64182().getMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ @java.lang.Override public long getFieldMapUint32Sfixed64182OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sfixed64182().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sfixed64182() { bitField5_ = (bitField5_ & ~0x00200000); internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .clear(); return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder removeFieldMapUint32Sfixed64182( int key) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sfixed64182() { bitField5_ |= 0x00200000; return internalGetMutableFieldMapUint32Sfixed64182().getMutableMap(); } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putFieldMapUint32Sfixed64182( int key, long value) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .put(key, value); bitField5_ |= 0x00200000; return this; } /** * map<uint32, sfixed64> field_map_uint32_sfixed64_182 = 182; */ public Builder putAllFieldMapUint32Sfixed64182( java.util.Map values) { internalGetMutableFieldMapUint32Sfixed64182().getMutableMap() .putAll(values); bitField5_ |= 0x00200000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Sint32183_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint32183_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint32183() { if (fieldMapUint32Sint32183_ == null) { fieldMapUint32Sint32183_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint32183DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint32183_.isMutable()) { fieldMapUint32Sint32183_ = fieldMapUint32Sint32183_.copy(); } bitField5_ |= 0x00400000; onChanged(); return fieldMapUint32Sint32183_; } public int getFieldMapUint32Sint32183Count() { return internalGetFieldMapUint32Sint32183().getMap().size(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public boolean containsFieldMapUint32Sint32183( int key) { return internalGetFieldMapUint32Sint32183().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint32183Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint32183() { return getFieldMapUint32Sint32183Map(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint32183Map() { return internalGetFieldMapUint32Sint32183().getMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ @java.lang.Override public int getFieldMapUint32Sint32183OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint32183().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint32183() { bitField5_ = (bitField5_ & ~0x00400000); internalGetMutableFieldMapUint32Sint32183().getMutableMap() .clear(); return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder removeFieldMapUint32Sint32183( int key) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint32183() { bitField5_ |= 0x00400000; return internalGetMutableFieldMapUint32Sint32183().getMutableMap(); } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putFieldMapUint32Sint32183( int key, int value) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .put(key, value); bitField5_ |= 0x00400000; return this; } /** * map<uint32, sint32> field_map_uint32_sint32_183 = 183; */ public Builder putAllFieldMapUint32Sint32183( java.util.Map values) { internalGetMutableFieldMapUint32Sint32183().getMutableMap() .putAll(values); bitField5_ |= 0x00400000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Sint64184_; private com.google.protobuf.MapField internalGetFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } return fieldMapUint32Sint64184_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Sint64184() { if (fieldMapUint32Sint64184_ == null) { fieldMapUint32Sint64184_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Sint64184DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Sint64184_.isMutable()) { fieldMapUint32Sint64184_ = fieldMapUint32Sint64184_.copy(); } bitField5_ |= 0x00800000; onChanged(); return fieldMapUint32Sint64184_; } public int getFieldMapUint32Sint64184Count() { return internalGetFieldMapUint32Sint64184().getMap().size(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public boolean containsFieldMapUint32Sint64184( int key) { return internalGetFieldMapUint32Sint64184().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Sint64184Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Sint64184() { return getFieldMapUint32Sint64184Map(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public java.util.Map getFieldMapUint32Sint64184Map() { return internalGetFieldMapUint32Sint64184().getMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ @java.lang.Override public long getFieldMapUint32Sint64184OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Sint64184().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Sint64184() { bitField5_ = (bitField5_ & ~0x00800000); internalGetMutableFieldMapUint32Sint64184().getMutableMap() .clear(); return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder removeFieldMapUint32Sint64184( int key) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Sint64184() { bitField5_ |= 0x00800000; return internalGetMutableFieldMapUint32Sint64184().getMutableMap(); } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putFieldMapUint32Sint64184( int key, long value) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .put(key, value); bitField5_ |= 0x00800000; return this; } /** * map<uint32, sint64> field_map_uint32_sint64_184 = 184; */ public Builder putAllFieldMapUint32Sint64184( java.util.Map values) { internalGetMutableFieldMapUint32Sint64184().getMutableMap() .putAll(values); bitField5_ |= 0x00800000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> fieldMapUint32String185_; private com.google.protobuf.MapField internalGetFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } return fieldMapUint32String185_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32String185() { if (fieldMapUint32String185_ == null) { fieldMapUint32String185_ = com.google.protobuf.MapField.newMapField( FieldMapUint32String185DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32String185_.isMutable()) { fieldMapUint32String185_ = fieldMapUint32String185_.copy(); } bitField5_ |= 0x01000000; onChanged(); return fieldMapUint32String185_; } public int getFieldMapUint32String185Count() { return internalGetFieldMapUint32String185().getMap().size(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public boolean containsFieldMapUint32String185( int key) { return internalGetFieldMapUint32String185().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32String185Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32String185() { return getFieldMapUint32String185Map(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.util.Map getFieldMapUint32String185Map() { return internalGetFieldMapUint32String185().getMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint32String185OrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ @java.lang.Override public java.lang.String getFieldMapUint32String185OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32String185().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32String185() { bitField5_ = (bitField5_ & ~0x01000000); internalGetMutableFieldMapUint32String185().getMutableMap() .clear(); return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder removeFieldMapUint32String185( int key) { internalGetMutableFieldMapUint32String185().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32String185() { bitField5_ |= 0x01000000; return internalGetMutableFieldMapUint32String185().getMutableMap(); } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putFieldMapUint32String185( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint32String185().getMutableMap() .put(key, value); bitField5_ |= 0x01000000; return this; } /** * map<uint32, string> field_map_uint32_string_185 = 185; */ public Builder putAllFieldMapUint32String185( java.util.Map values) { internalGetMutableFieldMapUint32String185().getMutableMap() .putAll(values); bitField5_ |= 0x01000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> fieldMapUint32Uint32186_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint32186_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint32186() { if (fieldMapUint32Uint32186_ == null) { fieldMapUint32Uint32186_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint32186DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint32186_.isMutable()) { fieldMapUint32Uint32186_ = fieldMapUint32Uint32186_.copy(); } bitField5_ |= 0x02000000; onChanged(); return fieldMapUint32Uint32186_; } public int getFieldMapUint32Uint32186Count() { return internalGetFieldMapUint32Uint32186().getMap().size(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public boolean containsFieldMapUint32Uint32186( int key) { return internalGetFieldMapUint32Uint32186().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint32186Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint32186() { return getFieldMapUint32Uint32186Map(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint32186Map() { return internalGetFieldMapUint32Uint32186().getMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrDefault( int key, int defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ @java.lang.Override public int getFieldMapUint32Uint32186OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint32186().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint32186() { bitField5_ = (bitField5_ & ~0x02000000); internalGetMutableFieldMapUint32Uint32186().getMutableMap() .clear(); return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder removeFieldMapUint32Uint32186( int key) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint32186() { bitField5_ |= 0x02000000; return internalGetMutableFieldMapUint32Uint32186().getMutableMap(); } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putFieldMapUint32Uint32186( int key, int value) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .put(key, value); bitField5_ |= 0x02000000; return this; } /** * map<uint32, uint32> field_map_uint32_uint32_186 = 186; */ public Builder putAllFieldMapUint32Uint32186( java.util.Map values) { internalGetMutableFieldMapUint32Uint32186().getMutableMap() .putAll(values); bitField5_ |= 0x02000000; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Long> fieldMapUint32Uint64187_; private com.google.protobuf.MapField internalGetFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } return fieldMapUint32Uint64187_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint32Uint64187() { if (fieldMapUint32Uint64187_ == null) { fieldMapUint32Uint64187_ = com.google.protobuf.MapField.newMapField( FieldMapUint32Uint64187DefaultEntryHolder.defaultEntry); } if (!fieldMapUint32Uint64187_.isMutable()) { fieldMapUint32Uint64187_ = fieldMapUint32Uint64187_.copy(); } bitField5_ |= 0x04000000; onChanged(); return fieldMapUint32Uint64187_; } public int getFieldMapUint32Uint64187Count() { return internalGetFieldMapUint32Uint64187().getMap().size(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public boolean containsFieldMapUint32Uint64187( int key) { return internalGetFieldMapUint32Uint64187().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint32Uint64187Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint32Uint64187() { return getFieldMapUint32Uint64187Map(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public java.util.Map getFieldMapUint32Uint64187Map() { return internalGetFieldMapUint32Uint64187().getMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrDefault( int key, long defaultValue) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ @java.lang.Override public long getFieldMapUint32Uint64187OrThrow( int key) { java.util.Map map = internalGetFieldMapUint32Uint64187().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint32Uint64187() { bitField5_ = (bitField5_ & ~0x04000000); internalGetMutableFieldMapUint32Uint64187().getMutableMap() .clear(); return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder removeFieldMapUint32Uint64187( int key) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint32Uint64187() { bitField5_ |= 0x04000000; return internalGetMutableFieldMapUint32Uint64187().getMutableMap(); } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putFieldMapUint32Uint64187( int key, long value) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .put(key, value); bitField5_ |= 0x04000000; return this; } /** * map<uint32, uint64> field_map_uint32_uint64_187 = 187; */ public Builder putAllFieldMapUint32Uint64187( java.util.Map values) { internalGetMutableFieldMapUint32Uint64187().getMutableMap() .putAll(values); bitField5_ |= 0x04000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Boolean> fieldMapUint64Bool188_; private com.google.protobuf.MapField internalGetFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bool188_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bool188() { if (fieldMapUint64Bool188_ == null) { fieldMapUint64Bool188_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bool188DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bool188_.isMutable()) { fieldMapUint64Bool188_ = fieldMapUint64Bool188_.copy(); } bitField5_ |= 0x08000000; onChanged(); return fieldMapUint64Bool188_; } public int getFieldMapUint64Bool188Count() { return internalGetFieldMapUint64Bool188().getMap().size(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean containsFieldMapUint64Bool188( long key) { return internalGetFieldMapUint64Bool188().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bool188Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bool188() { return getFieldMapUint64Bool188Map(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public java.util.Map getFieldMapUint64Bool188Map() { return internalGetFieldMapUint64Bool188().getMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrDefault( long key, boolean defaultValue) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ @java.lang.Override public boolean getFieldMapUint64Bool188OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bool188().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bool188() { bitField5_ = (bitField5_ & ~0x08000000); internalGetMutableFieldMapUint64Bool188().getMutableMap() .clear(); return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder removeFieldMapUint64Bool188( long key) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bool188() { bitField5_ |= 0x08000000; return internalGetMutableFieldMapUint64Bool188().getMutableMap(); } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putFieldMapUint64Bool188( long key, boolean value) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .put(key, value); bitField5_ |= 0x08000000; return this; } /** * map<uint64, bool> field_map_uint64_bool_188 = 188; */ public Builder putAllFieldMapUint64Bool188( java.util.Map values) { internalGetMutableFieldMapUint64Bool188().getMutableMap() .putAll(values); bitField5_ |= 0x08000000; return this; } private com.google.protobuf.MapField< java.lang.Long, com.google.protobuf.ByteString> fieldMapUint64Bytes189_; private com.google.protobuf.MapField internalGetFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } return fieldMapUint64Bytes189_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Bytes189() { if (fieldMapUint64Bytes189_ == null) { fieldMapUint64Bytes189_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Bytes189DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Bytes189_.isMutable()) { fieldMapUint64Bytes189_ = fieldMapUint64Bytes189_.copy(); } bitField5_ |= 0x10000000; onChanged(); return fieldMapUint64Bytes189_; } public int getFieldMapUint64Bytes189Count() { return internalGetFieldMapUint64Bytes189().getMap().size(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public boolean containsFieldMapUint64Bytes189( long key) { return internalGetFieldMapUint64Bytes189().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Bytes189Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Bytes189() { return getFieldMapUint64Bytes189Map(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public java.util.Map getFieldMapUint64Bytes189Map() { return internalGetFieldMapUint64Bytes189().getMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getFieldMapUint64Bytes189OrDefault( long key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ @java.lang.Override public com.google.protobuf.ByteString getFieldMapUint64Bytes189OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Bytes189().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Bytes189() { bitField5_ = (bitField5_ & ~0x10000000); internalGetMutableFieldMapUint64Bytes189().getMutableMap() .clear(); return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder removeFieldMapUint64Bytes189( long key) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Bytes189() { bitField5_ |= 0x10000000; return internalGetMutableFieldMapUint64Bytes189().getMutableMap(); } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putFieldMapUint64Bytes189( long key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Bytes189().getMutableMap() .put(key, value); bitField5_ |= 0x10000000; return this; } /** * map<uint64, bytes> field_map_uint64_bytes_189 = 189; */ public Builder putAllFieldMapUint64Bytes189( java.util.Map values) { internalGetMutableFieldMapUint64Bytes189().getMutableMap() .putAll(values); bitField5_ |= 0x10000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Double> fieldMapUint64Double190_; private com.google.protobuf.MapField internalGetFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } return fieldMapUint64Double190_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Double190() { if (fieldMapUint64Double190_ == null) { fieldMapUint64Double190_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Double190DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Double190_.isMutable()) { fieldMapUint64Double190_ = fieldMapUint64Double190_.copy(); } bitField5_ |= 0x20000000; onChanged(); return fieldMapUint64Double190_; } public int getFieldMapUint64Double190Count() { return internalGetFieldMapUint64Double190().getMap().size(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public boolean containsFieldMapUint64Double190( long key) { return internalGetFieldMapUint64Double190().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Double190Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Double190() { return getFieldMapUint64Double190Map(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public java.util.Map getFieldMapUint64Double190Map() { return internalGetFieldMapUint64Double190().getMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrDefault( long key, double defaultValue) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ @java.lang.Override public double getFieldMapUint64Double190OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Double190().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Double190() { bitField5_ = (bitField5_ & ~0x20000000); internalGetMutableFieldMapUint64Double190().getMutableMap() .clear(); return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder removeFieldMapUint64Double190( long key) { internalGetMutableFieldMapUint64Double190().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Double190() { bitField5_ |= 0x20000000; return internalGetMutableFieldMapUint64Double190().getMutableMap(); } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putFieldMapUint64Double190( long key, double value) { internalGetMutableFieldMapUint64Double190().getMutableMap() .put(key, value); bitField5_ |= 0x20000000; return this; } /** * map<uint64, double> field_map_uint64_double_190 = 190; */ public Builder putAllFieldMapUint64Double190( java.util.Map values) { internalGetMutableFieldMapUint64Double190().getMutableMap() .putAll(values); bitField5_ |= 0x20000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Enum191_; private com.google.protobuf.MapField internalGetFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } return fieldMapUint64Enum191_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Enum191() { if (fieldMapUint64Enum191_ == null) { fieldMapUint64Enum191_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Enum191DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Enum191_.isMutable()) { fieldMapUint64Enum191_ = fieldMapUint64Enum191_.copy(); } bitField5_ |= 0x40000000; onChanged(); return fieldMapUint64Enum191_; } public int getFieldMapUint64Enum191Count() { return internalGetFieldMapUint64Enum191().getMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public boolean containsFieldMapUint64Enum191( long key) { return internalGetFieldMapUint64Enum191().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Enum191Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191() { return getFieldMapUint64Enum191Map(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191Map() { return internalGetAdaptedFieldMapUint64Enum191Map( internalGetFieldMapUint64Enum191().getMap());} /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint64Enum191OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? fieldMapUint64Enum191ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum getFieldMapUint64Enum191OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Enum191ValueConverter.doForward(map.get(key)); } /** * Use {@link #getFieldMapUint64Enum191ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Enum191Value() { return getFieldMapUint64Enum191ValueMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public java.util.Map getFieldMapUint64Enum191ValueMap() { return internalGetFieldMapUint64Enum191().getMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ @java.lang.Override public int getFieldMapUint64Enum191ValueOrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Enum191().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Enum191() { bitField5_ = (bitField5_ & ~0x40000000); internalGetMutableFieldMapUint64Enum191().getMutableMap() .clear(); return this; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder removeFieldMapUint64Enum191( long key) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Enum191() { bitField5_ |= 0x40000000; return internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putFieldMapUint64Enum191( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.TestEnum value) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .put(key, fieldMapUint64Enum191ValueConverter.doBackward(value)); bitField5_ |= 0x40000000; return this; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putAllFieldMapUint64Enum191( java.util.Map values) { internalGetAdaptedFieldMapUint64Enum191Map( internalGetMutableFieldMapUint64Enum191().getMutableMap()) .putAll(values); bitField5_ |= 0x40000000; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Enum191Value() { bitField5_ |= 0x40000000; return internalGetMutableFieldMapUint64Enum191().getMutableMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putFieldMapUint64Enum191Value( long key, int value) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .put(key, value); bitField5_ |= 0x40000000; return this; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite.TestEnum> field_map_uint64_enum_191 = 191; */ public Builder putAllFieldMapUint64Enum191Value( java.util.Map values) { internalGetMutableFieldMapUint64Enum191().getMutableMap() .putAll(values); bitField5_ |= 0x40000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Fixed32192_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed32192_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed32192() { if (fieldMapUint64Fixed32192_ == null) { fieldMapUint64Fixed32192_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed32192DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed32192_.isMutable()) { fieldMapUint64Fixed32192_ = fieldMapUint64Fixed32192_.copy(); } bitField5_ |= 0x80000000; onChanged(); return fieldMapUint64Fixed32192_; } public int getFieldMapUint64Fixed32192Count() { return internalGetFieldMapUint64Fixed32192().getMap().size(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public boolean containsFieldMapUint64Fixed32192( long key) { return internalGetFieldMapUint64Fixed32192().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed32192Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed32192() { return getFieldMapUint64Fixed32192Map(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed32192Map() { return internalGetFieldMapUint64Fixed32192().getMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ @java.lang.Override public int getFieldMapUint64Fixed32192OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed32192().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed32192() { bitField5_ = (bitField5_ & ~0x80000000); internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .clear(); return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder removeFieldMapUint64Fixed32192( long key) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed32192() { bitField5_ |= 0x80000000; return internalGetMutableFieldMapUint64Fixed32192().getMutableMap(); } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putFieldMapUint64Fixed32192( long key, int value) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .put(key, value); bitField5_ |= 0x80000000; return this; } /** * map<uint64, fixed32> field_map_uint64_fixed32_192 = 192; */ public Builder putAllFieldMapUint64Fixed32192( java.util.Map values) { internalGetMutableFieldMapUint64Fixed32192().getMutableMap() .putAll(values); bitField5_ |= 0x80000000; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Fixed64193_; private com.google.protobuf.MapField internalGetFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } return fieldMapUint64Fixed64193_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Fixed64193() { if (fieldMapUint64Fixed64193_ == null) { fieldMapUint64Fixed64193_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Fixed64193DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Fixed64193_.isMutable()) { fieldMapUint64Fixed64193_ = fieldMapUint64Fixed64193_.copy(); } bitField6_ |= 0x00000001; onChanged(); return fieldMapUint64Fixed64193_; } public int getFieldMapUint64Fixed64193Count() { return internalGetFieldMapUint64Fixed64193().getMap().size(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public boolean containsFieldMapUint64Fixed64193( long key) { return internalGetFieldMapUint64Fixed64193().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Fixed64193Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Fixed64193() { return getFieldMapUint64Fixed64193Map(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public java.util.Map getFieldMapUint64Fixed64193Map() { return internalGetFieldMapUint64Fixed64193().getMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ @java.lang.Override public long getFieldMapUint64Fixed64193OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Fixed64193().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Fixed64193() { bitField6_ = (bitField6_ & ~0x00000001); internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .clear(); return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder removeFieldMapUint64Fixed64193( long key) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Fixed64193() { bitField6_ |= 0x00000001; return internalGetMutableFieldMapUint64Fixed64193().getMutableMap(); } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putFieldMapUint64Fixed64193( long key, long value) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .put(key, value); bitField6_ |= 0x00000001; return this; } /** * map<uint64, fixed64> field_map_uint64_fixed64_193 = 193; */ public Builder putAllFieldMapUint64Fixed64193( java.util.Map values) { internalGetMutableFieldMapUint64Fixed64193().getMutableMap() .putAll(values); bitField6_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Float> fieldMapUint64Float194_; private com.google.protobuf.MapField internalGetFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } return fieldMapUint64Float194_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Float194() { if (fieldMapUint64Float194_ == null) { fieldMapUint64Float194_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Float194DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Float194_.isMutable()) { fieldMapUint64Float194_ = fieldMapUint64Float194_.copy(); } bitField6_ |= 0x00000002; onChanged(); return fieldMapUint64Float194_; } public int getFieldMapUint64Float194Count() { return internalGetFieldMapUint64Float194().getMap().size(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public boolean containsFieldMapUint64Float194( long key) { return internalGetFieldMapUint64Float194().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Float194Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Float194() { return getFieldMapUint64Float194Map(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public java.util.Map getFieldMapUint64Float194Map() { return internalGetFieldMapUint64Float194().getMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrDefault( long key, float defaultValue) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ @java.lang.Override public float getFieldMapUint64Float194OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Float194().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Float194() { bitField6_ = (bitField6_ & ~0x00000002); internalGetMutableFieldMapUint64Float194().getMutableMap() .clear(); return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder removeFieldMapUint64Float194( long key) { internalGetMutableFieldMapUint64Float194().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Float194() { bitField6_ |= 0x00000002; return internalGetMutableFieldMapUint64Float194().getMutableMap(); } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putFieldMapUint64Float194( long key, float value) { internalGetMutableFieldMapUint64Float194().getMutableMap() .put(key, value); bitField6_ |= 0x00000002; return this; } /** * map<uint64, float> field_map_uint64_float_194 = 194; */ public Builder putAllFieldMapUint64Float194( java.util.Map values) { internalGetMutableFieldMapUint64Float194().getMutableMap() .putAll(values); bitField6_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Int32195_; private com.google.protobuf.MapField internalGetFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int32195_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int32195() { if (fieldMapUint64Int32195_ == null) { fieldMapUint64Int32195_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int32195DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int32195_.isMutable()) { fieldMapUint64Int32195_ = fieldMapUint64Int32195_.copy(); } bitField6_ |= 0x00000004; onChanged(); return fieldMapUint64Int32195_; } public int getFieldMapUint64Int32195Count() { return internalGetFieldMapUint64Int32195().getMap().size(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public boolean containsFieldMapUint64Int32195( long key) { return internalGetFieldMapUint64Int32195().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int32195Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int32195() { return getFieldMapUint64Int32195Map(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public java.util.Map getFieldMapUint64Int32195Map() { return internalGetFieldMapUint64Int32195().getMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ @java.lang.Override public int getFieldMapUint64Int32195OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int32195().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int32195() { bitField6_ = (bitField6_ & ~0x00000004); internalGetMutableFieldMapUint64Int32195().getMutableMap() .clear(); return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder removeFieldMapUint64Int32195( long key) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int32195() { bitField6_ |= 0x00000004; return internalGetMutableFieldMapUint64Int32195().getMutableMap(); } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putFieldMapUint64Int32195( long key, int value) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .put(key, value); bitField6_ |= 0x00000004; return this; } /** * map<uint64, int32> field_map_uint64_int32_195 = 195; */ public Builder putAllFieldMapUint64Int32195( java.util.Map values) { internalGetMutableFieldMapUint64Int32195().getMutableMap() .putAll(values); bitField6_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Int64196_; private com.google.protobuf.MapField internalGetFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } return fieldMapUint64Int64196_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Int64196() { if (fieldMapUint64Int64196_ == null) { fieldMapUint64Int64196_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Int64196DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Int64196_.isMutable()) { fieldMapUint64Int64196_ = fieldMapUint64Int64196_.copy(); } bitField6_ |= 0x00000008; onChanged(); return fieldMapUint64Int64196_; } public int getFieldMapUint64Int64196Count() { return internalGetFieldMapUint64Int64196().getMap().size(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public boolean containsFieldMapUint64Int64196( long key) { return internalGetFieldMapUint64Int64196().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Int64196Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Int64196() { return getFieldMapUint64Int64196Map(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public java.util.Map getFieldMapUint64Int64196Map() { return internalGetFieldMapUint64Int64196().getMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ @java.lang.Override public long getFieldMapUint64Int64196OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Int64196().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Int64196() { bitField6_ = (bitField6_ & ~0x00000008); internalGetMutableFieldMapUint64Int64196().getMutableMap() .clear(); return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder removeFieldMapUint64Int64196( long key) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Int64196() { bitField6_ |= 0x00000008; return internalGetMutableFieldMapUint64Int64196().getMutableMap(); } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putFieldMapUint64Int64196( long key, long value) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .put(key, value); bitField6_ |= 0x00000008; return this; } /** * map<uint64, int64> field_map_uint64_int64_196 = 196; */ public Builder putAllFieldMapUint64Int64196( java.util.Map values) { internalGetMutableFieldMapUint64Int64196().getMutableMap() .putAll(values); bitField6_ |= 0x00000008; return this; } private static final class FieldMapUint64Message197Converter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite build(com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder val) { if (val instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) val; } return ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return FieldMapUint64Message197DefaultEntryHolder.defaultEntry; } }; private static final FieldMapUint64Message197Converter fieldMapUint64Message197Converter = new FieldMapUint64Message197Converter(); private com.google.protobuf.MapFieldBuilder< java.lang.Long, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder> fieldMapUint64Message197_; private com.google.protobuf.MapFieldBuilder internalGetFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { return new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } return fieldMapUint64Message197_; } private com.google.protobuf.MapFieldBuilder internalGetMutableFieldMapUint64Message197() { if (fieldMapUint64Message197_ == null) { fieldMapUint64Message197_ = new com.google.protobuf.MapFieldBuilder<>(fieldMapUint64Message197Converter); } bitField6_ |= 0x00000010; onChanged(); return fieldMapUint64Message197_; } public int getFieldMapUint64Message197Count() { return internalGetFieldMapUint64Message197().ensureBuilderMap().size(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public boolean containsFieldMapUint64Message197( long key) { return internalGetFieldMapUint64Message197().ensureBuilderMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Message197Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Message197() { return getFieldMapUint64Message197Map(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public java.util.Map getFieldMapUint64Message197Map() { return internalGetFieldMapUint64Message197().getImmutableMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint64Message197OrDefault( long key, /* nullable */ com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite defaultValue) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); return map.containsKey(key) ? fieldMapUint64Message197Converter.build(map.get(key)) : defaultValue; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite getFieldMapUint64Message197OrThrow( long key) { java.util.Map map = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return fieldMapUint64Message197Converter.build(map.get(key)); } public Builder clearFieldMapUint64Message197() { bitField6_ = (bitField6_ & ~0x00000010); internalGetMutableFieldMapUint64Message197().clear(); return this; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ public Builder removeFieldMapUint64Message197( long key) { internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Message197() { bitField6_ |= 0x00000010; return internalGetMutableFieldMapUint64Message197().ensureMessageMap(); } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ public Builder putFieldMapUint64Message197( long key, com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .put(key, value); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ public Builder putAllFieldMapUint64Message197( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableFieldMapUint64Message197().ensureBuilderMap() .putAll(values); bitField6_ |= 0x00000010; return this; } /** * map<uint64, .protobuf.experimental.Proto3MessageLite> field_map_uint64_message_197 = 197; */ public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder putFieldMapUint64Message197BuilderIfAbsent( long key) { java.util.Map builderMap = internalGetMutableFieldMapUint64Message197().ensureBuilderMap(); com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteOrBuilder entry = builderMap.get(key); if (entry == null) { entry = com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.newBuilder(); builderMap.put(key, entry); } if (entry instanceof com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) { entry = ((com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite) entry).toBuilder(); builderMap.put(key, entry); } return (com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLite.Builder) entry; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sfixed32198_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed32198_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed32198() { if (fieldMapUint64Sfixed32198_ == null) { fieldMapUint64Sfixed32198_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed32198DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed32198_.isMutable()) { fieldMapUint64Sfixed32198_ = fieldMapUint64Sfixed32198_.copy(); } bitField6_ |= 0x00000020; onChanged(); return fieldMapUint64Sfixed32198_; } public int getFieldMapUint64Sfixed32198Count() { return internalGetFieldMapUint64Sfixed32198().getMap().size(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed32198( long key) { return internalGetFieldMapUint64Sfixed32198().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed32198Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed32198() { return getFieldMapUint64Sfixed32198Map(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed32198Map() { return internalGetFieldMapUint64Sfixed32198().getMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ @java.lang.Override public int getFieldMapUint64Sfixed32198OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed32198().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed32198() { bitField6_ = (bitField6_ & ~0x00000020); internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder removeFieldMapUint64Sfixed32198( long key) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed32198() { bitField6_ |= 0x00000020; return internalGetMutableFieldMapUint64Sfixed32198().getMutableMap(); } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putFieldMapUint64Sfixed32198( long key, int value) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .put(key, value); bitField6_ |= 0x00000020; return this; } /** * map<uint64, sfixed32> field_map_uint64_sfixed32_198 = 198; */ public Builder putAllFieldMapUint64Sfixed32198( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed32198().getMutableMap() .putAll(values); bitField6_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sfixed64199_; private com.google.protobuf.MapField internalGetFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sfixed64199_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sfixed64199() { if (fieldMapUint64Sfixed64199_ == null) { fieldMapUint64Sfixed64199_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sfixed64199DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sfixed64199_.isMutable()) { fieldMapUint64Sfixed64199_ = fieldMapUint64Sfixed64199_.copy(); } bitField6_ |= 0x00000040; onChanged(); return fieldMapUint64Sfixed64199_; } public int getFieldMapUint64Sfixed64199Count() { return internalGetFieldMapUint64Sfixed64199().getMap().size(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public boolean containsFieldMapUint64Sfixed64199( long key) { return internalGetFieldMapUint64Sfixed64199().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sfixed64199Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sfixed64199() { return getFieldMapUint64Sfixed64199Map(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public java.util.Map getFieldMapUint64Sfixed64199Map() { return internalGetFieldMapUint64Sfixed64199().getMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ @java.lang.Override public long getFieldMapUint64Sfixed64199OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sfixed64199().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sfixed64199() { bitField6_ = (bitField6_ & ~0x00000040); internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .clear(); return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder removeFieldMapUint64Sfixed64199( long key) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sfixed64199() { bitField6_ |= 0x00000040; return internalGetMutableFieldMapUint64Sfixed64199().getMutableMap(); } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putFieldMapUint64Sfixed64199( long key, long value) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .put(key, value); bitField6_ |= 0x00000040; return this; } /** * map<uint64, sfixed64> field_map_uint64_sfixed64_199 = 199; */ public Builder putAllFieldMapUint64Sfixed64199( java.util.Map values) { internalGetMutableFieldMapUint64Sfixed64199().getMutableMap() .putAll(values); bitField6_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Sint32200_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint32200_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint32200() { if (fieldMapUint64Sint32200_ == null) { fieldMapUint64Sint32200_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint32200DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint32200_.isMutable()) { fieldMapUint64Sint32200_ = fieldMapUint64Sint32200_.copy(); } bitField6_ |= 0x00000080; onChanged(); return fieldMapUint64Sint32200_; } public int getFieldMapUint64Sint32200Count() { return internalGetFieldMapUint64Sint32200().getMap().size(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public boolean containsFieldMapUint64Sint32200( long key) { return internalGetFieldMapUint64Sint32200().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint32200Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint32200() { return getFieldMapUint64Sint32200Map(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint32200Map() { return internalGetFieldMapUint64Sint32200().getMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ @java.lang.Override public int getFieldMapUint64Sint32200OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint32200().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint32200() { bitField6_ = (bitField6_ & ~0x00000080); internalGetMutableFieldMapUint64Sint32200().getMutableMap() .clear(); return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder removeFieldMapUint64Sint32200( long key) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint32200() { bitField6_ |= 0x00000080; return internalGetMutableFieldMapUint64Sint32200().getMutableMap(); } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putFieldMapUint64Sint32200( long key, int value) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .put(key, value); bitField6_ |= 0x00000080; return this; } /** * map<uint64, sint32> field_map_uint64_sint32_200 = 200; */ public Builder putAllFieldMapUint64Sint32200( java.util.Map values) { internalGetMutableFieldMapUint64Sint32200().getMutableMap() .putAll(values); bitField6_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Sint64201_; private com.google.protobuf.MapField internalGetFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } return fieldMapUint64Sint64201_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Sint64201() { if (fieldMapUint64Sint64201_ == null) { fieldMapUint64Sint64201_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Sint64201DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Sint64201_.isMutable()) { fieldMapUint64Sint64201_ = fieldMapUint64Sint64201_.copy(); } bitField6_ |= 0x00000100; onChanged(); return fieldMapUint64Sint64201_; } public int getFieldMapUint64Sint64201Count() { return internalGetFieldMapUint64Sint64201().getMap().size(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public boolean containsFieldMapUint64Sint64201( long key) { return internalGetFieldMapUint64Sint64201().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Sint64201Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Sint64201() { return getFieldMapUint64Sint64201Map(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public java.util.Map getFieldMapUint64Sint64201Map() { return internalGetFieldMapUint64Sint64201().getMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ @java.lang.Override public long getFieldMapUint64Sint64201OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Sint64201().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Sint64201() { bitField6_ = (bitField6_ & ~0x00000100); internalGetMutableFieldMapUint64Sint64201().getMutableMap() .clear(); return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder removeFieldMapUint64Sint64201( long key) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Sint64201() { bitField6_ |= 0x00000100; return internalGetMutableFieldMapUint64Sint64201().getMutableMap(); } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putFieldMapUint64Sint64201( long key, long value) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .put(key, value); bitField6_ |= 0x00000100; return this; } /** * map<uint64, sint64> field_map_uint64_sint64_201 = 201; */ public Builder putAllFieldMapUint64Sint64201( java.util.Map values) { internalGetMutableFieldMapUint64Sint64201().getMutableMap() .putAll(values); bitField6_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.String> fieldMapUint64String202_; private com.google.protobuf.MapField internalGetFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } return fieldMapUint64String202_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64String202() { if (fieldMapUint64String202_ == null) { fieldMapUint64String202_ = com.google.protobuf.MapField.newMapField( FieldMapUint64String202DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64String202_.isMutable()) { fieldMapUint64String202_ = fieldMapUint64String202_.copy(); } bitField6_ |= 0x00000200; onChanged(); return fieldMapUint64String202_; } public int getFieldMapUint64String202Count() { return internalGetFieldMapUint64String202().getMap().size(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public boolean containsFieldMapUint64String202( long key) { return internalGetFieldMapUint64String202().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64String202Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64String202() { return getFieldMapUint64String202Map(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.util.Map getFieldMapUint64String202Map() { return internalGetFieldMapUint64String202().getMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public /* nullable */ java.lang.String getFieldMapUint64String202OrDefault( long key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ @java.lang.Override public java.lang.String getFieldMapUint64String202OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64String202().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64String202() { bitField6_ = (bitField6_ & ~0x00000200); internalGetMutableFieldMapUint64String202().getMutableMap() .clear(); return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder removeFieldMapUint64String202( long key) { internalGetMutableFieldMapUint64String202().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64String202() { bitField6_ |= 0x00000200; return internalGetMutableFieldMapUint64String202().getMutableMap(); } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putFieldMapUint64String202( long key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableFieldMapUint64String202().getMutableMap() .put(key, value); bitField6_ |= 0x00000200; return this; } /** * map<uint64, string> field_map_uint64_string_202 = 202; */ public Builder putAllFieldMapUint64String202( java.util.Map values) { internalGetMutableFieldMapUint64String202().getMutableMap() .putAll(values); bitField6_ |= 0x00000200; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> fieldMapUint64Uint32203_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint32203_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint32203() { if (fieldMapUint64Uint32203_ == null) { fieldMapUint64Uint32203_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint32203DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint32203_.isMutable()) { fieldMapUint64Uint32203_ = fieldMapUint64Uint32203_.copy(); } bitField6_ |= 0x00000400; onChanged(); return fieldMapUint64Uint32203_; } public int getFieldMapUint64Uint32203Count() { return internalGetFieldMapUint64Uint32203().getMap().size(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public boolean containsFieldMapUint64Uint32203( long key) { return internalGetFieldMapUint64Uint32203().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint32203Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint32203() { return getFieldMapUint64Uint32203Map(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint32203Map() { return internalGetFieldMapUint64Uint32203().getMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrDefault( long key, int defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ @java.lang.Override public int getFieldMapUint64Uint32203OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint32203().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint32203() { bitField6_ = (bitField6_ & ~0x00000400); internalGetMutableFieldMapUint64Uint32203().getMutableMap() .clear(); return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder removeFieldMapUint64Uint32203( long key) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint32203() { bitField6_ |= 0x00000400; return internalGetMutableFieldMapUint64Uint32203().getMutableMap(); } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putFieldMapUint64Uint32203( long key, int value) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .put(key, value); bitField6_ |= 0x00000400; return this; } /** * map<uint64, uint32> field_map_uint64_uint32_203 = 203; */ public Builder putAllFieldMapUint64Uint32203( java.util.Map values) { internalGetMutableFieldMapUint64Uint32203().getMutableMap() .putAll(values); bitField6_ |= 0x00000400; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Long> fieldMapUint64Uint64204_; private com.google.protobuf.MapField internalGetFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { return com.google.protobuf.MapField.emptyMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } return fieldMapUint64Uint64204_; } private com.google.protobuf.MapField internalGetMutableFieldMapUint64Uint64204() { if (fieldMapUint64Uint64204_ == null) { fieldMapUint64Uint64204_ = com.google.protobuf.MapField.newMapField( FieldMapUint64Uint64204DefaultEntryHolder.defaultEntry); } if (!fieldMapUint64Uint64204_.isMutable()) { fieldMapUint64Uint64204_ = fieldMapUint64Uint64204_.copy(); } bitField6_ |= 0x00000800; onChanged(); return fieldMapUint64Uint64204_; } public int getFieldMapUint64Uint64204Count() { return internalGetFieldMapUint64Uint64204().getMap().size(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public boolean containsFieldMapUint64Uint64204( long key) { return internalGetFieldMapUint64Uint64204().getMap().containsKey(key); } /** * Use {@link #getFieldMapUint64Uint64204Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFieldMapUint64Uint64204() { return getFieldMapUint64Uint64204Map(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public java.util.Map getFieldMapUint64Uint64204Map() { return internalGetFieldMapUint64Uint64204().getMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrDefault( long key, long defaultValue) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ @java.lang.Override public long getFieldMapUint64Uint64204OrThrow( long key) { java.util.Map map = internalGetFieldMapUint64Uint64204().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFieldMapUint64Uint64204() { bitField6_ = (bitField6_ & ~0x00000800); internalGetMutableFieldMapUint64Uint64204().getMutableMap() .clear(); return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder removeFieldMapUint64Uint64204( long key) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFieldMapUint64Uint64204() { bitField6_ |= 0x00000800; return internalGetMutableFieldMapUint64Uint64204().getMutableMap(); } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putFieldMapUint64Uint64204( long key, long value) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .put(key, value); bitField6_ |= 0x00000800; return this; } /** * map<uint64, uint64> field_map_uint64_uint64_204 = 204; */ public Builder putAllFieldMapUint64Uint64204( java.util.Map values) { internalGetMutableFieldMapUint64Uint64204().getMutableMap() .putAll(values); bitField6_ |= 0x00000800; 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:protobuf.experimental.Proto3MessageLiteWithMaps) } // @@protoc_insertion_point(class_scope:protobuf.experimental.Proto3MessageLiteWithMaps) private static final com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps(); } public static com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Proto3MessageLiteWithMaps parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.Proto3TestingLite.Proto3MessageLiteWithMaps getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLite_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3EmptyLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3EmptyLite_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolString15Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32String66Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64String83Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32String134Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64String151Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBool154Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringString168Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringString168Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32String185Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64String202Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n-com/google/protobuf/proto3_message_lit" + "e.proto\022\025protobuf.experimental\"\256\022\n\021Proto" + "3MessageLite\022\026\n\016field_double_1\030\001 \001(\001\022\025\n\r" + "field_float_2\030\002 \001(\002\022\025\n\rfield_int64_3\030\003 \001" + "(\003\022\026\n\016field_uint64_4\030\004 \001(\004\022\025\n\rfield_int3" + "2_5\030\005 \001(\005\022\027\n\017field_fixed64_6\030\006 \001(\006\022\027\n\017fi" + "eld_fixed32_7\030\007 \001(\007\022\024\n\014field_bool_8\030\010 \001(" + "\010\022\026\n\016field_string_9\030\t \001(\t\022B\n\020field_messa" + "ge_10\030\n \001(\0132(.protobuf.experimental.Prot" + "o3MessageLite\022\026\n\016field_bytes_11\030\013 \001(\014\022\027\n" + "\017field_uint32_12\030\014 \001(\r\022H\n\rfield_enum_13\030" + "\r \001(\01621.protobuf.experimental.Proto3Mess" + "ageLite.TestEnum\022\031\n\021field_sfixed32_14\030\016 " + "\001(\017\022\031\n\021field_sfixed64_15\030\017 \001(\020\022\027\n\017field_" + "sint32_16\030\020 \001(\021\022\027\n\017field_sint64_17\030\021 \001(\022" + "\022 \n\024field_double_list_18\030\022 \003(\001B\002\020\000\022\037\n\023fi" + "eld_float_list_19\030\023 \003(\002B\002\020\000\022\037\n\023field_int" + "64_list_20\030\024 \003(\003B\002\020\000\022 \n\024field_uint64_lis" + "t_21\030\025 \003(\004B\002\020\000\022\037\n\023field_int32_list_22\030\026 " + "\003(\005B\002\020\000\022!\n\025field_fixed64_list_23\030\027 \003(\006B\002" + "\020\000\022!\n\025field_fixed32_list_24\030\030 \003(\007B\002\020\000\022\036\n" + "\022field_bool_list_25\030\031 \003(\010B\002\020\000\022 \n\024field_s" + "tring_list_26\030\032 \003(\tB\002\020\000\022K\n\025field_message" + "_list_27\030\033 \003(\0132(.protobuf.experimental.P" + "roto3MessageLiteB\002\020\000\022\037\n\023field_bytes_list" + "_28\030\034 \003(\014B\002\020\000\022 \n\024field_uint32_list_29\030\035 " + "\003(\rB\002\020\000\022Q\n\022field_enum_list_30\030\036 \003(\01621.pr" + "otobuf.experimental.Proto3MessageLite.Te" + "stEnumB\002\020\000\022\"\n\026field_sfixed32_list_31\030\037 \003" + "(\017B\002\020\000\022\"\n\026field_sfixed64_list_32\030 \003(\020B\002" + "\020\000\022 \n\024field_sint32_list_33\030! \003(\021B\002\020\000\022 \n\024" + "field_sint64_list_34\030\" \003(\022B\002\020\000\022\'\n\033field_" + "double_list_packed_35\030# \003(\001B\002\020\001\022&\n\032field" + "_float_list_packed_36\030$ \003(\002B\002\020\001\022&\n\032field" + "_int64_list_packed_37\030% \003(\003B\002\020\001\022\'\n\033field" + "_uint64_list_packed_38\030& \003(\004B\002\020\001\022&\n\032fiel" + "d_int32_list_packed_39\030\' \003(\005B\002\020\001\022(\n\034fiel" + "d_fixed64_list_packed_40\030( \003(\006B\002\020\001\022(\n\034fi" + "eld_fixed32_list_packed_41\030) \003(\007B\002\020\001\022%\n\031" + "field_bool_list_packed_42\030* \003(\010B\002\020\001\022\'\n\033f" + "ield_uint32_list_packed_43\030+ \003(\rB\002\020\001\022X\n\031" + "field_enum_list_packed_44\030, \003(\01621.protob" + "uf.experimental.Proto3MessageLite.TestEn" + "umB\002\020\001\022)\n\035field_sfixed32_list_packed_45\030" + "- \003(\017B\002\020\001\022)\n\035field_sfixed64_list_packed_" + "46\030. \003(\020B\002\020\001\022\'\n\033field_sint32_list_packed" + "_47\030/ \003(\021B\002\020\001\022\'\n\033field_sint64_list_packe" + "d_48\0300 \003(\022B\002\020\001\022\031\n\017field_double_53\0305 \001(\001H" + "\000\022\030\n\016field_float_54\0306 \001(\002H\000\022\030\n\016field_int" + "64_55\0307 \001(\003H\000\022\031\n\017field_uint64_56\0308 \001(\004H\000" + "\022\030\n\016field_int32_57\0309 \001(\005H\000\022\032\n\020field_fixe" + "d64_58\030: \001(\006H\000\022\032\n\020field_fixed32_59\030; \001(\007" + "H\000\022\027\n\rfield_bool_60\030< \001(\010H\000\022\031\n\017field_str" + "ing_61\030= \001(\tH\000\022D\n\020field_message_62\030> \001(\013" + "2(.protobuf.experimental.Proto3MessageLi" + "teH\000\022\030\n\016field_bytes_63\030? \001(\014H\000\022\031\n\017field_" + "uint32_64\030@ \001(\rH\000\022\033\n\021field_sfixed32_65\030A" + " \001(\017H\000\022\033\n\021field_sfixed64_66\030B \001(\020H\000\022\031\n\017f" + "ield_sint32_67\030C \001(\021H\000\022\031\n\017field_sint64_6" + "8\030D \001(\022H\000\"&\n\010TestEnum\022\010\n\004ZERO\020\000\022\007\n\003ONE\020\001" + "\022\007\n\003TWO\020\002B\014\n\ntest_oneof\"\021\n\017Proto3EmptyLi" + "te\"\262\246\002\n\031Proto3MessageLiteWithMaps\022f\n\025fie" + "ld_map_bool_bool_1\030\001 \003(\0132G.protobuf.expe" + "rimental.Proto3MessageLiteWithMaps.Field" + "MapBoolBool1Entry\022h\n\026field_map_bool_byte" + "s_2\030\002 \003(\0132H.protobuf.experimental.Proto3" + "MessageLiteWithMaps.FieldMapBoolBytes2En" + "try\022j\n\027field_map_bool_double_3\030\003 \003(\0132I.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapBoolDouble3Entry\022f\n\025field" + "_map_bool_enum_4\030\004 \003(\0132G.protobuf.experi" + "mental.Proto3MessageLiteWithMaps.FieldMa" + "pBoolEnum4Entry\022l\n\030field_map_bool_fixed3" + "2_5\030\005 \003(\0132J.protobuf.experimental.Proto3" + "MessageLiteWithMaps.FieldMapBoolFixed325" + "Entry\022l\n\030field_map_bool_fixed64_6\030\006 \003(\0132" + "J.protobuf.experimental.Proto3MessageLit" + "eWithMaps.FieldMapBoolFixed646Entry\022h\n\026f" + "ield_map_bool_float_7\030\007 \003(\0132H.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapBoolFloat7Entry\022h\n\026field_map_bool_" + "int32_8\030\010 \003(\0132H.protobuf.experimental.Pr" + "oto3MessageLiteWithMaps.FieldMapBoolInt3" + "28Entry\022h\n\026field_map_bool_int64_9\030\t \003(\0132" + "H.protobuf.experimental.Proto3MessageLit" + "eWithMaps.FieldMapBoolInt649Entry\022n\n\031fie" + "ld_map_bool_message_10\030\n \003(\0132K.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapBoolMessage10Entry\022p\n\032field_map_b" + "ool_sfixed32_11\030\013 \003(\0132L.protobuf.experim" + "ental.Proto3MessageLiteWithMaps.FieldMap" + "BoolSfixed3211Entry\022p\n\032field_map_bool_sf" + "ixed64_12\030\014 \003(\0132L.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapBoolSf" + "ixed6412Entry\022l\n\030field_map_bool_sint32_1" + "3\030\r \003(\0132J.protobuf.experimental.Proto3Me" + "ssageLiteWithMaps.FieldMapBoolSint3213En" + "try\022l\n\030field_map_bool_sint64_14\030\016 \003(\0132J." + "protobuf.experimental.Proto3MessageLiteW" + "ithMaps.FieldMapBoolSint6414Entry\022l\n\030fie" + "ld_map_bool_string_15\030\017 \003(\0132J.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapBoolString15Entry\022l\n\030field_map_boo" + "l_uint32_16\030\020 \003(\0132J.protobuf.experimenta" + "l.Proto3MessageLiteWithMaps.FieldMapBool" + "Uint3216Entry\022l\n\030field_map_bool_uint64_1" + "7\030\021 \003(\0132J.protobuf.experimental.Proto3Me" + "ssageLiteWithMaps.FieldMapBoolUint6417En" + "try\022n\n\031field_map_fixed32_bool_18\030\022 \003(\0132K" + ".protobuf.experimental.Proto3MessageLite" + "WithMaps.FieldMapFixed32Bool18Entry\022p\n\032f" + "ield_map_fixed32_bytes_19\030\023 \003(\0132L.protob" + "uf.experimental.Proto3MessageLiteWithMap" + "s.FieldMapFixed32Bytes19Entry\022r\n\033field_m" + "ap_fixed32_double_20\030\024 \003(\0132M.protobuf.ex" + "perimental.Proto3MessageLiteWithMaps.Fie" + "ldMapFixed32Double20Entry\022n\n\031field_map_f" + "ixed32_enum_21\030\025 \003(\0132K.protobuf.experime" + "ntal.Proto3MessageLiteWithMaps.FieldMapF" + "ixed32Enum21Entry\022t\n\034field_map_fixed32_f" + "ixed32_22\030\026 \003(\0132N.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapFixed3" + "2Fixed3222Entry\022t\n\034field_map_fixed32_fix" + "ed64_23\030\027 \003(\0132N.protobuf.experimental.Pr" + "oto3MessageLiteWithMaps.FieldMapFixed32F" + "ixed6423Entry\022p\n\032field_map_fixed32_float" + "_24\030\030 \003(\0132L.protobuf.experimental.Proto3" + "MessageLiteWithMaps.FieldMapFixed32Float" + "24Entry\022p\n\032field_map_fixed32_int32_25\030\031 " + "\003(\0132L.protobuf.experimental.Proto3Messag" + "eLiteWithMaps.FieldMapFixed32Int3225Entr" + "y\022p\n\032field_map_fixed32_int64_26\030\032 \003(\0132L." + "protobuf.experimental.Proto3MessageLiteW" + "ithMaps.FieldMapFixed32Int6426Entry\022t\n\034f" + "ield_map_fixed32_message_27\030\033 \003(\0132N.prot" + "obuf.experimental.Proto3MessageLiteWithM" + "aps.FieldMapFixed32Message27Entry\022v\n\035fie" + "ld_map_fixed32_sfixed32_28\030\034 \003(\0132O.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapFixed32Sfixed3228Entry\022v\n\035fie" + "ld_map_fixed32_sfixed64_29\030\035 \003(\0132O.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapFixed32Sfixed6429Entry\022r\n\033fie" + "ld_map_fixed32_sint32_30\030\036 \003(\0132M.protobu" + "f.experimental.Proto3MessageLiteWithMaps" + ".FieldMapFixed32Sint3230Entry\022r\n\033field_m" + "ap_fixed32_sint64_31\030\037 \003(\0132M.protobuf.ex" + "perimental.Proto3MessageLiteWithMaps.Fie" + "ldMapFixed32Sint6431Entry\022r\n\033field_map_f" + "ixed32_string_32\030 \003(\0132M.protobuf.experi" + "mental.Proto3MessageLiteWithMaps.FieldMa" + "pFixed32String32Entry\022r\n\033field_map_fixed" + "32_uint32_33\030! \003(\0132M.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapFix" + "ed32Uint3233Entry\022r\n\033field_map_fixed32_u" + "int64_34\030\" \003(\0132M.protobuf.experimental.P" + "roto3MessageLiteWithMaps.FieldMapFixed32" + "Uint6434Entry\022n\n\031field_map_fixed64_bool_" + "35\030# \003(\0132K.protobuf.experimental.Proto3M" + "essageLiteWithMaps.FieldMapFixed64Bool35" + "Entry\022p\n\032field_map_fixed64_bytes_36\030$ \003(" + "\0132L.protobuf.experimental.Proto3MessageL" + "iteWithMaps.FieldMapFixed64Bytes36Entry\022" + "r\n\033field_map_fixed64_double_37\030% \003(\0132M.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapFixed64Double37Entry\022n\n\031f" + "ield_map_fixed64_enum_38\030& \003(\0132K.protobu" + "f.experimental.Proto3MessageLiteWithMaps" + ".FieldMapFixed64Enum38Entry\022t\n\034field_map" + "_fixed64_fixed32_39\030\' \003(\0132N.protobuf.exp" + "erimental.Proto3MessageLiteWithMaps.Fiel" + "dMapFixed64Fixed3239Entry\022t\n\034field_map_f" + "ixed64_fixed64_40\030( \003(\0132N.protobuf.exper" + "imental.Proto3MessageLiteWithMaps.FieldM" + "apFixed64Fixed6440Entry\022p\n\032field_map_fix" + "ed64_float_41\030) \003(\0132L.protobuf.experimen" + "tal.Proto3MessageLiteWithMaps.FieldMapFi" + "xed64Float41Entry\022p\n\032field_map_fixed64_i" + "nt32_42\030* \003(\0132L.protobuf.experimental.Pr" + "oto3MessageLiteWithMaps.FieldMapFixed64I" + "nt3242Entry\022p\n\032field_map_fixed64_int64_4" + "3\030+ \003(\0132L.protobuf.experimental.Proto3Me" + "ssageLiteWithMaps.FieldMapFixed64Int6443" + "Entry\022t\n\034field_map_fixed64_message_44\030, " + "\003(\0132N.protobuf.experimental.Proto3Messag" + "eLiteWithMaps.FieldMapFixed64Message44En" + "try\022v\n\035field_map_fixed64_sfixed32_45\030- \003" + "(\0132O.protobuf.experimental.Proto3Message" + "LiteWithMaps.FieldMapFixed64Sfixed3245En" + "try\022v\n\035field_map_fixed64_sfixed64_46\030. \003" + "(\0132O.protobuf.experimental.Proto3Message" + "LiteWithMaps.FieldMapFixed64Sfixed6446En" + "try\022r\n\033field_map_fixed64_sint32_47\030/ \003(\013" + "2M.protobuf.experimental.Proto3MessageLi" + "teWithMaps.FieldMapFixed64Sint3247Entry\022" + "r\n\033field_map_fixed64_sint64_48\0300 \003(\0132M.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapFixed64Sint6448Entry\022r\n\033f" + "ield_map_fixed64_string_49\0301 \003(\0132M.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapFixed64String49Entry\022r\n\033field" + "_map_fixed64_uint32_50\0302 \003(\0132M.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapFixed64Uint3250Entry\022r\n\033field_map" + "_fixed64_uint64_51\0303 \003(\0132M.protobuf.expe" + "rimental.Proto3MessageLiteWithMaps.Field" + "MapFixed64Uint6451Entry\022j\n\027field_map_int" + "32_bool_52\0304 \003(\0132I.protobuf.experimental" + ".Proto3MessageLiteWithMaps.FieldMapInt32" + "Bool52Entry\022l\n\030field_map_int32_bytes_53\030" + "5 \003(\0132J.protobuf.experimental.Proto3Mess" + "ageLiteWithMaps.FieldMapInt32Bytes53Entr" + "y\022n\n\031field_map_int32_double_54\0306 \003(\0132K.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapInt32Double54Entry\022j\n\027fie" + "ld_map_int32_enum_55\0307 \003(\0132I.protobuf.ex" + "perimental.Proto3MessageLiteWithMaps.Fie" + "ldMapInt32Enum55Entry\022p\n\032field_map_int32" + "_fixed32_56\0308 \003(\0132L.protobuf.experimenta" + "l.Proto3MessageLiteWithMaps.FieldMapInt3" + "2Fixed3256Entry\022p\n\032field_map_int32_fixed" + "64_57\0309 \003(\0132L.protobuf.experimental.Prot" + "o3MessageLiteWithMaps.FieldMapInt32Fixed" + "6457Entry\022l\n\030field_map_int32_float_58\030: " + "\003(\0132J.protobuf.experimental.Proto3Messag" + "eLiteWithMaps.FieldMapInt32Float58Entry\022" + "l\n\030field_map_int32_int32_59\030; \003(\0132J.prot" + "obuf.experimental.Proto3MessageLiteWithM" + "aps.FieldMapInt32Int3259Entry\022l\n\030field_m" + "ap_int32_int64_60\030< \003(\0132J.protobuf.exper" + "imental.Proto3MessageLiteWithMaps.FieldM" + "apInt32Int6460Entry\022p\n\032field_map_int32_m" + "essage_61\030= \003(\0132L.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapInt32M" + "essage61Entry\022r\n\033field_map_int32_sfixed3" + "2_62\030> \003(\0132M.protobuf.experimental.Proto" + "3MessageLiteWithMaps.FieldMapInt32Sfixed" + "3262Entry\022r\n\033field_map_int32_sfixed64_63" + "\030? \003(\0132M.protobuf.experimental.Proto3Mes" + "sageLiteWithMaps.FieldMapInt32Sfixed6463" + "Entry\022n\n\031field_map_int32_sint32_64\030@ \003(\013" + "2K.protobuf.experimental.Proto3MessageLi" + "teWithMaps.FieldMapInt32Sint3264Entry\022n\n" + "\031field_map_int32_sint64_65\030A \003(\0132K.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapInt32Sint6465Entry\022n\n\031field_m" + "ap_int32_string_66\030B \003(\0132K.protobuf.expe" + "rimental.Proto3MessageLiteWithMaps.Field" + "MapInt32String66Entry\022n\n\031field_map_int32" + "_uint32_67\030C \003(\0132K.protobuf.experimental" + ".Proto3MessageLiteWithMaps.FieldMapInt32" + "Uint3267Entry\022n\n\031field_map_int32_uint64_" + "68\030D \003(\0132K.protobuf.experimental.Proto3M" + "essageLiteWithMaps.FieldMapInt32Uint6468" + "Entry\022j\n\027field_map_int64_bool_69\030E \003(\0132I" + ".protobuf.experimental.Proto3MessageLite" + "WithMaps.FieldMapInt64Bool69Entry\022l\n\030fie" + "ld_map_int64_bytes_70\030F \003(\0132J.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapInt64Bytes70Entry\022n\n\031field_map_int" + "64_double_71\030G \003(\0132K.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapInt" + "64Double71Entry\022j\n\027field_map_int64_enum_" + "72\030H \003(\0132I.protobuf.experimental.Proto3M" + "essageLiteWithMaps.FieldMapInt64Enum72En" + "try\022p\n\032field_map_int64_fixed32_73\030I \003(\0132" + "L.protobuf.experimental.Proto3MessageLit" + "eWithMaps.FieldMapInt64Fixed3273Entry\022p\n" + "\032field_map_int64_fixed64_74\030J \003(\0132L.prot" + "obuf.experimental.Proto3MessageLiteWithM" + "aps.FieldMapInt64Fixed6474Entry\022l\n\030field" + "_map_int64_float_75\030K \003(\0132J.protobuf.exp" + "erimental.Proto3MessageLiteWithMaps.Fiel" + "dMapInt64Float75Entry\022l\n\030field_map_int64" + "_int32_76\030L \003(\0132J.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapInt64I" + "nt3276Entry\022l\n\030field_map_int64_int64_77\030" + "M \003(\0132J.protobuf.experimental.Proto3Mess" + "ageLiteWithMaps.FieldMapInt64Int6477Entr" + "y\022p\n\032field_map_int64_message_78\030N \003(\0132L." + "protobuf.experimental.Proto3MessageLiteW" + "ithMaps.FieldMapInt64Message78Entry\022r\n\033f" + "ield_map_int64_sfixed32_79\030O \003(\0132M.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapInt64Sfixed3279Entry\022r\n\033field" + "_map_int64_sfixed64_80\030P \003(\0132M.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapInt64Sfixed6480Entry\022n\n\031field_map" + "_int64_sint32_81\030Q \003(\0132K.protobuf.experi" + "mental.Proto3MessageLiteWithMaps.FieldMa" + "pInt64Sint3281Entry\022n\n\031field_map_int64_s" + "int64_82\030R \003(\0132K.protobuf.experimental.P" + "roto3MessageLiteWithMaps.FieldMapInt64Si" + "nt6482Entry\022n\n\031field_map_int64_string_83" + "\030S \003(\0132K.protobuf.experimental.Proto3Mes" + "sageLiteWithMaps.FieldMapInt64String83En" + "try\022n\n\031field_map_int64_uint32_84\030T \003(\0132K" + ".protobuf.experimental.Proto3MessageLite" + "WithMaps.FieldMapInt64Uint3284Entry\022n\n\031f" + "ield_map_int64_uint64_85\030U \003(\0132K.protobu" + "f.experimental.Proto3MessageLiteWithMaps" + ".FieldMapInt64Uint6485Entry\022p\n\032field_map" + "_sfixed32_bool_86\030V \003(\0132L.protobuf.exper" + "imental.Proto3MessageLiteWithMaps.FieldM" + "apSfixed32Bool86Entry\022r\n\033field_map_sfixe" + "d32_bytes_87\030W \003(\0132M.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapSfi" + "xed32Bytes87Entry\022t\n\034field_map_sfixed32_" + "double_88\030X \003(\0132N.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapSfixed" + "32Double88Entry\022p\n\032field_map_sfixed32_en" + "um_89\030Y \003(\0132L.protobuf.experimental.Prot" + "o3MessageLiteWithMaps.FieldMapSfixed32En" + "um89Entry\022v\n\035field_map_sfixed32_fixed32_" + "90\030Z \003(\0132O.protobuf.experimental.Proto3M" + "essageLiteWithMaps.FieldMapSfixed32Fixed" + "3290Entry\022v\n\035field_map_sfixed32_fixed64_" + "91\030[ \003(\0132O.protobuf.experimental.Proto3M" + "essageLiteWithMaps.FieldMapSfixed32Fixed" + "6491Entry\022r\n\033field_map_sfixed32_float_92" + "\030\\ \003(\0132M.protobuf.experimental.Proto3Mes" + "sageLiteWithMaps.FieldMapSfixed32Float92" + "Entry\022r\n\033field_map_sfixed32_int32_93\030] \003" + "(\0132M.protobuf.experimental.Proto3Message" + "LiteWithMaps.FieldMapSfixed32Int3293Entr" + "y\022r\n\033field_map_sfixed32_int64_94\030^ \003(\0132M" + ".protobuf.experimental.Proto3MessageLite" + "WithMaps.FieldMapSfixed32Int6494Entry\022v\n" + "\035field_map_sfixed32_message_95\030_ \003(\0132O.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapSfixed32Message95Entry\022x\n" + "\036field_map_sfixed32_sfixed32_96\030` \003(\0132P." + "protobuf.experimental.Proto3MessageLiteW" + "ithMaps.FieldMapSfixed32Sfixed3296Entry\022" + "x\n\036field_map_sfixed32_sfixed64_97\030a \003(\0132" + "P.protobuf.experimental.Proto3MessageLit" + "eWithMaps.FieldMapSfixed32Sfixed6497Entr" + "y\022t\n\034field_map_sfixed32_sint32_98\030b \003(\0132" + "N.protobuf.experimental.Proto3MessageLit" + "eWithMaps.FieldMapSfixed32Sint3298Entry\022" + "t\n\034field_map_sfixed32_sint64_99\030c \003(\0132N." + "protobuf.experimental.Proto3MessageLiteW" + "ithMaps.FieldMapSfixed32Sint6499Entry\022v\n" + "\035field_map_sfixed32_string_100\030d \003(\0132O.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapSfixed32String100Entry\022v\n" + "\035field_map_sfixed32_uint32_101\030e \003(\0132O.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapSfixed32Uint32101Entry\022v\n" + "\035field_map_sfixed32_uint64_102\030f \003(\0132O.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapSfixed32Uint64102Entry\022r\n" + "\033field_map_sfixed64_bool_103\030g \003(\0132M.pro" + "tobuf.experimental.Proto3MessageLiteWith" + "Maps.FieldMapSfixed64Bool103Entry\022t\n\034fie" + "ld_map_sfixed64_bytes_104\030h \003(\0132N.protob" + "uf.experimental.Proto3MessageLiteWithMap" + "s.FieldMapSfixed64Bytes104Entry\022v\n\035field" + "_map_sfixed64_double_105\030i \003(\0132O.protobu" + "f.experimental.Proto3MessageLiteWithMaps" + ".FieldMapSfixed64Double105Entry\022r\n\033field" + "_map_sfixed64_enum_106\030j \003(\0132M.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapSfixed64Enum106Entry\022x\n\036field_map" + "_sfixed64_fixed32_107\030k \003(\0132P.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapSfixed64Fixed32107Entry\022x\n\036field_m" + "ap_sfixed64_fixed64_108\030l \003(\0132P.protobuf" + ".experimental.Proto3MessageLiteWithMaps." + "FieldMapSfixed64Fixed64108Entry\022t\n\034field" + "_map_sfixed64_float_109\030m \003(\0132N.protobuf" + ".experimental.Proto3MessageLiteWithMaps." + "FieldMapSfixed64Float109Entry\022t\n\034field_m" + "ap_sfixed64_int32_110\030n \003(\0132N.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapSfixed64Int32110Entry\022t\n\034field_map" + "_sfixed64_int64_111\030o \003(\0132N.protobuf.exp" + "erimental.Proto3MessageLiteWithMaps.Fiel" + "dMapSfixed64Int64111Entry\022x\n\036field_map_s" + "fixed64_message_112\030p \003(\0132P.protobuf.exp" + "erimental.Proto3MessageLiteWithMaps.Fiel" + "dMapSfixed64Message112Entry\022z\n\037field_map" + "_sfixed64_sfixed32_113\030q \003(\0132Q.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapSfixed64Sfixed32113Entry\022z\n\037field" + "_map_sfixed64_sfixed64_114\030r \003(\0132Q.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapSfixed64Sfixed64114Entry\022v\n\035f" + "ield_map_sfixed64_sint32_115\030s \003(\0132O.pro" + "tobuf.experimental.Proto3MessageLiteWith" + "Maps.FieldMapSfixed64Sint32115Entry\022v\n\035f" + "ield_map_sfixed64_sint64_116\030t \003(\0132O.pro" + "tobuf.experimental.Proto3MessageLiteWith" + "Maps.FieldMapSfixed64Sint64116Entry\022v\n\035f" + "ield_map_sfixed64_string_117\030u \003(\0132O.pro" + "tobuf.experimental.Proto3MessageLiteWith" + "Maps.FieldMapSfixed64String117Entry\022v\n\035f" + "ield_map_sfixed64_uint32_118\030v \003(\0132O.pro" + "tobuf.experimental.Proto3MessageLiteWith" + "Maps.FieldMapSfixed64Uint32118Entry\022v\n\035f", "ield_map_sfixed64_uint64_119\030w \003(\0132O.pro" + "tobuf.experimental.Proto3MessageLiteWith" + "Maps.FieldMapSfixed64Uint64119Entry\022n\n\031f" + "ield_map_sint32_bool_120\030x \003(\0132K.protobu" + "f.experimental.Proto3MessageLiteWithMaps" + ".FieldMapSint32Bool120Entry\022p\n\032field_map" + "_sint32_bytes_121\030y \003(\0132L.protobuf.exper" + "imental.Proto3MessageLiteWithMaps.FieldM" + "apSint32Bytes121Entry\022r\n\033field_map_sint3" + "2_double_122\030z \003(\0132M.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapSin" + "t32Double122Entry\022n\n\031field_map_sint32_en" + "um_123\030{ \003(\0132K.protobuf.experimental.Pro" + "to3MessageLiteWithMaps.FieldMapSint32Enu" + "m123Entry\022t\n\034field_map_sint32_fixed32_12" + "4\030| \003(\0132N.protobuf.experimental.Proto3Me" + "ssageLiteWithMaps.FieldMapSint32Fixed321" + "24Entry\022t\n\034field_map_sint32_fixed64_125\030" + "} \003(\0132N.protobuf.experimental.Proto3Mess" + "ageLiteWithMaps.FieldMapSint32Fixed64125" + "Entry\022p\n\032field_map_sint32_float_126\030~ \003(" + "\0132L.protobuf.experimental.Proto3MessageL" + "iteWithMaps.FieldMapSint32Float126Entry\022" + "p\n\032field_map_sint32_int32_127\030\177 \003(\0132L.pr" + "otobuf.experimental.Proto3MessageLiteWit" + "hMaps.FieldMapSint32Int32127Entry\022q\n\032fie" + "ld_map_sint32_int64_128\030\200\001 \003(\0132L.protobu" + "f.experimental.Proto3MessageLiteWithMaps" + ".FieldMapSint32Int64128Entry\022u\n\034field_ma" + "p_sint32_message_129\030\201\001 \003(\0132N.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapSint32Message129Entry\022w\n\035field_map" + "_sint32_sfixed32_130\030\202\001 \003(\0132O.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapSint32Sfixed32130Entry\022w\n\035field_ma" + "p_sint32_sfixed64_131\030\203\001 \003(\0132O.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapSint32Sfixed64131Entry\022s\n\033field_m" + "ap_sint32_sint32_132\030\204\001 \003(\0132M.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapSint32Sint32132Entry\022s\n\033field_map_" + "sint32_sint64_133\030\205\001 \003(\0132M.protobuf.expe" + "rimental.Proto3MessageLiteWithMaps.Field" + "MapSint32Sint64133Entry\022s\n\033field_map_sin" + "t32_string_134\030\206\001 \003(\0132M.protobuf.experim" + "ental.Proto3MessageLiteWithMaps.FieldMap" + "Sint32String134Entry\022s\n\033field_map_sint32" + "_uint32_135\030\207\001 \003(\0132M.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapSin" + "t32Uint32135Entry\022s\n\033field_map_sint32_ui" + "nt64_136\030\210\001 \003(\0132M.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapSint32" + "Uint64136Entry\022o\n\031field_map_sint64_bool_" + "137\030\211\001 \003(\0132K.protobuf.experimental.Proto" + "3MessageLiteWithMaps.FieldMapSint64Bool1" + "37Entry\022q\n\032field_map_sint64_bytes_138\030\212\001" + " \003(\0132L.protobuf.experimental.Proto3Messa" + "geLiteWithMaps.FieldMapSint64Bytes138Ent" + "ry\022s\n\033field_map_sint64_double_139\030\213\001 \003(\013" + "2M.protobuf.experimental.Proto3MessageLi" + "teWithMaps.FieldMapSint64Double139Entry\022" + "o\n\031field_map_sint64_enum_140\030\214\001 \003(\0132K.pr" + "otobuf.experimental.Proto3MessageLiteWit" + "hMaps.FieldMapSint64Enum140Entry\022u\n\034fiel" + "d_map_sint64_fixed32_141\030\215\001 \003(\0132N.protob" + "uf.experimental.Proto3MessageLiteWithMap" + "s.FieldMapSint64Fixed32141Entry\022u\n\034field" + "_map_sint64_fixed64_142\030\216\001 \003(\0132N.protobu" + "f.experimental.Proto3MessageLiteWithMaps" + ".FieldMapSint64Fixed64142Entry\022q\n\032field_" + "map_sint64_float_143\030\217\001 \003(\0132L.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapSint64Float143Entry\022q\n\032field_map_s" + "int64_int32_144\030\220\001 \003(\0132L.protobuf.experi" + "mental.Proto3MessageLiteWithMaps.FieldMa" + "pSint64Int32144Entry\022q\n\032field_map_sint64" + "_int64_145\030\221\001 \003(\0132L.protobuf.experimenta" + "l.Proto3MessageLiteWithMaps.FieldMapSint" + "64Int64145Entry\022u\n\034field_map_sint64_mess" + "age_146\030\222\001 \003(\0132N.protobuf.experimental.P" + "roto3MessageLiteWithMaps.FieldMapSint64M" + "essage146Entry\022w\n\035field_map_sint64_sfixe" + "d32_147\030\223\001 \003(\0132O.protobuf.experimental.P" + "roto3MessageLiteWithMaps.FieldMapSint64S" + "fixed32147Entry\022w\n\035field_map_sint64_sfix" + "ed64_148\030\224\001 \003(\0132O.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapSint64" + "Sfixed64148Entry\022s\n\033field_map_sint64_sin" + "t32_149\030\225\001 \003(\0132M.protobuf.experimental.P" + "roto3MessageLiteWithMaps.FieldMapSint64S" + "int32149Entry\022s\n\033field_map_sint64_sint64" + "_150\030\226\001 \003(\0132M.protobuf.experimental.Prot" + "o3MessageLiteWithMaps.FieldMapSint64Sint" + "64150Entry\022s\n\033field_map_sint64_string_15" + "1\030\227\001 \003(\0132M.protobuf.experimental.Proto3M" + "essageLiteWithMaps.FieldMapSint64String1" + "51Entry\022s\n\033field_map_sint64_uint32_152\030\230" + "\001 \003(\0132M.protobuf.experimental.Proto3Mess" + "ageLiteWithMaps.FieldMapSint64Uint32152E" + "ntry\022s\n\033field_map_sint64_uint64_153\030\231\001 \003" + "(\0132M.protobuf.experimental.Proto3Message" + "LiteWithMaps.FieldMapSint64Uint64153Entr" + "y\022o\n\031field_map_string_bool_154\030\232\001 \003(\0132K." + "protobuf.experimental.Proto3MessageLiteW" + "ithMaps.FieldMapStringBool154Entry\022q\n\032fi" + "eld_map_string_bytes_155\030\233\001 \003(\0132L.protob" + "uf.experimental.Proto3MessageLiteWithMap" + "s.FieldMapStringBytes155Entry\022s\n\033field_m" + "ap_string_double_156\030\234\001 \003(\0132M.protobuf.e" + "xperimental.Proto3MessageLiteWithMaps.Fi" + "eldMapStringDouble156Entry\022o\n\031field_map_" + "string_enum_157\030\235\001 \003(\0132K.protobuf.experi" + "mental.Proto3MessageLiteWithMaps.FieldMa" + "pStringEnum157Entry\022u\n\034field_map_string_" + "fixed32_158\030\236\001 \003(\0132N.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapStr" + "ingFixed32158Entry\022u\n\034field_map_string_f" + "ixed64_159\030\237\001 \003(\0132N.protobuf.experimenta" + "l.Proto3MessageLiteWithMaps.FieldMapStri" + "ngFixed64159Entry\022q\n\032field_map_string_fl" + "oat_160\030\240\001 \003(\0132L.protobuf.experimental.P" + "roto3MessageLiteWithMaps.FieldMapStringF" + "loat160Entry\022q\n\032field_map_string_int32_1" + "61\030\241\001 \003(\0132L.protobuf.experimental.Proto3" + "MessageLiteWithMaps.FieldMapStringInt321" + "61Entry\022q\n\032field_map_string_int64_162\030\242\001" + " \003(\0132L.protobuf.experimental.Proto3Messa" + "geLiteWithMaps.FieldMapStringInt64162Ent" + "ry\022u\n\034field_map_string_message_163\030\243\001 \003(" + "\0132N.protobuf.experimental.Proto3MessageL" + "iteWithMaps.FieldMapStringMessage163Entr" + "y\022w\n\035field_map_string_sfixed32_164\030\244\001 \003(" + "\0132O.protobuf.experimental.Proto3MessageL" + "iteWithMaps.FieldMapStringSfixed32164Ent" + "ry\022w\n\035field_map_string_sfixed64_165\030\245\001 \003" + "(\0132O.protobuf.experimental.Proto3Message" + "LiteWithMaps.FieldMapStringSfixed64165En" + "try\022s\n\033field_map_string_sint32_166\030\246\001 \003(" + "\0132M.protobuf.experimental.Proto3MessageL" + "iteWithMaps.FieldMapStringSint32166Entry" + "\022s\n\033field_map_string_sint64_167\030\247\001 \003(\0132M" + ".protobuf.experimental.Proto3MessageLite" + "WithMaps.FieldMapStringSint64167Entry\022s\n" + "\033field_map_string_string_168\030\250\001 \003(\0132M.pr" + "otobuf.experimental.Proto3MessageLiteWit" + "hMaps.FieldMapStringString168Entry\022s\n\033fi" + "eld_map_string_uint32_169\030\251\001 \003(\0132M.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapStringUint32169Entry\022s\n\033field" + "_map_string_uint64_170\030\252\001 \003(\0132M.protobuf" + ".experimental.Proto3MessageLiteWithMaps." + "FieldMapStringUint64170Entry\022o\n\031field_ma" + "p_uint32_bool_171\030\253\001 \003(\0132K.protobuf.expe" + "rimental.Proto3MessageLiteWithMaps.Field" + "MapUint32Bool171Entry\022q\n\032field_map_uint3" + "2_bytes_172\030\254\001 \003(\0132L.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapUin" + "t32Bytes172Entry\022s\n\033field_map_uint32_dou" + "ble_173\030\255\001 \003(\0132M.protobuf.experimental.P" + "roto3MessageLiteWithMaps.FieldMapUint32D" + "ouble173Entry\022o\n\031field_map_uint32_enum_1" + "74\030\256\001 \003(\0132K.protobuf.experimental.Proto3" + "MessageLiteWithMaps.FieldMapUint32Enum17" + "4Entry\022u\n\034field_map_uint32_fixed32_175\030\257" + "\001 \003(\0132N.protobuf.experimental.Proto3Mess" + "ageLiteWithMaps.FieldMapUint32Fixed32175" + "Entry\022u\n\034field_map_uint32_fixed64_176\030\260\001" + " \003(\0132N.protobuf.experimental.Proto3Messa" + "geLiteWithMaps.FieldMapUint32Fixed64176E" + "ntry\022q\n\032field_map_uint32_float_177\030\261\001 \003(" + "\0132L.protobuf.experimental.Proto3MessageL" + "iteWithMaps.FieldMapUint32Float177Entry\022" + "q\n\032field_map_uint32_int32_178\030\262\001 \003(\0132L.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapUint32Int32178Entry\022q\n\032fi" + "eld_map_uint32_int64_179\030\263\001 \003(\0132L.protob" + "uf.experimental.Proto3MessageLiteWithMap" + "s.FieldMapUint32Int64179Entry\022u\n\034field_m" + "ap_uint32_message_180\030\264\001 \003(\0132N.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapUint32Message180Entry\022w\n\035field_ma" + "p_uint32_sfixed32_181\030\265\001 \003(\0132O.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapUint32Sfixed32181Entry\022w\n\035field_m" + "ap_uint32_sfixed64_182\030\266\001 \003(\0132O.protobuf" + ".experimental.Proto3MessageLiteWithMaps." + "FieldMapUint32Sfixed64182Entry\022s\n\033field_" + "map_uint32_sint32_183\030\267\001 \003(\0132M.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapUint32Sint32183Entry\022s\n\033field_map" + "_uint32_sint64_184\030\270\001 \003(\0132M.protobuf.exp" + "erimental.Proto3MessageLiteWithMaps.Fiel" + "dMapUint32Sint64184Entry\022s\n\033field_map_ui" + "nt32_string_185\030\271\001 \003(\0132M.protobuf.experi" + "mental.Proto3MessageLiteWithMaps.FieldMa" + "pUint32String185Entry\022s\n\033field_map_uint3" + "2_uint32_186\030\272\001 \003(\0132M.protobuf.experimen" + "tal.Proto3MessageLiteWithMaps.FieldMapUi" + "nt32Uint32186Entry\022s\n\033field_map_uint32_u" + "int64_187\030\273\001 \003(\0132M.protobuf.experimental" + ".Proto3MessageLiteWithMaps.FieldMapUint3" + "2Uint64187Entry\022o\n\031field_map_uint64_bool" + "_188\030\274\001 \003(\0132K.protobuf.experimental.Prot" + "o3MessageLiteWithMaps.FieldMapUint64Bool" + "188Entry\022q\n\032field_map_uint64_bytes_189\030\275" + "\001 \003(\0132L.protobuf.experimental.Proto3Mess" + "ageLiteWithMaps.FieldMapUint64Bytes189En" + "try\022s\n\033field_map_uint64_double_190\030\276\001 \003(" + "\0132M.protobuf.experimental.Proto3MessageL" + "iteWithMaps.FieldMapUint64Double190Entry" + "\022o\n\031field_map_uint64_enum_191\030\277\001 \003(\0132K.p" + "rotobuf.experimental.Proto3MessageLiteWi" + "thMaps.FieldMapUint64Enum191Entry\022u\n\034fie" + "ld_map_uint64_fixed32_192\030\300\001 \003(\0132N.proto" + "buf.experimental.Proto3MessageLiteWithMa" + "ps.FieldMapUint64Fixed32192Entry\022u\n\034fiel" + "d_map_uint64_fixed64_193\030\301\001 \003(\0132N.protob" + "uf.experimental.Proto3MessageLiteWithMap" + "s.FieldMapUint64Fixed64193Entry\022q\n\032field" + "_map_uint64_float_194\030\302\001 \003(\0132L.protobuf." + "experimental.Proto3MessageLiteWithMaps.F" + "ieldMapUint64Float194Entry\022q\n\032field_map_" + "uint64_int32_195\030\303\001 \003(\0132L.protobuf.exper" + "imental.Proto3MessageLiteWithMaps.FieldM" + "apUint64Int32195Entry\022q\n\032field_map_uint6" + "4_int64_196\030\304\001 \003(\0132L.protobuf.experiment" + "al.Proto3MessageLiteWithMaps.FieldMapUin" + "t64Int64196Entry\022u\n\034field_map_uint64_mes" + "sage_197\030\305\001 \003(\0132N.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapUint64" + "Message197Entry\022w\n\035field_map_uint64_sfix" + "ed32_198\030\306\001 \003(\0132O.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapUint64" + "Sfixed32198Entry\022w\n\035field_map_uint64_sfi" + "xed64_199\030\307\001 \003(\0132O.protobuf.experimental" + ".Proto3MessageLiteWithMaps.FieldMapUint6" + "4Sfixed64199Entry\022s\n\033field_map_uint64_si" + "nt32_200\030\310\001 \003(\0132M.protobuf.experimental." + "Proto3MessageLiteWithMaps.FieldMapUint64" + "Sint32200Entry\022s\n\033field_map_uint64_sint6" + "4_201\030\311\001 \003(\0132M.protobuf.experimental.Pro" + "to3MessageLiteWithMaps.FieldMapUint64Sin" + "t64201Entry\022s\n\033field_map_uint64_string_2" + "02\030\312\001 \003(\0132M.protobuf.experimental.Proto3" + "MessageLiteWithMaps.FieldMapUint64String" + "202Entry\022s\n\033field_map_uint64_uint32_203\030" + "\313\001 \003(\0132M.protobuf.experimental.Proto3Mes" + "sageLiteWithMaps.FieldMapUint64Uint32203" + "Entry\022s\n\033field_map_uint64_uint64_204\030\314\001 " + "\003(\0132M.protobuf.experimental.Proto3Messag" + "eLiteWithMaps.FieldMapUint64Uint64204Ent" + "ry\0328\n\026FieldMapBoolBool1Entry\022\013\n\003key\030\001 \001(" + "\010\022\r\n\005value\030\002 \001(\010:\0028\001\0329\n\027FieldMapBoolByte" + "s2Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\014:\0028\001\032" + ":\n\030FieldMapBoolDouble3Entry\022\013\n\003key\030\001 \001(\010" + "\022\r\n\005value\030\002 \001(\001:\0028\001\032k\n\026FieldMapBoolEnum4" + "Entry\022\013\n\003key\030\001 \001(\010\022@\n\005value\030\002 \001(\01621.prot" + "obuf.experimental.Proto3MessageLite.Test" + "Enum:\0028\001\032;\n\031FieldMapBoolFixed325Entry\022\013\n" + "\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\007:\0028\001\032;\n\031FieldMa" + "pBoolFixed646Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value" + "\030\002 \001(\006:\0028\001\0329\n\027FieldMapBoolFloat7Entry\022\013\n" + "\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\002:\0028\001\0329\n\027FieldMa" + "pBoolInt328Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002" + " \001(\005:\0028\001\0329\n\027FieldMapBoolInt649Entry\022\013\n\003k" + "ey\030\001 \001(\010\022\r\n\005value\030\002 \001(\003:\0028\001\032f\n\032FieldMapB" + "oolMessage10Entry\022\013\n\003key\030\001 \001(\010\0227\n\005value\030" + "\002 \001(\0132(.protobuf.experimental.Proto3Mess" + "ageLite:\0028\001\032=\n\033FieldMapBoolSfixed3211Ent" + "ry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\017:\0028\001\032=\n\033Fi" + "eldMapBoolSfixed6412Entry\022\013\n\003key\030\001 \001(\010\022\r" + "\n\005value\030\002 \001(\020:\0028\001\032;\n\031FieldMapBoolSint321" + "3Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\021:\0028\001\032;" + "\n\031FieldMapBoolSint6414Entry\022\013\n\003key\030\001 \001(\010" + "\022\r\n\005value\030\002 \001(\022:\0028\001\032;\n\031FieldMapBoolStrin" + "g15Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\t:\0028\001" + "\032;\n\031FieldMapBoolUint3216Entry\022\013\n\003key\030\001 \001" + "(\010\022\r\n\005value\030\002 \001(\r:\0028\001\032;\n\031FieldMapBoolUin" + "t6417Entry\022\013\n\003key\030\001 \001(\010\022\r\n\005value\030\002 \001(\004:\002" + "8\001\032<\n\032FieldMapFixed32Bool18Entry\022\013\n\003key\030" + "\001 \001(\007\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldMapFixe" + "d32Bytes19Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 " + "\001(\014:\0028\001\032>\n\034FieldMapFixed32Double20Entry\022" + "\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\001:\0028\001\032o\n\032Field" + "MapFixed32Enum21Entry\022\013\n\003key\030\001 \001(\007\022@\n\005va" + "lue\030\002 \001(\01621.protobuf.experimental.Proto3" + "MessageLite.TestEnum:\0028\001\032?\n\035FieldMapFixe" + "d32Fixed3222Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030" + "\002 \001(\007:\0028\001\032?\n\035FieldMapFixed32Fixed6423Ent" + "ry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033Fi" + "eldMapFixed32Float24Entry\022\013\n\003key\030\001 \001(\007\022\r" + "\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapFixed32Int3" + "225Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\005:\0028\001" + "\032=\n\033FieldMapFixed32Int6426Entry\022\013\n\003key\030\001" + " \001(\007\022\r\n\005value\030\002 \001(\003:\0028\001\032i\n\035FieldMapFixed" + "32Message27Entry\022\013\n\003key\030\001 \001(\007\0227\n\005value\030\002" + " \001(\0132(.protobuf.experimental.Proto3Messa" + "geLite:\0028\001\032@\n\036FieldMapFixed32Sfixed3228E" + "ntry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036" + "FieldMapFixed32Sfixed6429Entry\022\013\n\003key\030\001 " + "\001(\007\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMapFixed3" + "2Sint3230Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001" + "(\021:\0028\001\032>\n\034FieldMapFixed32Sint6431Entry\022\013" + "\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034FieldM" + "apFixed32String32Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005v" + "alue\030\002 \001(\t:\0028\001\032>\n\034FieldMapFixed32Uint323" + "3Entry\022\013\n\003key\030\001 \001(\007\022\r\n\005value\030\002 \001(\r:\0028\001\032>" + "\n\034FieldMapFixed32Uint6434Entry\022\013\n\003key\030\001 " + "\001(\007\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMapFixed6" + "4Bool35Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\010" + ":\0028\001\032=\n\033FieldMapFixed64Bytes36Entry\022\013\n\003k" + "ey\030\001 \001(\006\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034FieldMapF" + "ixed64Double37Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005valu" + "e\030\002 \001(\001:\0028\001\032o\n\032FieldMapFixed64Enum38Entr" + "y\022\013\n\003key\030\001 \001(\006\022@\n\005value\030\002 \001(\01621.protobuf" + ".experimental.Proto3MessageLite.TestEnum" + ":\0028\001\032?\n\035FieldMapFixed64Fixed3239Entry\022\013\n" + "\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035FieldMa" + "pFixed64Fixed6440Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005v" + "alue\030\002 \001(\006:\0028\001\032=\n\033FieldMapFixed64Float41" + "Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n" + "\033FieldMapFixed64Int3242Entry\022\013\n\003key\030\001 \001(" + "\006\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapFixed64I" + "nt6443Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\003:" + "\0028\001\032i\n\035FieldMapFixed64Message44Entry\022\013\n\003" + "key\030\001 \001(\006\0227\n\005value\030\002 \001(\0132(.protobuf.expe" + "rimental.Proto3MessageLite:\0028\001\032@\n\036FieldM" + "apFixed64Sfixed3245Entry\022\013\n\003key\030\001 \001(\006\022\r\n" + "\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapFixed64Sfixe" + "d6446Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\020:\002" + "8\001\032>\n\034FieldMapFixed64Sint3247Entry\022\013\n\003ke" + "y\030\001 \001(\006\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034FieldMapFi" + "xed64Sint6448Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value" + "\030\002 \001(\022:\0028\001\032>\n\034FieldMapFixed64String49Ent" + "ry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034Fi" + "eldMapFixed64Uint3250Entry\022\013\n\003key\030\001 \001(\006\022" + "\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapFixed64Uin" + "t6451Entry\022\013\n\003key\030\001 \001(\006\022\r\n\005value\030\002 \001(\004:\002" + "8\001\032:\n\030FieldMapInt32Bool52Entry\022\013\n\003key\030\001 " + "\001(\005\022\r\n\005value\030\002 \001(\010:\0028\001\032;\n\031FieldMapInt32B" + "ytes53Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\014:" + "\0028\001\032<\n\032FieldMapInt32Double54Entry\022\013\n\003key" + "\030\001 \001(\005\022\r\n\005value\030\002 \001(\001:\0028\001\032m\n\030FieldMapInt" + "32Enum55Entry\022\013\n\003key\030\001 \001(\005\022@\n\005value\030\002 \001(" + "\01621.protobuf.experimental.Proto3MessageL" + "ite.TestEnum:\0028\001\032=\n\033FieldMapInt32Fixed32" + "56Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\007:\0028\001\032" + "=\n\033FieldMapInt32Fixed6457Entry\022\013\n\003key\030\001 " + "\001(\005\022\r\n\005value\030\002 \001(\006:\0028\001\032;\n\031FieldMapInt32F" + "loat58Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032;\n\031FieldMapInt32Int3259Entry\022\013\n\003key\030" + "\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001\032;\n\031FieldMapInt3" + "2Int6460Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(" + "\003:\0028\001\032g\n\033FieldMapInt32Message61Entry\022\013\n\003" + "key\030\001 \001(\005\0227\n\005value\030\002 \001(\0132(.protobuf.expe" + "rimental.Proto3MessageLite:\0028\001\032>\n\034FieldM" + "apInt32Sfixed3262Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005v" + "alue\030\002 \001(\017:\0028\001\032>\n\034FieldMapInt32Sfixed646" + "3Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\020:\0028\001\032<" + "\n\032FieldMapInt32Sint3264Entry\022\013\n\003key\030\001 \001(" + "\005\022\r\n\005value\030\002 \001(\021:\0028\001\032<\n\032FieldMapInt32Sin" + "t6465Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\022:\002" + "8\001\032<\n\032FieldMapInt32String66Entry\022\013\n\003key\030" + "\001 \001(\005\022\r\n\005value\030\002 \001(\t:\0028\001\032<\n\032FieldMapInt3" + "2Uint3267Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001" + "(\r:\0028\001\032<\n\032FieldMapInt32Uint6468Entry\022\013\n\003" + "key\030\001 \001(\005\022\r\n\005value\030\002 \001(\004:\0028\001\032:\n\030FieldMap" + "Int64Bool69Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002" + " \001(\010:\0028\001\032;\n\031FieldMapInt64Bytes70Entry\022\013\n" + "\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\014:\0028\001\032<\n\032FieldMa" + "pInt64Double71Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005valu" + "e\030\002 \001(\001:\0028\001\032m\n\030FieldMapInt64Enum72Entry\022" + "\013\n\003key\030\001 \001(\003\022@\n\005value\030\002 \001(\01621.protobuf.e" + "xperimental.Proto3MessageLite.TestEnum:\002" + "8\001\032=\n\033FieldMapInt64Fixed3273Entry\022\013\n\003key" + "\030\001 \001(\003\022\r\n\005value\030\002 \001(\007:\0028\001\032=\n\033FieldMapInt" + "64Fixed6474Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002" + " \001(\006:\0028\001\032;\n\031FieldMapInt64Float75Entry\022\013\n" + "\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\002:\0028\001\032;\n\031FieldMa" + "pInt64Int3276Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value" + "\030\002 \001(\005:\0028\001\032;\n\031FieldMapInt64Int6477Entry\022" + "\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\003:\0028\001\032g\n\033Field" + "MapInt64Message78Entry\022\013\n\003key\030\001 \001(\003\0227\n\005v" + "alue\030\002 \001(\0132(.protobuf.experimental.Proto" + "3MessageLite:\0028\001\032>\n\034FieldMapInt64Sfixed3" + "279Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\017:\0028\001" + "\032>\n\034FieldMapInt64Sfixed6480Entry\022\013\n\003key\030" + "\001 \001(\003\022\r\n\005value\030\002 \001(\020:\0028\001\032<\n\032FieldMapInt6" + "4Sint3281Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001" + "(\021:\0028\001\032<\n\032FieldMapInt64Sint6482Entry\022\013\n\003" + "key\030\001 \001(\003\022\r\n\005value\030\002 \001(\022:\0028\001\032<\n\032FieldMap" + "Int64String83Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005value" + "\030\002 \001(\t:\0028\001\032<\n\032FieldMapInt64Uint3284Entry" + "\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\r:\0028\001\032<\n\032Fiel" + "dMapInt64Uint6485Entry\022\013\n\003key\030\001 \001(\003\022\r\n\005v" + "alue\030\002 \001(\004:\0028\001\032=\n\033FieldMapSfixed32Bool86" + "Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\010:\0028\001\032>\n" + "\034FieldMapSfixed32Bytes87Entry\022\013\n\003key\030\001 \001" + "(\017\022\r\n\005value\030\002 \001(\014:\0028\001\032?\n\035FieldMapSfixed3" + "2Double88Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001", "(\001:\0028\001\032p\n\033FieldMapSfixed32Enum89Entry\022\013\n" + "\003key\030\001 \001(\017\022@\n\005value\030\002 \001(\01621.protobuf.exp" + "erimental.Proto3MessageLite.TestEnum:\0028\001" + "\032@\n\036FieldMapSfixed32Fixed3290Entry\022\013\n\003ke" + "y\030\001 \001(\017\022\r\n\005value\030\002 \001(\007:\0028\001\032@\n\036FieldMapSf" + "ixed32Fixed6491Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005val" + "ue\030\002 \001(\006:\0028\001\032>\n\034FieldMapSfixed32Float92E" + "ntry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\002:\0028\001\032>\n\034" + "FieldMapSfixed32Int3293Entry\022\013\n\003key\030\001 \001(" + "\017\022\r\n\005value\030\002 \001(\005:\0028\001\032>\n\034FieldMapSfixed32" + "Int6494Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\003" + ":\0028\001\032j\n\036FieldMapSfixed32Message95Entry\022\013" + "\n\003key\030\001 \001(\017\0227\n\005value\030\002 \001(\0132(.protobuf.ex" + "perimental.Proto3MessageLite:\0028\001\032A\n\037Fiel" + "dMapSfixed32Sfixed3296Entry\022\013\n\003key\030\001 \001(\017" + "\022\r\n\005value\030\002 \001(\017:\0028\001\032A\n\037FieldMapSfixed32S" + "fixed6497Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001" + "(\020:\0028\001\032?\n\035FieldMapSfixed32Sint3298Entry\022" + "\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\021:\0028\001\032?\n\035Field" + "MapSfixed32Sint6499Entry\022\013\n\003key\030\001 \001(\017\022\r\n" + "\005value\030\002 \001(\022:\0028\001\032@\n\036FieldMapSfixed32Stri" + "ng100Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005value\030\002 \001(\t:\002" + "8\001\032@\n\036FieldMapSfixed32Uint32101Entry\022\013\n\003" + "key\030\001 \001(\017\022\r\n\005value\030\002 \001(\r:\0028\001\032@\n\036FieldMap" + "Sfixed32Uint64102Entry\022\013\n\003key\030\001 \001(\017\022\r\n\005v" + "alue\030\002 \001(\004:\0028\001\032>\n\034FieldMapSfixed64Bool10" + "3Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\010:\0028\001\032?" + "\n\035FieldMapSfixed64Bytes104Entry\022\013\n\003key\030\001" + " \001(\020\022\r\n\005value\030\002 \001(\014:\0028\001\032@\n\036FieldMapSfixe" + "d64Double105Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030" + "\002 \001(\001:\0028\001\032q\n\034FieldMapSfixed64Enum106Entr" + "y\022\013\n\003key\030\001 \001(\020\022@\n\005value\030\002 \001(\01621.protobuf" + ".experimental.Proto3MessageLite.TestEnum" + ":\0028\001\032A\n\037FieldMapSfixed64Fixed32107Entry\022" + "\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\007:\0028\001\032A\n\037Field" + "MapSfixed64Fixed64108Entry\022\013\n\003key\030\001 \001(\020\022" + "\r\n\005value\030\002 \001(\006:\0028\001\032?\n\035FieldMapSfixed64Fl" + "oat109Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032?\n\035FieldMapSfixed64Int32110Entry\022\013\n\003" + "key\030\001 \001(\020\022\r\n\005value\030\002 \001(\005:\0028\001\032?\n\035FieldMap" + "Sfixed64Int64111Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005va" + "lue\030\002 \001(\003:\0028\001\032k\n\037FieldMapSfixed64Message" + "112Entry\022\013\n\003key\030\001 \001(\020\0227\n\005value\030\002 \001(\0132(.p" + "rotobuf.experimental.Proto3MessageLite:\002" + "8\001\032B\n FieldMapSfixed64Sfixed32113Entry\022\013" + "\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\017:\0028\001\032B\n FieldM" + "apSfixed64Sfixed64114Entry\022\013\n\003key\030\001 \001(\020\022" + "\r\n\005value\030\002 \001(\020:\0028\001\032@\n\036FieldMapSfixed64Si" + "nt32115Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\021" + ":\0028\001\032@\n\036FieldMapSfixed64Sint64116Entry\022\013" + "\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\022:\0028\001\032@\n\036FieldM" + "apSfixed64String117Entry\022\013\n\003key\030\001 \001(\020\022\r\n" + "\005value\030\002 \001(\t:\0028\001\032@\n\036FieldMapSfixed64Uint" + "32118Entry\022\013\n\003key\030\001 \001(\020\022\r\n\005value\030\002 \001(\r:\002" + "8\001\032@\n\036FieldMapSfixed64Uint64119Entry\022\013\n\003" + "key\030\001 \001(\020\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMap" + "Sint32Bool120Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value" + "\030\002 \001(\010:\0028\001\032=\n\033FieldMapSint32Bytes121Entr" + "y\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034Fie" + "ldMapSint32Double122Entry\022\013\n\003key\030\001 \001(\021\022\r" + "\n\005value\030\002 \001(\001:\0028\001\032o\n\032FieldMapSint32Enum1" + "23Entry\022\013\n\003key\030\001 \001(\021\022@\n\005value\030\002 \001(\01621.pr" + "otobuf.experimental.Proto3MessageLite.Te" + "stEnum:\0028\001\032?\n\035FieldMapSint32Fixed32124En" + "try\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035F" + "ieldMapSint32Fixed64125Entry\022\013\n\003key\030\001 \001(" + "\021\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapSint32Fl" + "oat126Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032=\n\033FieldMapSint32Int32127Entry\022\013\n\003ke" + "y\030\001 \001(\021\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapSi" + "nt32Int64128Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030" + "\002 \001(\003:\0028\001\032i\n\035FieldMapSint32Message129Ent" + "ry\022\013\n\003key\030\001 \001(\021\0227\n\005value\030\002 \001(\0132(.protobu" + "f.experimental.Proto3MessageLite:\0028\001\032@\n\036" + "FieldMapSint32Sfixed32130Entry\022\013\n\003key\030\001 " + "\001(\021\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapSint32" + "Sfixed64131Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002" + " \001(\020:\0028\001\032>\n\034FieldMapSint32Sint32132Entry" + "\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034Fiel" + "dMapSint32Sint64133Entry\022\013\n\003key\030\001 \001(\021\022\r\n" + "\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapSint32String" + "134Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002 \001(\t:\0028\001" + "\032>\n\034FieldMapSint32Uint32135Entry\022\013\n\003key\030" + "\001 \001(\021\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapSint" + "32Uint64136Entry\022\013\n\003key\030\001 \001(\021\022\r\n\005value\030\002" + " \001(\004:\0028\001\032<\n\032FieldMapSint64Bool137Entry\022\013" + "\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldM" + "apSint64Bytes138Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005va" + "lue\030\002 \001(\014:\0028\001\032>\n\034FieldMapSint64Double139" + "Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\001:\0028\001\032o\n" + "\032FieldMapSint64Enum140Entry\022\013\n\003key\030\001 \001(\022" + "\022@\n\005value\030\002 \001(\01621.protobuf.experimental." + "Proto3MessageLite.TestEnum:\0028\001\032?\n\035FieldM" + "apSint64Fixed32141Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005" + "value\030\002 \001(\007:\0028\001\032?\n\035FieldMapSint64Fixed64" + "142Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\006:\0028\001" + "\032=\n\033FieldMapSint64Float143Entry\022\013\n\003key\030\001" + " \001(\022\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapSint6" + "4Int32144Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001" + "(\005:\0028\001\032=\n\033FieldMapSint64Int64145Entry\022\013\n" + "\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\003:\0028\001\032i\n\035FieldMa" + "pSint64Message146Entry\022\013\n\003key\030\001 \001(\022\0227\n\005v" + "alue\030\002 \001(\0132(.protobuf.experimental.Proto" + "3MessageLite:\0028\001\032@\n\036FieldMapSint64Sfixed" + "32147Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\017:\002" + "8\001\032@\n\036FieldMapSint64Sfixed64148Entry\022\013\n\003" + "key\030\001 \001(\022\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMap" + "Sint64Sint32149Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005val" + "ue\030\002 \001(\021:\0028\001\032>\n\034FieldMapSint64Sint64150E" + "ntry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034" + "FieldMapSint64String151Entry\022\013\n\003key\030\001 \001(" + "\022\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMapSint64Ui" + "nt32152Entry\022\013\n\003key\030\001 \001(\022\022\r\n\005value\030\002 \001(\r" + ":\0028\001\032>\n\034FieldMapSint64Uint64153Entry\022\013\n\003" + "key\030\001 \001(\022\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMap" + "StringBool154Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" + "\030\002 \001(\010:\0028\001\032=\n\033FieldMapStringBytes155Entr" + "y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034Fie" + "ldMapStringDouble156Entry\022\013\n\003key\030\001 \001(\t\022\r" + "\n\005value\030\002 \001(\001:\0028\001\032o\n\032FieldMapStringEnum1" + "57Entry\022\013\n\003key\030\001 \001(\t\022@\n\005value\030\002 \001(\01621.pr" + "otobuf.experimental.Proto3MessageLite.Te" + "stEnum:\0028\001\032?\n\035FieldMapStringFixed32158En" + "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035F" + "ieldMapStringFixed64159Entry\022\013\n\003key\030\001 \001(" + "\t\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapStringFl" + "oat160Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032=\n\033FieldMapStringInt32161Entry\022\013\n\003ke" + "y\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapSt" + "ringInt64162Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030" + "\002 \001(\003:\0028\001\032i\n\035FieldMapStringMessage163Ent" + "ry\022\013\n\003key\030\001 \001(\t\0227\n\005value\030\002 \001(\0132(.protobu" + "f.experimental.Proto3MessageLite:\0028\001\032@\n\036" + "FieldMapStringSfixed32164Entry\022\013\n\003key\030\001 " + "\001(\t\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapString" + "Sfixed64165Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002" + " \001(\020:\0028\001\032>\n\034FieldMapStringSint32166Entry" + "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034Fiel" + "dMapStringSint64167Entry\022\013\n\003key\030\001 \001(\t\022\r\n" + "\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapStringString" + "168Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001" + "\032>\n\034FieldMapStringUint32169Entry\022\013\n\003key\030" + "\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapStri" + "ngUint64170Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002" + " \001(\004:\0028\001\032<\n\032FieldMapUint32Bool171Entry\022\013" + "\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\010:\0028\001\032=\n\033FieldM" + "apUint32Bytes172Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005va" + "lue\030\002 \001(\014:\0028\001\032>\n\034FieldMapUint32Double173" + "Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\001:\0028\001\032o\n" + "\032FieldMapUint32Enum174Entry\022\013\n\003key\030\001 \001(\r" + "\022@\n\005value\030\002 \001(\01621.protobuf.experimental." + "Proto3MessageLite.TestEnum:\0028\001\032?\n\035FieldM" + "apUint32Fixed32175Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005" + "value\030\002 \001(\007:\0028\001\032?\n\035FieldMapUint32Fixed64" + "176Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\006:\0028\001" + "\032=\n\033FieldMapUint32Float177Entry\022\013\n\003key\030\001" + " \001(\r\022\r\n\005value\030\002 \001(\002:\0028\001\032=\n\033FieldMapUint3" + "2Int32178Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001" + "(\005:\0028\001\032=\n\033FieldMapUint32Int64179Entry\022\013\n" + "\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\003:\0028\001\032i\n\035FieldMa" + "pUint32Message180Entry\022\013\n\003key\030\001 \001(\r\0227\n\005v" + "alue\030\002 \001(\0132(.protobuf.experimental.Proto" + "3MessageLite:\0028\001\032@\n\036FieldMapUint32Sfixed" + "32181Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\017:\002" + "8\001\032@\n\036FieldMapUint32Sfixed64182Entry\022\013\n\003" + "key\030\001 \001(\r\022\r\n\005value\030\002 \001(\020:\0028\001\032>\n\034FieldMap" + "Uint32Sint32183Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005val" + "ue\030\002 \001(\021:\0028\001\032>\n\034FieldMapUint32Sint64184E" + "ntry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\022:\0028\001\032>\n\034" + "FieldMapUint32String185Entry\022\013\n\003key\030\001 \001(" + "\r\022\r\n\005value\030\002 \001(\t:\0028\001\032>\n\034FieldMapUint32Ui" + "nt32186Entry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\r" + ":\0028\001\032>\n\034FieldMapUint32Uint64187Entry\022\013\n\003" + "key\030\001 \001(\r\022\r\n\005value\030\002 \001(\004:\0028\001\032<\n\032FieldMap" + "Uint64Bool188Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value" + "\030\002 \001(\010:\0028\001\032=\n\033FieldMapUint64Bytes189Entr" + "y\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\014:\0028\001\032>\n\034Fie" + "ldMapUint64Double190Entry\022\013\n\003key\030\001 \001(\004\022\r" + "\n\005value\030\002 \001(\001:\0028\001\032o\n\032FieldMapUint64Enum1" + "91Entry\022\013\n\003key\030\001 \001(\004\022@\n\005value\030\002 \001(\01621.pr" + "otobuf.experimental.Proto3MessageLite.Te" + "stEnum:\0028\001\032?\n\035FieldMapUint64Fixed32192En" + "try\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\007:\0028\001\032?\n\035F" + "ieldMapUint64Fixed64193Entry\022\013\n\003key\030\001 \001(" + "\004\022\r\n\005value\030\002 \001(\006:\0028\001\032=\n\033FieldMapUint64Fl" + "oat194Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\002:" + "\0028\001\032=\n\033FieldMapUint64Int32195Entry\022\013\n\003ke" + "y\030\001 \001(\004\022\r\n\005value\030\002 \001(\005:\0028\001\032=\n\033FieldMapUi" + "nt64Int64196Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030" + "\002 \001(\003:\0028\001\032i\n\035FieldMapUint64Message197Ent" + "ry\022\013\n\003key\030\001 \001(\004\0227\n\005value\030\002 \001(\0132(.protobu" + "f.experimental.Proto3MessageLite:\0028\001\032@\n\036" + "FieldMapUint64Sfixed32198Entry\022\013\n\003key\030\001 " + "\001(\004\022\r\n\005value\030\002 \001(\017:\0028\001\032@\n\036FieldMapUint64" + "Sfixed64199Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002" + " \001(\020:\0028\001\032>\n\034FieldMapUint64Sint32200Entry" + "\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\021:\0028\001\032>\n\034Fiel" + "dMapUint64Sint64201Entry\022\013\n\003key\030\001 \001(\004\022\r\n" + "\005value\030\002 \001(\022:\0028\001\032>\n\034FieldMapUint64String" + "202Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002 \001(\t:\0028\001" + "\032>\n\034FieldMapUint64Uint32203Entry\022\013\n\003key\030" + "\001 \001(\004\022\r\n\005value\030\002 \001(\r:\0028\001\032>\n\034FieldMapUint" + "64Uint64204Entry\022\013\n\003key\030\001 \001(\004\022\r\n\005value\030\002" + " \001(\004:\0028\001B0\n\033com.google.protobuf.testingB" + "\021Proto3TestingLiteb\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_protobuf_experimental_Proto3MessageLite_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protobuf_experimental_Proto3MessageLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLite_descriptor, new java.lang.String[] { "FieldDouble1", "FieldFloat2", "FieldInt643", "FieldUint644", "FieldInt325", "FieldFixed646", "FieldFixed327", "FieldBool8", "FieldString9", "FieldMessage10", "FieldBytes11", "FieldUint3212", "FieldEnum13", "FieldSfixed3214", "FieldSfixed6415", "FieldSint3216", "FieldSint6417", "FieldDoubleList18", "FieldFloatList19", "FieldInt64List20", "FieldUint64List21", "FieldInt32List22", "FieldFixed64List23", "FieldFixed32List24", "FieldBoolList25", "FieldStringList26", "FieldMessageList27", "FieldBytesList28", "FieldUint32List29", "FieldEnumList30", "FieldSfixed32List31", "FieldSfixed64List32", "FieldSint32List33", "FieldSint64List34", "FieldDoubleListPacked35", "FieldFloatListPacked36", "FieldInt64ListPacked37", "FieldUint64ListPacked38", "FieldInt32ListPacked39", "FieldFixed64ListPacked40", "FieldFixed32ListPacked41", "FieldBoolListPacked42", "FieldUint32ListPacked43", "FieldEnumListPacked44", "FieldSfixed32ListPacked45", "FieldSfixed64ListPacked46", "FieldSint32ListPacked47", "FieldSint64ListPacked48", "FieldDouble53", "FieldFloat54", "FieldInt6455", "FieldUint6456", "FieldInt3257", "FieldFixed6458", "FieldFixed3259", "FieldBool60", "FieldString61", "FieldMessage62", "FieldBytes63", "FieldUint3264", "FieldSfixed3265", "FieldSfixed6466", "FieldSint3267", "FieldSint6468", "TestOneof", }); internal_static_protobuf_experimental_Proto3EmptyLite_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_protobuf_experimental_Proto3EmptyLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3EmptyLite_descriptor, new java.lang.String[] { }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor, new java.lang.String[] { "FieldMapBoolBool1", "FieldMapBoolBytes2", "FieldMapBoolDouble3", "FieldMapBoolEnum4", "FieldMapBoolFixed325", "FieldMapBoolFixed646", "FieldMapBoolFloat7", "FieldMapBoolInt328", "FieldMapBoolInt649", "FieldMapBoolMessage10", "FieldMapBoolSfixed3211", "FieldMapBoolSfixed6412", "FieldMapBoolSint3213", "FieldMapBoolSint6414", "FieldMapBoolString15", "FieldMapBoolUint3216", "FieldMapBoolUint6417", "FieldMapFixed32Bool18", "FieldMapFixed32Bytes19", "FieldMapFixed32Double20", "FieldMapFixed32Enum21", "FieldMapFixed32Fixed3222", "FieldMapFixed32Fixed6423", "FieldMapFixed32Float24", "FieldMapFixed32Int3225", "FieldMapFixed32Int6426", "FieldMapFixed32Message27", "FieldMapFixed32Sfixed3228", "FieldMapFixed32Sfixed6429", "FieldMapFixed32Sint3230", "FieldMapFixed32Sint6431", "FieldMapFixed32String32", "FieldMapFixed32Uint3233", "FieldMapFixed32Uint6434", "FieldMapFixed64Bool35", "FieldMapFixed64Bytes36", "FieldMapFixed64Double37", "FieldMapFixed64Enum38", "FieldMapFixed64Fixed3239", "FieldMapFixed64Fixed6440", "FieldMapFixed64Float41", "FieldMapFixed64Int3242", "FieldMapFixed64Int6443", "FieldMapFixed64Message44", "FieldMapFixed64Sfixed3245", "FieldMapFixed64Sfixed6446", "FieldMapFixed64Sint3247", "FieldMapFixed64Sint6448", "FieldMapFixed64String49", "FieldMapFixed64Uint3250", "FieldMapFixed64Uint6451", "FieldMapInt32Bool52", "FieldMapInt32Bytes53", "FieldMapInt32Double54", "FieldMapInt32Enum55", "FieldMapInt32Fixed3256", "FieldMapInt32Fixed6457", "FieldMapInt32Float58", "FieldMapInt32Int3259", "FieldMapInt32Int6460", "FieldMapInt32Message61", "FieldMapInt32Sfixed3262", "FieldMapInt32Sfixed6463", "FieldMapInt32Sint3264", "FieldMapInt32Sint6465", "FieldMapInt32String66", "FieldMapInt32Uint3267", "FieldMapInt32Uint6468", "FieldMapInt64Bool69", "FieldMapInt64Bytes70", "FieldMapInt64Double71", "FieldMapInt64Enum72", "FieldMapInt64Fixed3273", "FieldMapInt64Fixed6474", "FieldMapInt64Float75", "FieldMapInt64Int3276", "FieldMapInt64Int6477", "FieldMapInt64Message78", "FieldMapInt64Sfixed3279", "FieldMapInt64Sfixed6480", "FieldMapInt64Sint3281", "FieldMapInt64Sint6482", "FieldMapInt64String83", "FieldMapInt64Uint3284", "FieldMapInt64Uint6485", "FieldMapSfixed32Bool86", "FieldMapSfixed32Bytes87", "FieldMapSfixed32Double88", "FieldMapSfixed32Enum89", "FieldMapSfixed32Fixed3290", "FieldMapSfixed32Fixed6491", "FieldMapSfixed32Float92", "FieldMapSfixed32Int3293", "FieldMapSfixed32Int6494", "FieldMapSfixed32Message95", "FieldMapSfixed32Sfixed3296", "FieldMapSfixed32Sfixed6497", "FieldMapSfixed32Sint3298", "FieldMapSfixed32Sint6499", "FieldMapSfixed32String100", "FieldMapSfixed32Uint32101", "FieldMapSfixed32Uint64102", "FieldMapSfixed64Bool103", "FieldMapSfixed64Bytes104", "FieldMapSfixed64Double105", "FieldMapSfixed64Enum106", "FieldMapSfixed64Fixed32107", "FieldMapSfixed64Fixed64108", "FieldMapSfixed64Float109", "FieldMapSfixed64Int32110", "FieldMapSfixed64Int64111", "FieldMapSfixed64Message112", "FieldMapSfixed64Sfixed32113", "FieldMapSfixed64Sfixed64114", "FieldMapSfixed64Sint32115", "FieldMapSfixed64Sint64116", "FieldMapSfixed64String117", "FieldMapSfixed64Uint32118", "FieldMapSfixed64Uint64119", "FieldMapSint32Bool120", "FieldMapSint32Bytes121", "FieldMapSint32Double122", "FieldMapSint32Enum123", "FieldMapSint32Fixed32124", "FieldMapSint32Fixed64125", "FieldMapSint32Float126", "FieldMapSint32Int32127", "FieldMapSint32Int64128", "FieldMapSint32Message129", "FieldMapSint32Sfixed32130", "FieldMapSint32Sfixed64131", "FieldMapSint32Sint32132", "FieldMapSint32Sint64133", "FieldMapSint32String134", "FieldMapSint32Uint32135", "FieldMapSint32Uint64136", "FieldMapSint64Bool137", "FieldMapSint64Bytes138", "FieldMapSint64Double139", "FieldMapSint64Enum140", "FieldMapSint64Fixed32141", "FieldMapSint64Fixed64142", "FieldMapSint64Float143", "FieldMapSint64Int32144", "FieldMapSint64Int64145", "FieldMapSint64Message146", "FieldMapSint64Sfixed32147", "FieldMapSint64Sfixed64148", "FieldMapSint64Sint32149", "FieldMapSint64Sint64150", "FieldMapSint64String151", "FieldMapSint64Uint32152", "FieldMapSint64Uint64153", "FieldMapStringBool154", "FieldMapStringBytes155", "FieldMapStringDouble156", "FieldMapStringEnum157", "FieldMapStringFixed32158", "FieldMapStringFixed64159", "FieldMapStringFloat160", "FieldMapStringInt32161", "FieldMapStringInt64162", "FieldMapStringMessage163", "FieldMapStringSfixed32164", "FieldMapStringSfixed64165", "FieldMapStringSint32166", "FieldMapStringSint64167", "FieldMapStringString168", "FieldMapStringUint32169", "FieldMapStringUint64170", "FieldMapUint32Bool171", "FieldMapUint32Bytes172", "FieldMapUint32Double173", "FieldMapUint32Enum174", "FieldMapUint32Fixed32175", "FieldMapUint32Fixed64176", "FieldMapUint32Float177", "FieldMapUint32Int32178", "FieldMapUint32Int64179", "FieldMapUint32Message180", "FieldMapUint32Sfixed32181", "FieldMapUint32Sfixed64182", "FieldMapUint32Sint32183", "FieldMapUint32Sint64184", "FieldMapUint32String185", "FieldMapUint32Uint32186", "FieldMapUint32Uint64187", "FieldMapUint64Bool188", "FieldMapUint64Bytes189", "FieldMapUint64Double190", "FieldMapUint64Enum191", "FieldMapUint64Fixed32192", "FieldMapUint64Fixed64193", "FieldMapUint64Float194", "FieldMapUint64Int32195", "FieldMapUint64Int64196", "FieldMapUint64Message197", "FieldMapUint64Sfixed32198", "FieldMapUint64Sfixed64199", "FieldMapUint64Sint32200", "FieldMapUint64Sint64201", "FieldMapUint64String202", "FieldMapUint64Uint32203", "FieldMapUint64Uint64204", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(0); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBool1Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBool1Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(1); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBytes2Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolBytes2Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(2); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolDouble3Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolDouble3Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(3); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolEnum4Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolEnum4Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(4); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed325Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed325Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(5); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed646Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFixed646Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(6); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFloat7Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolFloat7Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(7); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt328Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt328Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(8); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt649Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolInt649Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(9); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolMessage10Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolMessage10Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(10); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed3211Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(11); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSfixed6412Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(12); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint3213Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint3213Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(13); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint6414Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolSint6414Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(14); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolString15Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolString15Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(15); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint3216Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint3216Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(16); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint6417Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapBoolUint6417Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(17); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bool18Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bool18Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(18); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Bytes19Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(19); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Double20Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Double20Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(20); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Enum21Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Enum21Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(21); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed3222Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(22); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Fixed6423Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(23); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Float24Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Float24Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(24); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int3225Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int3225Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(25); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int6426Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Int6426Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(26); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Message27Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Message27Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(27); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed3228Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(28); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sfixed6429Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(29); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint3230Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(30); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Sint6431Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(31); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32String32Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32String32Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(32); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint3233Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(33); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed32Uint6434Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(34); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bool35Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bool35Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(35); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Bytes36Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(36); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Double37Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Double37Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(37); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Enum38Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Enum38Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(38); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed3239Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(39); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Fixed6440Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(40); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Float41Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Float41Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(41); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int3242Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int3242Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(42); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int6443Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Int6443Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(43); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Message44Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Message44Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(44); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed3245Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(45); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sfixed6446Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(46); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint3247Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(47); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Sint6448Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(48); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64String49Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64String49Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(49); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint3250Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(50); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapFixed64Uint6451Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(51); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bool52Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bool52Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(52); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bytes53Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Bytes53Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(53); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Double54Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Double54Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(54); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Enum55Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Enum55Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(55); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed3256Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(56); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Fixed6457Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(57); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Float58Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Float58Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(58); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int3259Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int3259Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(59); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int6460Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Int6460Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(60); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Message61Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Message61Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(61); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed3262Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(62); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sfixed6463Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(63); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint3264Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint3264Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(64); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint6465Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Sint6465Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(65); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32String66Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32String66Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(66); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint3267Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint3267Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(67); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint6468Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt32Uint6468Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(68); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bool69Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bool69Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(69); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bytes70Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Bytes70Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(70); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Double71Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Double71Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(71); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Enum72Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Enum72Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(72); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed3273Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(73); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Fixed6474Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(74); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Float75Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Float75Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(75); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int3276Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int3276Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(76); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int6477Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Int6477Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(77); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Message78Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Message78Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(78); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed3279Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(79); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sfixed6480Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(80); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint3281Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint3281Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(81); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint6482Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Sint6482Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(82); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64String83Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64String83Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(83); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint3284Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint3284Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(84); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint6485Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapInt64Uint6485Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(85); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bool86Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(86); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Bytes87Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(87); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Double88Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Double88Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(88); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Enum89Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(89); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed3290Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(90); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Fixed6491Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(91); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Float92Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Float92Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(92); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int3293Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(93); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Int6494Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(94); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Message95Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Message95Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(95); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed3296Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(96); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sfixed6497Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(97); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint3298Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(98); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Sint6499Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(99); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32String100Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32String100Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(100); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint32101Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(101); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed32Uint64102Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(102); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bool103Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(103); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Bytes104Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(104); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Double105Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Double105Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(105); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Enum106Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(106); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed32107Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(107); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Fixed64108Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(108); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Float109Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Float109Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(109); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int32110Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(110); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Int64111Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(111); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Message112Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Message112Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(112); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed32113Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(113); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sfixed64114Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(114); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint32115Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(115); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Sint64116Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(116); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64String117Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64String117Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(117); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint32118Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(118); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSfixed64Uint64119Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(119); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bool120Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bool120Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(120); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bytes121Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Bytes121Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(121); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Double122Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Double122Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(122); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Enum123Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Enum123Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(123); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed32124Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(124); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Fixed64125Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(125); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Float126Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Float126Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(126); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int32127Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int32127Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(127); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int64128Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Int64128Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(128); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Message129Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Message129Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(129); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed32130Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(130); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sfixed64131Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(131); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint32132Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint32132Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(132); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint64133Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Sint64133Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(133); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32String134Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32String134Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(134); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint32135Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint32135Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(135); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint64136Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint32Uint64136Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(136); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bool137Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bool137Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(137); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bytes138Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Bytes138Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(138); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Double139Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Double139Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(139); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Enum140Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Enum140Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(140); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed32141Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(141); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Fixed64142Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(142); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Float143Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Float143Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(143); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int32144Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int32144Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(144); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int64145Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Int64145Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(145); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Message146Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Message146Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(146); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed32147Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(147); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sfixed64148Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(148); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint32149Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint32149Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(149); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint64150Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Sint64150Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(150); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64String151Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64String151Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(151); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint32152Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint32152Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(152); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint64153Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapSint64Uint64153Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(153); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBool154Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBool154Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(154); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBytes155Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringBytes155Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(155); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringDouble156Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringDouble156Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(156); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringEnum157Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringEnum157Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(157); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed32158Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed32158Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(158); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed64159Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFixed64159Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(159); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFloat160Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringFloat160Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(160); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt32161Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt32161Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(161); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt64162Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringInt64162Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(162); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringMessage163Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringMessage163Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(163); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed32164Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed32164Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(164); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed64165Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSfixed64165Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(165); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint32166Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint32166Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(166); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint64167Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringSint64167Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringString168Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(167); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringString168Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringString168Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(168); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint32169Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint32169Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(169); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint64170Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapStringUint64170Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(170); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bool171Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bool171Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(171); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bytes172Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Bytes172Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(172); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Double173Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Double173Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(173); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Enum174Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Enum174Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(174); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed32175Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(175); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Fixed64176Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(176); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Float177Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Float177Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(177); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int32178Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int32178Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(178); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int64179Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Int64179Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(179); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Message180Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Message180Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(180); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed32181Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(181); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sfixed64182Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(182); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint32183Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint32183Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(183); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint64184Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Sint64184Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(184); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32String185Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32String185Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(185); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint32186Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint32186Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(186); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint64187Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint32Uint64187Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(187); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bool188Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bool188Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(188); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bytes189Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Bytes189Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(189); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Double190Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Double190Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(190); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Enum191Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Enum191Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(191); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed32192Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(192); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Fixed64193Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(193); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Float194Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Float194Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(194); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int32195Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int32195Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(195); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int64196Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Int64196Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(196); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Message197Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Message197Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(197); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed32198Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(198); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sfixed64199Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(199); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint32200Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint32200Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(200); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint64201Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Sint64201Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(201); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64String202Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64String202Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(202); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint32203Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint32203Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor = internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_descriptor.getNestedTypes().get(203); internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint64204Entry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_experimental_Proto3MessageLiteWithMaps_FieldMapUint64Uint64204Entry_descriptor, new java.lang.String[] { "Key", "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK !rKܺ55_com/google/protobuf/testing/textformat/performance/proto2/Proto2TextFormatPerformanceProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/proto2_text_format_performance_test.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf.testing.textformat.performance.proto2; public final class Proto2TextFormatPerformanceProto { private Proto2TextFormatPerformanceProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.subMsgExt); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface ContainsSubMessageWithRepeatedInt32OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.testing.textformat.performance.proto2.ContainsSubMessageWithRepeatedInt32) com.google.protobuf.MessageOrBuilder { /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; * @return Whether the subMsg field is set. */ boolean hasSubMsg(); /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; * @return The subMsg. */ com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 getSubMsg(); /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32OrBuilder getSubMsgOrBuilder(); } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto2.ContainsSubMessageWithRepeatedInt32} */ public static final class ContainsSubMessageWithRepeatedInt32 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.testing.textformat.performance.proto2.ContainsSubMessageWithRepeatedInt32) ContainsSubMessageWithRepeatedInt32OrBuilder { private static final long serialVersionUID = 0L; // Use ContainsSubMessageWithRepeatedInt32.newBuilder() to construct. private ContainsSubMessageWithRepeatedInt32(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ContainsSubMessageWithRepeatedInt32() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ContainsSubMessageWithRepeatedInt32(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.Builder.class); } private int bitField0_; public static final int SUB_MSG_FIELD_NUMBER = 1; private com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 subMsg_; /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; * @return Whether the subMsg field is set. */ @java.lang.Override public boolean hasSubMsg() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; * @return The subMsg. */ @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 getSubMsg() { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32OrBuilder getSubMsgOrBuilder() { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getSubMsg()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getSubMsg()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32)) { return super.equals(obj); } com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 other = (com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32) obj; if (hasSubMsg() != other.hasSubMsg()) return false; if (hasSubMsg()) { if (!getSubMsg() .equals(other.getSubMsg())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasSubMsg()) { hash = (37 * hash) + SUB_MSG_FIELD_NUMBER; hash = (53 * hash) + getSubMsg().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto2.ContainsSubMessageWithRepeatedInt32} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.testing.textformat.performance.proto2.ContainsSubMessageWithRepeatedInt32) com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.Builder.class); } // Construct using com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getSubMsgFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; subMsg_ = null; if (subMsgBuilder_ != null) { subMsgBuilder_.dispose(); subMsgBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_descriptor; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 getDefaultInstanceForType() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 build() { com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 buildPartial() { com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 result = new com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.subMsg_ = subMsgBuilder_ == null ? subMsg_ : subMsgBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32) { return mergeFrom((com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 other) { if (other == com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.getDefaultInstance()) return this; if (other.hasSubMsg()) { mergeSubMsg(other.getSubMsg()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getSubMsgFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 subMsg_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.Builder, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32OrBuilder> subMsgBuilder_; /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; * @return Whether the subMsg field is set. */ public boolean hasSubMsg() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; * @return The subMsg. */ public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 getSubMsg() { if (subMsgBuilder_ == null) { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } else { return subMsgBuilder_.getMessage(); } } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ public Builder setSubMsg(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 value) { if (subMsgBuilder_ == null) { if (value == null) { throw new NullPointerException(); } subMsg_ = value; } else { subMsgBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ public Builder setSubMsg( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.Builder builderForValue) { if (subMsgBuilder_ == null) { subMsg_ = builderForValue.build(); } else { subMsgBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ public Builder mergeSubMsg(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 value) { if (subMsgBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && subMsg_ != null && subMsg_ != com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance()) { getSubMsgBuilder().mergeFrom(value); } else { subMsg_ = value; } } else { subMsgBuilder_.mergeFrom(value); } if (subMsg_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ public Builder clearSubMsg() { bitField0_ = (bitField0_ & ~0x00000001); subMsg_ = null; if (subMsgBuilder_ != null) { subMsgBuilder_.dispose(); subMsgBuilder_ = null; } onChanged(); return this; } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.Builder getSubMsgBuilder() { bitField0_ |= 0x00000001; onChanged(); return getSubMsgFieldBuilder().getBuilder(); } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32OrBuilder getSubMsgOrBuilder() { if (subMsgBuilder_ != null) { return subMsgBuilder_.getMessageOrBuilder(); } else { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } } /** * optional .protobuf.testing.textformat.performance.proto2.RepeatedInt32 sub_msg = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.Builder, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32OrBuilder> getSubMsgFieldBuilder() { if (subMsgBuilder_ == null) { subMsgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.Builder, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32OrBuilder>( getSubMsg(), getParentForChildren(), isClean()); subMsg_ = null; } return subMsgBuilder_; } @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:protobuf.testing.textformat.performance.proto2.ContainsSubMessageWithRepeatedInt32) } // @@protoc_insertion_point(class_scope:protobuf.testing.textformat.performance.proto2.ContainsSubMessageWithRepeatedInt32) private static final com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32(); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ContainsSubMessageWithRepeatedInt32 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RepeatedInt32OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.testing.textformat.performance.proto2.RepeatedInt32) com.google.protobuf.MessageOrBuilder { /** * repeated int32 value = 2; * @return A list containing the value. */ java.util.List getValueList(); /** * repeated int32 value = 2; * @return The count of value. */ int getValueCount(); /** * repeated int32 value = 2; * @param index The index of the element to return. * @return The value at the given index. */ int getValue(int index); } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto2.RepeatedInt32} */ public static final class RepeatedInt32 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.testing.textformat.performance.proto2.RepeatedInt32) RepeatedInt32OrBuilder { private static final long serialVersionUID = 0L; // Use RepeatedInt32.newBuilder() to construct. private RepeatedInt32(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RepeatedInt32() { value_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RepeatedInt32(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.Builder.class); } public static final int VALUE_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList value_ = emptyIntList(); /** * repeated int32 value = 2; * @return A list containing the value. */ @java.lang.Override public java.util.List getValueList() { return value_; } /** * repeated int32 value = 2; * @return The count of value. */ public int getValueCount() { return value_.size(); } /** * repeated int32 value = 2; * @param index The index of the element to return. * @return The value at the given index. */ public int getValue(int index) { return value_.getInt(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < value_.size(); i++) { output.writeInt32(2, value_.getInt(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < value_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(value_.getInt(i)); } size += dataSize; size += 1 * getValueList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32)) { return super.equals(obj); } com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 other = (com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32) obj; if (!getValueList() .equals(other.getValueList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getValueCount() > 0) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValueList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto2.RepeatedInt32} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.testing.textformat.performance.proto2.RepeatedInt32) com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.Builder.class); } // Construct using com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = emptyIntList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_descriptor; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 getDefaultInstanceForType() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 build() { com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 buildPartial() { com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 result = new com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { value_.makeImmutable(); result.value_ = value_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32) { return mergeFrom((com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 other) { if (other == com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance()) return this; if (!other.value_.isEmpty()) { if (value_.isEmpty()) { value_ = other.value_; value_.makeImmutable(); bitField0_ |= 0x00000001; } else { ensureValueIsMutable(); value_.addAll(other.value_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 16: { int v = input.readInt32(); ensureValueIsMutable(); value_.addInt(v); break; } // case 16 case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureValueIsMutable(); while (input.getBytesUntilLimit() > 0) { value_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.Internal.IntList value_ = emptyIntList(); private void ensureValueIsMutable() { if (!value_.isModifiable()) { value_ = makeMutableCopy(value_); } bitField0_ |= 0x00000001; } /** * repeated int32 value = 2; * @return A list containing the value. */ public java.util.List getValueList() { value_.makeImmutable(); return value_; } /** * repeated int32 value = 2; * @return The count of value. */ public int getValueCount() { return value_.size(); } /** * repeated int32 value = 2; * @param index The index of the element to return. * @return The value at the given index. */ public int getValue(int index) { return value_.getInt(index); } /** * repeated int32 value = 2; * @param index The index to set the value at. * @param value The value to set. * @return This builder for chaining. */ public Builder setValue( int index, int value) { ensureValueIsMutable(); value_.setInt(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 value = 2; * @param value The value to add. * @return This builder for chaining. */ public Builder addValue(int value) { ensureValueIsMutable(); value_.addInt(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 value = 2; * @param values The value to add. * @return This builder for chaining. */ public Builder addAllValue( java.lang.Iterable values) { ensureValueIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, value_); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 value = 2; * @return This builder for chaining. */ public Builder clearValue() { value_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); 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:protobuf.testing.textformat.performance.proto2.RepeatedInt32) } // @@protoc_insertion_point(class_scope:protobuf.testing.textformat.performance.proto2.RepeatedInt32) private static final com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32(); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RepeatedInt32 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ContainsExtensionSubMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage} */ public static final class ContainsExtensionSubMessage extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< ContainsExtensionSubMessage> implements // @@protoc_insertion_point(message_implements:protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage) ContainsExtensionSubMessageOrBuilder { private static final long serialVersionUID = 0L; // Use ContainsExtensionSubMessage.newBuilder() to construct. private ContainsExtensionSubMessage(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private ContainsExtensionSubMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ContainsExtensionSubMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage.class, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage)) { return super.equals(obj); } com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage other = (com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage, Builder> implements // @@protoc_insertion_point(builder_implements:protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage) com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage.class, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage.Builder.class); } // Construct using com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_descriptor; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage getDefaultInstanceForType() { return com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage build() { com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage buildPartial() { com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage result = new com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage) { return mergeFrom((com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage other) { if (other == com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage.getDefaultInstance()) return this; this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage) } // @@protoc_insertion_point(class_scope:protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage) private static final com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage(); } public static com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ContainsExtensionSubMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int SUB_MSG_EXT_FIELD_NUMBER = 1; /** * extend .protobuf.testing.textformat.performance.proto2.ContainsExtensionSubMessage { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.ContainsExtensionSubMessage, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32> subMsgExt = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto2.Proto2TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance()); private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n=com/google/protobuf/proto2_text_format" + "_performance_test.proto\022.protobuf.testin" + "g.textformat.performance.proto2\"u\n#Conta" + "insSubMessageWithRepeatedInt32\022N\n\007sub_ms" + "g\030\001 \001(\0132=.protobuf.testing.textformat.pe" + "rformance.proto2.RepeatedInt32\"\036\n\rRepeat" + "edInt32\022\r\n\005value\030\002 \003(\005\"\'\n\033ContainsExtens" + "ionSubMessage*\010\010\001\020\200\200\200\200\002:\237\001\n\013sub_msg_ext\022" + "K.protobuf.testing.textformat.performanc" + "e.proto2.ContainsExtensionSubMessage\030\001 \001" + "(\0132=.protobuf.testing.textformat.perform" + "ance.proto2.RepeatedInt32B]\n9com.google." + "protobuf.testing.textformat.performance." + "proto2B Proto2TextFormatPerformanceProto" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_testing_textformat_performance_proto2_ContainsSubMessageWithRepeatedInt32_descriptor, new java.lang.String[] { "SubMsg", }); internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_testing_textformat_performance_proto2_RepeatedInt32_descriptor, new java.lang.String[] { "Value", }); internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_testing_textformat_performance_proto2_ContainsExtensionSubMessage_descriptor, new java.lang.String[] { }); subMsgExt.internalInit(descriptor.getExtensions().get(0)); } // @@protoc_insertion_point(outer_class_scope) } PK !6>_com/google/protobuf/testing/textformat/performance/proto3/Proto3TextFormatPerformanceProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/proto3_text_format_performance_test.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf.testing.textformat.performance.proto3; public final class Proto3TextFormatPerformanceProto { private Proto3TextFormatPerformanceProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface ContainsSubMessageWithRepeatedInt32OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.testing.textformat.performance.proto3.ContainsSubMessageWithRepeatedInt32) com.google.protobuf.MessageOrBuilder { /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; * @return Whether the subMsg field is set. */ boolean hasSubMsg(); /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; * @return The subMsg. */ com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 getSubMsg(); /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32OrBuilder getSubMsgOrBuilder(); } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto3.ContainsSubMessageWithRepeatedInt32} */ public static final class ContainsSubMessageWithRepeatedInt32 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.testing.textformat.performance.proto3.ContainsSubMessageWithRepeatedInt32) ContainsSubMessageWithRepeatedInt32OrBuilder { private static final long serialVersionUID = 0L; // Use ContainsSubMessageWithRepeatedInt32.newBuilder() to construct. private ContainsSubMessageWithRepeatedInt32(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ContainsSubMessageWithRepeatedInt32() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ContainsSubMessageWithRepeatedInt32(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.Builder.class); } private int bitField0_; public static final int SUB_MSG_FIELD_NUMBER = 1; private com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 subMsg_; /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; * @return Whether the subMsg field is set. */ @java.lang.Override public boolean hasSubMsg() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; * @return The subMsg. */ @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 getSubMsg() { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32OrBuilder getSubMsgOrBuilder() { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getSubMsg()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getSubMsg()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32)) { return super.equals(obj); } com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 other = (com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32) obj; if (hasSubMsg() != other.hasSubMsg()) return false; if (hasSubMsg()) { if (!getSubMsg() .equals(other.getSubMsg())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasSubMsg()) { hash = (37 * hash) + SUB_MSG_FIELD_NUMBER; hash = (53 * hash) + getSubMsg().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto3.ContainsSubMessageWithRepeatedInt32} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.testing.textformat.performance.proto3.ContainsSubMessageWithRepeatedInt32) com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.Builder.class); } // Construct using com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getSubMsgFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; subMsg_ = null; if (subMsgBuilder_ != null) { subMsgBuilder_.dispose(); subMsgBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_descriptor; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 getDefaultInstanceForType() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 build() { com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 buildPartial() { com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 result = new com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.subMsg_ = subMsgBuilder_ == null ? subMsg_ : subMsgBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32) { return mergeFrom((com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 other) { if (other == com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32.getDefaultInstance()) return this; if (other.hasSubMsg()) { mergeSubMsg(other.getSubMsg()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getSubMsgFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 subMsg_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.Builder, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32OrBuilder> subMsgBuilder_; /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; * @return Whether the subMsg field is set. */ public boolean hasSubMsg() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; * @return The subMsg. */ public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 getSubMsg() { if (subMsgBuilder_ == null) { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } else { return subMsgBuilder_.getMessage(); } } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ public Builder setSubMsg(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 value) { if (subMsgBuilder_ == null) { if (value == null) { throw new NullPointerException(); } subMsg_ = value; } else { subMsgBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ public Builder setSubMsg( com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.Builder builderForValue) { if (subMsgBuilder_ == null) { subMsg_ = builderForValue.build(); } else { subMsgBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ public Builder mergeSubMsg(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 value) { if (subMsgBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && subMsg_ != null && subMsg_ != com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance()) { getSubMsgBuilder().mergeFrom(value); } else { subMsg_ = value; } } else { subMsgBuilder_.mergeFrom(value); } if (subMsg_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ public Builder clearSubMsg() { bitField0_ = (bitField0_ & ~0x00000001); subMsg_ = null; if (subMsgBuilder_ != null) { subMsgBuilder_.dispose(); subMsgBuilder_ = null; } onChanged(); return this; } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.Builder getSubMsgBuilder() { bitField0_ |= 0x00000001; onChanged(); return getSubMsgFieldBuilder().getBuilder(); } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32OrBuilder getSubMsgOrBuilder() { if (subMsgBuilder_ != null) { return subMsgBuilder_.getMessageOrBuilder(); } else { return subMsg_ == null ? com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance() : subMsg_; } } /** * optional .protobuf.testing.textformat.performance.proto3.RepeatedInt32 sub_msg = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.Builder, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32OrBuilder> getSubMsgFieldBuilder() { if (subMsgBuilder_ == null) { subMsgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.Builder, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32OrBuilder>( getSubMsg(), getParentForChildren(), isClean()); subMsg_ = null; } return subMsgBuilder_; } @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:protobuf.testing.textformat.performance.proto3.ContainsSubMessageWithRepeatedInt32) } // @@protoc_insertion_point(class_scope:protobuf.testing.textformat.performance.proto3.ContainsSubMessageWithRepeatedInt32) private static final com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32(); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ContainsSubMessageWithRepeatedInt32 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.ContainsSubMessageWithRepeatedInt32 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RepeatedInt32OrBuilder extends // @@protoc_insertion_point(interface_extends:protobuf.testing.textformat.performance.proto3.RepeatedInt32) com.google.protobuf.MessageOrBuilder { /** * repeated int32 value = 2; * @return A list containing the value. */ java.util.List getValueList(); /** * repeated int32 value = 2; * @return The count of value. */ int getValueCount(); /** * repeated int32 value = 2; * @param index The index of the element to return. * @return The value at the given index. */ int getValue(int index); } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto3.RepeatedInt32} */ public static final class RepeatedInt32 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protobuf.testing.textformat.performance.proto3.RepeatedInt32) RepeatedInt32OrBuilder { private static final long serialVersionUID = 0L; // Use RepeatedInt32.newBuilder() to construct. private RepeatedInt32(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RepeatedInt32() { value_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RepeatedInt32(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.Builder.class); } public static final int VALUE_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList value_ = emptyIntList(); /** * repeated int32 value = 2; * @return A list containing the value. */ @java.lang.Override public java.util.List getValueList() { return value_; } /** * repeated int32 value = 2; * @return The count of value. */ public int getValueCount() { return value_.size(); } /** * repeated int32 value = 2; * @param index The index of the element to return. * @return The value at the given index. */ public int getValue(int index) { return value_.getInt(index); } private int valueMemoizedSerializedSize = -1; private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (getValueList().size() > 0) { output.writeUInt32NoTag(18); output.writeUInt32NoTag(valueMemoizedSerializedSize); } for (int i = 0; i < value_.size(); i++) { output.writeInt32NoTag(value_.getInt(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < value_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(value_.getInt(i)); } size += dataSize; if (!getValueList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } valueMemoizedSerializedSize = dataSize; } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32)) { return super.equals(obj); } com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 other = (com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32) obj; if (!getValueList() .equals(other.getValueList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getValueCount() > 0) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValueList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf.testing.textformat.performance.proto3.RepeatedInt32} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protobuf.testing.textformat.performance.proto3.RepeatedInt32) com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.class, com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.Builder.class); } // Construct using com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = emptyIntList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_descriptor; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 getDefaultInstanceForType() { return com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 build() { com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 buildPartial() { com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 result = new com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { value_.makeImmutable(); result.value_ = value_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32) { return mergeFrom((com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 other) { if (other == com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32.getDefaultInstance()) return this; if (!other.value_.isEmpty()) { if (value_.isEmpty()) { value_ = other.value_; value_.makeImmutable(); bitField0_ |= 0x00000001; } else { ensureValueIsMutable(); value_.addAll(other.value_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 16: { int v = input.readInt32(); ensureValueIsMutable(); value_.addInt(v); break; } // case 16 case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); ensureValueIsMutable(); while (input.getBytesUntilLimit() > 0) { value_.addInt(input.readInt32()); } input.popLimit(limit); break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.Internal.IntList value_ = emptyIntList(); private void ensureValueIsMutable() { if (!value_.isModifiable()) { value_ = makeMutableCopy(value_); } bitField0_ |= 0x00000001; } /** * repeated int32 value = 2; * @return A list containing the value. */ public java.util.List getValueList() { value_.makeImmutable(); return value_; } /** * repeated int32 value = 2; * @return The count of value. */ public int getValueCount() { return value_.size(); } /** * repeated int32 value = 2; * @param index The index of the element to return. * @return The value at the given index. */ public int getValue(int index) { return value_.getInt(index); } /** * repeated int32 value = 2; * @param index The index to set the value at. * @param value The value to set. * @return This builder for chaining. */ public Builder setValue( int index, int value) { ensureValueIsMutable(); value_.setInt(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 value = 2; * @param value The value to add. * @return This builder for chaining. */ public Builder addValue(int value) { ensureValueIsMutable(); value_.addInt(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 value = 2; * @param values The value to add. * @return This builder for chaining. */ public Builder addAllValue( java.lang.Iterable values) { ensureValueIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, value_); bitField0_ |= 0x00000001; onChanged(); return this; } /** * repeated int32 value = 2; * @return This builder for chaining. */ public Builder clearValue() { value_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); 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:protobuf.testing.textformat.performance.proto3.RepeatedInt32) } // @@protoc_insertion_point(class_scope:protobuf.testing.textformat.performance.proto3.RepeatedInt32) private static final com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32(); } public static com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RepeatedInt32 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.testing.textformat.performance.proto3.Proto3TextFormatPerformanceProto.RepeatedInt32 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n=com/google/protobuf/proto3_text_format" + "_performance_test.proto\022.protobuf.testin" + "g.textformat.performance.proto3\"\206\001\n#Cont" + "ainsSubMessageWithRepeatedInt32\022S\n\007sub_m" + "sg\030\001 \001(\0132=.protobuf.testing.textformat.p" + "erformance.proto3.RepeatedInt32H\000\210\001\001B\n\n\010" + "_sub_msg\"\036\n\rRepeatedInt32\022\r\n\005value\030\002 \003(\005" + "B]\n9com.google.protobuf.testing.textform" + "at.performance.proto3B Proto3TextFormatP" + "erformanceProtob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_testing_textformat_performance_proto3_ContainsSubMessageWithRepeatedInt32_descriptor, new java.lang.String[] { "SubMsg", }); internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protobuf_testing_textformat_performance_proto3_RepeatedInt32_descriptor, new java.lang.String[] { "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK ![YQQ7com/google/protobuf/wrapperstest/WrappersTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/wrappers_test.proto // Protobuf Java Version: 3.25.0 package com.google.protobuf.wrapperstest; public final class WrappersTestProto { private WrappersTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TopLevelMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:wrappers_test.TopLevelMessage) com.google.protobuf.MessageOrBuilder { /** * int32 field1 = 1; * @return The field1. */ int getField1(); /** * .google.protobuf.DoubleValue field_double = 2; * @return Whether the fieldDouble field is set. */ boolean hasFieldDouble(); /** * .google.protobuf.DoubleValue field_double = 2; * @return The fieldDouble. */ com.google.protobuf.DoubleValue getFieldDouble(); /** * .google.protobuf.DoubleValue field_double = 2; */ com.google.protobuf.DoubleValueOrBuilder getFieldDoubleOrBuilder(); /** * .google.protobuf.FloatValue field_float = 3; * @return Whether the fieldFloat field is set. */ boolean hasFieldFloat(); /** * .google.protobuf.FloatValue field_float = 3; * @return The fieldFloat. */ com.google.protobuf.FloatValue getFieldFloat(); /** * .google.protobuf.FloatValue field_float = 3; */ com.google.protobuf.FloatValueOrBuilder getFieldFloatOrBuilder(); /** * .google.protobuf.Int64Value field_int64 = 4; * @return Whether the fieldInt64 field is set. */ boolean hasFieldInt64(); /** * .google.protobuf.Int64Value field_int64 = 4; * @return The fieldInt64. */ com.google.protobuf.Int64Value getFieldInt64(); /** * .google.protobuf.Int64Value field_int64 = 4; */ com.google.protobuf.Int64ValueOrBuilder getFieldInt64OrBuilder(); /** * .google.protobuf.UInt64Value field_uint64 = 5; * @return Whether the fieldUint64 field is set. */ boolean hasFieldUint64(); /** * .google.protobuf.UInt64Value field_uint64 = 5; * @return The fieldUint64. */ com.google.protobuf.UInt64Value getFieldUint64(); /** * .google.protobuf.UInt64Value field_uint64 = 5; */ com.google.protobuf.UInt64ValueOrBuilder getFieldUint64OrBuilder(); /** * .google.protobuf.Int32Value field_int32 = 6; * @return Whether the fieldInt32 field is set. */ boolean hasFieldInt32(); /** * .google.protobuf.Int32Value field_int32 = 6; * @return The fieldInt32. */ com.google.protobuf.Int32Value getFieldInt32(); /** * .google.protobuf.Int32Value field_int32 = 6; */ com.google.protobuf.Int32ValueOrBuilder getFieldInt32OrBuilder(); /** * .google.protobuf.UInt32Value field_uint32 = 7; * @return Whether the fieldUint32 field is set. */ boolean hasFieldUint32(); /** * .google.protobuf.UInt32Value field_uint32 = 7; * @return The fieldUint32. */ com.google.protobuf.UInt32Value getFieldUint32(); /** * .google.protobuf.UInt32Value field_uint32 = 7; */ com.google.protobuf.UInt32ValueOrBuilder getFieldUint32OrBuilder(); /** * .google.protobuf.BoolValue field_bool = 8; * @return Whether the fieldBool field is set. */ boolean hasFieldBool(); /** * .google.protobuf.BoolValue field_bool = 8; * @return The fieldBool. */ com.google.protobuf.BoolValue getFieldBool(); /** * .google.protobuf.BoolValue field_bool = 8; */ com.google.protobuf.BoolValueOrBuilder getFieldBoolOrBuilder(); /** * .google.protobuf.StringValue field_string = 9; * @return Whether the fieldString field is set. */ boolean hasFieldString(); /** * .google.protobuf.StringValue field_string = 9; * @return The fieldString. */ com.google.protobuf.StringValue getFieldString(); /** * .google.protobuf.StringValue field_string = 9; */ com.google.protobuf.StringValueOrBuilder getFieldStringOrBuilder(); /** * .google.protobuf.BytesValue field_bytes = 10; * @return Whether the fieldBytes field is set. */ boolean hasFieldBytes(); /** * .google.protobuf.BytesValue field_bytes = 10; * @return The fieldBytes. */ com.google.protobuf.BytesValue getFieldBytes(); /** * .google.protobuf.BytesValue field_bytes = 10; */ com.google.protobuf.BytesValueOrBuilder getFieldBytesOrBuilder(); } /** * Protobuf type {@code wrappers_test.TopLevelMessage} */ public static final class TopLevelMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:wrappers_test.TopLevelMessage) TopLevelMessageOrBuilder { private static final long serialVersionUID = 0L; // Use TopLevelMessage.newBuilder() to construct. private TopLevelMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TopLevelMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TopLevelMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.wrapperstest.WrappersTestProto.internal_static_wrappers_test_TopLevelMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.wrapperstest.WrappersTestProto.internal_static_wrappers_test_TopLevelMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage.class, com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage.Builder.class); } private int bitField0_; public static final int FIELD1_FIELD_NUMBER = 1; private int field1_ = 0; /** * int32 field1 = 1; * @return The field1. */ @java.lang.Override public int getField1() { return field1_; } public static final int FIELD_DOUBLE_FIELD_NUMBER = 2; private com.google.protobuf.DoubleValue fieldDouble_; /** * .google.protobuf.DoubleValue field_double = 2; * @return Whether the fieldDouble field is set. */ @java.lang.Override public boolean hasFieldDouble() { return ((bitField0_ & 0x00000001) != 0); } /** * .google.protobuf.DoubleValue field_double = 2; * @return The fieldDouble. */ @java.lang.Override public com.google.protobuf.DoubleValue getFieldDouble() { return fieldDouble_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : fieldDouble_; } /** * .google.protobuf.DoubleValue field_double = 2; */ @java.lang.Override public com.google.protobuf.DoubleValueOrBuilder getFieldDoubleOrBuilder() { return fieldDouble_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : fieldDouble_; } public static final int FIELD_FLOAT_FIELD_NUMBER = 3; private com.google.protobuf.FloatValue fieldFloat_; /** * .google.protobuf.FloatValue field_float = 3; * @return Whether the fieldFloat field is set. */ @java.lang.Override public boolean hasFieldFloat() { return ((bitField0_ & 0x00000002) != 0); } /** * .google.protobuf.FloatValue field_float = 3; * @return The fieldFloat. */ @java.lang.Override public com.google.protobuf.FloatValue getFieldFloat() { return fieldFloat_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : fieldFloat_; } /** * .google.protobuf.FloatValue field_float = 3; */ @java.lang.Override public com.google.protobuf.FloatValueOrBuilder getFieldFloatOrBuilder() { return fieldFloat_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : fieldFloat_; } public static final int FIELD_INT64_FIELD_NUMBER = 4; private com.google.protobuf.Int64Value fieldInt64_; /** * .google.protobuf.Int64Value field_int64 = 4; * @return Whether the fieldInt64 field is set. */ @java.lang.Override public boolean hasFieldInt64() { return ((bitField0_ & 0x00000004) != 0); } /** * .google.protobuf.Int64Value field_int64 = 4; * @return The fieldInt64. */ @java.lang.Override public com.google.protobuf.Int64Value getFieldInt64() { return fieldInt64_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : fieldInt64_; } /** * .google.protobuf.Int64Value field_int64 = 4; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getFieldInt64OrBuilder() { return fieldInt64_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : fieldInt64_; } public static final int FIELD_UINT64_FIELD_NUMBER = 5; private com.google.protobuf.UInt64Value fieldUint64_; /** * .google.protobuf.UInt64Value field_uint64 = 5; * @return Whether the fieldUint64 field is set. */ @java.lang.Override public boolean hasFieldUint64() { return ((bitField0_ & 0x00000008) != 0); } /** * .google.protobuf.UInt64Value field_uint64 = 5; * @return The fieldUint64. */ @java.lang.Override public com.google.protobuf.UInt64Value getFieldUint64() { return fieldUint64_ == null ? com.google.protobuf.UInt64Value.getDefaultInstance() : fieldUint64_; } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ @java.lang.Override public com.google.protobuf.UInt64ValueOrBuilder getFieldUint64OrBuilder() { return fieldUint64_ == null ? com.google.protobuf.UInt64Value.getDefaultInstance() : fieldUint64_; } public static final int FIELD_INT32_FIELD_NUMBER = 6; private com.google.protobuf.Int32Value fieldInt32_; /** * .google.protobuf.Int32Value field_int32 = 6; * @return Whether the fieldInt32 field is set. */ @java.lang.Override public boolean hasFieldInt32() { return ((bitField0_ & 0x00000010) != 0); } /** * .google.protobuf.Int32Value field_int32 = 6; * @return The fieldInt32. */ @java.lang.Override public com.google.protobuf.Int32Value getFieldInt32() { return fieldInt32_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : fieldInt32_; } /** * .google.protobuf.Int32Value field_int32 = 6; */ @java.lang.Override public com.google.protobuf.Int32ValueOrBuilder getFieldInt32OrBuilder() { return fieldInt32_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : fieldInt32_; } public static final int FIELD_UINT32_FIELD_NUMBER = 7; private com.google.protobuf.UInt32Value fieldUint32_; /** * .google.protobuf.UInt32Value field_uint32 = 7; * @return Whether the fieldUint32 field is set. */ @java.lang.Override public boolean hasFieldUint32() { return ((bitField0_ & 0x00000020) != 0); } /** * .google.protobuf.UInt32Value field_uint32 = 7; * @return The fieldUint32. */ @java.lang.Override public com.google.protobuf.UInt32Value getFieldUint32() { return fieldUint32_ == null ? com.google.protobuf.UInt32Value.getDefaultInstance() : fieldUint32_; } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ @java.lang.Override public com.google.protobuf.UInt32ValueOrBuilder getFieldUint32OrBuilder() { return fieldUint32_ == null ? com.google.protobuf.UInt32Value.getDefaultInstance() : fieldUint32_; } public static final int FIELD_BOOL_FIELD_NUMBER = 8; private com.google.protobuf.BoolValue fieldBool_; /** * .google.protobuf.BoolValue field_bool = 8; * @return Whether the fieldBool field is set. */ @java.lang.Override public boolean hasFieldBool() { return ((bitField0_ & 0x00000040) != 0); } /** * .google.protobuf.BoolValue field_bool = 8; * @return The fieldBool. */ @java.lang.Override public com.google.protobuf.BoolValue getFieldBool() { return fieldBool_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : fieldBool_; } /** * .google.protobuf.BoolValue field_bool = 8; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getFieldBoolOrBuilder() { return fieldBool_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : fieldBool_; } public static final int FIELD_STRING_FIELD_NUMBER = 9; private com.google.protobuf.StringValue fieldString_; /** * .google.protobuf.StringValue field_string = 9; * @return Whether the fieldString field is set. */ @java.lang.Override public boolean hasFieldString() { return ((bitField0_ & 0x00000080) != 0); } /** * .google.protobuf.StringValue field_string = 9; * @return The fieldString. */ @java.lang.Override public com.google.protobuf.StringValue getFieldString() { return fieldString_ == null ? com.google.protobuf.StringValue.getDefaultInstance() : fieldString_; } /** * .google.protobuf.StringValue field_string = 9; */ @java.lang.Override public com.google.protobuf.StringValueOrBuilder getFieldStringOrBuilder() { return fieldString_ == null ? com.google.protobuf.StringValue.getDefaultInstance() : fieldString_; } public static final int FIELD_BYTES_FIELD_NUMBER = 10; private com.google.protobuf.BytesValue fieldBytes_; /** * .google.protobuf.BytesValue field_bytes = 10; * @return Whether the fieldBytes field is set. */ @java.lang.Override public boolean hasFieldBytes() { return ((bitField0_ & 0x00000100) != 0); } /** * .google.protobuf.BytesValue field_bytes = 10; * @return The fieldBytes. */ @java.lang.Override public com.google.protobuf.BytesValue getFieldBytes() { return fieldBytes_ == null ? com.google.protobuf.BytesValue.getDefaultInstance() : fieldBytes_; } /** * .google.protobuf.BytesValue field_bytes = 10; */ @java.lang.Override public com.google.protobuf.BytesValueOrBuilder getFieldBytesOrBuilder() { return fieldBytes_ == null ? com.google.protobuf.BytesValue.getDefaultInstance() : fieldBytes_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (field1_ != 0) { output.writeInt32(1, field1_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(2, getFieldDouble()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(3, getFieldFloat()); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(4, getFieldInt64()); } if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(5, getFieldUint64()); } if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(6, getFieldInt32()); } if (((bitField0_ & 0x00000020) != 0)) { output.writeMessage(7, getFieldUint32()); } if (((bitField0_ & 0x00000040) != 0)) { output.writeMessage(8, getFieldBool()); } if (((bitField0_ & 0x00000080) != 0)) { output.writeMessage(9, getFieldString()); } if (((bitField0_ & 0x00000100) != 0)) { output.writeMessage(10, getFieldBytes()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (field1_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, field1_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getFieldDouble()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getFieldFloat()); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getFieldInt64()); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getFieldUint64()); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, getFieldInt32()); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, getFieldUint32()); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, getFieldBool()); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, getFieldString()); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getFieldBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage)) { return super.equals(obj); } com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage other = (com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage) obj; if (getField1() != other.getField1()) return false; if (hasFieldDouble() != other.hasFieldDouble()) return false; if (hasFieldDouble()) { if (!getFieldDouble() .equals(other.getFieldDouble())) return false; } if (hasFieldFloat() != other.hasFieldFloat()) return false; if (hasFieldFloat()) { if (!getFieldFloat() .equals(other.getFieldFloat())) return false; } if (hasFieldInt64() != other.hasFieldInt64()) return false; if (hasFieldInt64()) { if (!getFieldInt64() .equals(other.getFieldInt64())) return false; } if (hasFieldUint64() != other.hasFieldUint64()) return false; if (hasFieldUint64()) { if (!getFieldUint64() .equals(other.getFieldUint64())) return false; } if (hasFieldInt32() != other.hasFieldInt32()) return false; if (hasFieldInt32()) { if (!getFieldInt32() .equals(other.getFieldInt32())) return false; } if (hasFieldUint32() != other.hasFieldUint32()) return false; if (hasFieldUint32()) { if (!getFieldUint32() .equals(other.getFieldUint32())) return false; } if (hasFieldBool() != other.hasFieldBool()) return false; if (hasFieldBool()) { if (!getFieldBool() .equals(other.getFieldBool())) return false; } if (hasFieldString() != other.hasFieldString()) return false; if (hasFieldString()) { if (!getFieldString() .equals(other.getFieldString())) return false; } if (hasFieldBytes() != other.hasFieldBytes()) return false; if (hasFieldBytes()) { if (!getFieldBytes() .equals(other.getFieldBytes())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + FIELD1_FIELD_NUMBER; hash = (53 * hash) + getField1(); if (hasFieldDouble()) { hash = (37 * hash) + FIELD_DOUBLE_FIELD_NUMBER; hash = (53 * hash) + getFieldDouble().hashCode(); } if (hasFieldFloat()) { hash = (37 * hash) + FIELD_FLOAT_FIELD_NUMBER; hash = (53 * hash) + getFieldFloat().hashCode(); } if (hasFieldInt64()) { hash = (37 * hash) + FIELD_INT64_FIELD_NUMBER; hash = (53 * hash) + getFieldInt64().hashCode(); } if (hasFieldUint64()) { hash = (37 * hash) + FIELD_UINT64_FIELD_NUMBER; hash = (53 * hash) + getFieldUint64().hashCode(); } if (hasFieldInt32()) { hash = (37 * hash) + FIELD_INT32_FIELD_NUMBER; hash = (53 * hash) + getFieldInt32().hashCode(); } if (hasFieldUint32()) { hash = (37 * hash) + FIELD_UINT32_FIELD_NUMBER; hash = (53 * hash) + getFieldUint32().hashCode(); } if (hasFieldBool()) { hash = (37 * hash) + FIELD_BOOL_FIELD_NUMBER; hash = (53 * hash) + getFieldBool().hashCode(); } if (hasFieldString()) { hash = (37 * hash) + FIELD_STRING_FIELD_NUMBER; hash = (53 * hash) + getFieldString().hashCode(); } if (hasFieldBytes()) { hash = (37 * hash) + FIELD_BYTES_FIELD_NUMBER; hash = (53 * hash) + getFieldBytes().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code wrappers_test.TopLevelMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:wrappers_test.TopLevelMessage) com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.protobuf.wrapperstest.WrappersTestProto.internal_static_wrappers_test_TopLevelMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.protobuf.wrapperstest.WrappersTestProto.internal_static_wrappers_test_TopLevelMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage.class, com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage.Builder.class); } // Construct using com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFieldDoubleFieldBuilder(); getFieldFloatFieldBuilder(); getFieldInt64FieldBuilder(); getFieldUint64FieldBuilder(); getFieldInt32FieldBuilder(); getFieldUint32FieldBuilder(); getFieldBoolFieldBuilder(); getFieldStringFieldBuilder(); getFieldBytesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; field1_ = 0; fieldDouble_ = null; if (fieldDoubleBuilder_ != null) { fieldDoubleBuilder_.dispose(); fieldDoubleBuilder_ = null; } fieldFloat_ = null; if (fieldFloatBuilder_ != null) { fieldFloatBuilder_.dispose(); fieldFloatBuilder_ = null; } fieldInt64_ = null; if (fieldInt64Builder_ != null) { fieldInt64Builder_.dispose(); fieldInt64Builder_ = null; } fieldUint64_ = null; if (fieldUint64Builder_ != null) { fieldUint64Builder_.dispose(); fieldUint64Builder_ = null; } fieldInt32_ = null; if (fieldInt32Builder_ != null) { fieldInt32Builder_.dispose(); fieldInt32Builder_ = null; } fieldUint32_ = null; if (fieldUint32Builder_ != null) { fieldUint32Builder_.dispose(); fieldUint32Builder_ = null; } fieldBool_ = null; if (fieldBoolBuilder_ != null) { fieldBoolBuilder_.dispose(); fieldBoolBuilder_ = null; } fieldString_ = null; if (fieldStringBuilder_ != null) { fieldStringBuilder_.dispose(); fieldStringBuilder_ = null; } fieldBytes_ = null; if (fieldBytesBuilder_ != null) { fieldBytesBuilder_.dispose(); fieldBytesBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.protobuf.wrapperstest.WrappersTestProto.internal_static_wrappers_test_TopLevelMessage_descriptor; } @java.lang.Override public com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage getDefaultInstanceForType() { return com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage.getDefaultInstance(); } @java.lang.Override public com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage build() { com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage buildPartial() { com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage result = new com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.field1_ = field1_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { result.fieldDouble_ = fieldDoubleBuilder_ == null ? fieldDouble_ : fieldDoubleBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.fieldFloat_ = fieldFloatBuilder_ == null ? fieldFloat_ : fieldFloatBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldInt64_ = fieldInt64Builder_ == null ? fieldInt64_ : fieldInt64Builder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000010) != 0)) { result.fieldUint64_ = fieldUint64Builder_ == null ? fieldUint64_ : fieldUint64Builder_.build(); to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000020) != 0)) { result.fieldInt32_ = fieldInt32Builder_ == null ? fieldInt32_ : fieldInt32Builder_.build(); to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000040) != 0)) { result.fieldUint32_ = fieldUint32Builder_ == null ? fieldUint32_ : fieldUint32Builder_.build(); to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000080) != 0)) { result.fieldBool_ = fieldBoolBuilder_ == null ? fieldBool_ : fieldBoolBuilder_.build(); to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000100) != 0)) { result.fieldString_ = fieldStringBuilder_ == null ? fieldString_ : fieldStringBuilder_.build(); to_bitField0_ |= 0x00000080; } if (((from_bitField0_ & 0x00000200) != 0)) { result.fieldBytes_ = fieldBytesBuilder_ == null ? fieldBytes_ : fieldBytesBuilder_.build(); to_bitField0_ |= 0x00000100; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage) { return mergeFrom((com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage other) { if (other == com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage.getDefaultInstance()) return this; if (other.getField1() != 0) { setField1(other.getField1()); } if (other.hasFieldDouble()) { mergeFieldDouble(other.getFieldDouble()); } if (other.hasFieldFloat()) { mergeFieldFloat(other.getFieldFloat()); } if (other.hasFieldInt64()) { mergeFieldInt64(other.getFieldInt64()); } if (other.hasFieldUint64()) { mergeFieldUint64(other.getFieldUint64()); } if (other.hasFieldInt32()) { mergeFieldInt32(other.getFieldInt32()); } if (other.hasFieldUint32()) { mergeFieldUint32(other.getFieldUint32()); } if (other.hasFieldBool()) { mergeFieldBool(other.getFieldBool()); } if (other.hasFieldString()) { mergeFieldString(other.getFieldString()); } if (other.hasFieldBytes()) { mergeFieldBytes(other.getFieldBytes()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { field1_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { input.readMessage( getFieldDoubleFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 26: { input.readMessage( getFieldFloatFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 case 34: { input.readMessage( getFieldInt64FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000008; break; } // case 34 case 42: { input.readMessage( getFieldUint64FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000010; break; } // case 42 case 50: { input.readMessage( getFieldInt32FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000020; break; } // case 50 case 58: { input.readMessage( getFieldUint32FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000040; break; } // case 58 case 66: { input.readMessage( getFieldBoolFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000080; break; } // case 66 case 74: { input.readMessage( getFieldStringFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000100; break; } // case 74 case 82: { input.readMessage( getFieldBytesFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int field1_ ; /** * int32 field1 = 1; * @return The field1. */ @java.lang.Override public int getField1() { return field1_; } /** * int32 field1 = 1; * @param value The field1 to set. * @return This builder for chaining. */ public Builder setField1(int value) { field1_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 field1 = 1; * @return This builder for chaining. */ public Builder clearField1() { bitField0_ = (bitField0_ & ~0x00000001); field1_ = 0; onChanged(); return this; } private com.google.protobuf.DoubleValue fieldDouble_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> fieldDoubleBuilder_; /** * .google.protobuf.DoubleValue field_double = 2; * @return Whether the fieldDouble field is set. */ public boolean hasFieldDouble() { return ((bitField0_ & 0x00000002) != 0); } /** * .google.protobuf.DoubleValue field_double = 2; * @return The fieldDouble. */ public com.google.protobuf.DoubleValue getFieldDouble() { if (fieldDoubleBuilder_ == null) { return fieldDouble_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : fieldDouble_; } else { return fieldDoubleBuilder_.getMessage(); } } /** * .google.protobuf.DoubleValue field_double = 2; */ public Builder setFieldDouble(com.google.protobuf.DoubleValue value) { if (fieldDoubleBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fieldDouble_ = value; } else { fieldDoubleBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * .google.protobuf.DoubleValue field_double = 2; */ public Builder setFieldDouble( com.google.protobuf.DoubleValue.Builder builderForValue) { if (fieldDoubleBuilder_ == null) { fieldDouble_ = builderForValue.build(); } else { fieldDoubleBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * .google.protobuf.DoubleValue field_double = 2; */ public Builder mergeFieldDouble(com.google.protobuf.DoubleValue value) { if (fieldDoubleBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && fieldDouble_ != null && fieldDouble_ != com.google.protobuf.DoubleValue.getDefaultInstance()) { getFieldDoubleBuilder().mergeFrom(value); } else { fieldDouble_ = value; } } else { fieldDoubleBuilder_.mergeFrom(value); } if (fieldDouble_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * .google.protobuf.DoubleValue field_double = 2; */ public Builder clearFieldDouble() { bitField0_ = (bitField0_ & ~0x00000002); fieldDouble_ = null; if (fieldDoubleBuilder_ != null) { fieldDoubleBuilder_.dispose(); fieldDoubleBuilder_ = null; } onChanged(); return this; } /** * .google.protobuf.DoubleValue field_double = 2; */ public com.google.protobuf.DoubleValue.Builder getFieldDoubleBuilder() { bitField0_ |= 0x00000002; onChanged(); return getFieldDoubleFieldBuilder().getBuilder(); } /** * .google.protobuf.DoubleValue field_double = 2; */ public com.google.protobuf.DoubleValueOrBuilder getFieldDoubleOrBuilder() { if (fieldDoubleBuilder_ != null) { return fieldDoubleBuilder_.getMessageOrBuilder(); } else { return fieldDouble_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : fieldDouble_; } } /** * .google.protobuf.DoubleValue field_double = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> getFieldDoubleFieldBuilder() { if (fieldDoubleBuilder_ == null) { fieldDoubleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder>( getFieldDouble(), getParentForChildren(), isClean()); fieldDouble_ = null; } return fieldDoubleBuilder_; } private com.google.protobuf.FloatValue fieldFloat_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder> fieldFloatBuilder_; /** * .google.protobuf.FloatValue field_float = 3; * @return Whether the fieldFloat field is set. */ public boolean hasFieldFloat() { return ((bitField0_ & 0x00000004) != 0); } /** * .google.protobuf.FloatValue field_float = 3; * @return The fieldFloat. */ public com.google.protobuf.FloatValue getFieldFloat() { if (fieldFloatBuilder_ == null) { return fieldFloat_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : fieldFloat_; } else { return fieldFloatBuilder_.getMessage(); } } /** * .google.protobuf.FloatValue field_float = 3; */ public Builder setFieldFloat(com.google.protobuf.FloatValue value) { if (fieldFloatBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fieldFloat_ = value; } else { fieldFloatBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * .google.protobuf.FloatValue field_float = 3; */ public Builder setFieldFloat( com.google.protobuf.FloatValue.Builder builderForValue) { if (fieldFloatBuilder_ == null) { fieldFloat_ = builderForValue.build(); } else { fieldFloatBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * .google.protobuf.FloatValue field_float = 3; */ public Builder mergeFieldFloat(com.google.protobuf.FloatValue value) { if (fieldFloatBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && fieldFloat_ != null && fieldFloat_ != com.google.protobuf.FloatValue.getDefaultInstance()) { getFieldFloatBuilder().mergeFrom(value); } else { fieldFloat_ = value; } } else { fieldFloatBuilder_.mergeFrom(value); } if (fieldFloat_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** * .google.protobuf.FloatValue field_float = 3; */ public Builder clearFieldFloat() { bitField0_ = (bitField0_ & ~0x00000004); fieldFloat_ = null; if (fieldFloatBuilder_ != null) { fieldFloatBuilder_.dispose(); fieldFloatBuilder_ = null; } onChanged(); return this; } /** * .google.protobuf.FloatValue field_float = 3; */ public com.google.protobuf.FloatValue.Builder getFieldFloatBuilder() { bitField0_ |= 0x00000004; onChanged(); return getFieldFloatFieldBuilder().getBuilder(); } /** * .google.protobuf.FloatValue field_float = 3; */ public com.google.protobuf.FloatValueOrBuilder getFieldFloatOrBuilder() { if (fieldFloatBuilder_ != null) { return fieldFloatBuilder_.getMessageOrBuilder(); } else { return fieldFloat_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : fieldFloat_; } } /** * .google.protobuf.FloatValue field_float = 3; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder> getFieldFloatFieldBuilder() { if (fieldFloatBuilder_ == null) { fieldFloatBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder>( getFieldFloat(), getParentForChildren(), isClean()); fieldFloat_ = null; } return fieldFloatBuilder_; } private com.google.protobuf.Int64Value fieldInt64_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> fieldInt64Builder_; /** * .google.protobuf.Int64Value field_int64 = 4; * @return Whether the fieldInt64 field is set. */ public boolean hasFieldInt64() { return ((bitField0_ & 0x00000008) != 0); } /** * .google.protobuf.Int64Value field_int64 = 4; * @return The fieldInt64. */ public com.google.protobuf.Int64Value getFieldInt64() { if (fieldInt64Builder_ == null) { return fieldInt64_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : fieldInt64_; } else { return fieldInt64Builder_.getMessage(); } } /** * .google.protobuf.Int64Value field_int64 = 4; */ public Builder setFieldInt64(com.google.protobuf.Int64Value value) { if (fieldInt64Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldInt64_ = value; } else { fieldInt64Builder_.setMessage(value); } bitField0_ |= 0x00000008; onChanged(); return this; } /** * .google.protobuf.Int64Value field_int64 = 4; */ public Builder setFieldInt64( com.google.protobuf.Int64Value.Builder builderForValue) { if (fieldInt64Builder_ == null) { fieldInt64_ = builderForValue.build(); } else { fieldInt64Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; onChanged(); return this; } /** * .google.protobuf.Int64Value field_int64 = 4; */ public Builder mergeFieldInt64(com.google.protobuf.Int64Value value) { if (fieldInt64Builder_ == null) { if (((bitField0_ & 0x00000008) != 0) && fieldInt64_ != null && fieldInt64_ != com.google.protobuf.Int64Value.getDefaultInstance()) { getFieldInt64Builder().mergeFrom(value); } else { fieldInt64_ = value; } } else { fieldInt64Builder_.mergeFrom(value); } if (fieldInt64_ != null) { bitField0_ |= 0x00000008; onChanged(); } return this; } /** * .google.protobuf.Int64Value field_int64 = 4; */ public Builder clearFieldInt64() { bitField0_ = (bitField0_ & ~0x00000008); fieldInt64_ = null; if (fieldInt64Builder_ != null) { fieldInt64Builder_.dispose(); fieldInt64Builder_ = null; } onChanged(); return this; } /** * .google.protobuf.Int64Value field_int64 = 4; */ public com.google.protobuf.Int64Value.Builder getFieldInt64Builder() { bitField0_ |= 0x00000008; onChanged(); return getFieldInt64FieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value field_int64 = 4; */ public com.google.protobuf.Int64ValueOrBuilder getFieldInt64OrBuilder() { if (fieldInt64Builder_ != null) { return fieldInt64Builder_.getMessageOrBuilder(); } else { return fieldInt64_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : fieldInt64_; } } /** * .google.protobuf.Int64Value field_int64 = 4; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getFieldInt64FieldBuilder() { if (fieldInt64Builder_ == null) { fieldInt64Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getFieldInt64(), getParentForChildren(), isClean()); fieldInt64_ = null; } return fieldInt64Builder_; } private com.google.protobuf.UInt64Value fieldUint64_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.UInt64Value, com.google.protobuf.UInt64Value.Builder, com.google.protobuf.UInt64ValueOrBuilder> fieldUint64Builder_; /** * .google.protobuf.UInt64Value field_uint64 = 5; * @return Whether the fieldUint64 field is set. */ public boolean hasFieldUint64() { return ((bitField0_ & 0x00000010) != 0); } /** * .google.protobuf.UInt64Value field_uint64 = 5; * @return The fieldUint64. */ public com.google.protobuf.UInt64Value getFieldUint64() { if (fieldUint64Builder_ == null) { return fieldUint64_ == null ? com.google.protobuf.UInt64Value.getDefaultInstance() : fieldUint64_; } else { return fieldUint64Builder_.getMessage(); } } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ public Builder setFieldUint64(com.google.protobuf.UInt64Value value) { if (fieldUint64Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldUint64_ = value; } else { fieldUint64Builder_.setMessage(value); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ public Builder setFieldUint64( com.google.protobuf.UInt64Value.Builder builderForValue) { if (fieldUint64Builder_ == null) { fieldUint64_ = builderForValue.build(); } else { fieldUint64Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ public Builder mergeFieldUint64(com.google.protobuf.UInt64Value value) { if (fieldUint64Builder_ == null) { if (((bitField0_ & 0x00000010) != 0) && fieldUint64_ != null && fieldUint64_ != com.google.protobuf.UInt64Value.getDefaultInstance()) { getFieldUint64Builder().mergeFrom(value); } else { fieldUint64_ = value; } } else { fieldUint64Builder_.mergeFrom(value); } if (fieldUint64_ != null) { bitField0_ |= 0x00000010; onChanged(); } return this; } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ public Builder clearFieldUint64() { bitField0_ = (bitField0_ & ~0x00000010); fieldUint64_ = null; if (fieldUint64Builder_ != null) { fieldUint64Builder_.dispose(); fieldUint64Builder_ = null; } onChanged(); return this; } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ public com.google.protobuf.UInt64Value.Builder getFieldUint64Builder() { bitField0_ |= 0x00000010; onChanged(); return getFieldUint64FieldBuilder().getBuilder(); } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ public com.google.protobuf.UInt64ValueOrBuilder getFieldUint64OrBuilder() { if (fieldUint64Builder_ != null) { return fieldUint64Builder_.getMessageOrBuilder(); } else { return fieldUint64_ == null ? com.google.protobuf.UInt64Value.getDefaultInstance() : fieldUint64_; } } /** * .google.protobuf.UInt64Value field_uint64 = 5; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.UInt64Value, com.google.protobuf.UInt64Value.Builder, com.google.protobuf.UInt64ValueOrBuilder> getFieldUint64FieldBuilder() { if (fieldUint64Builder_ == null) { fieldUint64Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.UInt64Value, com.google.protobuf.UInt64Value.Builder, com.google.protobuf.UInt64ValueOrBuilder>( getFieldUint64(), getParentForChildren(), isClean()); fieldUint64_ = null; } return fieldUint64Builder_; } private com.google.protobuf.Int32Value fieldInt32_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> fieldInt32Builder_; /** * .google.protobuf.Int32Value field_int32 = 6; * @return Whether the fieldInt32 field is set. */ public boolean hasFieldInt32() { return ((bitField0_ & 0x00000020) != 0); } /** * .google.protobuf.Int32Value field_int32 = 6; * @return The fieldInt32. */ public com.google.protobuf.Int32Value getFieldInt32() { if (fieldInt32Builder_ == null) { return fieldInt32_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : fieldInt32_; } else { return fieldInt32Builder_.getMessage(); } } /** * .google.protobuf.Int32Value field_int32 = 6; */ public Builder setFieldInt32(com.google.protobuf.Int32Value value) { if (fieldInt32Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldInt32_ = value; } else { fieldInt32Builder_.setMessage(value); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * .google.protobuf.Int32Value field_int32 = 6; */ public Builder setFieldInt32( com.google.protobuf.Int32Value.Builder builderForValue) { if (fieldInt32Builder_ == null) { fieldInt32_ = builderForValue.build(); } else { fieldInt32Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * .google.protobuf.Int32Value field_int32 = 6; */ public Builder mergeFieldInt32(com.google.protobuf.Int32Value value) { if (fieldInt32Builder_ == null) { if (((bitField0_ & 0x00000020) != 0) && fieldInt32_ != null && fieldInt32_ != com.google.protobuf.Int32Value.getDefaultInstance()) { getFieldInt32Builder().mergeFrom(value); } else { fieldInt32_ = value; } } else { fieldInt32Builder_.mergeFrom(value); } if (fieldInt32_ != null) { bitField0_ |= 0x00000020; onChanged(); } return this; } /** * .google.protobuf.Int32Value field_int32 = 6; */ public Builder clearFieldInt32() { bitField0_ = (bitField0_ & ~0x00000020); fieldInt32_ = null; if (fieldInt32Builder_ != null) { fieldInt32Builder_.dispose(); fieldInt32Builder_ = null; } onChanged(); return this; } /** * .google.protobuf.Int32Value field_int32 = 6; */ public com.google.protobuf.Int32Value.Builder getFieldInt32Builder() { bitField0_ |= 0x00000020; onChanged(); return getFieldInt32FieldBuilder().getBuilder(); } /** * .google.protobuf.Int32Value field_int32 = 6; */ public com.google.protobuf.Int32ValueOrBuilder getFieldInt32OrBuilder() { if (fieldInt32Builder_ != null) { return fieldInt32Builder_.getMessageOrBuilder(); } else { return fieldInt32_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : fieldInt32_; } } /** * .google.protobuf.Int32Value field_int32 = 6; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> getFieldInt32FieldBuilder() { if (fieldInt32Builder_ == null) { fieldInt32Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>( getFieldInt32(), getParentForChildren(), isClean()); fieldInt32_ = null; } return fieldInt32Builder_; } private com.google.protobuf.UInt32Value fieldUint32_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.UInt32Value, com.google.protobuf.UInt32Value.Builder, com.google.protobuf.UInt32ValueOrBuilder> fieldUint32Builder_; /** * .google.protobuf.UInt32Value field_uint32 = 7; * @return Whether the fieldUint32 field is set. */ public boolean hasFieldUint32() { return ((bitField0_ & 0x00000040) != 0); } /** * .google.protobuf.UInt32Value field_uint32 = 7; * @return The fieldUint32. */ public com.google.protobuf.UInt32Value getFieldUint32() { if (fieldUint32Builder_ == null) { return fieldUint32_ == null ? com.google.protobuf.UInt32Value.getDefaultInstance() : fieldUint32_; } else { return fieldUint32Builder_.getMessage(); } } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ public Builder setFieldUint32(com.google.protobuf.UInt32Value value) { if (fieldUint32Builder_ == null) { if (value == null) { throw new NullPointerException(); } fieldUint32_ = value; } else { fieldUint32Builder_.setMessage(value); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ public Builder setFieldUint32( com.google.protobuf.UInt32Value.Builder builderForValue) { if (fieldUint32Builder_ == null) { fieldUint32_ = builderForValue.build(); } else { fieldUint32Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ public Builder mergeFieldUint32(com.google.protobuf.UInt32Value value) { if (fieldUint32Builder_ == null) { if (((bitField0_ & 0x00000040) != 0) && fieldUint32_ != null && fieldUint32_ != com.google.protobuf.UInt32Value.getDefaultInstance()) { getFieldUint32Builder().mergeFrom(value); } else { fieldUint32_ = value; } } else { fieldUint32Builder_.mergeFrom(value); } if (fieldUint32_ != null) { bitField0_ |= 0x00000040; onChanged(); } return this; } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ public Builder clearFieldUint32() { bitField0_ = (bitField0_ & ~0x00000040); fieldUint32_ = null; if (fieldUint32Builder_ != null) { fieldUint32Builder_.dispose(); fieldUint32Builder_ = null; } onChanged(); return this; } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ public com.google.protobuf.UInt32Value.Builder getFieldUint32Builder() { bitField0_ |= 0x00000040; onChanged(); return getFieldUint32FieldBuilder().getBuilder(); } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ public com.google.protobuf.UInt32ValueOrBuilder getFieldUint32OrBuilder() { if (fieldUint32Builder_ != null) { return fieldUint32Builder_.getMessageOrBuilder(); } else { return fieldUint32_ == null ? com.google.protobuf.UInt32Value.getDefaultInstance() : fieldUint32_; } } /** * .google.protobuf.UInt32Value field_uint32 = 7; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.UInt32Value, com.google.protobuf.UInt32Value.Builder, com.google.protobuf.UInt32ValueOrBuilder> getFieldUint32FieldBuilder() { if (fieldUint32Builder_ == null) { fieldUint32Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.UInt32Value, com.google.protobuf.UInt32Value.Builder, com.google.protobuf.UInt32ValueOrBuilder>( getFieldUint32(), getParentForChildren(), isClean()); fieldUint32_ = null; } return fieldUint32Builder_; } private com.google.protobuf.BoolValue fieldBool_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> fieldBoolBuilder_; /** * .google.protobuf.BoolValue field_bool = 8; * @return Whether the fieldBool field is set. */ public boolean hasFieldBool() { return ((bitField0_ & 0x00000080) != 0); } /** * .google.protobuf.BoolValue field_bool = 8; * @return The fieldBool. */ public com.google.protobuf.BoolValue getFieldBool() { if (fieldBoolBuilder_ == null) { return fieldBool_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : fieldBool_; } else { return fieldBoolBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue field_bool = 8; */ public Builder setFieldBool(com.google.protobuf.BoolValue value) { if (fieldBoolBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fieldBool_ = value; } else { fieldBoolBuilder_.setMessage(value); } bitField0_ |= 0x00000080; onChanged(); return this; } /** * .google.protobuf.BoolValue field_bool = 8; */ public Builder setFieldBool( com.google.protobuf.BoolValue.Builder builderForValue) { if (fieldBoolBuilder_ == null) { fieldBool_ = builderForValue.build(); } else { fieldBoolBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000080; onChanged(); return this; } /** * .google.protobuf.BoolValue field_bool = 8; */ public Builder mergeFieldBool(com.google.protobuf.BoolValue value) { if (fieldBoolBuilder_ == null) { if (((bitField0_ & 0x00000080) != 0) && fieldBool_ != null && fieldBool_ != com.google.protobuf.BoolValue.getDefaultInstance()) { getFieldBoolBuilder().mergeFrom(value); } else { fieldBool_ = value; } } else { fieldBoolBuilder_.mergeFrom(value); } if (fieldBool_ != null) { bitField0_ |= 0x00000080; onChanged(); } return this; } /** * .google.protobuf.BoolValue field_bool = 8; */ public Builder clearFieldBool() { bitField0_ = (bitField0_ & ~0x00000080); fieldBool_ = null; if (fieldBoolBuilder_ != null) { fieldBoolBuilder_.dispose(); fieldBoolBuilder_ = null; } onChanged(); return this; } /** * .google.protobuf.BoolValue field_bool = 8; */ public com.google.protobuf.BoolValue.Builder getFieldBoolBuilder() { bitField0_ |= 0x00000080; onChanged(); return getFieldBoolFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue field_bool = 8; */ public com.google.protobuf.BoolValueOrBuilder getFieldBoolOrBuilder() { if (fieldBoolBuilder_ != null) { return fieldBoolBuilder_.getMessageOrBuilder(); } else { return fieldBool_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : fieldBool_; } } /** * .google.protobuf.BoolValue field_bool = 8; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getFieldBoolFieldBuilder() { if (fieldBoolBuilder_ == null) { fieldBoolBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getFieldBool(), getParentForChildren(), isClean()); fieldBool_ = null; } return fieldBoolBuilder_; } private com.google.protobuf.StringValue fieldString_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.StringValue, com.google.protobuf.StringValue.Builder, com.google.protobuf.StringValueOrBuilder> fieldStringBuilder_; /** * .google.protobuf.StringValue field_string = 9; * @return Whether the fieldString field is set. */ public boolean hasFieldString() { return ((bitField0_ & 0x00000100) != 0); } /** * .google.protobuf.StringValue field_string = 9; * @return The fieldString. */ public com.google.protobuf.StringValue getFieldString() { if (fieldStringBuilder_ == null) { return fieldString_ == null ? com.google.protobuf.StringValue.getDefaultInstance() : fieldString_; } else { return fieldStringBuilder_.getMessage(); } } /** * .google.protobuf.StringValue field_string = 9; */ public Builder setFieldString(com.google.protobuf.StringValue value) { if (fieldStringBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fieldString_ = value; } else { fieldStringBuilder_.setMessage(value); } bitField0_ |= 0x00000100; onChanged(); return this; } /** * .google.protobuf.StringValue field_string = 9; */ public Builder setFieldString( com.google.protobuf.StringValue.Builder builderForValue) { if (fieldStringBuilder_ == null) { fieldString_ = builderForValue.build(); } else { fieldStringBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000100; onChanged(); return this; } /** * .google.protobuf.StringValue field_string = 9; */ public Builder mergeFieldString(com.google.protobuf.StringValue value) { if (fieldStringBuilder_ == null) { if (((bitField0_ & 0x00000100) != 0) && fieldString_ != null && fieldString_ != com.google.protobuf.StringValue.getDefaultInstance()) { getFieldStringBuilder().mergeFrom(value); } else { fieldString_ = value; } } else { fieldStringBuilder_.mergeFrom(value); } if (fieldString_ != null) { bitField0_ |= 0x00000100; onChanged(); } return this; } /** * .google.protobuf.StringValue field_string = 9; */ public Builder clearFieldString() { bitField0_ = (bitField0_ & ~0x00000100); fieldString_ = null; if (fieldStringBuilder_ != null) { fieldStringBuilder_.dispose(); fieldStringBuilder_ = null; } onChanged(); return this; } /** * .google.protobuf.StringValue field_string = 9; */ public com.google.protobuf.StringValue.Builder getFieldStringBuilder() { bitField0_ |= 0x00000100; onChanged(); return getFieldStringFieldBuilder().getBuilder(); } /** * .google.protobuf.StringValue field_string = 9; */ public com.google.protobuf.StringValueOrBuilder getFieldStringOrBuilder() { if (fieldStringBuilder_ != null) { return fieldStringBuilder_.getMessageOrBuilder(); } else { return fieldString_ == null ? com.google.protobuf.StringValue.getDefaultInstance() : fieldString_; } } /** * .google.protobuf.StringValue field_string = 9; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.StringValue, com.google.protobuf.StringValue.Builder, com.google.protobuf.StringValueOrBuilder> getFieldStringFieldBuilder() { if (fieldStringBuilder_ == null) { fieldStringBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.StringValue, com.google.protobuf.StringValue.Builder, com.google.protobuf.StringValueOrBuilder>( getFieldString(), getParentForChildren(), isClean()); fieldString_ = null; } return fieldStringBuilder_; } private com.google.protobuf.BytesValue fieldBytes_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BytesValue, com.google.protobuf.BytesValue.Builder, com.google.protobuf.BytesValueOrBuilder> fieldBytesBuilder_; /** * .google.protobuf.BytesValue field_bytes = 10; * @return Whether the fieldBytes field is set. */ public boolean hasFieldBytes() { return ((bitField0_ & 0x00000200) != 0); } /** * .google.protobuf.BytesValue field_bytes = 10; * @return The fieldBytes. */ public com.google.protobuf.BytesValue getFieldBytes() { if (fieldBytesBuilder_ == null) { return fieldBytes_ == null ? com.google.protobuf.BytesValue.getDefaultInstance() : fieldBytes_; } else { return fieldBytesBuilder_.getMessage(); } } /** * .google.protobuf.BytesValue field_bytes = 10; */ public Builder setFieldBytes(com.google.protobuf.BytesValue value) { if (fieldBytesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fieldBytes_ = value; } else { fieldBytesBuilder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * .google.protobuf.BytesValue field_bytes = 10; */ public Builder setFieldBytes( com.google.protobuf.BytesValue.Builder builderForValue) { if (fieldBytesBuilder_ == null) { fieldBytes_ = builderForValue.build(); } else { fieldBytesBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * .google.protobuf.BytesValue field_bytes = 10; */ public Builder mergeFieldBytes(com.google.protobuf.BytesValue value) { if (fieldBytesBuilder_ == null) { if (((bitField0_ & 0x00000200) != 0) && fieldBytes_ != null && fieldBytes_ != com.google.protobuf.BytesValue.getDefaultInstance()) { getFieldBytesBuilder().mergeFrom(value); } else { fieldBytes_ = value; } } else { fieldBytesBuilder_.mergeFrom(value); } if (fieldBytes_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * .google.protobuf.BytesValue field_bytes = 10; */ public Builder clearFieldBytes() { bitField0_ = (bitField0_ & ~0x00000200); fieldBytes_ = null; if (fieldBytesBuilder_ != null) { fieldBytesBuilder_.dispose(); fieldBytesBuilder_ = null; } onChanged(); return this; } /** * .google.protobuf.BytesValue field_bytes = 10; */ public com.google.protobuf.BytesValue.Builder getFieldBytesBuilder() { bitField0_ |= 0x00000200; onChanged(); return getFieldBytesFieldBuilder().getBuilder(); } /** * .google.protobuf.BytesValue field_bytes = 10; */ public com.google.protobuf.BytesValueOrBuilder getFieldBytesOrBuilder() { if (fieldBytesBuilder_ != null) { return fieldBytesBuilder_.getMessageOrBuilder(); } else { return fieldBytes_ == null ? com.google.protobuf.BytesValue.getDefaultInstance() : fieldBytes_; } } /** * .google.protobuf.BytesValue field_bytes = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BytesValue, com.google.protobuf.BytesValue.Builder, com.google.protobuf.BytesValueOrBuilder> getFieldBytesFieldBuilder() { if (fieldBytesBuilder_ == null) { fieldBytesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BytesValue, com.google.protobuf.BytesValue.Builder, com.google.protobuf.BytesValueOrBuilder>( getFieldBytes(), getParentForChildren(), isClean()); fieldBytes_ = null; } return fieldBytesBuilder_; } @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:wrappers_test.TopLevelMessage) } // @@protoc_insertion_point(class_scope:wrappers_test.TopLevelMessage) private static final com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage(); } public static com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TopLevelMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.protobuf.wrapperstest.WrappersTestProto.TopLevelMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_wrappers_test_TopLevelMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_wrappers_test_TopLevelMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\'com/google/protobuf/wrappers_test.prot" + "o\022\rwrappers_test\032\036google/protobuf/wrappe" + "rs.proto\"\351\003\n\017TopLevelMessage\022\016\n\006field1\030\001" + " \001(\005\0222\n\014field_double\030\002 \001(\0132\034.google.prot" + "obuf.DoubleValue\0220\n\013field_float\030\003 \001(\0132\033." + "google.protobuf.FloatValue\0220\n\013field_int6" + "4\030\004 \001(\0132\033.google.protobuf.Int64Value\0222\n\014" + "field_uint64\030\005 \001(\0132\034.google.protobuf.UIn" + "t64Value\0220\n\013field_int32\030\006 \001(\0132\033.google.p" + "rotobuf.Int32Value\0222\n\014field_uint32\030\007 \001(\013" + "2\034.google.protobuf.UInt32Value\022.\n\nfield_" + "bool\030\010 \001(\0132\032.google.protobuf.BoolValue\0222" + "\n\014field_string\030\t \001(\0132\034.google.protobuf.S" + "tringValue\0220\n\013field_bytes\030\n \001(\0132\033.google" + ".protobuf.BytesValueB5\n com.google.proto" + "buf.wrapperstestB\021WrappersTestProtob\006pro" + "to3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.WrappersProto.getDescriptor(), }); internal_static_wrappers_test_TopLevelMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_wrappers_test_TopLevelMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_wrappers_test_TopLevelMessage_descriptor, new java.lang.String[] { "Field1", "FieldDouble", "FieldFloat", "FieldInt64", "FieldUint64", "FieldInt32", "FieldUint32", "FieldBool", "FieldString", "FieldBytes", }); com.google.protobuf.WrappersProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !b$(#deprecated_file/DeprecatedFile.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/deprecated_file.proto // Protobuf Java Version: 3.25.0 package deprecated_file; @java.lang.Deprecated public final class DeprecatedFile { private DeprecatedFile() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n)com/google/protobuf/deprecated_file.pr" + "oto\022\017deprecated_fileB\003\270\001\001b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); } // @@protoc_insertion_point(outer_class_scope) } PK !vRG__/dynamicmessagetest/DynamicMessageTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/dynamic_message_test.proto // Protobuf Java Version: 3.25.0 package dynamicmessagetest; public final class DynamicMessageTestProto { private DynamicMessageTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface EmptyMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:dynamic_message_test.EmptyMessage) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code dynamic_message_test.EmptyMessage} */ public static final class EmptyMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:dynamic_message_test.EmptyMessage) EmptyMessageOrBuilder { private static final long serialVersionUID = 0L; // Use EmptyMessage.newBuilder() to construct. private EmptyMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private EmptyMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new EmptyMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_EmptyMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_EmptyMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.class, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof dynamicmessagetest.DynamicMessageTestProto.EmptyMessage)) { return super.equals(obj); } dynamicmessagetest.DynamicMessageTestProto.EmptyMessage other = (dynamicmessagetest.DynamicMessageTestProto.EmptyMessage) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(dynamicmessagetest.DynamicMessageTestProto.EmptyMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code dynamic_message_test.EmptyMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:dynamic_message_test.EmptyMessage) dynamicmessagetest.DynamicMessageTestProto.EmptyMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_EmptyMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_EmptyMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.class, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.Builder.class); } // Construct using dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_EmptyMessage_descriptor; } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getDefaultInstanceForType() { return dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.getDefaultInstance(); } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage build() { dynamicmessagetest.DynamicMessageTestProto.EmptyMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage buildPartial() { dynamicmessagetest.DynamicMessageTestProto.EmptyMessage result = new dynamicmessagetest.DynamicMessageTestProto.EmptyMessage(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof dynamicmessagetest.DynamicMessageTestProto.EmptyMessage) { return mergeFrom((dynamicmessagetest.DynamicMessageTestProto.EmptyMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(dynamicmessagetest.DynamicMessageTestProto.EmptyMessage other) { if (other == dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:dynamic_message_test.EmptyMessage) } // @@protoc_insertion_point(class_scope:dynamic_message_test.EmptyMessage) private static final dynamicmessagetest.DynamicMessageTestProto.EmptyMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new dynamicmessagetest.DynamicMessageTestProto.EmptyMessage(); } public static dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public EmptyMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MessageWithMapFieldsOrBuilder extends // @@protoc_insertion_point(interface_extends:dynamic_message_test.MessageWithMapFields) com.google.protobuf.MessageOrBuilder { /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ int getStringMessageMapCount(); /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ boolean containsStringMessageMap( java.lang.String key); /** * Use {@link #getStringMessageMapMap()} instead. */ @java.lang.Deprecated java.util.Map getStringMessageMap(); /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ java.util.Map getStringMessageMapMap(); /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ /* nullable */ dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getStringMessageMapOrDefault( java.lang.String key, /* nullable */ dynamicmessagetest.DynamicMessageTestProto.EmptyMessage defaultValue); /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getStringMessageMapOrThrow( java.lang.String key); } /** * Protobuf type {@code dynamic_message_test.MessageWithMapFields} */ public static final class MessageWithMapFields extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:dynamic_message_test.MessageWithMapFields) MessageWithMapFieldsOrBuilder { private static final long serialVersionUID = 0L; // Use MessageWithMapFields.newBuilder() to construct. private MessageWithMapFields(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageWithMapFields() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageWithMapFields(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_MessageWithMapFields_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetStringMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_MessageWithMapFields_fieldAccessorTable .ensureFieldAccessorsInitialized( dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields.class, dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields.Builder.class); } public static final int STRING_MESSAGE_MAP_FIELD_NUMBER = 1; private static final class StringMessageMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_MessageWithMapFields_StringMessageMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.MESSAGE, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage> stringMessageMap_; private com.google.protobuf.MapField internalGetStringMessageMap() { if (stringMessageMap_ == null) { return com.google.protobuf.MapField.emptyMapField( StringMessageMapDefaultEntryHolder.defaultEntry); } return stringMessageMap_; } public int getStringMessageMapCount() { return internalGetStringMessageMap().getMap().size(); } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public boolean containsStringMessageMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringMessageMap().getMap().containsKey(key); } /** * Use {@link #getStringMessageMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringMessageMap() { return getStringMessageMapMap(); } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public java.util.Map getStringMessageMapMap() { return internalGetStringMessageMap().getMap(); } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public /* nullable */ dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getStringMessageMapOrDefault( java.lang.String key, /* nullable */ dynamicmessagetest.DynamicMessageTestProto.EmptyMessage defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringMessageMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getStringMessageMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringMessageMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringMessageMap(), StringMessageMapDefaultEntryHolder.defaultEntry, 1); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetStringMessageMap().getMap().entrySet()) { com.google.protobuf.MapEntry stringMessageMap__ = StringMessageMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, stringMessageMap__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields)) { return super.equals(obj); } dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields other = (dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields) obj; if (!internalGetStringMessageMap().equals( other.internalGetStringMessageMap())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetStringMessageMap().getMap().isEmpty()) { hash = (37 * hash) + STRING_MESSAGE_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetStringMessageMap().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code dynamic_message_test.MessageWithMapFields} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:dynamic_message_test.MessageWithMapFields) dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFieldsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_MessageWithMapFields_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetStringMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableStringMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_MessageWithMapFields_fieldAccessorTable .ensureFieldAccessorsInitialized( dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields.class, dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields.Builder.class); } // Construct using dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableStringMessageMap().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return dynamicmessagetest.DynamicMessageTestProto.internal_static_dynamic_message_test_MessageWithMapFields_descriptor; } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields getDefaultInstanceForType() { return dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields.getDefaultInstance(); } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields build() { dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields buildPartial() { dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields result = new dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stringMessageMap_ = internalGetStringMessageMap().build(StringMessageMapDefaultEntryHolder.defaultEntry); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields) { return mergeFrom((dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields other) { if (other == dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields.getDefaultInstance()) return this; internalGetMutableStringMessageMap().mergeFrom( other.internalGetStringMessageMap()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry stringMessageMap__ = input.readMessage( StringMessageMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringMessageMap().ensureBuilderMap().put( stringMessageMap__.getKey(), stringMessageMap__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private static final class StringMessageMapConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage build(dynamicmessagetest.DynamicMessageTestProto.EmptyMessageOrBuilder val) { if (val instanceof dynamicmessagetest.DynamicMessageTestProto.EmptyMessage) { return (dynamicmessagetest.DynamicMessageTestProto.EmptyMessage) val; } return ((dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return StringMessageMapDefaultEntryHolder.defaultEntry; } }; private static final StringMessageMapConverter stringMessageMapConverter = new StringMessageMapConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.String, dynamicmessagetest.DynamicMessageTestProto.EmptyMessageOrBuilder, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.Builder> stringMessageMap_; private com.google.protobuf.MapFieldBuilder internalGetStringMessageMap() { if (stringMessageMap_ == null) { return new com.google.protobuf.MapFieldBuilder<>(stringMessageMapConverter); } return stringMessageMap_; } private com.google.protobuf.MapFieldBuilder internalGetMutableStringMessageMap() { if (stringMessageMap_ == null) { stringMessageMap_ = new com.google.protobuf.MapFieldBuilder<>(stringMessageMapConverter); } bitField0_ |= 0x00000001; onChanged(); return stringMessageMap_; } public int getStringMessageMapCount() { return internalGetStringMessageMap().ensureBuilderMap().size(); } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public boolean containsStringMessageMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringMessageMap().ensureBuilderMap().containsKey(key); } /** * Use {@link #getStringMessageMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringMessageMap() { return getStringMessageMapMap(); } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public java.util.Map getStringMessageMapMap() { return internalGetStringMessageMap().getImmutableMap(); } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public /* nullable */ dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getStringMessageMapOrDefault( java.lang.String key, /* nullable */ dynamicmessagetest.DynamicMessageTestProto.EmptyMessage defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableStringMessageMap().ensureBuilderMap(); return map.containsKey(key) ? stringMessageMapConverter.build(map.get(key)) : defaultValue; } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage getStringMessageMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMutableStringMessageMap().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringMessageMapConverter.build(map.get(key)); } public Builder clearStringMessageMap() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableStringMessageMap().clear(); return this; } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ public Builder removeStringMessageMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringMessageMap().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringMessageMap() { bitField0_ |= 0x00000001; return internalGetMutableStringMessageMap().ensureMessageMap(); } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ public Builder putStringMessageMap( java.lang.String key, dynamicmessagetest.DynamicMessageTestProto.EmptyMessage value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableStringMessageMap().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ public Builder putAllStringMessageMap( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableStringMessageMap().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000001; return this; } /** * map<string, .dynamic_message_test.EmptyMessage> string_message_map = 1; */ public dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.Builder putStringMessageMapBuilderIfAbsent( java.lang.String key) { java.util.Map builderMap = internalGetMutableStringMessageMap().ensureBuilderMap(); dynamicmessagetest.DynamicMessageTestProto.EmptyMessageOrBuilder entry = builderMap.get(key); if (entry == null) { entry = dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.newBuilder(); builderMap.put(key, entry); } if (entry instanceof dynamicmessagetest.DynamicMessageTestProto.EmptyMessage) { entry = ((dynamicmessagetest.DynamicMessageTestProto.EmptyMessage) entry).toBuilder(); builderMap.put(key, entry); } return (dynamicmessagetest.DynamicMessageTestProto.EmptyMessage.Builder) entry; } @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:dynamic_message_test.MessageWithMapFields) } // @@protoc_insertion_point(class_scope:dynamic_message_test.MessageWithMapFields) private static final dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields(); } public static dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageWithMapFields parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public dynamicmessagetest.DynamicMessageTestProto.MessageWithMapFields getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_dynamic_message_test_EmptyMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_dynamic_message_test_EmptyMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_dynamic_message_test_MessageWithMapFields_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_dynamic_message_test_MessageWithMapFields_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_dynamic_message_test_MessageWithMapFields_StringMessageMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_dynamic_message_test_MessageWithMapFields_StringMessageMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n.com/google/protobuf/dynamic_message_te" + "st.proto\022\024dynamic_message_test\"\016\n\014EmptyM" + "essage\"\321\001\n\024MessageWithMapFields\022\\\n\022strin" + "g_message_map\030\001 \003(\0132@.dynamic_message_te" + "st.MessageWithMapFields.StringMessageMap" + "Entry\032[\n\025StringMessageMapEntry\022\013\n\003key\030\001 " + "\001(\t\0221\n\005value\030\002 \001(\0132\".dynamic_message_tes" + "t.EmptyMessage:\0028\001B-\n\022dynamicmessagetest" + "B\027DynamicMessageTestProto" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_dynamic_message_test_EmptyMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_dynamic_message_test_EmptyMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_dynamic_message_test_EmptyMessage_descriptor, new java.lang.String[] { }); internal_static_dynamic_message_test_MessageWithMapFields_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_dynamic_message_test_MessageWithMapFields_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_dynamic_message_test_MessageWithMapFields_descriptor, new java.lang.String[] { "StringMessageMap", }); internal_static_dynamic_message_test_MessageWithMapFields_StringMessageMapEntry_descriptor = internal_static_dynamic_message_test_MessageWithMapFields_descriptor.getNestedTypes().get(0); internal_static_dynamic_message_test_MessageWithMapFields_StringMessageMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_dynamic_message_test_MessageWithMapFields_StringMessageMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK !z*  (map_lite_test/MapForProto2TestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_for_proto2_lite_test.proto // Protobuf Java Version: 3.25.0 package map_lite_test; public final class MapForProto2TestProto { private MapForProto2TestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.TestMap) com.google.protobuf.MessageOrBuilder { /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** * map<int32, int32> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** * map<int32, int32> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrDefault( int key, int defaultValue); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrThrow( int key); /** * map<int32, string> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** * map<int32, string> int32_to_string_field = 2; */ boolean containsInt32ToStringField( int key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** * map<int32, string> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** * map<int32, string> int32_to_string_field = 2; */ /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> int32_to_string_field = 2; */ java.lang.String getInt32ToStringFieldOrThrow( int key); /** * map<int32, bytes> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( int key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> int32_to_bytes_field = 3; */ com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key); /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( int key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.EnumValue defaultValue); /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ map_lite_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( int key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageValue defaultValue); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ map_lite_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** * map<string, int32> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** * map<string, int32> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrThrow( java.lang.String key); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ int getRequiredMessageMapCount(); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ boolean containsRequiredMessageMap( int key); /** * Use {@link #getRequiredMessageMapMap()} instead. */ @java.lang.Deprecated java.util.Map getRequiredMessageMap(); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ java.util.Map getRequiredMessageMapMap(); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields defaultValue); /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrThrow( int key); } /** * Protobuf type {@code map_for_proto2_lite_test.TestMap} */ public static final class TestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.TestMap) TestMapOrBuilder { private static final long serialVersionUID = 0L; // Use TestMap.newBuilder() to construct. private TestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 11: return internalGetRequiredMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestMap.class, map_lite_test.MapForProto2TestProto.TestMap.Builder.class); } /** * Protobuf enum {@code map_for_proto2_lite_test.TestMap.EnumValue} */ public enum EnumValue implements com.google.protobuf.ProtocolMessageEnum { /** * FOO = 0; */ FOO(0), /** * BAR = 1; */ BAR(1), /** * BAZ = 2; */ BAZ(2), /** * QUX = 3; */ QUX(3), ; /** * FOO = 0; */ public static final int FOO_VALUE = 0; /** * BAR = 1; */ public static final int BAR_VALUE = 1; /** * BAZ = 2; */ public static final int BAZ_VALUE = 2; /** * QUX = 3; */ public static final int QUX_VALUE = 3; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static EnumValue valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static EnumValue forNumber(int value) { switch (value) { case 0: return FOO; case 1: return BAR; case 2: return BAZ; case 3: return QUX; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< EnumValue> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public EnumValue findValueByNumber(int number) { return EnumValue.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.TestMap.getDescriptor().getEnumTypes().get(0); } private static final EnumValue[] VALUES = values(); public static EnumValue valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private EnumValue(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_for_proto2_lite_test.TestMap.EnumValue) } public interface MessageValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.TestMap.MessageValue) com.google.protobuf.MessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code map_for_proto2_lite_test.TestMap.MessageValue} */ public static final class MessageValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.TestMap.MessageValue) MessageValueOrBuilder { private static final long serialVersionUID = 0L; // Use MessageValue.newBuilder() to construct. private MessageValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestMap.MessageValue.class, map_lite_test.MapForProto2TestProto.TestMap.MessageValue.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageValue)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.TestMap.MessageValue other = (map_lite_test.MapForProto2TestProto.TestMap.MessageValue) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.TestMap.MessageValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_lite_test.TestMap.MessageValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.TestMap.MessageValue) map_lite_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestMap.MessageValue.class, map_lite_test.MapForProto2TestProto.TestMap.MessageValue.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.TestMap.MessageValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageValue_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageValue getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.TestMap.MessageValue.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageValue build() { map_lite_test.MapForProto2TestProto.TestMap.MessageValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageValue buildPartial() { map_lite_test.MapForProto2TestProto.TestMap.MessageValue result = new map_lite_test.MapForProto2TestProto.TestMap.MessageValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.TestMap.MessageValue result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageValue) { return mergeFrom((map_lite_test.MapForProto2TestProto.TestMap.MessageValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.TestMap.MessageValue other) { if (other == map_lite_test.MapForProto2TestProto.TestMap.MessageValue.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:map_for_proto2_lite_test.TestMap.MessageValue) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.TestMap.MessageValue) private static final map_lite_test.MapForProto2TestProto.TestMap.MessageValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.TestMap.MessageValue(); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageValue getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MessageWithRequiredFieldsOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.TestMap.MessageWithRequiredFields) com.google.protobuf.MessageOrBuilder { /** * required int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * required int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code map_for_proto2_lite_test.TestMap.MessageWithRequiredFields} */ public static final class MessageWithRequiredFields extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.TestMap.MessageWithRequiredFields) MessageWithRequiredFieldsOrBuilder { private static final long serialVersionUID = 0L; // Use MessageWithRequiredFields.newBuilder() to construct. private MessageWithRequiredFields(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageWithRequiredFields() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageWithRequiredFields(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.class, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * required int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * required int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasValue()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields other = (map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_lite_test.TestMap.MessageWithRequiredFields} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.TestMap.MessageWithRequiredFields) map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.class, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields build() { map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields buildPartial() { map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields result = new map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) { return mergeFrom((map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields other) { if (other == map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!hasValue()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * required int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * required int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * required int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * required int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:map_for_proto2_lite_test.TestMap.MessageWithRequiredFields) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.TestMap.MessageWithRequiredFields) private static final map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields(); } public static map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageWithRequiredFields parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.TestMap.EnumValue.FOO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.EnumValue> int32ToEnumFieldValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.TestMap.EnumValue.internalGetValueMap(), map_lite_test.MapForProto2TestProto.TestMap.EnumValue.FOO); private static final java.util.Map internalGetAdaptedInt32ToEnumFieldMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.EnumValue, java.lang.Integer>( map, int32ToEnumFieldValueConverter); } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.MessageValue> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_lite_test.MapForProto2TestProto.TestMap.MessageValue.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.MessageValue> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int REQUIRED_MESSAGE_MAP_FIELD_NUMBER = 11; private static final class RequiredMessageMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_RequiredMessageMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields> requiredMessageMap_; private com.google.protobuf.MapField internalGetRequiredMessageMap() { if (requiredMessageMap_ == null) { return com.google.protobuf.MapField.emptyMapField( RequiredMessageMapDefaultEntryHolder.defaultEntry); } return requiredMessageMap_; } public int getRequiredMessageMapCount() { return internalGetRequiredMessageMap().getMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public boolean containsRequiredMessageMap( int key) { return internalGetRequiredMessageMap().getMap().containsKey(key); } /** * Use {@link #getRequiredMessageMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRequiredMessageMap() { return getRequiredMessageMapMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public java.util.Map getRequiredMessageMapMap() { return internalGetRequiredMessageMap().getMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields defaultValue) { java.util.Map map = internalGetRequiredMessageMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrThrow( int key) { java.util.Map map = internalGetRequiredMessageMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields item : getRequiredMessageMapMap().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetRequiredMessageMap(), RequiredMessageMapDefaultEntryHolder.defaultEntry, 11); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } for (java.util.Map.Entry entry : internalGetRequiredMessageMap().getMap().entrySet()) { com.google.protobuf.MapEntry requiredMessageMap__ = RequiredMessageMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, requiredMessageMap__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.TestMap)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.TestMap other = (map_lite_test.MapForProto2TestProto.TestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!internalGetRequiredMessageMap().equals( other.internalGetRequiredMessageMap())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } if (!internalGetRequiredMessageMap().getMap().isEmpty()) { hash = (37 * hash) + REQUIRED_MESSAGE_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetRequiredMessageMap().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.TestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_lite_test.TestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.TestMap) map_lite_test.MapForProto2TestProto.TestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 11: return internalGetRequiredMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); case 11: return internalGetMutableRequiredMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestMap.class, map_lite_test.MapForProto2TestProto.TestMap.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.TestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); internalGetMutableRequiredMessageMap().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestMap_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.TestMap.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap build() { map_lite_test.MapForProto2TestProto.TestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap buildPartial() { map_lite_test.MapForProto2TestProto.TestMap result = new map_lite_test.MapForProto2TestProto.TestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.TestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField().build(Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.requiredMessageMap_ = internalGetRequiredMessageMap().build(RequiredMessageMapDefaultEntryHolder.defaultEntry); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.TestMap) { return mergeFrom((map_lite_test.MapForProto2TestProto.TestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.TestMap other) { if (other == map_lite_test.MapForProto2TestProto.TestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; internalGetMutableRequiredMessageMap().mergeFrom( other.internalGetRequiredMessageMap()); bitField0_ |= 0x00000040; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { for (map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields item : getRequiredMessageMapMap().values()) { if (!item.isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.TestMap.EnumValue.forNumber(int32ToEnumField__.getValue()) == null) { mergeUnknownLengthDelimitedField(4, bytes); } else { internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; } break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().ensureBuilderMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 90: { com.google.protobuf.MapEntry requiredMessageMap__ = input.readMessage( RequiredMessageMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableRequiredMessageMap().ensureBuilderMap().put( requiredMessageMap__.getKey(), requiredMessageMap__.getValue()); bitField0_ |= 0x00000040; break; } // case 90 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, int value) { internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( int key) { internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putInt32ToStringField( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( int key) { internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( int key) { internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()); } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( int key, map_lite_test.MapForProto2TestProto.TestMap.EnumValue value) { internalGetMutableInt32ToEnumField().getMutableMap() .put(key, int32ToEnumFieldValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } private static final class Int32ToMessageFieldConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageValue build(map_lite_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder val) { if (val instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageValue) { return (map_lite_test.MapForProto2TestProto.TestMap.MessageValue) val; } return ((map_lite_test.MapForProto2TestProto.TestMap.MessageValue.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return Int32ToMessageFieldDefaultEntryHolder.defaultEntry; } }; private static final Int32ToMessageFieldConverter int32ToMessageFieldConverter = new Int32ToMessageFieldConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder, map_lite_test.MapForProto2TestProto.TestMap.MessageValue, map_lite_test.MapForProto2TestProto.TestMap.MessageValue.Builder> int32ToMessageField_; private com.google.protobuf.MapFieldBuilder internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } return int32ToMessageField_; } private com.google.protobuf.MapFieldBuilder internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().ensureBuilderMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().ensureBuilderMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getImmutableMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); return map.containsKey(key) ? int32ToMessageFieldConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToMessageFieldConverter.build(map.get(key)); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().clear(); return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( int key) { internalGetMutableInt32ToMessageField().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().ensureMessageMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( int key, map_lite_test.MapForProto2TestProto.TestMap.MessageValue value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableInt32ToMessageField().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public map_lite_test.MapForProto2TestProto.TestMap.MessageValue.Builder putInt32ToMessageFieldBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableInt32ToMessageField().ensureBuilderMap(); map_lite_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_lite_test.MapForProto2TestProto.TestMap.MessageValue.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageValue) { entry = ((map_lite_test.MapForProto2TestProto.TestMap.MessageValue) entry).toBuilder(); builderMap.put(key, entry); } return (map_lite_test.MapForProto2TestProto.TestMap.MessageValue.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private static final class RequiredMessageMapConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields build(map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder val) { if (val instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) { return (map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) val; } return ((map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return RequiredMessageMapDefaultEntryHolder.defaultEntry; } }; private static final RequiredMessageMapConverter requiredMessageMapConverter = new RequiredMessageMapConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder> requiredMessageMap_; private com.google.protobuf.MapFieldBuilder internalGetRequiredMessageMap() { if (requiredMessageMap_ == null) { return new com.google.protobuf.MapFieldBuilder<>(requiredMessageMapConverter); } return requiredMessageMap_; } private com.google.protobuf.MapFieldBuilder internalGetMutableRequiredMessageMap() { if (requiredMessageMap_ == null) { requiredMessageMap_ = new com.google.protobuf.MapFieldBuilder<>(requiredMessageMapConverter); } bitField0_ |= 0x00000040; onChanged(); return requiredMessageMap_; } public int getRequiredMessageMapCount() { return internalGetRequiredMessageMap().ensureBuilderMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public boolean containsRequiredMessageMap( int key) { return internalGetRequiredMessageMap().ensureBuilderMap().containsKey(key); } /** * Use {@link #getRequiredMessageMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRequiredMessageMap() { return getRequiredMessageMapMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public java.util.Map getRequiredMessageMapMap() { return internalGetRequiredMessageMap().getImmutableMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields defaultValue) { java.util.Map map = internalGetMutableRequiredMessageMap().ensureBuilderMap(); return map.containsKey(key) ? requiredMessageMapConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrThrow( int key) { java.util.Map map = internalGetMutableRequiredMessageMap().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return requiredMessageMapConverter.build(map.get(key)); } public Builder clearRequiredMessageMap() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableRequiredMessageMap().clear(); return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public Builder removeRequiredMessageMap( int key) { internalGetMutableRequiredMessageMap().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableRequiredMessageMap() { bitField0_ |= 0x00000040; return internalGetMutableRequiredMessageMap().ensureMessageMap(); } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public Builder putRequiredMessageMap( int key, map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableRequiredMessageMap().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public Builder putAllRequiredMessageMap( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableRequiredMessageMap().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000040; return this; } /** * map<int32, .map_for_proto2_lite_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder putRequiredMessageMapBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableRequiredMessageMap().ensureBuilderMap(); map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) { entry = ((map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) entry).toBuilder(); builderMap.put(key, entry); } return (map_lite_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder) entry; } @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:map_for_proto2_lite_test.TestMap) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.TestMap) private static final map_lite_test.MapForProto2TestProto.TestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.TestMap(); } public static map_lite_test.MapForProto2TestProto.TestMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestUnknownEnumValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.TestUnknownEnumValue) com.google.protobuf.MessageOrBuilder { /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ int getInt32ToInt32FieldCount(); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ java.util.Map getInt32ToInt32FieldMap(); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ int getInt32ToInt32FieldOrDefault( int key, int defaultValue); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ int getInt32ToInt32FieldOrThrow( int key); } /** * Protobuf type {@code map_for_proto2_lite_test.TestUnknownEnumValue} */ public static final class TestUnknownEnumValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.TestUnknownEnumValue) TestUnknownEnumValueOrBuilder { private static final long serialVersionUID = 0L; // Use TestUnknownEnumValue.newBuilder() to construct. private TestUnknownEnumValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestUnknownEnumValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestUnknownEnumValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 4: return internalGetInt32ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestUnknownEnumValue.class, map_lite_test.MapForProto2TestProto.TestUnknownEnumValue.Builder.class); } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 4; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 4); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.TestUnknownEnumValue)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.TestUnknownEnumValue other = (map_lite_test.MapForProto2TestProto.TestUnknownEnumValue) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.TestUnknownEnumValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_lite_test.TestUnknownEnumValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.TestUnknownEnumValue) map_lite_test.MapForProto2TestProto.TestUnknownEnumValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 4: return internalGetInt32ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 4: return internalGetMutableInt32ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestUnknownEnumValue.class, map_lite_test.MapForProto2TestProto.TestUnknownEnumValue.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.TestUnknownEnumValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestUnknownEnumValue getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.TestUnknownEnumValue.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestUnknownEnumValue build() { map_lite_test.MapForProto2TestProto.TestUnknownEnumValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestUnknownEnumValue buildPartial() { map_lite_test.MapForProto2TestProto.TestUnknownEnumValue result = new map_lite_test.MapForProto2TestProto.TestUnknownEnumValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.TestUnknownEnumValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.TestUnknownEnumValue) { return mergeFrom((map_lite_test.MapForProto2TestProto.TestUnknownEnumValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.TestUnknownEnumValue other) { if (other == map_lite_test.MapForProto2TestProto.TestUnknownEnumValue.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 34: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ public Builder putInt32ToInt32Field( int key, int value) { internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; 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:map_for_proto2_lite_test.TestUnknownEnumValue) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.TestUnknownEnumValue) private static final map_lite_test.MapForProto2TestProto.TestUnknownEnumValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.TestUnknownEnumValue(); } public static map_lite_test.MapForProto2TestProto.TestUnknownEnumValue getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestUnknownEnumValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestUnknownEnumValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestRecursiveMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.TestRecursiveMap) com.google.protobuf.MessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ int getRecursiveMapFieldCount(); /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ boolean containsRecursiveMapField( int key); /** * Use {@link #getRecursiveMapFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getRecursiveMapField(); /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ java.util.Map getRecursiveMapFieldMap(); /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ /* nullable */ map_lite_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestRecursiveMap defaultValue); /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ map_lite_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrThrow( int key); } /** *
   * Test that the maps initialization code works correctly when the map field
   * references the containing message.
   * 
* * Protobuf type {@code map_for_proto2_lite_test.TestRecursiveMap} */ public static final class TestRecursiveMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.TestRecursiveMap) TestRecursiveMapOrBuilder { private static final long serialVersionUID = 0L; // Use TestRecursiveMap.newBuilder() to construct. private TestRecursiveMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestRecursiveMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestRecursiveMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestRecursiveMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 2: return internalGetRecursiveMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestRecursiveMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestRecursiveMap.class, map_lite_test.MapForProto2TestProto.TestRecursiveMap.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } public static final int RECURSIVE_MAP_FIELD_FIELD_NUMBER = 2; private static final class RecursiveMapFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestRecursiveMap> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_lite_test.MapForProto2TestProto.TestRecursiveMap.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestRecursiveMap> recursiveMapField_; private com.google.protobuf.MapField internalGetRecursiveMapField() { if (recursiveMapField_ == null) { return com.google.protobuf.MapField.emptyMapField( RecursiveMapFieldDefaultEntryHolder.defaultEntry); } return recursiveMapField_; } public int getRecursiveMapFieldCount() { return internalGetRecursiveMapField().getMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public boolean containsRecursiveMapField( int key) { return internalGetRecursiveMapField().getMap().containsKey(key); } /** * Use {@link #getRecursiveMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRecursiveMapField() { return getRecursiveMapFieldMap(); } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public java.util.Map getRecursiveMapFieldMap() { return internalGetRecursiveMapField().getMap(); } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestRecursiveMap defaultValue) { java.util.Map map = internalGetRecursiveMapField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrThrow( int key) { java.util.Map map = internalGetRecursiveMapField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetRecursiveMapField(), RecursiveMapFieldDefaultEntryHolder.defaultEntry, 2); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } for (java.util.Map.Entry entry : internalGetRecursiveMapField().getMap().entrySet()) { com.google.protobuf.MapEntry recursiveMapField__ = RecursiveMapFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, recursiveMapField__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.TestRecursiveMap)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.TestRecursiveMap other = (map_lite_test.MapForProto2TestProto.TestRecursiveMap) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!internalGetRecursiveMapField().equals( other.internalGetRecursiveMapField())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } if (!internalGetRecursiveMapField().getMap().isEmpty()) { hash = (37 * hash) + RECURSIVE_MAP_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetRecursiveMapField().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.TestRecursiveMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Test that the maps initialization code works correctly when the map field
     * references the containing message.
     * 
* * Protobuf type {@code map_for_proto2_lite_test.TestRecursiveMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.TestRecursiveMap) map_lite_test.MapForProto2TestProto.TestRecursiveMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestRecursiveMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 2: return internalGetRecursiveMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 2: return internalGetMutableRecursiveMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestRecursiveMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.TestRecursiveMap.class, map_lite_test.MapForProto2TestProto.TestRecursiveMap.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.TestRecursiveMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; internalGetMutableRecursiveMapField().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_TestRecursiveMap_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestRecursiveMap getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.TestRecursiveMap.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestRecursiveMap build() { map_lite_test.MapForProto2TestProto.TestRecursiveMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestRecursiveMap buildPartial() { map_lite_test.MapForProto2TestProto.TestRecursiveMap result = new map_lite_test.MapForProto2TestProto.TestRecursiveMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.TestRecursiveMap result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.recursiveMapField_ = internalGetRecursiveMapField().build(RecursiveMapFieldDefaultEntryHolder.defaultEntry); } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.TestRecursiveMap) { return mergeFrom((map_lite_test.MapForProto2TestProto.TestRecursiveMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.TestRecursiveMap other) { if (other == map_lite_test.MapForProto2TestProto.TestRecursiveMap.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } internalGetMutableRecursiveMapField().mergeFrom( other.internalGetRecursiveMapField()); bitField0_ |= 0x00000002; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { com.google.protobuf.MapEntry recursiveMapField__ = input.readMessage( RecursiveMapFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableRecursiveMapField().ensureBuilderMap().put( recursiveMapField__.getKey(), recursiveMapField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); return this; } private static final class RecursiveMapFieldConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_lite_test.MapForProto2TestProto.TestRecursiveMap build(map_lite_test.MapForProto2TestProto.TestRecursiveMapOrBuilder val) { if (val instanceof map_lite_test.MapForProto2TestProto.TestRecursiveMap) { return (map_lite_test.MapForProto2TestProto.TestRecursiveMap) val; } return ((map_lite_test.MapForProto2TestProto.TestRecursiveMap.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return RecursiveMapFieldDefaultEntryHolder.defaultEntry; } }; private static final RecursiveMapFieldConverter recursiveMapFieldConverter = new RecursiveMapFieldConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_lite_test.MapForProto2TestProto.TestRecursiveMapOrBuilder, map_lite_test.MapForProto2TestProto.TestRecursiveMap, map_lite_test.MapForProto2TestProto.TestRecursiveMap.Builder> recursiveMapField_; private com.google.protobuf.MapFieldBuilder internalGetRecursiveMapField() { if (recursiveMapField_ == null) { return new com.google.protobuf.MapFieldBuilder<>(recursiveMapFieldConverter); } return recursiveMapField_; } private com.google.protobuf.MapFieldBuilder internalGetMutableRecursiveMapField() { if (recursiveMapField_ == null) { recursiveMapField_ = new com.google.protobuf.MapFieldBuilder<>(recursiveMapFieldConverter); } bitField0_ |= 0x00000002; onChanged(); return recursiveMapField_; } public int getRecursiveMapFieldCount() { return internalGetRecursiveMapField().ensureBuilderMap().size(); } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public boolean containsRecursiveMapField( int key) { return internalGetRecursiveMapField().ensureBuilderMap().containsKey(key); } /** * Use {@link #getRecursiveMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRecursiveMapField() { return getRecursiveMapFieldMap(); } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public java.util.Map getRecursiveMapFieldMap() { return internalGetRecursiveMapField().getImmutableMap(); } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrDefault( int key, /* nullable */ map_lite_test.MapForProto2TestProto.TestRecursiveMap defaultValue) { java.util.Map map = internalGetMutableRecursiveMapField().ensureBuilderMap(); return map.containsKey(key) ? recursiveMapFieldConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrThrow( int key) { java.util.Map map = internalGetMutableRecursiveMapField().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return recursiveMapFieldConverter.build(map.get(key)); } public Builder clearRecursiveMapField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableRecursiveMapField().clear(); return this; } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ public Builder removeRecursiveMapField( int key) { internalGetMutableRecursiveMapField().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableRecursiveMapField() { bitField0_ |= 0x00000002; return internalGetMutableRecursiveMapField().ensureMessageMap(); } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ public Builder putRecursiveMapField( int key, map_lite_test.MapForProto2TestProto.TestRecursiveMap value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableRecursiveMapField().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ public Builder putAllRecursiveMapField( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableRecursiveMapField().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000002; return this; } /** * map<int32, .map_for_proto2_lite_test.TestRecursiveMap> recursive_map_field = 2; */ public map_lite_test.MapForProto2TestProto.TestRecursiveMap.Builder putRecursiveMapFieldBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableRecursiveMapField().ensureBuilderMap(); map_lite_test.MapForProto2TestProto.TestRecursiveMapOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_lite_test.MapForProto2TestProto.TestRecursiveMap.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_lite_test.MapForProto2TestProto.TestRecursiveMap) { entry = ((map_lite_test.MapForProto2TestProto.TestRecursiveMap) entry).toBuilder(); builderMap.put(key, entry); } return (map_lite_test.MapForProto2TestProto.TestRecursiveMap.Builder) entry; } @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:map_for_proto2_lite_test.TestRecursiveMap) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.TestRecursiveMap) private static final map_lite_test.MapForProto2TestProto.TestRecursiveMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.TestRecursiveMap(); } public static map_lite_test.MapForProto2TestProto.TestRecursiveMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestRecursiveMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.TestRecursiveMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BizarroTestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.BizarroTestMap) com.google.protobuf.MessageOrBuilder { /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ boolean containsInt32ToStringField( java.lang.String key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrThrow( java.lang.String key); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( java.lang.String key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( java.lang.String key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( java.lang.String key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key); } /** *
   * a decoy of TestMap for testing parsing errors
   * 
* * Protobuf type {@code map_for_proto2_lite_test.BizarroTestMap} */ public static final class BizarroTestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.BizarroTestMap) BizarroTestMapOrBuilder { private static final long serialVersionUID = 0L; // Use BizarroTestMap.newBuilder() to construct. private BizarroTestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BizarroTestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BizarroTestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.BizarroTestMap.class, map_lite_test.MapForProto2TestProto.BizarroTestMap.Builder.class); } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.BizarroTestMap)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.BizarroTestMap other = (map_lite_test.MapForProto2TestProto.BizarroTestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.BizarroTestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * a decoy of TestMap for testing parsing errors
     * 
* * Protobuf type {@code map_for_proto2_lite_test.BizarroTestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.BizarroTestMap) map_lite_test.MapForProto2TestProto.BizarroTestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.BizarroTestMap.class, map_lite_test.MapForProto2TestProto.BizarroTestMap.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.BizarroTestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.BizarroTestMap getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.BizarroTestMap.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.BizarroTestMap build() { map_lite_test.MapForProto2TestProto.BizarroTestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.BizarroTestMap buildPartial() { map_lite_test.MapForProto2TestProto.BizarroTestMap result = new map_lite_test.MapForProto2TestProto.BizarroTestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.BizarroTestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField(); result.int32ToMessageField_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.BizarroTestMap) { return mergeFrom((map_lite_test.MapForProto2TestProto.BizarroTestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.BizarroTestMap other) { if (other == map_lite_test.MapForProto2TestProto.BizarroTestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry int32ToEnumField__ = input.readMessage( Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().getMutableMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putInt32ToStringField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetMutableInt32ToEnumField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToEnumField().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetMutableInt32ToEnumField().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } private com.google.protobuf.MapField internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = com.google.protobuf.MapField.newMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (!int32ToMessageField_.isMutable()) { int32ToMessageField_ = int32ToMessageField_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToMessageField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { internalGetMutableInt32ToMessageField().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; 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:map_for_proto2_lite_test.BizarroTestMap) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.BizarroTestMap) private static final map_lite_test.MapForProto2TestProto.BizarroTestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.BizarroTestMap(); } public static map_lite_test.MapForProto2TestProto.BizarroTestMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BizarroTestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.BizarroTestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.ReservedAsMapField) com.google.protobuf.MessageOrBuilder { /** * map<string, uint32> if = 1; */ int getIfCount(); /** * map<string, uint32> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, uint32> if = 1; */ java.util.Map getIfMap(); /** * map<string, uint32> if = 1; */ int getIfOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> if = 1; */ int getIfOrThrow( java.lang.String key); /** * map<string, uint32> const = 2; */ int getConstCount(); /** * map<string, uint32> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, uint32> const = 2; */ java.util.Map getConstMap(); /** * map<string, uint32> const = 2; */ int getConstOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> const = 2; */ int getConstOrThrow( java.lang.String key); /** * map<string, uint32> private = 3; */ int getPrivateCount(); /** * map<string, uint32> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, uint32> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, uint32> private = 3; */ int getPrivateOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> private = 3; */ int getPrivateOrThrow( java.lang.String key); /** * map<string, uint32> class = 4; */ int getClass_Count(); /** * map<string, uint32> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, uint32> class = 4; */ java.util.Map getClass_Map(); /** * map<string, uint32> class = 4; */ int getClass_OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> class = 4; */ int getClass_OrThrow( java.lang.String key); /** * map<string, uint32> int = 5; */ int getIntCount(); /** * map<string, uint32> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, uint32> int = 5; */ java.util.Map getIntMap(); /** * map<string, uint32> int = 5; */ int getIntOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> int = 5; */ int getIntOrThrow( java.lang.String key); /** * map<string, uint32> void = 6; */ int getVoidCount(); /** * map<string, uint32> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, uint32> void = 6; */ java.util.Map getVoidMap(); /** * map<string, uint32> void = 6; */ int getVoidOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> void = 6; */ int getVoidOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrDefault( java.lang.String key, int defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrThrow( java.lang.String key); /** * map<string, uint32> package = 8; */ int getPackageCount(); /** * map<string, uint32> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, uint32> package = 8; */ java.util.Map getPackageMap(); /** * map<string, uint32> package = 8; */ int getPackageOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> package = 8; */ int getPackageOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrDefault( java.lang.String key, int defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrDefault( java.lang.String key, int defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrThrow( java.lang.String key); } /** *
   * Used to test that java reserved words can be used as protobuf field names
   * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
   * subset of them chosen to cover various keyword categories like
   * type, modifier, declaration, etc.
   * 
* * Protobuf type {@code map_for_proto2_lite_test.ReservedAsMapField} */ public static final class ReservedAsMapField extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.ReservedAsMapField) ReservedAsMapFieldOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapField.newBuilder() to construct. private ReservedAsMapField(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapField() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapField(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.ReservedAsMapField.class, map_lite_test.MapForProto2TestProto.ReservedAsMapField.Builder.class); } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.ReservedAsMapField)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.ReservedAsMapField other = (map_lite_test.MapForProto2TestProto.ReservedAsMapField) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.ReservedAsMapField prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Used to test that java reserved words can be used as protobuf field names
     * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
     * subset of them chosen to cover various keyword categories like
     * type, modifier, declaration, etc.
     * 
* * Protobuf type {@code map_for_proto2_lite_test.ReservedAsMapField} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.ReservedAsMapField) map_lite_test.MapForProto2TestProto.ReservedAsMapFieldOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.ReservedAsMapField.class, map_lite_test.MapForProto2TestProto.ReservedAsMapField.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.ReservedAsMapField.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapField getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.ReservedAsMapField.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapField build() { map_lite_test.MapForProto2TestProto.ReservedAsMapField result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapField buildPartial() { map_lite_test.MapForProto2TestProto.ReservedAsMapField result = new map_lite_test.MapForProto2TestProto.ReservedAsMapField(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.ReservedAsMapField result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.ReservedAsMapField) { return mergeFrom((map_lite_test.MapForProto2TestProto.ReservedAsMapField)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.ReservedAsMapField other) { if (other == map_lite_test.MapForProto2TestProto.ReservedAsMapField.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry if__ = input.readMessage( IfDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry const__ = input.readMessage( ConstDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry private__ = input.readMessage( PrivateDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry class___ = input.readMessage( Class_DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int__ = input.readMessage( IntDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry void__ = input.readMessage( VoidDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry string__ = input.readMessage( StringDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry package__ = input.readMessage( PackageDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry enum__ = input.readMessage( EnumDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry null__ = input.readMessage( NullDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, uint32> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetMutableIf().getMutableMap(); } /** * map<string, uint32> if = 1; */ public Builder putIf( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, uint32> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetMutableIf().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, uint32> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetMutableConst().getMutableMap(); } /** * map<string, uint32> const = 2; */ public Builder putConst( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<string, uint32> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetMutableConst().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, uint32> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetMutablePrivate().getMutableMap(); } /** * map<string, uint32> private = 3; */ public Builder putPrivate( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<string, uint32> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetMutablePrivate().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, uint32> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetMutableClass_().getMutableMap(); } /** * map<string, uint32> class = 4; */ public Builder putClass_( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<string, uint32> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetMutableClass_().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, uint32> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetMutableInt().getMutableMap(); } /** * map<string, uint32> int = 5; */ public Builder putInt( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<string, uint32> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetMutableInt().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, uint32> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetMutableVoid().getMutableMap(); } /** * map<string, uint32> void = 6; */ public Builder putVoid( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, uint32> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetMutableVoid().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetMutableString().getMutableMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putString( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetMutableString().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, uint32> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetMutablePackage().getMutableMap(); } /** * map<string, uint32> package = 8; */ public Builder putPackage( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<string, uint32> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetMutablePackage().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetMutableEnum().getMutableMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putEnum( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetMutableEnum().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetMutableNull().getMutableMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putNull( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetMutableNull().getMutableMap() .putAll(values); bitField0_ |= 0x00000200; 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:map_for_proto2_lite_test.ReservedAsMapField) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.ReservedAsMapField) private static final map_lite_test.MapForProto2TestProto.ReservedAsMapField DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.ReservedAsMapField(); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapField getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapField parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapField getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldWithEnumValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue) com.google.protobuf.MessageOrBuilder { /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfCount(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ java.util.Map getIfMap(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstCount(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ java.util.Map getConstMap(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateCount(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_Count(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ java.util.Map getClass_Map(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntCount(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ java.util.Map getIntMap(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidCount(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ java.util.Map getVoidMap(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageCount(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ java.util.Map getPackageMap(); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key); } /** * Protobuf type {@code map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue} */ public static final class ReservedAsMapFieldWithEnumValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue) ReservedAsMapFieldWithEnumValueOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapFieldWithEnumValue.newBuilder() to construct. private ReservedAsMapFieldWithEnumValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapFieldWithEnumValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapFieldWithEnumValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.class, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } /** * Protobuf enum {@code map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum} */ public enum SampleEnum implements com.google.protobuf.ProtocolMessageEnum { /** * A = 0; */ A(0), /** * B = 1; */ B(1), ; /** * A = 0; */ public static final int A_VALUE = 0; /** * B = 1; */ public static final int B_VALUE = 1; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static SampleEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static SampleEnum forNumber(int value) { switch (value) { case 0: return A; case 1: return B; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< SampleEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public SampleEnum findValueByNumber(int number) { return SampleEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.getDescriptor().getEnumTypes().get(0); } private static final SampleEnum[] VALUES = values(); public static SampleEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private SampleEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum) } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> ifValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedIfMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, ifValueConverter); } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> constValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedConstMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, constValueConverter); } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> privateValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedPrivateMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, privateValueConverter); } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> class_ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedClass_Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, class_ValueConverter); } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> intValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedIntMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, intValueConverter); } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> voidValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedVoidMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, voidValueConverter); } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> stringValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedStringMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, stringValueConverter); } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> packageValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedPackageMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, packageValueConverter); } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> enumValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedEnumMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, enumValueConverter); } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> nullValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedNullMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, nullValueConverter); } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue)) { return super.equals(obj); } map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue other = (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue) map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.class, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } // Construct using map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapForProto2TestProto.internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue build() { map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue buildPartial() { map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue result = new map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue) { return mergeFrom((map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue other) { if (other == map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(if__.getValue()) == null) { mergeUnknownLengthDelimitedField(1, bytes); } else { internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; } break; } // case 10 case 18: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(const__.getValue()) == null) { mergeUnknownLengthDelimitedField(2, bytes); } else { internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; } break; } // case 18 case 26: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(private__.getValue()) == null) { mergeUnknownLengthDelimitedField(3, bytes); } else { internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; } break; } // case 26 case 34: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(class___.getValue()) == null) { mergeUnknownLengthDelimitedField(4, bytes); } else { internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; } break; } // case 34 case 42: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(int__.getValue()) == null) { mergeUnknownLengthDelimitedField(5, bytes); } else { internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; } break; } // case 42 case 50: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(void__.getValue()) == null) { mergeUnknownLengthDelimitedField(6, bytes); } else { internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; } break; } // case 50 case 58: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(string__.getValue()) == null) { mergeUnknownLengthDelimitedField(7, bytes); } else { internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; } break; } // case 58 case 66: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(package__.getValue()) == null) { mergeUnknownLengthDelimitedField(8, bytes); } else { internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; } break; } // case 66 case 74: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(enum__.getValue()) == null) { mergeUnknownLengthDelimitedField(9, bytes); } else { internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; } break; } // case 74 case 82: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(null__.getValue()) == null) { mergeUnknownLengthDelimitedField(10, bytes); } else { internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; } break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putIf( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, ifValueConverter.doBackward(value)); bitField0_ |= 0x00000001; return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()) .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putConst( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, constValueConverter.doBackward(value)); bitField0_ |= 0x00000002; return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()) .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putPrivate( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, privateValueConverter.doBackward(value)); bitField0_ |= 0x00000004; return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()) .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putClass_( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, class_ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putInt( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, intValueConverter.doBackward(value)); bitField0_ |= 0x00000010; return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()) .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putVoid( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, voidValueConverter.doBackward(value)); bitField0_ |= 0x00000020; return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()) .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putString( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, stringValueConverter.doBackward(value)); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()) .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()); } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putPackage( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, packageValueConverter.doBackward(value)); bitField0_ |= 0x00000080; return this; } /** * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()) .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putEnum( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, enumValueConverter.doBackward(value)); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()) .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putNull( java.lang.String key, map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, nullValueConverter.doBackward(value)); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()) .putAll(values); bitField0_ |= 0x00000200; 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:map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue) } // @@protoc_insertion_point(class_scope:map_for_proto2_lite_test.ReservedAsMapFieldWithEnumValue) private static final map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue(); } public static map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapFieldWithEnumValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_MessageValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_MessageValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestMap_RequiredMessageMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestMap_RequiredMessageMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestRecursiveMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestRecursiveMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_TestRecursiveMap_RecursiveMapFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_BizarroTestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapField_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapField_NullEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n2com/google/protobuf/map_for_proto2_lit" + "e_test.proto\022\030map_for_proto2_lite_test\"\250" + "\n\n\007TestMap\022V\n\024int32_to_int32_field\030\001 \003(\013" + "28.map_for_proto2_lite_test.TestMap.Int3" + "2ToInt32FieldEntry\022X\n\025int32_to_string_fi" + "eld\030\002 \003(\01329.map_for_proto2_lite_test.Tes" + "tMap.Int32ToStringFieldEntry\022V\n\024int32_to" + "_bytes_field\030\003 \003(\01328.map_for_proto2_lite" + "_test.TestMap.Int32ToBytesFieldEntry\022T\n\023" + "int32_to_enum_field\030\004 \003(\01327.map_for_prot" + "o2_lite_test.TestMap.Int32ToEnumFieldEnt" + "ry\022Z\n\026int32_to_message_field\030\005 \003(\0132:.map" + "_for_proto2_lite_test.TestMap.Int32ToMes" + "sageFieldEntry\022X\n\025string_to_int32_field\030" + "\006 \003(\01329.map_for_proto2_lite_test.TestMap" + ".StringToInt32FieldEntry\022W\n\024required_mes" + "sage_map\030\013 \003(\01329.map_for_proto2_lite_tes" + "t.TestMap.RequiredMessageMapEntry\032\035\n\014Mes" + "sageValue\022\r\n\005value\030\001 \001(\005\0328\n\026Int32ToInt32" + "FieldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\005:\002" + "8\001\0329\n\027Int32ToStringFieldEntry\022\013\n\003key\030\001 \001" + "(\005\022\r\n\005value\030\002 \001(\t:\0028\001\0328\n\026Int32ToBytesFie" + "ldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\014:\0028\001\032" + "d\n\025Int32ToEnumFieldEntry\022\013\n\003key\030\001 \001(\005\022:\n" + "\005value\030\002 \001(\0162+.map_for_proto2_lite_test." + "TestMap.EnumValue:\0028\001\032j\n\030Int32ToMessageF" + "ieldEntry\022\013\n\003key\030\001 \001(\005\022=\n\005value\030\002 \001(\0132.." + "map_for_proto2_lite_test.TestMap.Message" + "Value:\0028\001\0329\n\027StringToInt32FieldEntry\022\013\n\003" + "key\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\032*\n\031MessageW" + "ithRequiredFields\022\r\n\005value\030\001 \002(\005\032v\n\027Requ" + "iredMessageMapEntry\022\013\n\003key\030\001 \001(\005\022J\n\005valu" + "e\030\002 \001(\0132;.map_for_proto2_lite_test.TestM" + "ap.MessageWithRequiredFields:\0028\001\"/\n\tEnum" + "Value\022\007\n\003FOO\020\000\022\007\n\003BAR\020\001\022\007\n\003BAZ\020\002\022\007\n\003QUX\020" + "\003\"\265\001\n\024TestUnknownEnumValue\022c\n\024int32_to_i" + "nt32_field\030\004 \003(\0132E.map_for_proto2_lite_t" + "est.TestUnknownEnumValue.Int32ToInt32Fie" + "ldEntry\0328\n\026Int32ToInt32FieldEntry\022\013\n\003key" + "\030\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001\"\347\001\n\020TestRecurs" + "iveMap\022\r\n\005value\030\001 \001(\005\022^\n\023recursive_map_f" + "ield\030\002 \003(\0132A.map_for_proto2_lite_test.Te" + "stRecursiveMap.RecursiveMapFieldEntry\032d\n" + "\026RecursiveMapFieldEntry\022\013\n\003key\030\001 \001(\005\0229\n\005" + "value\030\002 \001(\0132*.map_for_proto2_lite_test.T" + "estRecursiveMap:\0028\001\"\257\007\n\016BizarroTestMap\022]" + "\n\024int32_to_int32_field\030\001 \003(\0132?.map_for_p" + "roto2_lite_test.BizarroTestMap.Int32ToIn" + "t32FieldEntry\022_\n\025int32_to_string_field\030\002" + " \003(\0132@.map_for_proto2_lite_test.BizarroT" + "estMap.Int32ToStringFieldEntry\022]\n\024int32_" + "to_bytes_field\030\003 \003(\0132?.map_for_proto2_li" + "te_test.BizarroTestMap.Int32ToBytesField" + "Entry\022[\n\023int32_to_enum_field\030\004 \003(\0132>.map" + "_for_proto2_lite_test.BizarroTestMap.Int" + "32ToEnumFieldEntry\022a\n\026int32_to_message_f" + "ield\030\005 \003(\0132A.map_for_proto2_lite_test.Bi" + "zarroTestMap.Int32ToMessageFieldEntry\022_\n" + "\025string_to_int32_field\030\006 \003(\0132@.map_for_p" + "roto2_lite_test.BizarroTestMap.StringToI" + "nt32FieldEntry\0328\n\026Int32ToInt32FieldEntry" + "\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\014:\0028\001\0329\n\027Int3" + "2ToStringFieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005valu" + "e\030\002 \001(\005:\0028\001\0328\n\026Int32ToBytesFieldEntry\022\013\n" + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\0327\n\025Int32To" + "EnumFieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001" + "(\014:\0028\001\032:\n\030Int32ToMessageFieldEntry\022\013\n\003ke" + "y\030\001 \001(\t\022\r\n\005value\030\002 \001(\014:\0028\001\0329\n\027StringToIn" + "t32FieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" + "\014:\0028\001\"\247\t\n\022ReservedAsMapField\022@\n\002if\030\001 \003(\013" + "24.map_for_proto2_lite_test.ReservedAsMa" + "pField.IfEntry\022F\n\005const\030\002 \003(\01327.map_for_" + "proto2_lite_test.ReservedAsMapField.Cons" + "tEntry\022J\n\007private\030\003 \003(\01329.map_for_proto2" + "_lite_test.ReservedAsMapField.PrivateEnt" + "ry\022F\n\005class\030\004 \003(\01327.map_for_proto2_lite_" + "test.ReservedAsMapField.ClassEntry\022B\n\003in" + "t\030\005 \003(\01325.map_for_proto2_lite_test.Reser" + "vedAsMapField.IntEntry\022D\n\004void\030\006 \003(\01326.m" + "ap_for_proto2_lite_test.ReservedAsMapFie" + "ld.VoidEntry\022H\n\006string\030\007 \003(\01328.map_for_p" + "roto2_lite_test.ReservedAsMapField.Strin" + "gEntry\022J\n\007package\030\010 \003(\01329.map_for_proto2" + "_lite_test.ReservedAsMapField.PackageEnt" + "ry\022D\n\004enum\030\t \003(\01326.map_for_proto2_lite_t" + "est.ReservedAsMapField.EnumEntry\022D\n\004null" + "\030\n \003(\01326.map_for_proto2_lite_test.Reserv" + "edAsMapField.NullEntry\032)\n\007IfEntry\022\013\n\003key" + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032,\n\nConstEntry\022" + "\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032.\n\014Priva" + "teEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032" + ",\n\nClassEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" + "\r:\0028\001\032*\n\010IntEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030" + "\002 \001(\r:\0028\001\032+\n\tVoidEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" + "alue\030\002 \001(\r:\0028\001\032-\n\013StringEntry\022\013\n\003key\030\001 \001" + "(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032.\n\014PackageEntry\022\013\n" + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032+\n\tEnumEnt" + "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032+\n\tNu" + "llEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\"" + "\216\020\n\037ReservedAsMapFieldWithEnumValue\022M\n\002i" + "f\030\001 \003(\0132A.map_for_proto2_lite_test.Reser" + "vedAsMapFieldWithEnumValue.IfEntry\022S\n\005co" + "nst\030\002 \003(\0132D.map_for_proto2_lite_test.Res" + "ervedAsMapFieldWithEnumValue.ConstEntry\022" + "W\n\007private\030\003 \003(\0132F.map_for_proto2_lite_t" + "est.ReservedAsMapFieldWithEnumValue.Priv" + "ateEntry\022S\n\005class\030\004 \003(\0132D.map_for_proto2" + "_lite_test.ReservedAsMapFieldWithEnumVal" + "ue.ClassEntry\022O\n\003int\030\005 \003(\0132B.map_for_pro" + "to2_lite_test.ReservedAsMapFieldWithEnum" + "Value.IntEntry\022Q\n\004void\030\006 \003(\0132C.map_for_p" + "roto2_lite_test.ReservedAsMapFieldWithEn" + "umValue.VoidEntry\022U\n\006string\030\007 \003(\0132E.map_" + "for_proto2_lite_test.ReservedAsMapFieldW" + "ithEnumValue.StringEntry\022W\n\007package\030\010 \003(" + "\0132F.map_for_proto2_lite_test.ReservedAsM" + "apFieldWithEnumValue.PackageEntry\022Q\n\004enu" + "m\030\t \003(\0132C.map_for_proto2_lite_test.Reser" + "vedAsMapFieldWithEnumValue.EnumEntry\022Q\n\004" + "null\030\n \003(\0132C.map_for_proto2_lite_test.Re" + "servedAsMapFieldWithEnumValue.NullEntry\032" + "o\n\007IfEntry\022\013\n\003key\030\001 \001(\t\022S\n\005value\030\002 \001(\0162D" + ".map_for_proto2_lite_test.ReservedAsMapF" + "ieldWithEnumValue.SampleEnum:\0028\001\032r\n\nCons" + "tEntry\022\013\n\003key\030\001 \001(\t\022S\n\005value\030\002 \001(\0162D.map" + "_for_proto2_lite_test.ReservedAsMapField" + "WithEnumValue.SampleEnum:\0028\001\032t\n\014PrivateE" + "ntry\022\013\n\003key\030\001 \001(\t\022S\n\005value\030\002 \001(\0162D.map_f" + "or_proto2_lite_test.ReservedAsMapFieldWi" + "thEnumValue.SampleEnum:\0028\001\032r\n\nClassEntry" + "\022\013\n\003key\030\001 \001(\t\022S\n\005value\030\002 \001(\0162D.map_for_p" + "roto2_lite_test.ReservedAsMapFieldWithEn" + "umValue.SampleEnum:\0028\001\032p\n\010IntEntry\022\013\n\003ke" + "y\030\001 \001(\t\022S\n\005value\030\002 \001(\0162D.map_for_proto2_" + "lite_test.ReservedAsMapFieldWithEnumValu" + "e.SampleEnum:\0028\001\032q\n\tVoidEntry\022\013\n\003key\030\001 \001" + "(\t\022S\n\005value\030\002 \001(\0162D.map_for_proto2_lite_" + "test.ReservedAsMapFieldWithEnumValue.Sam" + "pleEnum:\0028\001\032s\n\013StringEntry\022\013\n\003key\030\001 \001(\t\022" + "S\n\005value\030\002 \001(\0162D.map_for_proto2_lite_tes" + "t.ReservedAsMapFieldWithEnumValue.Sample" + "Enum:\0028\001\032t\n\014PackageEntry\022\013\n\003key\030\001 \001(\t\022S\n" + "\005value\030\002 \001(\0162D.map_for_proto2_lite_test." + "ReservedAsMapFieldWithEnumValue.SampleEn" + "um:\0028\001\032q\n\tEnumEntry\022\013\n\003key\030\001 \001(\t\022S\n\005valu" + "e\030\002 \001(\0162D.map_for_proto2_lite_test.Reser" + "vedAsMapFieldWithEnumValue.SampleEnum:\0028" + "\001\032q\n\tNullEntry\022\013\n\003key\030\001 \001(\t\022S\n\005value\030\002 \001" + "(\0162D.map_for_proto2_lite_test.ReservedAs" + "MapFieldWithEnumValue.SampleEnum:\0028\001\"\032\n\n" + "SampleEnum\022\005\n\001A\020\000\022\005\n\001B\020\001B(\n\rmap_lite_tes" + "tB\025MapForProto2TestProtoH\003" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_map_for_proto2_lite_test_TestMap_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_map_for_proto2_lite_test_TestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", "RequiredMessageMap", }); internal_static_map_for_proto2_lite_test_TestMap_MessageValue_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_lite_test_TestMap_MessageValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_MessageValue_descriptor, new java.lang.String[] { "Value", }); internal_static_map_for_proto2_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_lite_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_lite_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_lite_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_lite_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_lite_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestMap_StringToInt32FieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(6); internal_static_map_for_proto2_lite_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(7); internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_MessageWithRequiredFields_descriptor, new java.lang.String[] { "Value", }); internal_static_map_for_proto2_lite_test_TestMap_RequiredMessageMapEntry_descriptor = internal_static_map_for_proto2_lite_test_TestMap_descriptor.getNestedTypes().get(8); internal_static_map_for_proto2_lite_test_TestMap_RequiredMessageMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestMap_RequiredMessageMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_descriptor, new java.lang.String[] { "Int32ToInt32Field", }); internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_TestRecursiveMap_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_map_for_proto2_lite_test_TestRecursiveMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestRecursiveMap_descriptor, new java.lang.String[] { "Value", "RecursiveMapField", }); internal_static_map_for_proto2_lite_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_TestRecursiveMap_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_lite_test_TestRecursiveMap_RecursiveMapFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_map_for_proto2_lite_test_BizarroTestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", }); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor = internal_static_map_for_proto2_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_lite_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_map_for_proto2_lite_test_ReservedAsMapField_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_IfEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_lite_test_ReservedAsMapField_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_ConstEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_lite_test_ReservedAsMapField_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_PrivateEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_lite_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_ClassEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_lite_test_ReservedAsMapField_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_IntEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_lite_test_ReservedAsMapField_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_VoidEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_lite_test_ReservedAsMapField_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_StringEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(6); internal_static_map_for_proto2_lite_test_ReservedAsMapField_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_PackageEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(7); internal_static_map_for_proto2_lite_test_ReservedAsMapField_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_EnumEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(8); internal_static_map_for_proto2_lite_test_ReservedAsMapField_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapField_NullEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(9); internal_static_map_for_proto2_lite_test_ReservedAsMapField_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapField_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(6); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(7); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(8); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor = internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(9); internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK !CfX X map_lite_test/MapTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_lite_test.proto // Protobuf Java Version: 3.25.0 package map_lite_test; public final class MapTestProto { private MapTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_lite_test.TestMap) com.google.protobuf.MessageOrBuilder { /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** * map<int32, int32> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** * map<int32, int32> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrDefault( int key, int defaultValue); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrThrow( int key); /** * map<int32, string> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** * map<int32, string> int32_to_string_field = 2; */ boolean containsInt32ToStringField( int key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** * map<int32, string> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** * map<int32, string> int32_to_string_field = 2; */ /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> int32_to_string_field = 2; */ java.lang.String getInt32ToStringFieldOrThrow( int key); /** * map<int32, bytes> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( int key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> int32_to_bytes_field = 3; */ com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( int key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ /* nullable */ map_lite_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_lite_test.MapTestProto.TestMap.EnumValue defaultValue); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ map_lite_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key); /** * Use {@link #getInt32ToEnumFieldValueMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumFieldValue(); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldValueMap(); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldValueOrDefault( int key, int defaultValue); /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldValueOrThrow( int key); /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( int key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ /* nullable */ map_lite_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_lite_test.MapTestProto.TestMap.MessageValue defaultValue); /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ map_lite_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** * map<string, int32> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** * map<string, int32> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrThrow( java.lang.String key); /** * map<uint32, int32> uint32_to_int32_field = 7; */ int getUint32ToInt32FieldCount(); /** * map<uint32, int32> uint32_to_int32_field = 7; */ boolean containsUint32ToInt32Field( int key); /** * Use {@link #getUint32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getUint32ToInt32Field(); /** * map<uint32, int32> uint32_to_int32_field = 7; */ java.util.Map getUint32ToInt32FieldMap(); /** * map<uint32, int32> uint32_to_int32_field = 7; */ int getUint32ToInt32FieldOrDefault( int key, int defaultValue); /** * map<uint32, int32> uint32_to_int32_field = 7; */ int getUint32ToInt32FieldOrThrow( int key); /** * map<int64, int32> int64_to_int32_field = 8; */ int getInt64ToInt32FieldCount(); /** * map<int64, int32> int64_to_int32_field = 8; */ boolean containsInt64ToInt32Field( long key); /** * Use {@link #getInt64ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt64ToInt32Field(); /** * map<int64, int32> int64_to_int32_field = 8; */ java.util.Map getInt64ToInt32FieldMap(); /** * map<int64, int32> int64_to_int32_field = 8; */ int getInt64ToInt32FieldOrDefault( long key, int defaultValue); /** * map<int64, int32> int64_to_int32_field = 8; */ int getInt64ToInt32FieldOrThrow( long key); } /** * Protobuf type {@code map_lite_test.TestMap} */ public static final class TestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_lite_test.TestMap) TestMapOrBuilder { private static final long serialVersionUID = 0L; // Use TestMap.newBuilder() to construct. private TestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 7: return internalGetUint32ToInt32Field(); case 8: return internalGetInt64ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.TestMap.class, map_lite_test.MapTestProto.TestMap.Builder.class); } /** * Protobuf enum {@code map_lite_test.TestMap.EnumValue} */ public enum EnumValue implements com.google.protobuf.ProtocolMessageEnum { /** * FOO = 0; */ FOO(0), /** * BAR = 1; */ BAR(1), /** * BAZ = 2; */ BAZ(2), /** * QUX = 3; */ QUX(3), UNRECOGNIZED(-1), ; /** * FOO = 0; */ public static final int FOO_VALUE = 0; /** * BAR = 1; */ public static final int BAR_VALUE = 1; /** * BAZ = 2; */ public static final int BAZ_VALUE = 2; /** * QUX = 3; */ public static final int QUX_VALUE = 3; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static EnumValue valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static EnumValue forNumber(int value) { switch (value) { case 0: return FOO; case 1: return BAR; case 2: return BAZ; case 3: return QUX; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< EnumValue> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public EnumValue findValueByNumber(int number) { return EnumValue.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_lite_test.MapTestProto.TestMap.getDescriptor().getEnumTypes().get(0); } private static final EnumValue[] VALUES = values(); public static EnumValue valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private EnumValue(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_lite_test.TestMap.EnumValue) } public interface MessageValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_lite_test.TestMap.MessageValue) com.google.protobuf.MessageOrBuilder { /** * int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code map_lite_test.TestMap.MessageValue} */ public static final class MessageValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_lite_test.TestMap.MessageValue) MessageValueOrBuilder { private static final long serialVersionUID = 0L; // Use MessageValue.newBuilder() to construct. private MessageValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.TestMap.MessageValue.class, map_lite_test.MapTestProto.TestMap.MessageValue.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (value_ != 0) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (value_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapTestProto.TestMap.MessageValue)) { return super.equals(obj); } map_lite_test.MapTestProto.TestMap.MessageValue other = (map_lite_test.MapTestProto.TestMap.MessageValue) obj; if (getValue() != other.getValue()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapTestProto.TestMap.MessageValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_lite_test.TestMap.MessageValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_lite_test.TestMap.MessageValue) map_lite_test.MapTestProto.TestMap.MessageValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.TestMap.MessageValue.class, map_lite_test.MapTestProto.TestMap.MessageValue.Builder.class); } // Construct using map_lite_test.MapTestProto.TestMap.MessageValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_MessageValue_descriptor; } @java.lang.Override public map_lite_test.MapTestProto.TestMap.MessageValue getDefaultInstanceForType() { return map_lite_test.MapTestProto.TestMap.MessageValue.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapTestProto.TestMap.MessageValue build() { map_lite_test.MapTestProto.TestMap.MessageValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapTestProto.TestMap.MessageValue buildPartial() { map_lite_test.MapTestProto.TestMap.MessageValue result = new map_lite_test.MapTestProto.TestMap.MessageValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapTestProto.TestMap.MessageValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapTestProto.TestMap.MessageValue) { return mergeFrom((map_lite_test.MapTestProto.TestMap.MessageValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapTestProto.TestMap.MessageValue other) { if (other == map_lite_test.MapTestProto.TestMap.MessageValue.getDefaultInstance()) return this; if (other.getValue() != 0) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:map_lite_test.TestMap.MessageValue) } // @@protoc_insertion_point(class_scope:map_lite_test.TestMap.MessageValue) private static final map_lite_test.MapTestProto.TestMap.MessageValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapTestProto.TestMap.MessageValue(); } public static map_lite_test.MapTestProto.TestMap.MessageValue getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapTestProto.TestMap.MessageValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.TestMap.EnumValue.FOO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.TestMap.EnumValue> int32ToEnumFieldValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.TestMap.EnumValue.internalGetValueMap(), map_lite_test.MapTestProto.TestMap.EnumValue.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedInt32ToEnumFieldMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, map_lite_test.MapTestProto.TestMap.EnumValue, java.lang.Integer>( map, int32ToEnumFieldValueConverter); } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_lite_test.MapTestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_lite_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } /** * Use {@link #getInt32ToEnumFieldValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumFieldValue() { return getInt32ToEnumFieldValueMap(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldValueMap() { return internalGetInt32ToEnumField().getMap(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_lite_test.MapTestProto.TestMap.MessageValue> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_lite_test.MapTestProto.TestMap.MessageValue.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_lite_test.MapTestProto.TestMap.MessageValue> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_lite_test.MapTestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_lite_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int UINT32_TO_INT32_FIELD_FIELD_NUMBER = 7; private static final class Uint32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_Uint32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> uint32ToInt32Field_; private com.google.protobuf.MapField internalGetUint32ToInt32Field() { if (uint32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry); } return uint32ToInt32Field_; } public int getUint32ToInt32FieldCount() { return internalGetUint32ToInt32Field().getMap().size(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public boolean containsUint32ToInt32Field( int key) { return internalGetUint32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getUint32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getUint32ToInt32Field() { return getUint32ToInt32FieldMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public java.util.Map getUint32ToInt32FieldMap() { return internalGetUint32ToInt32Field().getMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT64_TO_INT32_FIELD_FIELD_NUMBER = 8; private static final class Int64ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_Int64ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> int64ToInt32Field_; private com.google.protobuf.MapField internalGetInt64ToInt32Field() { if (int64ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int64ToInt32FieldDefaultEntryHolder.defaultEntry); } return int64ToInt32Field_; } public int getInt64ToInt32FieldCount() { return internalGetInt64ToInt32Field().getMap().size(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public boolean containsInt64ToInt32Field( long key) { return internalGetInt64ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt64ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt64ToInt32Field() { return getInt64ToInt32FieldMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public java.util.Map getInt64ToInt32FieldMap() { return internalGetInt64ToInt32Field().getMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrDefault( long key, int defaultValue) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrThrow( long key) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetUint32ToInt32Field(), Uint32ToInt32FieldDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetInt64ToInt32Field(), Int64ToInt32FieldDefaultEntryHolder.defaultEntry, 8); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } for (java.util.Map.Entry entry : internalGetUint32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry uint32ToInt32Field__ = Uint32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, uint32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt64ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int64ToInt32Field__ = Int64ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, int64ToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapTestProto.TestMap)) { return super.equals(obj); } map_lite_test.MapTestProto.TestMap other = (map_lite_test.MapTestProto.TestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!internalGetUint32ToInt32Field().equals( other.internalGetUint32ToInt32Field())) return false; if (!internalGetInt64ToInt32Field().equals( other.internalGetInt64ToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } if (!internalGetUint32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + UINT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetUint32ToInt32Field().hashCode(); } if (!internalGetInt64ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT64_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt64ToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapTestProto.TestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapTestProto.TestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_lite_test.TestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_lite_test.TestMap) map_lite_test.MapTestProto.TestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 7: return internalGetUint32ToInt32Field(); case 8: return internalGetInt64ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); case 7: return internalGetMutableUint32ToInt32Field(); case 8: return internalGetMutableInt64ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.TestMap.class, map_lite_test.MapTestProto.TestMap.Builder.class); } // Construct using map_lite_test.MapTestProto.TestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); internalGetMutableUint32ToInt32Field().clear(); internalGetMutableInt64ToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestMap_descriptor; } @java.lang.Override public map_lite_test.MapTestProto.TestMap getDefaultInstanceForType() { return map_lite_test.MapTestProto.TestMap.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapTestProto.TestMap build() { map_lite_test.MapTestProto.TestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapTestProto.TestMap buildPartial() { map_lite_test.MapTestProto.TestMap result = new map_lite_test.MapTestProto.TestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapTestProto.TestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField().build(Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.uint32ToInt32Field_ = internalGetUint32ToInt32Field(); result.uint32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.int64ToInt32Field_ = internalGetInt64ToInt32Field(); result.int64ToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapTestProto.TestMap) { return mergeFrom((map_lite_test.MapTestProto.TestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapTestProto.TestMap other) { if (other == map_lite_test.MapTestProto.TestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; internalGetMutableUint32ToInt32Field().mergeFrom( other.internalGetUint32ToInt32Field()); bitField0_ |= 0x00000040; internalGetMutableInt64ToInt32Field().mergeFrom( other.internalGetInt64ToInt32Field()); bitField0_ |= 0x00000080; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry int32ToEnumField__ = input.readMessage( Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().ensureBuilderMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry uint32ToInt32Field__ = input.readMessage( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableUint32ToInt32Field().getMutableMap().put( uint32ToInt32Field__.getKey(), uint32ToInt32Field__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry int64ToInt32Field__ = input.readMessage( Int64ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt64ToInt32Field().getMutableMap().put( int64ToInt32Field__.getKey(), int64ToInt32Field__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, int value) { internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( int key) { internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putInt32ToStringField( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( int key) { internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_lite_test.MapTestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_lite_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } /** * Use {@link #getInt32ToEnumFieldValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumFieldValue() { return getInt32ToEnumFieldValueMap(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldValueMap() { return internalGetInt32ToEnumField().getMap(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( int key) { internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( int key, map_lite_test.MapTestProto.TestMap.EnumValue value) { internalGetMutableInt32ToEnumField().getMutableMap() .put(key, int32ToEnumFieldValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumFieldValue() { bitField0_ |= 0x00000008; return internalGetMutableInt32ToEnumField().getMutableMap(); } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putInt32ToEnumFieldValue( int key, int value) { internalGetMutableInt32ToEnumField().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<int32, .map_lite_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumFieldValue( java.util.Map values) { internalGetMutableInt32ToEnumField().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private static final class Int32ToMessageFieldConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_lite_test.MapTestProto.TestMap.MessageValue build(map_lite_test.MapTestProto.TestMap.MessageValueOrBuilder val) { if (val instanceof map_lite_test.MapTestProto.TestMap.MessageValue) { return (map_lite_test.MapTestProto.TestMap.MessageValue) val; } return ((map_lite_test.MapTestProto.TestMap.MessageValue.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return Int32ToMessageFieldDefaultEntryHolder.defaultEntry; } }; private static final Int32ToMessageFieldConverter int32ToMessageFieldConverter = new Int32ToMessageFieldConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_lite_test.MapTestProto.TestMap.MessageValueOrBuilder, map_lite_test.MapTestProto.TestMap.MessageValue, map_lite_test.MapTestProto.TestMap.MessageValue.Builder> int32ToMessageField_; private com.google.protobuf.MapFieldBuilder internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } return int32ToMessageField_; } private com.google.protobuf.MapFieldBuilder internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().ensureBuilderMap().size(); } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().ensureBuilderMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getImmutableMap(); } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_lite_test.MapTestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); return map.containsKey(key) ? int32ToMessageFieldConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_lite_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToMessageFieldConverter.build(map.get(key)); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().clear(); return this; } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( int key) { internalGetMutableInt32ToMessageField().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().ensureMessageMap(); } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( int key, map_lite_test.MapTestProto.TestMap.MessageValue value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableInt32ToMessageField().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_lite_test.TestMap.MessageValue> int32_to_message_field = 5; */ public map_lite_test.MapTestProto.TestMap.MessageValue.Builder putInt32ToMessageFieldBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableInt32ToMessageField().ensureBuilderMap(); map_lite_test.MapTestProto.TestMap.MessageValueOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_lite_test.MapTestProto.TestMap.MessageValue.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_lite_test.MapTestProto.TestMap.MessageValue) { entry = ((map_lite_test.MapTestProto.TestMap.MessageValue) entry).toBuilder(); builderMap.put(key, entry); } return (map_lite_test.MapTestProto.TestMap.MessageValue.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> uint32ToInt32Field_; private com.google.protobuf.MapField internalGetUint32ToInt32Field() { if (uint32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry); } return uint32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableUint32ToInt32Field() { if (uint32ToInt32Field_ == null) { uint32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!uint32ToInt32Field_.isMutable()) { uint32ToInt32Field_ = uint32ToInt32Field_.copy(); } bitField0_ |= 0x00000040; onChanged(); return uint32ToInt32Field_; } public int getUint32ToInt32FieldCount() { return internalGetUint32ToInt32Field().getMap().size(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public boolean containsUint32ToInt32Field( int key) { return internalGetUint32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getUint32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getUint32ToInt32Field() { return getUint32ToInt32FieldMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public java.util.Map getUint32ToInt32FieldMap() { return internalGetUint32ToInt32Field().getMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearUint32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableUint32ToInt32Field().getMutableMap() .clear(); return this; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ public Builder removeUint32ToInt32Field( int key) { internalGetMutableUint32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableUint32ToInt32Field() { bitField0_ |= 0x00000040; return internalGetMutableUint32ToInt32Field().getMutableMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ public Builder putUint32ToInt32Field( int key, int value) { internalGetMutableUint32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ public Builder putAllUint32ToInt32Field( java.util.Map values) { internalGetMutableUint32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> int64ToInt32Field_; private com.google.protobuf.MapField internalGetInt64ToInt32Field() { if (int64ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int64ToInt32FieldDefaultEntryHolder.defaultEntry); } return int64ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt64ToInt32Field() { if (int64ToInt32Field_ == null) { int64ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int64ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int64ToInt32Field_.isMutable()) { int64ToInt32Field_ = int64ToInt32Field_.copy(); } bitField0_ |= 0x00000080; onChanged(); return int64ToInt32Field_; } public int getInt64ToInt32FieldCount() { return internalGetInt64ToInt32Field().getMap().size(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public boolean containsInt64ToInt32Field( long key) { return internalGetInt64ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt64ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt64ToInt32Field() { return getInt64ToInt32FieldMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public java.util.Map getInt64ToInt32FieldMap() { return internalGetInt64ToInt32Field().getMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrDefault( long key, int defaultValue) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrThrow( long key) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt64ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutableInt64ToInt32Field().getMutableMap() .clear(); return this; } /** * map<int64, int32> int64_to_int32_field = 8; */ public Builder removeInt64ToInt32Field( long key) { internalGetMutableInt64ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt64ToInt32Field() { bitField0_ |= 0x00000080; return internalGetMutableInt64ToInt32Field().getMutableMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ public Builder putInt64ToInt32Field( long key, int value) { internalGetMutableInt64ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<int64, int32> int64_to_int32_field = 8; */ public Builder putAllInt64ToInt32Field( java.util.Map values) { internalGetMutableInt64ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; 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:map_lite_test.TestMap) } // @@protoc_insertion_point(class_scope:map_lite_test.TestMap) private static final map_lite_test.MapTestProto.TestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapTestProto.TestMap(); } public static map_lite_test.MapTestProto.TestMap getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapTestProto.TestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestOnChangeEventPropagationOrBuilder extends // @@protoc_insertion_point(interface_extends:map_lite_test.TestOnChangeEventPropagation) com.google.protobuf.MessageOrBuilder { /** * .map_lite_test.TestMap optional_message = 1; * @return Whether the optionalMessage field is set. */ boolean hasOptionalMessage(); /** * .map_lite_test.TestMap optional_message = 1; * @return The optionalMessage. */ map_lite_test.MapTestProto.TestMap getOptionalMessage(); /** * .map_lite_test.TestMap optional_message = 1; */ map_lite_test.MapTestProto.TestMapOrBuilder getOptionalMessageOrBuilder(); } /** *
   * Used to test that a nested builder containing map fields will properly
   * propagate the onChange event and mark its parent dirty when a change
   * is made to a map field.
   * 
* * Protobuf type {@code map_lite_test.TestOnChangeEventPropagation} */ public static final class TestOnChangeEventPropagation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_lite_test.TestOnChangeEventPropagation) TestOnChangeEventPropagationOrBuilder { private static final long serialVersionUID = 0L; // Use TestOnChangeEventPropagation.newBuilder() to construct. private TestOnChangeEventPropagation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestOnChangeEventPropagation() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestOnChangeEventPropagation(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestOnChangeEventPropagation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestOnChangeEventPropagation_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.TestOnChangeEventPropagation.class, map_lite_test.MapTestProto.TestOnChangeEventPropagation.Builder.class); } private int bitField0_; public static final int OPTIONAL_MESSAGE_FIELD_NUMBER = 1; private map_lite_test.MapTestProto.TestMap optionalMessage_; /** * .map_lite_test.TestMap optional_message = 1; * @return Whether the optionalMessage field is set. */ @java.lang.Override public boolean hasOptionalMessage() { return ((bitField0_ & 0x00000001) != 0); } /** * .map_lite_test.TestMap optional_message = 1; * @return The optionalMessage. */ @java.lang.Override public map_lite_test.MapTestProto.TestMap getOptionalMessage() { return optionalMessage_ == null ? map_lite_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } /** * .map_lite_test.TestMap optional_message = 1; */ @java.lang.Override public map_lite_test.MapTestProto.TestMapOrBuilder getOptionalMessageOrBuilder() { return optionalMessage_ == null ? map_lite_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getOptionalMessage()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getOptionalMessage()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapTestProto.TestOnChangeEventPropagation)) { return super.equals(obj); } map_lite_test.MapTestProto.TestOnChangeEventPropagation other = (map_lite_test.MapTestProto.TestOnChangeEventPropagation) obj; if (hasOptionalMessage() != other.hasOptionalMessage()) return false; if (hasOptionalMessage()) { if (!getOptionalMessage() .equals(other.getOptionalMessage())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasOptionalMessage()) { hash = (37 * hash) + OPTIONAL_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalMessage().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapTestProto.TestOnChangeEventPropagation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Used to test that a nested builder containing map fields will properly
     * propagate the onChange event and mark its parent dirty when a change
     * is made to a map field.
     * 
* * Protobuf type {@code map_lite_test.TestOnChangeEventPropagation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_lite_test.TestOnChangeEventPropagation) map_lite_test.MapTestProto.TestOnChangeEventPropagationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestOnChangeEventPropagation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestOnChangeEventPropagation_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.TestOnChangeEventPropagation.class, map_lite_test.MapTestProto.TestOnChangeEventPropagation.Builder.class); } // Construct using map_lite_test.MapTestProto.TestOnChangeEventPropagation.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getOptionalMessageFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; optionalMessage_ = null; if (optionalMessageBuilder_ != null) { optionalMessageBuilder_.dispose(); optionalMessageBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapTestProto.internal_static_map_lite_test_TestOnChangeEventPropagation_descriptor; } @java.lang.Override public map_lite_test.MapTestProto.TestOnChangeEventPropagation getDefaultInstanceForType() { return map_lite_test.MapTestProto.TestOnChangeEventPropagation.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapTestProto.TestOnChangeEventPropagation build() { map_lite_test.MapTestProto.TestOnChangeEventPropagation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapTestProto.TestOnChangeEventPropagation buildPartial() { map_lite_test.MapTestProto.TestOnChangeEventPropagation result = new map_lite_test.MapTestProto.TestOnChangeEventPropagation(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapTestProto.TestOnChangeEventPropagation result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.optionalMessage_ = optionalMessageBuilder_ == null ? optionalMessage_ : optionalMessageBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapTestProto.TestOnChangeEventPropagation) { return mergeFrom((map_lite_test.MapTestProto.TestOnChangeEventPropagation)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapTestProto.TestOnChangeEventPropagation other) { if (other == map_lite_test.MapTestProto.TestOnChangeEventPropagation.getDefaultInstance()) return this; if (other.hasOptionalMessage()) { mergeOptionalMessage(other.getOptionalMessage()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getOptionalMessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private map_lite_test.MapTestProto.TestMap optionalMessage_; private com.google.protobuf.SingleFieldBuilderV3< map_lite_test.MapTestProto.TestMap, map_lite_test.MapTestProto.TestMap.Builder, map_lite_test.MapTestProto.TestMapOrBuilder> optionalMessageBuilder_; /** * .map_lite_test.TestMap optional_message = 1; * @return Whether the optionalMessage field is set. */ public boolean hasOptionalMessage() { return ((bitField0_ & 0x00000001) != 0); } /** * .map_lite_test.TestMap optional_message = 1; * @return The optionalMessage. */ public map_lite_test.MapTestProto.TestMap getOptionalMessage() { if (optionalMessageBuilder_ == null) { return optionalMessage_ == null ? map_lite_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } else { return optionalMessageBuilder_.getMessage(); } } /** * .map_lite_test.TestMap optional_message = 1; */ public Builder setOptionalMessage(map_lite_test.MapTestProto.TestMap value) { if (optionalMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalMessage_ = value; } else { optionalMessageBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .map_lite_test.TestMap optional_message = 1; */ public Builder setOptionalMessage( map_lite_test.MapTestProto.TestMap.Builder builderForValue) { if (optionalMessageBuilder_ == null) { optionalMessage_ = builderForValue.build(); } else { optionalMessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .map_lite_test.TestMap optional_message = 1; */ public Builder mergeOptionalMessage(map_lite_test.MapTestProto.TestMap value) { if (optionalMessageBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && optionalMessage_ != null && optionalMessage_ != map_lite_test.MapTestProto.TestMap.getDefaultInstance()) { getOptionalMessageBuilder().mergeFrom(value); } else { optionalMessage_ = value; } } else { optionalMessageBuilder_.mergeFrom(value); } if (optionalMessage_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * .map_lite_test.TestMap optional_message = 1; */ public Builder clearOptionalMessage() { bitField0_ = (bitField0_ & ~0x00000001); optionalMessage_ = null; if (optionalMessageBuilder_ != null) { optionalMessageBuilder_.dispose(); optionalMessageBuilder_ = null; } onChanged(); return this; } /** * .map_lite_test.TestMap optional_message = 1; */ public map_lite_test.MapTestProto.TestMap.Builder getOptionalMessageBuilder() { bitField0_ |= 0x00000001; onChanged(); return getOptionalMessageFieldBuilder().getBuilder(); } /** * .map_lite_test.TestMap optional_message = 1; */ public map_lite_test.MapTestProto.TestMapOrBuilder getOptionalMessageOrBuilder() { if (optionalMessageBuilder_ != null) { return optionalMessageBuilder_.getMessageOrBuilder(); } else { return optionalMessage_ == null ? map_lite_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } } /** * .map_lite_test.TestMap optional_message = 1; */ private com.google.protobuf.SingleFieldBuilderV3< map_lite_test.MapTestProto.TestMap, map_lite_test.MapTestProto.TestMap.Builder, map_lite_test.MapTestProto.TestMapOrBuilder> getOptionalMessageFieldBuilder() { if (optionalMessageBuilder_ == null) { optionalMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< map_lite_test.MapTestProto.TestMap, map_lite_test.MapTestProto.TestMap.Builder, map_lite_test.MapTestProto.TestMapOrBuilder>( getOptionalMessage(), getParentForChildren(), isClean()); optionalMessage_ = null; } return optionalMessageBuilder_; } @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:map_lite_test.TestOnChangeEventPropagation) } // @@protoc_insertion_point(class_scope:map_lite_test.TestOnChangeEventPropagation) private static final map_lite_test.MapTestProto.TestOnChangeEventPropagation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapTestProto.TestOnChangeEventPropagation(); } public static map_lite_test.MapTestProto.TestOnChangeEventPropagation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestOnChangeEventPropagation parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapTestProto.TestOnChangeEventPropagation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BizarroTestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_lite_test.BizarroTestMap) com.google.protobuf.MessageOrBuilder { /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ boolean containsInt32ToStringField( java.lang.String key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrThrow( java.lang.String key); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( java.lang.String key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( java.lang.String key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( java.lang.String key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key); } /** *
   * a decoy of TestMap for testing parsing errors
   * 
* * Protobuf type {@code map_lite_test.BizarroTestMap} */ public static final class BizarroTestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_lite_test.BizarroTestMap) BizarroTestMapOrBuilder { private static final long serialVersionUID = 0L; // Use BizarroTestMap.newBuilder() to construct. private BizarroTestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BizarroTestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BizarroTestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.BizarroTestMap.class, map_lite_test.MapTestProto.BizarroTestMap.Builder.class); } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapTestProto.BizarroTestMap)) { return super.equals(obj); } map_lite_test.MapTestProto.BizarroTestMap other = (map_lite_test.MapTestProto.BizarroTestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.BizarroTestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.BizarroTestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapTestProto.BizarroTestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * a decoy of TestMap for testing parsing errors
     * 
* * Protobuf type {@code map_lite_test.BizarroTestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_lite_test.BizarroTestMap) map_lite_test.MapTestProto.BizarroTestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.BizarroTestMap.class, map_lite_test.MapTestProto.BizarroTestMap.Builder.class); } // Construct using map_lite_test.MapTestProto.BizarroTestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapTestProto.internal_static_map_lite_test_BizarroTestMap_descriptor; } @java.lang.Override public map_lite_test.MapTestProto.BizarroTestMap getDefaultInstanceForType() { return map_lite_test.MapTestProto.BizarroTestMap.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapTestProto.BizarroTestMap build() { map_lite_test.MapTestProto.BizarroTestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapTestProto.BizarroTestMap buildPartial() { map_lite_test.MapTestProto.BizarroTestMap result = new map_lite_test.MapTestProto.BizarroTestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapTestProto.BizarroTestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField(); result.int32ToMessageField_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapTestProto.BizarroTestMap) { return mergeFrom((map_lite_test.MapTestProto.BizarroTestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapTestProto.BizarroTestMap other) { if (other == map_lite_test.MapTestProto.BizarroTestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry int32ToEnumField__ = input.readMessage( Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().getMutableMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putInt32ToStringField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetMutableInt32ToEnumField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToEnumField().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetMutableInt32ToEnumField().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } private com.google.protobuf.MapField internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = com.google.protobuf.MapField.newMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (!int32ToMessageField_.isMutable()) { int32ToMessageField_ = int32ToMessageField_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToMessageField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { internalGetMutableInt32ToMessageField().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; 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:map_lite_test.BizarroTestMap) } // @@protoc_insertion_point(class_scope:map_lite_test.BizarroTestMap) private static final map_lite_test.MapTestProto.BizarroTestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapTestProto.BizarroTestMap(); } public static map_lite_test.MapTestProto.BizarroTestMap getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BizarroTestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapTestProto.BizarroTestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldOrBuilder extends // @@protoc_insertion_point(interface_extends:map_lite_test.ReservedAsMapField) com.google.protobuf.MessageOrBuilder { /** * map<string, uint32> if = 1; */ int getIfCount(); /** * map<string, uint32> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, uint32> if = 1; */ java.util.Map getIfMap(); /** * map<string, uint32> if = 1; */ int getIfOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> if = 1; */ int getIfOrThrow( java.lang.String key); /** * map<string, uint32> const = 2; */ int getConstCount(); /** * map<string, uint32> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, uint32> const = 2; */ java.util.Map getConstMap(); /** * map<string, uint32> const = 2; */ int getConstOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> const = 2; */ int getConstOrThrow( java.lang.String key); /** * map<string, uint32> private = 3; */ int getPrivateCount(); /** * map<string, uint32> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, uint32> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, uint32> private = 3; */ int getPrivateOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> private = 3; */ int getPrivateOrThrow( java.lang.String key); /** * map<string, uint32> class = 4; */ int getClass_Count(); /** * map<string, uint32> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, uint32> class = 4; */ java.util.Map getClass_Map(); /** * map<string, uint32> class = 4; */ int getClass_OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> class = 4; */ int getClass_OrThrow( java.lang.String key); /** * map<string, uint32> int = 5; */ int getIntCount(); /** * map<string, uint32> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, uint32> int = 5; */ java.util.Map getIntMap(); /** * map<string, uint32> int = 5; */ int getIntOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> int = 5; */ int getIntOrThrow( java.lang.String key); /** * map<string, uint32> void = 6; */ int getVoidCount(); /** * map<string, uint32> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, uint32> void = 6; */ java.util.Map getVoidMap(); /** * map<string, uint32> void = 6; */ int getVoidOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> void = 6; */ int getVoidOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrDefault( java.lang.String key, int defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrThrow( java.lang.String key); /** * map<string, uint32> package = 8; */ int getPackageCount(); /** * map<string, uint32> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, uint32> package = 8; */ java.util.Map getPackageMap(); /** * map<string, uint32> package = 8; */ int getPackageOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> package = 8; */ int getPackageOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrDefault( java.lang.String key, int defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrDefault( java.lang.String key, int defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrThrow( java.lang.String key); } /** *
   * Used to test that java reserved words can be used as protobuf field names
   * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
   * subset of them chosen to cover various keyword categories like
   * type, modifier, declaration, etc.
   * 
* * Protobuf type {@code map_lite_test.ReservedAsMapField} */ public static final class ReservedAsMapField extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_lite_test.ReservedAsMapField) ReservedAsMapFieldOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapField.newBuilder() to construct. private ReservedAsMapField(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapField() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapField(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.ReservedAsMapField.class, map_lite_test.MapTestProto.ReservedAsMapField.Builder.class); } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapTestProto.ReservedAsMapField)) { return super.equals(obj); } map_lite_test.MapTestProto.ReservedAsMapField other = (map_lite_test.MapTestProto.ReservedAsMapField) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapField parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.ReservedAsMapField parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapTestProto.ReservedAsMapField prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Used to test that java reserved words can be used as protobuf field names
     * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
     * subset of them chosen to cover various keyword categories like
     * type, modifier, declaration, etc.
     * 
* * Protobuf type {@code map_lite_test.ReservedAsMapField} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_lite_test.ReservedAsMapField) map_lite_test.MapTestProto.ReservedAsMapFieldOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.ReservedAsMapField.class, map_lite_test.MapTestProto.ReservedAsMapField.Builder.class); } // Construct using map_lite_test.MapTestProto.ReservedAsMapField.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapField_descriptor; } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapField getDefaultInstanceForType() { return map_lite_test.MapTestProto.ReservedAsMapField.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapField build() { map_lite_test.MapTestProto.ReservedAsMapField result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapField buildPartial() { map_lite_test.MapTestProto.ReservedAsMapField result = new map_lite_test.MapTestProto.ReservedAsMapField(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapTestProto.ReservedAsMapField result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapTestProto.ReservedAsMapField) { return mergeFrom((map_lite_test.MapTestProto.ReservedAsMapField)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapTestProto.ReservedAsMapField other) { if (other == map_lite_test.MapTestProto.ReservedAsMapField.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry if__ = input.readMessage( IfDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry const__ = input.readMessage( ConstDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry private__ = input.readMessage( PrivateDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry class___ = input.readMessage( Class_DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int__ = input.readMessage( IntDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry void__ = input.readMessage( VoidDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry string__ = input.readMessage( StringDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry package__ = input.readMessage( PackageDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry enum__ = input.readMessage( EnumDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry null__ = input.readMessage( NullDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, uint32> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetMutableIf().getMutableMap(); } /** * map<string, uint32> if = 1; */ public Builder putIf( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, uint32> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetMutableIf().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, uint32> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetMutableConst().getMutableMap(); } /** * map<string, uint32> const = 2; */ public Builder putConst( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<string, uint32> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetMutableConst().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, uint32> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetMutablePrivate().getMutableMap(); } /** * map<string, uint32> private = 3; */ public Builder putPrivate( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<string, uint32> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetMutablePrivate().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, uint32> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetMutableClass_().getMutableMap(); } /** * map<string, uint32> class = 4; */ public Builder putClass_( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<string, uint32> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetMutableClass_().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, uint32> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetMutableInt().getMutableMap(); } /** * map<string, uint32> int = 5; */ public Builder putInt( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<string, uint32> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetMutableInt().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, uint32> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetMutableVoid().getMutableMap(); } /** * map<string, uint32> void = 6; */ public Builder putVoid( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, uint32> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetMutableVoid().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetMutableString().getMutableMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putString( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetMutableString().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, uint32> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetMutablePackage().getMutableMap(); } /** * map<string, uint32> package = 8; */ public Builder putPackage( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<string, uint32> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetMutablePackage().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetMutableEnum().getMutableMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putEnum( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetMutableEnum().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetMutableNull().getMutableMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putNull( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetMutableNull().getMutableMap() .putAll(values); bitField0_ |= 0x00000200; 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:map_lite_test.ReservedAsMapField) } // @@protoc_insertion_point(class_scope:map_lite_test.ReservedAsMapField) private static final map_lite_test.MapTestProto.ReservedAsMapField DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapTestProto.ReservedAsMapField(); } public static map_lite_test.MapTestProto.ReservedAsMapField getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapField parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapField getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldWithEnumValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_lite_test.ReservedAsMapFieldWithEnumValue) com.google.protobuf.MessageOrBuilder { /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfCount(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ java.util.Map getIfMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key); /** * Use {@link #getIfValueMap()} instead. */ @java.lang.Deprecated java.util.Map getIfValue(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ java.util.Map getIfValueMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfValueOrThrow( java.lang.String key); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstCount(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ java.util.Map getConstMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key); /** * Use {@link #getConstValueMap()} instead. */ @java.lang.Deprecated java.util.Map getConstValue(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ java.util.Map getConstValueMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstValueOrThrow( java.lang.String key); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateCount(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key); /** * Use {@link #getPrivateValueMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivateValue(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ java.util.Map getPrivateValueMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateValueOrThrow( java.lang.String key); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_Count(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ java.util.Map getClass_Map(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key); /** * Use {@link #getClass_ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getClass_Value(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ java.util.Map getClass_ValueMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_ValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_ValueOrThrow( java.lang.String key); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntCount(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ java.util.Map getIntMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key); /** * Use {@link #getIntValueMap()} instead. */ @java.lang.Deprecated java.util.Map getIntValue(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ java.util.Map getIntValueMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntValueOrThrow( java.lang.String key); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidCount(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ java.util.Map getVoidMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key); /** * Use {@link #getVoidValueMap()} instead. */ @java.lang.Deprecated java.util.Map getVoidValue(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ java.util.Map getVoidValueMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidValueOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key); /** * Use {@link #getStringValueMap()} instead. */ @java.lang.Deprecated java.util.Map getStringValue(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ java.util.Map getStringValueMap(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringValueOrDefault( java.lang.String key, int defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringValueOrThrow( java.lang.String key); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageCount(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ java.util.Map getPackageMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key); /** * Use {@link #getPackageValueMap()} instead. */ @java.lang.Deprecated java.util.Map getPackageValue(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ java.util.Map getPackageValueMap(); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageValueOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key); /** * Use {@link #getEnumValueMap()} instead. */ @java.lang.Deprecated java.util.Map getEnumValue(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ java.util.Map getEnumValueMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumValueOrDefault( java.lang.String key, int defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumValueOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key); /** * Use {@link #getNullValueMap()} instead. */ @java.lang.Deprecated java.util.Map getNullValue(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ java.util.Map getNullValueMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullValueOrDefault( java.lang.String key, int defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullValueOrThrow( java.lang.String key); } /** * Protobuf type {@code map_lite_test.ReservedAsMapFieldWithEnumValue} */ public static final class ReservedAsMapFieldWithEnumValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_lite_test.ReservedAsMapFieldWithEnumValue) ReservedAsMapFieldWithEnumValueOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapFieldWithEnumValue.newBuilder() to construct. private ReservedAsMapFieldWithEnumValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapFieldWithEnumValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapFieldWithEnumValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.class, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } /** * Protobuf enum {@code map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum} */ public enum SampleEnum implements com.google.protobuf.ProtocolMessageEnum { /** * A = 0; */ A(0), /** * B = 1; */ B(1), UNRECOGNIZED(-1), ; /** * A = 0; */ public static final int A_VALUE = 0; /** * B = 1; */ public static final int B_VALUE = 1; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static SampleEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static SampleEnum forNumber(int value) { switch (value) { case 0: return A; case 1: return B; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< SampleEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public SampleEnum findValueByNumber(int number) { return SampleEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.getDescriptor().getEnumTypes().get(0); } private static final SampleEnum[] VALUES = values(); public static SampleEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private SampleEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum) } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> ifValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedIfMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, ifValueConverter); } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } /** * Use {@link #getIfValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIfValue() { return getIfValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfValueMap() { return internalGetIf().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> constValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedConstMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, constValueConverter); } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } /** * Use {@link #getConstValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConstValue() { return getConstValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstValueMap() { return internalGetConst().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> privateValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedPrivateMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, privateValueConverter); } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } /** * Use {@link #getPrivateValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivateValue() { return getPrivateValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateValueMap() { return internalGetPrivate().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> class_ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedClass_Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, class_ValueConverter); } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } /** * Use {@link #getClass_ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_Value() { return getClass_ValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_ValueMap() { return internalGetClass_().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> intValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedIntMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, intValueConverter); } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } /** * Use {@link #getIntValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIntValue() { return getIntValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntValueMap() { return internalGetInt().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> voidValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedVoidMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, voidValueConverter); } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } /** * Use {@link #getVoidValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoidValue() { return getVoidValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidValueMap() { return internalGetVoid().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> stringValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedStringMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, stringValueConverter); } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } /** * Use {@link #getStringValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringValue() { return getStringValueMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringValueMap() { return internalGetString().getMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> packageValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedPackageMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, packageValueConverter); } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } /** * Use {@link #getPackageValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackageValue() { return getPackageValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageValueMap() { return internalGetPackage().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> enumValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedEnumMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, enumValueConverter); } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } /** * Use {@link #getEnumValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnumValue() { return getEnumValueMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumValueMap() { return internalGetEnum().getMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> nullValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedNullMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, nullValueConverter); } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } /** * Use {@link #getNullValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNullValue() { return getNullValueMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullValueMap() { return internalGetNull().getMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue)) { return super.equals(obj); } map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue other = (map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_lite_test.ReservedAsMapFieldWithEnumValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_lite_test.ReservedAsMapFieldWithEnumValue) map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.class, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } // Construct using map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapTestProto.internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue build() { map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue buildPartial() { map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue result = new map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue) { return mergeFrom((map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue other) { if (other == map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry if__ = input.readMessage( IfDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry const__ = input.readMessage( ConstDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry private__ = input.readMessage( PrivateDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry class___ = input.readMessage( Class_DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int__ = input.readMessage( IntDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry void__ = input.readMessage( VoidDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry string__ = input.readMessage( StringDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry package__ = input.readMessage( PackageDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry enum__ = input.readMessage( EnumDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry null__ = input.readMessage( NullDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } /** * Use {@link #getIfValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIfValue() { return getIfValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfValueMap() { return internalGetIf().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putIf( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, ifValueConverter.doBackward(value)); bitField0_ |= 0x00000001; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()) .putAll(values); bitField0_ |= 0x00000001; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIfValue() { bitField0_ |= 0x00000001; return internalGetMutableIf().getMutableMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putIfValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putAllIfValue( java.util.Map values) { internalGetMutableIf().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } /** * Use {@link #getConstValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConstValue() { return getConstValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstValueMap() { return internalGetConst().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putConst( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, constValueConverter.doBackward(value)); bitField0_ |= 0x00000002; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()) .putAll(values); bitField0_ |= 0x00000002; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConstValue() { bitField0_ |= 0x00000002; return internalGetMutableConst().getMutableMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putConstValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putAllConstValue( java.util.Map values) { internalGetMutableConst().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } /** * Use {@link #getPrivateValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivateValue() { return getPrivateValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateValueMap() { return internalGetPrivate().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putPrivate( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, privateValueConverter.doBackward(value)); bitField0_ |= 0x00000004; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()) .putAll(values); bitField0_ |= 0x00000004; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivateValue() { bitField0_ |= 0x00000004; return internalGetMutablePrivate().getMutableMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putPrivateValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putAllPrivateValue( java.util.Map values) { internalGetMutablePrivate().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } /** * Use {@link #getClass_ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_Value() { return getClass_ValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_ValueMap() { return internalGetClass_().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putClass_( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, class_ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_Value() { bitField0_ |= 0x00000008; return internalGetMutableClass_().getMutableMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putClass_Value( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putAllClass_Value( java.util.Map values) { internalGetMutableClass_().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } /** * Use {@link #getIntValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIntValue() { return getIntValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntValueMap() { return internalGetInt().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putInt( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, intValueConverter.doBackward(value)); bitField0_ |= 0x00000010; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()) .putAll(values); bitField0_ |= 0x00000010; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIntValue() { bitField0_ |= 0x00000010; return internalGetMutableInt().getMutableMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putIntValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putAllIntValue( java.util.Map values) { internalGetMutableInt().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } /** * Use {@link #getVoidValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoidValue() { return getVoidValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidValueMap() { return internalGetVoid().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putVoid( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, voidValueConverter.doBackward(value)); bitField0_ |= 0x00000020; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()) .putAll(values); bitField0_ |= 0x00000020; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoidValue() { bitField0_ |= 0x00000020; return internalGetMutableVoid().getMutableMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putVoidValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putAllVoidValue( java.util.Map values) { internalGetMutableVoid().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } /** * Use {@link #getStringValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringValue() { return getStringValueMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringValueMap() { return internalGetString().getMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putString( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, stringValueConverter.doBackward(value)); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()) .putAll(values); bitField0_ |= 0x00000040; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringValue() { bitField0_ |= 0x00000040; return internalGetMutableString().getMutableMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putStringValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putAllStringValue( java.util.Map values) { internalGetMutableString().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } /** * Use {@link #getPackageValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackageValue() { return getPackageValueMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageValueMap() { return internalGetPackage().getMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putPackage( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, packageValueConverter.doBackward(value)); bitField0_ |= 0x00000080; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()) .putAll(values); bitField0_ |= 0x00000080; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackageValue() { bitField0_ |= 0x00000080; return internalGetMutablePackage().getMutableMap(); } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putPackageValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putAllPackageValue( java.util.Map values) { internalGetMutablePackage().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } /** * Use {@link #getEnumValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnumValue() { return getEnumValueMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumValueMap() { return internalGetEnum().getMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putEnum( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, enumValueConverter.doBackward(value)); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()) .putAll(values); bitField0_ |= 0x00000100; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnumValue() { bitField0_ |= 0x00000100; return internalGetMutableEnum().getMutableMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putEnumValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putAllEnumValue( java.util.Map values) { internalGetMutableEnum().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } /** * Use {@link #getNullValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNullValue() { return getNullValueMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullValueMap() { return internalGetNull().getMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putNull( java.lang.String key, map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, nullValueConverter.doBackward(value)); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()) .putAll(values); bitField0_ |= 0x00000200; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNullValue() { bitField0_ |= 0x00000200; return internalGetMutableNull().getMutableMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putNullValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_lite_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putAllNullValue( java.util.Map values) { internalGetMutableNull().getMutableMap() .putAll(values); bitField0_ |= 0x00000200; 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:map_lite_test.ReservedAsMapFieldWithEnumValue) } // @@protoc_insertion_point(class_scope:map_lite_test.ReservedAsMapFieldWithEnumValue) private static final map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue(); } public static map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapFieldWithEnumValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapTestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MapContainerOrBuilder extends // @@protoc_insertion_point(interface_extends:map_lite_test.MapContainer) com.google.protobuf.MessageOrBuilder { /** * map<string, string> my_map = 1; */ int getMyMapCount(); /** * map<string, string> my_map = 1; */ boolean containsMyMap( java.lang.String key); /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Deprecated java.util.Map getMyMap(); /** * map<string, string> my_map = 1; */ java.util.Map getMyMapMap(); /** * map<string, string> my_map = 1; */ /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> my_map = 1; */ java.lang.String getMyMapOrThrow( java.lang.String key); } /** *
   * https://github.com/protocolbuffers/protobuf/issues/9785
   * 
* * Protobuf type {@code map_lite_test.MapContainer} */ public static final class MapContainer extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_lite_test.MapContainer) MapContainerOrBuilder { private static final long serialVersionUID = 0L; // Use MapContainer.newBuilder() to construct. private MapContainer(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MapContainer() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MapContainer(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_MapContainer_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_MapContainer_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.MapContainer.class, map_lite_test.MapTestProto.MapContainer.Builder.class); } public static final int MY_MAP_FIELD_NUMBER = 1; private static final class MyMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_lite_test.MapTestProto.internal_static_map_lite_test_MapContainer_MyMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.String> myMap_; private com.google.protobuf.MapField internalGetMyMap() { if (myMap_ == null) { return com.google.protobuf.MapField.emptyMapField( MyMapDefaultEntryHolder.defaultEntry); } return myMap_; } public int getMyMapCount() { return internalGetMyMap().getMap().size(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public boolean containsMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMyMap().getMap().containsKey(key); } /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMyMap() { return getMyMapMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.util.Map getMyMapMap() { return internalGetMyMap().getMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.lang.String getMyMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetMyMap(), MyMapDefaultEntryHolder.defaultEntry, 1); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetMyMap().getMap().entrySet()) { com.google.protobuf.MapEntry myMap__ = MyMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, myMap__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_lite_test.MapTestProto.MapContainer)) { return super.equals(obj); } map_lite_test.MapTestProto.MapContainer other = (map_lite_test.MapTestProto.MapContainer) obj; if (!internalGetMyMap().equals( other.internalGetMyMap())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetMyMap().getMap().isEmpty()) { hash = (37 * hash) + MY_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetMyMap().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_lite_test.MapTestProto.MapContainer parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.MapContainer parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.MapContainer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_lite_test.MapTestProto.MapContainer parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_lite_test.MapTestProto.MapContainer parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.MapContainer parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.MapContainer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.MapContainer parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_lite_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_lite_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_lite_test.MapTestProto.MapContainer prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * https://github.com/protocolbuffers/protobuf/issues/9785
     * 
* * Protobuf type {@code map_lite_test.MapContainer} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_lite_test.MapContainer) map_lite_test.MapTestProto.MapContainerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_lite_test.MapTestProto.internal_static_map_lite_test_MapContainer_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_lite_test.MapTestProto.internal_static_map_lite_test_MapContainer_fieldAccessorTable .ensureFieldAccessorsInitialized( map_lite_test.MapTestProto.MapContainer.class, map_lite_test.MapTestProto.MapContainer.Builder.class); } // Construct using map_lite_test.MapTestProto.MapContainer.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableMyMap().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_lite_test.MapTestProto.internal_static_map_lite_test_MapContainer_descriptor; } @java.lang.Override public map_lite_test.MapTestProto.MapContainer getDefaultInstanceForType() { return map_lite_test.MapTestProto.MapContainer.getDefaultInstance(); } @java.lang.Override public map_lite_test.MapTestProto.MapContainer build() { map_lite_test.MapTestProto.MapContainer result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_lite_test.MapTestProto.MapContainer buildPartial() { map_lite_test.MapTestProto.MapContainer result = new map_lite_test.MapTestProto.MapContainer(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_lite_test.MapTestProto.MapContainer result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.myMap_ = internalGetMyMap(); result.myMap_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_lite_test.MapTestProto.MapContainer) { return mergeFrom((map_lite_test.MapTestProto.MapContainer)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_lite_test.MapTestProto.MapContainer other) { if (other == map_lite_test.MapTestProto.MapContainer.getDefaultInstance()) return this; internalGetMutableMyMap().mergeFrom( other.internalGetMyMap()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry myMap__ = input.readMessage( MyMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableMyMap().getMutableMap().put( myMap__.getKey(), myMap__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.String> myMap_; private com.google.protobuf.MapField internalGetMyMap() { if (myMap_ == null) { return com.google.protobuf.MapField.emptyMapField( MyMapDefaultEntryHolder.defaultEntry); } return myMap_; } private com.google.protobuf.MapField internalGetMutableMyMap() { if (myMap_ == null) { myMap_ = com.google.protobuf.MapField.newMapField( MyMapDefaultEntryHolder.defaultEntry); } if (!myMap_.isMutable()) { myMap_ = myMap_.copy(); } bitField0_ |= 0x00000001; onChanged(); return myMap_; } public int getMyMapCount() { return internalGetMyMap().getMap().size(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public boolean containsMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMyMap().getMap().containsKey(key); } /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMyMap() { return getMyMapMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.util.Map getMyMapMap() { return internalGetMyMap().getMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.lang.String getMyMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearMyMap() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableMyMap().getMutableMap() .clear(); return this; } /** * map<string, string> my_map = 1; */ public Builder removeMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableMyMap().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableMyMap() { bitField0_ |= 0x00000001; return internalGetMutableMyMap().getMutableMap(); } /** * map<string, string> my_map = 1; */ public Builder putMyMap( java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableMyMap().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, string> my_map = 1; */ public Builder putAllMyMap( java.util.Map values) { internalGetMutableMyMap().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; 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:map_lite_test.MapContainer) } // @@protoc_insertion_point(class_scope:map_lite_test.MapContainer) private static final map_lite_test.MapTestProto.MapContainer DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_lite_test.MapTestProto.MapContainer(); } public static map_lite_test.MapTestProto.MapContainer getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MapContainer parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_lite_test.MapTestProto.MapContainer getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_MessageValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_MessageValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_Uint32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_Uint32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestMap_Int64ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestMap_Int64ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_TestOnChangeEventPropagation_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_TestOnChangeEventPropagation_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_BizarroTestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_BizarroTestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapField_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapField_NullEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_MapContainer_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_MapContainer_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_lite_test_MapContainer_MyMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_lite_test_MapContainer_MyMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\'com/google/protobuf/map_lite_test.prot" + "o\022\rmap_lite_test\"\344\t\n\007TestMap\022K\n\024int32_to" + "_int32_field\030\001 \003(\0132-.map_lite_test.TestM" + "ap.Int32ToInt32FieldEntry\022M\n\025int32_to_st" + "ring_field\030\002 \003(\0132..map_lite_test.TestMap" + ".Int32ToStringFieldEntry\022K\n\024int32_to_byt" + "es_field\030\003 \003(\0132-.map_lite_test.TestMap.I" + "nt32ToBytesFieldEntry\022I\n\023int32_to_enum_f" + "ield\030\004 \003(\0132,.map_lite_test.TestMap.Int32" + "ToEnumFieldEntry\022O\n\026int32_to_message_fie" + "ld\030\005 \003(\0132/.map_lite_test.TestMap.Int32To" + "MessageFieldEntry\022M\n\025string_to_int32_fie" + "ld\030\006 \003(\0132..map_lite_test.TestMap.StringT" + "oInt32FieldEntry\022M\n\025uint32_to_int32_fiel" + "d\030\007 \003(\0132..map_lite_test.TestMap.Uint32To" + "Int32FieldEntry\022K\n\024int64_to_int32_field\030" + "\010 \003(\0132-.map_lite_test.TestMap.Int64ToInt" + "32FieldEntry\032\035\n\014MessageValue\022\r\n\005value\030\001 " + "\001(\005\0328\n\026Int32ToInt32FieldEntry\022\013\n\003key\030\001 \001" + "(\005\022\r\n\005value\030\002 \001(\005:\0028\001\0329\n\027Int32ToStringFi" + "eldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\t:\0028\001" + "\0328\n\026Int32ToBytesFieldEntry\022\013\n\003key\030\001 \001(\005\022" + "\r\n\005value\030\002 \001(\014:\0028\001\032Y\n\025Int32ToEnumFieldEn" + "try\022\013\n\003key\030\001 \001(\005\022/\n\005value\030\002 \001(\0162 .map_li" + "te_test.TestMap.EnumValue:\0028\001\032_\n\030Int32To" + "MessageFieldEntry\022\013\n\003key\030\001 \001(\005\0222\n\005value\030" + "\002 \001(\0132#.map_lite_test.TestMap.MessageVal" + "ue:\0028\001\0329\n\027StringToInt32FieldEntry\022\013\n\003key" + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\0329\n\027Uint32ToInt" + "32FieldEntry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\005" + ":\0028\001\0328\n\026Int64ToInt32FieldEntry\022\013\n\003key\030\001 " + "\001(\003\022\r\n\005value\030\002 \001(\005:\0028\001\"/\n\tEnumValue\022\007\n\003F" + "OO\020\000\022\007\n\003BAR\020\001\022\007\n\003BAZ\020\002\022\007\n\003QUX\020\003\"P\n\034TestO" + "nChangeEventPropagation\0220\n\020optional_mess" + "age\030\001 \001(\0132\026.map_lite_test.TestMap\"\355\006\n\016Bi" + "zarroTestMap\022R\n\024int32_to_int32_field\030\001 \003" + "(\01324.map_lite_test.BizarroTestMap.Int32T" + "oInt32FieldEntry\022T\n\025int32_to_string_fiel" + "d\030\002 \003(\01325.map_lite_test.BizarroTestMap.I" + "nt32ToStringFieldEntry\022R\n\024int32_to_bytes" + "_field\030\003 \003(\01324.map_lite_test.BizarroTest" + "Map.Int32ToBytesFieldEntry\022P\n\023int32_to_e" + "num_field\030\004 \003(\01323.map_lite_test.BizarroT" + "estMap.Int32ToEnumFieldEntry\022V\n\026int32_to" + "_message_field\030\005 \003(\01326.map_lite_test.Biz" + "arroTestMap.Int32ToMessageFieldEntry\022T\n\025" + "string_to_int32_field\030\006 \003(\01325.map_lite_t" + "est.BizarroTestMap.StringToInt32FieldEnt" + "ry\0328\n\026Int32ToInt32FieldEntry\022\013\n\003key\030\001 \001(" + "\005\022\r\n\005value\030\002 \001(\014:\0028\001\0329\n\027Int32ToStringFie" + "ldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\032" + "8\n\026Int32ToBytesFieldEntry\022\013\n\003key\030\001 \001(\t\022\r" + "\n\005value\030\002 \001(\005:\0028\001\0327\n\025Int32ToEnumFieldEnt" + "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\014:\0028\001\032:\n\030In" + "t32ToMessageFieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" + "alue\030\002 \001(\014:\0028\001\0329\n\027StringToInt32FieldEntr" + "y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\014:\0028\001\"\271\010\n\022Re" + "servedAsMapField\0225\n\002if\030\001 \003(\0132).map_lite_" + "test.ReservedAsMapField.IfEntry\022;\n\005const" + "\030\002 \003(\0132,.map_lite_test.ReservedAsMapFiel" + "d.ConstEntry\022?\n\007private\030\003 \003(\0132..map_lite" + "_test.ReservedAsMapField.PrivateEntry\022;\n" + "\005class\030\004 \003(\0132,.map_lite_test.ReservedAsM" + "apField.ClassEntry\0227\n\003int\030\005 \003(\0132*.map_li" + "te_test.ReservedAsMapField.IntEntry\0229\n\004v" + "oid\030\006 \003(\0132+.map_lite_test.ReservedAsMapF" + "ield.VoidEntry\022=\n\006string\030\007 \003(\0132-.map_lit" + "e_test.ReservedAsMapField.StringEntry\022?\n" + "\007package\030\010 \003(\0132..map_lite_test.ReservedA" + "sMapField.PackageEntry\0229\n\004enum\030\t \003(\0132+.m" + "ap_lite_test.ReservedAsMapField.EnumEntr" + "y\0229\n\004null\030\n \003(\0132+.map_lite_test.Reserved" + "AsMapField.NullEntry\032)\n\007IfEntry\022\013\n\003key\030\001" + " \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032,\n\nConstEntry\022\013\n" + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032.\n\014Private" + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032,\n" + "\nClassEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:" + "\0028\001\032*\n\010IntEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 " + "\001(\r:\0028\001\032+\n\tVoidEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + "ue\030\002 \001(\r:\0028\001\032-\n\013StringEntry\022\013\n\003key\030\001 \001(\t" + "\022\r\n\005value\030\002 \001(\r:\0028\001\032.\n\014PackageEntry\022\013\n\003k" + "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032+\n\tEnumEntry" + "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032+\n\tNull" + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\"\262\016" + "\n\037ReservedAsMapFieldWithEnumValue\022B\n\002if\030" + "\001 \003(\01326.map_lite_test.ReservedAsMapField" + "WithEnumValue.IfEntry\022H\n\005const\030\002 \003(\01329.m" + "ap_lite_test.ReservedAsMapFieldWithEnumV" + "alue.ConstEntry\022L\n\007private\030\003 \003(\0132;.map_l" + "ite_test.ReservedAsMapFieldWithEnumValue" + ".PrivateEntry\022H\n\005class\030\004 \003(\01329.map_lite_" + "test.ReservedAsMapFieldWithEnumValue.Cla" + "ssEntry\022D\n\003int\030\005 \003(\01327.map_lite_test.Res" + "ervedAsMapFieldWithEnumValue.IntEntry\022F\n" + "\004void\030\006 \003(\01328.map_lite_test.ReservedAsMa" + "pFieldWithEnumValue.VoidEntry\022J\n\006string\030" + "\007 \003(\0132:.map_lite_test.ReservedAsMapField" + "WithEnumValue.StringEntry\022L\n\007package\030\010 \003" + "(\0132;.map_lite_test.ReservedAsMapFieldWit" + "hEnumValue.PackageEntry\022F\n\004enum\030\t \003(\01328." + "map_lite_test.ReservedAsMapFieldWithEnum" + "Value.EnumEntry\022F\n\004null\030\n \003(\01328.map_lite" + "_test.ReservedAsMapFieldWithEnumValue.Nu" + "llEntry\032d\n\007IfEntry\022\013\n\003key\030\001 \001(\t\022H\n\005value" + "\030\002 \001(\01629.map_lite_test.ReservedAsMapFiel" + "dWithEnumValue.SampleEnum:\0028\001\032g\n\nConstEn" + "try\022\013\n\003key\030\001 \001(\t\022H\n\005value\030\002 \001(\01629.map_li" + "te_test.ReservedAsMapFieldWithEnumValue." + "SampleEnum:\0028\001\032i\n\014PrivateEntry\022\013\n\003key\030\001 " + "\001(\t\022H\n\005value\030\002 \001(\01629.map_lite_test.Reser" + "vedAsMapFieldWithEnumValue.SampleEnum:\0028" + "\001\032g\n\nClassEntry\022\013\n\003key\030\001 \001(\t\022H\n\005value\030\002 " + "\001(\01629.map_lite_test.ReservedAsMapFieldWi" + "thEnumValue.SampleEnum:\0028\001\032e\n\010IntEntry\022\013" + "\n\003key\030\001 \001(\t\022H\n\005value\030\002 \001(\01629.map_lite_te" + "st.ReservedAsMapFieldWithEnumValue.Sampl" + "eEnum:\0028\001\032f\n\tVoidEntry\022\013\n\003key\030\001 \001(\t\022H\n\005v" + "alue\030\002 \001(\01629.map_lite_test.ReservedAsMap" + "FieldWithEnumValue.SampleEnum:\0028\001\032h\n\013Str" + "ingEntry\022\013\n\003key\030\001 \001(\t\022H\n\005value\030\002 \001(\01629.m" + "ap_lite_test.ReservedAsMapFieldWithEnumV" + "alue.SampleEnum:\0028\001\032i\n\014PackageEntry\022\013\n\003k" + "ey\030\001 \001(\t\022H\n\005value\030\002 \001(\01629.map_lite_test." + "ReservedAsMapFieldWithEnumValue.SampleEn" + "um:\0028\001\032f\n\tEnumEntry\022\013\n\003key\030\001 \001(\t\022H\n\005valu" + "e\030\002 \001(\01629.map_lite_test.ReservedAsMapFie" + "ldWithEnumValue.SampleEnum:\0028\001\032f\n\tNullEn" + "try\022\013\n\003key\030\001 \001(\t\022H\n\005value\030\002 \001(\01629.map_li" + "te_test.ReservedAsMapFieldWithEnumValue." + "SampleEnum:\0028\001\"\032\n\nSampleEnum\022\005\n\001A\020\000\022\005\n\001B" + "\020\001\"t\n\014MapContainer\0226\n\006my_map\030\001 \003(\0132&.map" + "_lite_test.MapContainer.MyMapEntry\032,\n\nMy" + "MapEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001" + "B\037\n\rmap_lite_testB\014MapTestProtoH\003b\006proto" + "3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_map_lite_test_TestMap_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_map_lite_test_TestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", "Uint32ToInt32Field", "Int64ToInt32Field", }); internal_static_map_lite_test_TestMap_MessageValue_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(0); internal_static_map_lite_test_TestMap_MessageValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_MessageValue_descriptor, new java.lang.String[] { "Value", }); internal_static_map_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(1); internal_static_map_lite_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(2); internal_static_map_lite_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(3); internal_static_map_lite_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(4); internal_static_map_lite_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(5); internal_static_map_lite_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestMap_StringToInt32FieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(6); internal_static_map_lite_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestMap_Uint32ToInt32FieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(7); internal_static_map_lite_test_TestMap_Uint32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_Uint32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestMap_Int64ToInt32FieldEntry_descriptor = internal_static_map_lite_test_TestMap_descriptor.getNestedTypes().get(8); internal_static_map_lite_test_TestMap_Int64ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestMap_Int64ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_TestOnChangeEventPropagation_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_map_lite_test_TestOnChangeEventPropagation_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_TestOnChangeEventPropagation_descriptor, new java.lang.String[] { "OptionalMessage", }); internal_static_map_lite_test_BizarroTestMap_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_map_lite_test_BizarroTestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_BizarroTestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", }); internal_static_map_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(0); internal_static_map_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(1); internal_static_map_lite_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(2); internal_static_map_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(3); internal_static_map_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(4); internal_static_map_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor = internal_static_map_lite_test_BizarroTestMap_descriptor.getNestedTypes().get(5); internal_static_map_lite_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_map_lite_test_ReservedAsMapField_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_lite_test_ReservedAsMapField_IfEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(0); internal_static_map_lite_test_ReservedAsMapField_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_ConstEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(1); internal_static_map_lite_test_ReservedAsMapField_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_PrivateEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(2); internal_static_map_lite_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_ClassEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(3); internal_static_map_lite_test_ReservedAsMapField_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_IntEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(4); internal_static_map_lite_test_ReservedAsMapField_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_VoidEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(5); internal_static_map_lite_test_ReservedAsMapField_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_StringEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(6); internal_static_map_lite_test_ReservedAsMapField_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_PackageEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(7); internal_static_map_lite_test_ReservedAsMapField_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_EnumEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(8); internal_static_map_lite_test_ReservedAsMapField_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapField_NullEntry_descriptor = internal_static_map_lite_test_ReservedAsMapField_descriptor.getNestedTypes().get(9); internal_static_map_lite_test_ReservedAsMapField_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapField_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(0); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(1); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(2); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(3); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(4); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(5); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(6); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(7); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(8); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor = internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(9); internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_lite_test_MapContainer_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_map_lite_test_MapContainer_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_MapContainer_descriptor, new java.lang.String[] { "MyMap", }); internal_static_map_lite_test_MapContainer_MyMapEntry_descriptor = internal_static_map_lite_test_MapContainer_descriptor.getNestedTypes().get(0); internal_static_map_lite_test_MapContainer_MyMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_lite_test_MapContainer_MyMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK !rmI #map_test/MapForProto2TestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_for_proto2_test.proto // Protobuf Java Version: 3.25.0 package map_test; public final class MapForProto2TestProto { private MapForProto2TestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.TestMap) com.google.protobuf.MessageOrBuilder { /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** * map<int32, int32> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** * map<int32, int32> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrDefault( int key, int defaultValue); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrThrow( int key); /** * map<int32, string> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** * map<int32, string> int32_to_string_field = 2; */ boolean containsInt32ToStringField( int key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** * map<int32, string> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** * map<int32, string> int32_to_string_field = 2; */ /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> int32_to_string_field = 2; */ java.lang.String getInt32ToStringFieldOrThrow( int key); /** * map<int32, bytes> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( int key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> int32_to_bytes_field = 3; */ com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key); /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( int key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ /* nullable */ map_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.EnumValue defaultValue); /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ map_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key); /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( int key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageValue defaultValue); /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ map_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** * map<string, int32> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** * map<string, int32> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrThrow( java.lang.String key); /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ int getRequiredMessageMapCount(); /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ boolean containsRequiredMessageMap( int key); /** * Use {@link #getRequiredMessageMapMap()} instead. */ @java.lang.Deprecated java.util.Map getRequiredMessageMap(); /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ java.util.Map getRequiredMessageMapMap(); /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields defaultValue); /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrThrow( int key); } /** * Protobuf type {@code map_for_proto2_test.TestMap} */ public static final class TestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.TestMap) TestMapOrBuilder { private static final long serialVersionUID = 0L; // Use TestMap.newBuilder() to construct. private TestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 11: return internalGetRequiredMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestMap.class, map_test.MapForProto2TestProto.TestMap.Builder.class); } /** * Protobuf enum {@code map_for_proto2_test.TestMap.EnumValue} */ public enum EnumValue implements com.google.protobuf.ProtocolMessageEnum { /** * FOO = 0; */ FOO(0), /** * BAR = 1; */ BAR(1), /** * BAZ = 2; */ BAZ(2), /** * QUX = 3; */ QUX(3), ; /** * FOO = 0; */ public static final int FOO_VALUE = 0; /** * BAR = 1; */ public static final int BAR_VALUE = 1; /** * BAZ = 2; */ public static final int BAZ_VALUE = 2; /** * QUX = 3; */ public static final int QUX_VALUE = 3; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static EnumValue valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static EnumValue forNumber(int value) { switch (value) { case 0: return FOO; case 1: return BAR; case 2: return BAZ; case 3: return QUX; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< EnumValue> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public EnumValue findValueByNumber(int number) { return EnumValue.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_test.MapForProto2TestProto.TestMap.getDescriptor().getEnumTypes().get(0); } private static final EnumValue[] VALUES = values(); public static EnumValue valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private EnumValue(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_for_proto2_test.TestMap.EnumValue) } public interface MessageValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.TestMap.MessageValue) com.google.protobuf.MessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code map_for_proto2_test.TestMap.MessageValue} */ public static final class MessageValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.TestMap.MessageValue) MessageValueOrBuilder { private static final long serialVersionUID = 0L; // Use MessageValue.newBuilder() to construct. private MessageValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestMap.MessageValue.class, map_test.MapForProto2TestProto.TestMap.MessageValue.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.TestMap.MessageValue)) { return super.equals(obj); } map_test.MapForProto2TestProto.TestMap.MessageValue other = (map_test.MapForProto2TestProto.TestMap.MessageValue) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.TestMap.MessageValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_test.TestMap.MessageValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.TestMap.MessageValue) map_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestMap.MessageValue.class, map_test.MapForProto2TestProto.TestMap.MessageValue.Builder.class); } // Construct using map_test.MapForProto2TestProto.TestMap.MessageValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageValue_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageValue getDefaultInstanceForType() { return map_test.MapForProto2TestProto.TestMap.MessageValue.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageValue build() { map_test.MapForProto2TestProto.TestMap.MessageValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageValue buildPartial() { map_test.MapForProto2TestProto.TestMap.MessageValue result = new map_test.MapForProto2TestProto.TestMap.MessageValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.TestMap.MessageValue result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.TestMap.MessageValue) { return mergeFrom((map_test.MapForProto2TestProto.TestMap.MessageValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.TestMap.MessageValue other) { if (other == map_test.MapForProto2TestProto.TestMap.MessageValue.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:map_for_proto2_test.TestMap.MessageValue) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.TestMap.MessageValue) private static final map_test.MapForProto2TestProto.TestMap.MessageValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.TestMap.MessageValue(); } public static map_test.MapForProto2TestProto.TestMap.MessageValue getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MessageWithRequiredFieldsOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.TestMap.MessageWithRequiredFields) com.google.protobuf.MessageOrBuilder { /** * required int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * required int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code map_for_proto2_test.TestMap.MessageWithRequiredFields} */ public static final class MessageWithRequiredFields extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.TestMap.MessageWithRequiredFields) MessageWithRequiredFieldsOrBuilder { private static final long serialVersionUID = 0L; // Use MessageWithRequiredFields.newBuilder() to construct. private MessageWithRequiredFields(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageWithRequiredFields() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageWithRequiredFields(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.class, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * required int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * required int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasValue()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields)) { return super.equals(obj); } map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields other = (map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_test.TestMap.MessageWithRequiredFields} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.TestMap.MessageWithRequiredFields) map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.class, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder.class); } // Construct using map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getDefaultInstanceForType() { return map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields build() { map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields buildPartial() { map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields result = new map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) { return mergeFrom((map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields other) { if (other == map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!hasValue()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * required int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * required int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * required int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * required int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:map_for_proto2_test.TestMap.MessageWithRequiredFields) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.TestMap.MessageWithRequiredFields) private static final map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields(); } public static map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageWithRequiredFields parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.TestMap.EnumValue.FOO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.EnumValue> int32ToEnumFieldValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.TestMap.EnumValue.internalGetValueMap(), map_test.MapForProto2TestProto.TestMap.EnumValue.FOO); private static final java.util.Map internalGetAdaptedInt32ToEnumFieldMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.EnumValue, java.lang.Integer>( map, int32ToEnumFieldValueConverter); } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.MessageValue> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_test.MapForProto2TestProto.TestMap.MessageValue.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.MessageValue> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int REQUIRED_MESSAGE_MAP_FIELD_NUMBER = 11; private static final class RequiredMessageMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_RequiredMessageMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields> requiredMessageMap_; private com.google.protobuf.MapField internalGetRequiredMessageMap() { if (requiredMessageMap_ == null) { return com.google.protobuf.MapField.emptyMapField( RequiredMessageMapDefaultEntryHolder.defaultEntry); } return requiredMessageMap_; } public int getRequiredMessageMapCount() { return internalGetRequiredMessageMap().getMap().size(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public boolean containsRequiredMessageMap( int key) { return internalGetRequiredMessageMap().getMap().containsKey(key); } /** * Use {@link #getRequiredMessageMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRequiredMessageMap() { return getRequiredMessageMapMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public java.util.Map getRequiredMessageMapMap() { return internalGetRequiredMessageMap().getMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields defaultValue) { java.util.Map map = internalGetRequiredMessageMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrThrow( int key) { java.util.Map map = internalGetRequiredMessageMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields item : getRequiredMessageMapMap().values()) { if (!item.isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetRequiredMessageMap(), RequiredMessageMapDefaultEntryHolder.defaultEntry, 11); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } for (java.util.Map.Entry entry : internalGetRequiredMessageMap().getMap().entrySet()) { com.google.protobuf.MapEntry requiredMessageMap__ = RequiredMessageMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, requiredMessageMap__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.TestMap)) { return super.equals(obj); } map_test.MapForProto2TestProto.TestMap other = (map_test.MapForProto2TestProto.TestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!internalGetRequiredMessageMap().equals( other.internalGetRequiredMessageMap())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } if (!internalGetRequiredMessageMap().getMap().isEmpty()) { hash = (37 * hash) + REQUIRED_MESSAGE_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetRequiredMessageMap().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.TestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.TestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_test.TestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.TestMap) map_test.MapForProto2TestProto.TestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 11: return internalGetRequiredMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); case 11: return internalGetMutableRequiredMessageMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestMap.class, map_test.MapForProto2TestProto.TestMap.Builder.class); } // Construct using map_test.MapForProto2TestProto.TestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); internalGetMutableRequiredMessageMap().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestMap_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap getDefaultInstanceForType() { return map_test.MapForProto2TestProto.TestMap.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.TestMap build() { map_test.MapForProto2TestProto.TestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap buildPartial() { map_test.MapForProto2TestProto.TestMap result = new map_test.MapForProto2TestProto.TestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.TestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField().build(Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.requiredMessageMap_ = internalGetRequiredMessageMap().build(RequiredMessageMapDefaultEntryHolder.defaultEntry); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.TestMap) { return mergeFrom((map_test.MapForProto2TestProto.TestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.TestMap other) { if (other == map_test.MapForProto2TestProto.TestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; internalGetMutableRequiredMessageMap().mergeFrom( other.internalGetRequiredMessageMap()); bitField0_ |= 0x00000040; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { for (map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields item : getRequiredMessageMapMap().values()) { if (!item.isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.TestMap.EnumValue.forNumber(int32ToEnumField__.getValue()) == null) { mergeUnknownLengthDelimitedField(4, bytes); } else { internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; } break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().ensureBuilderMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 90: { com.google.protobuf.MapEntry requiredMessageMap__ = input.readMessage( RequiredMessageMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableRequiredMessageMap().ensureBuilderMap().put( requiredMessageMap__.getKey(), requiredMessageMap__.getValue()); bitField0_ |= 0x00000040; break; } // case 90 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, int value) { internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( int key) { internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putInt32ToStringField( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( int key) { internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_test.MapForProto2TestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( int key) { internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()); } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( int key, map_test.MapForProto2TestProto.TestMap.EnumValue value) { internalGetMutableInt32ToEnumField().getMutableMap() .put(key, int32ToEnumFieldValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<int32, .map_for_proto2_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } private static final class Int32ToMessageFieldConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageValue build(map_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder val) { if (val instanceof map_test.MapForProto2TestProto.TestMap.MessageValue) { return (map_test.MapForProto2TestProto.TestMap.MessageValue) val; } return ((map_test.MapForProto2TestProto.TestMap.MessageValue.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return Int32ToMessageFieldDefaultEntryHolder.defaultEntry; } }; private static final Int32ToMessageFieldConverter int32ToMessageFieldConverter = new Int32ToMessageFieldConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder, map_test.MapForProto2TestProto.TestMap.MessageValue, map_test.MapForProto2TestProto.TestMap.MessageValue.Builder> int32ToMessageField_; private com.google.protobuf.MapFieldBuilder internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } return int32ToMessageField_; } private com.google.protobuf.MapFieldBuilder internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().ensureBuilderMap().size(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().ensureBuilderMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getImmutableMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); return map.containsKey(key) ? int32ToMessageFieldConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToMessageFieldConverter.build(map.get(key)); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().clear(); return this; } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( int key) { internalGetMutableInt32ToMessageField().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().ensureMessageMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( int key, map_test.MapForProto2TestProto.TestMap.MessageValue value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableInt32ToMessageField().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_for_proto2_test.TestMap.MessageValue> int32_to_message_field = 5; */ public map_test.MapForProto2TestProto.TestMap.MessageValue.Builder putInt32ToMessageFieldBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableInt32ToMessageField().ensureBuilderMap(); map_test.MapForProto2TestProto.TestMap.MessageValueOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_test.MapForProto2TestProto.TestMap.MessageValue.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_test.MapForProto2TestProto.TestMap.MessageValue) { entry = ((map_test.MapForProto2TestProto.TestMap.MessageValue) entry).toBuilder(); builderMap.put(key, entry); } return (map_test.MapForProto2TestProto.TestMap.MessageValue.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private static final class RequiredMessageMapConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields build(map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder val) { if (val instanceof map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) { return (map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) val; } return ((map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return RequiredMessageMapDefaultEntryHolder.defaultEntry; } }; private static final RequiredMessageMapConverter requiredMessageMapConverter = new RequiredMessageMapConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder> requiredMessageMap_; private com.google.protobuf.MapFieldBuilder internalGetRequiredMessageMap() { if (requiredMessageMap_ == null) { return new com.google.protobuf.MapFieldBuilder<>(requiredMessageMapConverter); } return requiredMessageMap_; } private com.google.protobuf.MapFieldBuilder internalGetMutableRequiredMessageMap() { if (requiredMessageMap_ == null) { requiredMessageMap_ = new com.google.protobuf.MapFieldBuilder<>(requiredMessageMapConverter); } bitField0_ |= 0x00000040; onChanged(); return requiredMessageMap_; } public int getRequiredMessageMapCount() { return internalGetRequiredMessageMap().ensureBuilderMap().size(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public boolean containsRequiredMessageMap( int key) { return internalGetRequiredMessageMap().ensureBuilderMap().containsKey(key); } /** * Use {@link #getRequiredMessageMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRequiredMessageMap() { return getRequiredMessageMapMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public java.util.Map getRequiredMessageMapMap() { return internalGetRequiredMessageMap().getImmutableMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields defaultValue) { java.util.Map map = internalGetMutableRequiredMessageMap().ensureBuilderMap(); return map.containsKey(key) ? requiredMessageMapConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ @java.lang.Override public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields getRequiredMessageMapOrThrow( int key) { java.util.Map map = internalGetMutableRequiredMessageMap().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return requiredMessageMapConverter.build(map.get(key)); } public Builder clearRequiredMessageMap() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableRequiredMessageMap().clear(); return this; } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public Builder removeRequiredMessageMap( int key) { internalGetMutableRequiredMessageMap().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableRequiredMessageMap() { bitField0_ |= 0x00000040; return internalGetMutableRequiredMessageMap().ensureMessageMap(); } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public Builder putRequiredMessageMap( int key, map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableRequiredMessageMap().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public Builder putAllRequiredMessageMap( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableRequiredMessageMap().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000040; return this; } /** * map<int32, .map_for_proto2_test.TestMap.MessageWithRequiredFields> required_message_map = 11; */ public map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder putRequiredMessageMapBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableRequiredMessageMap().ensureBuilderMap(); map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFieldsOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) { entry = ((map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields) entry).toBuilder(); builderMap.put(key, entry); } return (map_test.MapForProto2TestProto.TestMap.MessageWithRequiredFields.Builder) entry; } @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:map_for_proto2_test.TestMap) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.TestMap) private static final map_test.MapForProto2TestProto.TestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.TestMap(); } public static map_test.MapForProto2TestProto.TestMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.TestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestUnknownEnumValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.TestUnknownEnumValue) com.google.protobuf.MessageOrBuilder { /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ int getInt32ToInt32FieldCount(); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ java.util.Map getInt32ToInt32FieldMap(); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ int getInt32ToInt32FieldOrDefault( int key, int defaultValue); /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ int getInt32ToInt32FieldOrThrow( int key); } /** * Protobuf type {@code map_for_proto2_test.TestUnknownEnumValue} */ public static final class TestUnknownEnumValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.TestUnknownEnumValue) TestUnknownEnumValueOrBuilder { private static final long serialVersionUID = 0L; // Use TestUnknownEnumValue.newBuilder() to construct. private TestUnknownEnumValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestUnknownEnumValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestUnknownEnumValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestUnknownEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 4: return internalGetInt32ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestUnknownEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestUnknownEnumValue.class, map_test.MapForProto2TestProto.TestUnknownEnumValue.Builder.class); } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 4; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Wire-compatible with TestMap.int32_to_enum_field so we can test the
     * parsing behavior of TestMap regarding unknown enum values.
     * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 4); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.TestUnknownEnumValue)) { return super.equals(obj); } map_test.MapForProto2TestProto.TestUnknownEnumValue other = (map_test.MapForProto2TestProto.TestUnknownEnumValue) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.TestUnknownEnumValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_test.TestUnknownEnumValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.TestUnknownEnumValue) map_test.MapForProto2TestProto.TestUnknownEnumValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestUnknownEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 4: return internalGetInt32ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 4: return internalGetMutableInt32ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestUnknownEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestUnknownEnumValue.class, map_test.MapForProto2TestProto.TestUnknownEnumValue.Builder.class); } // Construct using map_test.MapForProto2TestProto.TestUnknownEnumValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestUnknownEnumValue_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.TestUnknownEnumValue getDefaultInstanceForType() { return map_test.MapForProto2TestProto.TestUnknownEnumValue.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.TestUnknownEnumValue build() { map_test.MapForProto2TestProto.TestUnknownEnumValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.TestUnknownEnumValue buildPartial() { map_test.MapForProto2TestProto.TestUnknownEnumValue result = new map_test.MapForProto2TestProto.TestUnknownEnumValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.TestUnknownEnumValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.TestUnknownEnumValue) { return mergeFrom((map_test.MapForProto2TestProto.TestUnknownEnumValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.TestUnknownEnumValue other) { if (other == map_test.MapForProto2TestProto.TestUnknownEnumValue.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 34: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ public Builder putInt32ToInt32Field( int key, int value) { internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** *
       * Wire-compatible with TestMap.int32_to_enum_field so we can test the
       * parsing behavior of TestMap regarding unknown enum values.
       * 
* * map<int32, int32> int32_to_int32_field = 4; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; 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:map_for_proto2_test.TestUnknownEnumValue) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.TestUnknownEnumValue) private static final map_test.MapForProto2TestProto.TestUnknownEnumValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.TestUnknownEnumValue(); } public static map_test.MapForProto2TestProto.TestUnknownEnumValue getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestUnknownEnumValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.TestUnknownEnumValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestRecursiveMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.TestRecursiveMap) com.google.protobuf.MessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ int getRecursiveMapFieldCount(); /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ boolean containsRecursiveMapField( int key); /** * Use {@link #getRecursiveMapFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getRecursiveMapField(); /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ java.util.Map getRecursiveMapFieldMap(); /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ /* nullable */ map_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestRecursiveMap defaultValue); /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ map_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrThrow( int key); } /** *
   * Test that the maps initialization code works correctly when the map field
   * references the containing message.
   * 
* * Protobuf type {@code map_for_proto2_test.TestRecursiveMap} */ public static final class TestRecursiveMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.TestRecursiveMap) TestRecursiveMapOrBuilder { private static final long serialVersionUID = 0L; // Use TestRecursiveMap.newBuilder() to construct. private TestRecursiveMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestRecursiveMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestRecursiveMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestRecursiveMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 2: return internalGetRecursiveMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestRecursiveMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestRecursiveMap.class, map_test.MapForProto2TestProto.TestRecursiveMap.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } public static final int RECURSIVE_MAP_FIELD_FIELD_NUMBER = 2; private static final class RecursiveMapFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_test.MapForProto2TestProto.TestRecursiveMap> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_test.MapForProto2TestProto.TestRecursiveMap.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_test.MapForProto2TestProto.TestRecursiveMap> recursiveMapField_; private com.google.protobuf.MapField internalGetRecursiveMapField() { if (recursiveMapField_ == null) { return com.google.protobuf.MapField.emptyMapField( RecursiveMapFieldDefaultEntryHolder.defaultEntry); } return recursiveMapField_; } public int getRecursiveMapFieldCount() { return internalGetRecursiveMapField().getMap().size(); } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public boolean containsRecursiveMapField( int key) { return internalGetRecursiveMapField().getMap().containsKey(key); } /** * Use {@link #getRecursiveMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRecursiveMapField() { return getRecursiveMapFieldMap(); } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public java.util.Map getRecursiveMapFieldMap() { return internalGetRecursiveMapField().getMap(); } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestRecursiveMap defaultValue) { java.util.Map map = internalGetRecursiveMapField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public map_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrThrow( int key) { java.util.Map map = internalGetRecursiveMapField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetRecursiveMapField(), RecursiveMapFieldDefaultEntryHolder.defaultEntry, 2); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } for (java.util.Map.Entry entry : internalGetRecursiveMapField().getMap().entrySet()) { com.google.protobuf.MapEntry recursiveMapField__ = RecursiveMapFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, recursiveMapField__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.TestRecursiveMap)) { return super.equals(obj); } map_test.MapForProto2TestProto.TestRecursiveMap other = (map_test.MapForProto2TestProto.TestRecursiveMap) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!internalGetRecursiveMapField().equals( other.internalGetRecursiveMapField())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } if (!internalGetRecursiveMapField().getMap().isEmpty()) { hash = (37 * hash) + RECURSIVE_MAP_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetRecursiveMapField().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.TestRecursiveMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.TestRecursiveMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Test that the maps initialization code works correctly when the map field
     * references the containing message.
     * 
* * Protobuf type {@code map_for_proto2_test.TestRecursiveMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.TestRecursiveMap) map_test.MapForProto2TestProto.TestRecursiveMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestRecursiveMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 2: return internalGetRecursiveMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 2: return internalGetMutableRecursiveMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestRecursiveMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.TestRecursiveMap.class, map_test.MapForProto2TestProto.TestRecursiveMap.Builder.class); } // Construct using map_test.MapForProto2TestProto.TestRecursiveMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; internalGetMutableRecursiveMapField().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_TestRecursiveMap_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.TestRecursiveMap getDefaultInstanceForType() { return map_test.MapForProto2TestProto.TestRecursiveMap.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.TestRecursiveMap build() { map_test.MapForProto2TestProto.TestRecursiveMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.TestRecursiveMap buildPartial() { map_test.MapForProto2TestProto.TestRecursiveMap result = new map_test.MapForProto2TestProto.TestRecursiveMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.TestRecursiveMap result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.recursiveMapField_ = internalGetRecursiveMapField().build(RecursiveMapFieldDefaultEntryHolder.defaultEntry); } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.TestRecursiveMap) { return mergeFrom((map_test.MapForProto2TestProto.TestRecursiveMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.TestRecursiveMap other) { if (other == map_test.MapForProto2TestProto.TestRecursiveMap.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } internalGetMutableRecursiveMapField().mergeFrom( other.internalGetRecursiveMapField()); bitField0_ |= 0x00000002; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { com.google.protobuf.MapEntry recursiveMapField__ = input.readMessage( RecursiveMapFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableRecursiveMapField().ensureBuilderMap().put( recursiveMapField__.getKey(), recursiveMapField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); return this; } private static final class RecursiveMapFieldConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_test.MapForProto2TestProto.TestRecursiveMap build(map_test.MapForProto2TestProto.TestRecursiveMapOrBuilder val) { if (val instanceof map_test.MapForProto2TestProto.TestRecursiveMap) { return (map_test.MapForProto2TestProto.TestRecursiveMap) val; } return ((map_test.MapForProto2TestProto.TestRecursiveMap.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return RecursiveMapFieldDefaultEntryHolder.defaultEntry; } }; private static final RecursiveMapFieldConverter recursiveMapFieldConverter = new RecursiveMapFieldConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_test.MapForProto2TestProto.TestRecursiveMapOrBuilder, map_test.MapForProto2TestProto.TestRecursiveMap, map_test.MapForProto2TestProto.TestRecursiveMap.Builder> recursiveMapField_; private com.google.protobuf.MapFieldBuilder internalGetRecursiveMapField() { if (recursiveMapField_ == null) { return new com.google.protobuf.MapFieldBuilder<>(recursiveMapFieldConverter); } return recursiveMapField_; } private com.google.protobuf.MapFieldBuilder internalGetMutableRecursiveMapField() { if (recursiveMapField_ == null) { recursiveMapField_ = new com.google.protobuf.MapFieldBuilder<>(recursiveMapFieldConverter); } bitField0_ |= 0x00000002; onChanged(); return recursiveMapField_; } public int getRecursiveMapFieldCount() { return internalGetRecursiveMapField().ensureBuilderMap().size(); } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public boolean containsRecursiveMapField( int key) { return internalGetRecursiveMapField().ensureBuilderMap().containsKey(key); } /** * Use {@link #getRecursiveMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getRecursiveMapField() { return getRecursiveMapFieldMap(); } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public java.util.Map getRecursiveMapFieldMap() { return internalGetRecursiveMapField().getImmutableMap(); } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrDefault( int key, /* nullable */ map_test.MapForProto2TestProto.TestRecursiveMap defaultValue) { java.util.Map map = internalGetMutableRecursiveMapField().ensureBuilderMap(); return map.containsKey(key) ? recursiveMapFieldConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ @java.lang.Override public map_test.MapForProto2TestProto.TestRecursiveMap getRecursiveMapFieldOrThrow( int key) { java.util.Map map = internalGetMutableRecursiveMapField().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return recursiveMapFieldConverter.build(map.get(key)); } public Builder clearRecursiveMapField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableRecursiveMapField().clear(); return this; } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ public Builder removeRecursiveMapField( int key) { internalGetMutableRecursiveMapField().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableRecursiveMapField() { bitField0_ |= 0x00000002; return internalGetMutableRecursiveMapField().ensureMessageMap(); } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ public Builder putRecursiveMapField( int key, map_test.MapForProto2TestProto.TestRecursiveMap value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableRecursiveMapField().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ public Builder putAllRecursiveMapField( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableRecursiveMapField().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000002; return this; } /** * map<int32, .map_for_proto2_test.TestRecursiveMap> recursive_map_field = 2; */ public map_test.MapForProto2TestProto.TestRecursiveMap.Builder putRecursiveMapFieldBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableRecursiveMapField().ensureBuilderMap(); map_test.MapForProto2TestProto.TestRecursiveMapOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_test.MapForProto2TestProto.TestRecursiveMap.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_test.MapForProto2TestProto.TestRecursiveMap) { entry = ((map_test.MapForProto2TestProto.TestRecursiveMap) entry).toBuilder(); builderMap.put(key, entry); } return (map_test.MapForProto2TestProto.TestRecursiveMap.Builder) entry; } @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:map_for_proto2_test.TestRecursiveMap) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.TestRecursiveMap) private static final map_test.MapForProto2TestProto.TestRecursiveMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.TestRecursiveMap(); } public static map_test.MapForProto2TestProto.TestRecursiveMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestRecursiveMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.TestRecursiveMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BizarroTestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.BizarroTestMap) com.google.protobuf.MessageOrBuilder { /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ boolean containsInt32ToStringField( java.lang.String key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrThrow( java.lang.String key); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( java.lang.String key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( java.lang.String key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( java.lang.String key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key); } /** *
   * a decoy of TestMap for testing parsing errors
   * 
* * Protobuf type {@code map_for_proto2_test.BizarroTestMap} */ public static final class BizarroTestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.BizarroTestMap) BizarroTestMapOrBuilder { private static final long serialVersionUID = 0L; // Use BizarroTestMap.newBuilder() to construct. private BizarroTestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BizarroTestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BizarroTestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.BizarroTestMap.class, map_test.MapForProto2TestProto.BizarroTestMap.Builder.class); } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.BizarroTestMap)) { return super.equals(obj); } map_test.MapForProto2TestProto.BizarroTestMap other = (map_test.MapForProto2TestProto.BizarroTestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.BizarroTestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.BizarroTestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.BizarroTestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * a decoy of TestMap for testing parsing errors
     * 
* * Protobuf type {@code map_for_proto2_test.BizarroTestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.BizarroTestMap) map_test.MapForProto2TestProto.BizarroTestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.BizarroTestMap.class, map_test.MapForProto2TestProto.BizarroTestMap.Builder.class); } // Construct using map_test.MapForProto2TestProto.BizarroTestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_BizarroTestMap_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.BizarroTestMap getDefaultInstanceForType() { return map_test.MapForProto2TestProto.BizarroTestMap.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.BizarroTestMap build() { map_test.MapForProto2TestProto.BizarroTestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.BizarroTestMap buildPartial() { map_test.MapForProto2TestProto.BizarroTestMap result = new map_test.MapForProto2TestProto.BizarroTestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.BizarroTestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField(); result.int32ToMessageField_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.BizarroTestMap) { return mergeFrom((map_test.MapForProto2TestProto.BizarroTestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.BizarroTestMap other) { if (other == map_test.MapForProto2TestProto.BizarroTestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry int32ToEnumField__ = input.readMessage( Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().getMutableMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putInt32ToStringField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetMutableInt32ToEnumField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToEnumField().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetMutableInt32ToEnumField().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } private com.google.protobuf.MapField internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = com.google.protobuf.MapField.newMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (!int32ToMessageField_.isMutable()) { int32ToMessageField_ = int32ToMessageField_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToMessageField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { internalGetMutableInt32ToMessageField().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; 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:map_for_proto2_test.BizarroTestMap) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.BizarroTestMap) private static final map_test.MapForProto2TestProto.BizarroTestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.BizarroTestMap(); } public static map_test.MapForProto2TestProto.BizarroTestMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BizarroTestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.BizarroTestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.ReservedAsMapField) com.google.protobuf.MessageOrBuilder { /** * map<string, uint32> if = 1; */ int getIfCount(); /** * map<string, uint32> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, uint32> if = 1; */ java.util.Map getIfMap(); /** * map<string, uint32> if = 1; */ int getIfOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> if = 1; */ int getIfOrThrow( java.lang.String key); /** * map<string, uint32> const = 2; */ int getConstCount(); /** * map<string, uint32> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, uint32> const = 2; */ java.util.Map getConstMap(); /** * map<string, uint32> const = 2; */ int getConstOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> const = 2; */ int getConstOrThrow( java.lang.String key); /** * map<string, uint32> private = 3; */ int getPrivateCount(); /** * map<string, uint32> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, uint32> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, uint32> private = 3; */ int getPrivateOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> private = 3; */ int getPrivateOrThrow( java.lang.String key); /** * map<string, uint32> class = 4; */ int getClass_Count(); /** * map<string, uint32> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, uint32> class = 4; */ java.util.Map getClass_Map(); /** * map<string, uint32> class = 4; */ int getClass_OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> class = 4; */ int getClass_OrThrow( java.lang.String key); /** * map<string, uint32> int = 5; */ int getIntCount(); /** * map<string, uint32> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, uint32> int = 5; */ java.util.Map getIntMap(); /** * map<string, uint32> int = 5; */ int getIntOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> int = 5; */ int getIntOrThrow( java.lang.String key); /** * map<string, uint32> void = 6; */ int getVoidCount(); /** * map<string, uint32> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, uint32> void = 6; */ java.util.Map getVoidMap(); /** * map<string, uint32> void = 6; */ int getVoidOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> void = 6; */ int getVoidOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrDefault( java.lang.String key, int defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrThrow( java.lang.String key); /** * map<string, uint32> package = 8; */ int getPackageCount(); /** * map<string, uint32> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, uint32> package = 8; */ java.util.Map getPackageMap(); /** * map<string, uint32> package = 8; */ int getPackageOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> package = 8; */ int getPackageOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrDefault( java.lang.String key, int defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrDefault( java.lang.String key, int defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrThrow( java.lang.String key); } /** *
   * Used to test that java reserved words can be used as protobuf field names
   * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
   * subset of them chosen to cover various keyword categories like
   * type, modifier, declaration, etc.
   * 
* * Protobuf type {@code map_for_proto2_test.ReservedAsMapField} */ public static final class ReservedAsMapField extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.ReservedAsMapField) ReservedAsMapFieldOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapField.newBuilder() to construct. private ReservedAsMapField(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapField() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapField(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.ReservedAsMapField.class, map_test.MapForProto2TestProto.ReservedAsMapField.Builder.class); } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.ReservedAsMapField)) { return super.equals(obj); } map_test.MapForProto2TestProto.ReservedAsMapField other = (map_test.MapForProto2TestProto.ReservedAsMapField) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.ReservedAsMapField prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Used to test that java reserved words can be used as protobuf field names
     * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
     * subset of them chosen to cover various keyword categories like
     * type, modifier, declaration, etc.
     * 
* * Protobuf type {@code map_for_proto2_test.ReservedAsMapField} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.ReservedAsMapField) map_test.MapForProto2TestProto.ReservedAsMapFieldOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.ReservedAsMapField.class, map_test.MapForProto2TestProto.ReservedAsMapField.Builder.class); } // Construct using map_test.MapForProto2TestProto.ReservedAsMapField.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapField_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapField getDefaultInstanceForType() { return map_test.MapForProto2TestProto.ReservedAsMapField.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapField build() { map_test.MapForProto2TestProto.ReservedAsMapField result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapField buildPartial() { map_test.MapForProto2TestProto.ReservedAsMapField result = new map_test.MapForProto2TestProto.ReservedAsMapField(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.ReservedAsMapField result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.ReservedAsMapField) { return mergeFrom((map_test.MapForProto2TestProto.ReservedAsMapField)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.ReservedAsMapField other) { if (other == map_test.MapForProto2TestProto.ReservedAsMapField.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry if__ = input.readMessage( IfDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry const__ = input.readMessage( ConstDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry private__ = input.readMessage( PrivateDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry class___ = input.readMessage( Class_DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int__ = input.readMessage( IntDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry void__ = input.readMessage( VoidDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry string__ = input.readMessage( StringDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry package__ = input.readMessage( PackageDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry enum__ = input.readMessage( EnumDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry null__ = input.readMessage( NullDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, uint32> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetMutableIf().getMutableMap(); } /** * map<string, uint32> if = 1; */ public Builder putIf( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, uint32> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetMutableIf().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, uint32> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetMutableConst().getMutableMap(); } /** * map<string, uint32> const = 2; */ public Builder putConst( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<string, uint32> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetMutableConst().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, uint32> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetMutablePrivate().getMutableMap(); } /** * map<string, uint32> private = 3; */ public Builder putPrivate( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<string, uint32> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetMutablePrivate().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, uint32> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetMutableClass_().getMutableMap(); } /** * map<string, uint32> class = 4; */ public Builder putClass_( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<string, uint32> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetMutableClass_().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, uint32> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetMutableInt().getMutableMap(); } /** * map<string, uint32> int = 5; */ public Builder putInt( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<string, uint32> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetMutableInt().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, uint32> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetMutableVoid().getMutableMap(); } /** * map<string, uint32> void = 6; */ public Builder putVoid( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, uint32> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetMutableVoid().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetMutableString().getMutableMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putString( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetMutableString().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, uint32> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetMutablePackage().getMutableMap(); } /** * map<string, uint32> package = 8; */ public Builder putPackage( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<string, uint32> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetMutablePackage().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetMutableEnum().getMutableMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putEnum( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetMutableEnum().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetMutableNull().getMutableMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putNull( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetMutableNull().getMutableMap() .putAll(values); bitField0_ |= 0x00000200; 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:map_for_proto2_test.ReservedAsMapField) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.ReservedAsMapField) private static final map_test.MapForProto2TestProto.ReservedAsMapField DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.ReservedAsMapField(); } public static map_test.MapForProto2TestProto.ReservedAsMapField getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapField parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapField getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldWithEnumValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_for_proto2_test.ReservedAsMapFieldWithEnumValue) com.google.protobuf.MessageOrBuilder { /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfCount(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ java.util.Map getIfMap(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstCount(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ java.util.Map getConstMap(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateCount(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_Count(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ java.util.Map getClass_Map(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntCount(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ java.util.Map getIntMap(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidCount(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ java.util.Map getVoidMap(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageCount(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ java.util.Map getPackageMap(); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key); } /** * Protobuf type {@code map_for_proto2_test.ReservedAsMapFieldWithEnumValue} */ public static final class ReservedAsMapFieldWithEnumValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_for_proto2_test.ReservedAsMapFieldWithEnumValue) ReservedAsMapFieldWithEnumValueOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapFieldWithEnumValue.newBuilder() to construct. private ReservedAsMapFieldWithEnumValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapFieldWithEnumValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapFieldWithEnumValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.class, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } /** * Protobuf enum {@code map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum} */ public enum SampleEnum implements com.google.protobuf.ProtocolMessageEnum { /** * A = 0; */ A(0), /** * B = 1; */ B(1), ; /** * A = 0; */ public static final int A_VALUE = 0; /** * B = 1; */ public static final int B_VALUE = 1; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static SampleEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static SampleEnum forNumber(int value) { switch (value) { case 0: return A; case 1: return B; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< SampleEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public SampleEnum findValueByNumber(int number) { return SampleEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.getDescriptor().getEnumTypes().get(0); } private static final SampleEnum[] VALUES = values(); public static SampleEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private SampleEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum) } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> ifValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedIfMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, ifValueConverter); } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> constValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedConstMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, constValueConverter); } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> privateValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedPrivateMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, privateValueConverter); } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> class_ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedClass_Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, class_ValueConverter); } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> intValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedIntMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, intValueConverter); } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> voidValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedVoidMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, voidValueConverter); } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> stringValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedStringMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, stringValueConverter); } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> packageValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedPackageMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, packageValueConverter); } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> enumValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedEnumMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, enumValueConverter); } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> nullValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A); private static final java.util.Map internalGetAdaptedNullMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, nullValueConverter); } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue)) { return super.equals(obj); } map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue other = (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_for_proto2_test.ReservedAsMapFieldWithEnumValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_for_proto2_test.ReservedAsMapFieldWithEnumValue) map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.class, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } // Construct using map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapForProto2TestProto.internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor; } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance(); } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue build() { map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue buildPartial() { map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue result = new map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue) { return mergeFrom((map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue other) { if (other == map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(if__.getValue()) == null) { mergeUnknownLengthDelimitedField(1, bytes); } else { internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; } break; } // case 10 case 18: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(const__.getValue()) == null) { mergeUnknownLengthDelimitedField(2, bytes); } else { internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; } break; } // case 18 case 26: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(private__.getValue()) == null) { mergeUnknownLengthDelimitedField(3, bytes); } else { internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; } break; } // case 26 case 34: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(class___.getValue()) == null) { mergeUnknownLengthDelimitedField(4, bytes); } else { internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; } break; } // case 34 case 42: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(int__.getValue()) == null) { mergeUnknownLengthDelimitedField(5, bytes); } else { internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; } break; } // case 42 case 50: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(void__.getValue()) == null) { mergeUnknownLengthDelimitedField(6, bytes); } else { internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; } break; } // case 50 case 58: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(string__.getValue()) == null) { mergeUnknownLengthDelimitedField(7, bytes); } else { internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; } break; } // case 58 case 66: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(package__.getValue()) == null) { mergeUnknownLengthDelimitedField(8, bytes); } else { internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; } break; } // case 66 case 74: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(enum__.getValue()) == null) { mergeUnknownLengthDelimitedField(9, bytes); } else { internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; } break; } // case 74 case 82: { com.google.protobuf.ByteString bytes = input.readBytes(); com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.getParserForType().parseFrom(bytes); if (map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.forNumber(null__.getValue()) == null) { mergeUnknownLengthDelimitedField(10, bytes); } else { internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; } break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putIf( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, ifValueConverter.doBackward(value)); bitField0_ |= 0x00000001; return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()) .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putConst( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, constValueConverter.doBackward(value)); bitField0_ |= 0x00000002; return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()) .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putPrivate( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, privateValueConverter.doBackward(value)); bitField0_ |= 0x00000004; return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()) .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putClass_( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, class_ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putInt( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, intValueConverter.doBackward(value)); bitField0_ |= 0x00000010; return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()) .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putVoid( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, voidValueConverter.doBackward(value)); bitField0_ |= 0x00000020; return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()) .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putString( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, stringValueConverter.doBackward(value)); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()) .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()); } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putPackage( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, packageValueConverter.doBackward(value)); bitField0_ |= 0x00000080; return this; } /** * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()) .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putEnum( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, enumValueConverter.doBackward(value)); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()) .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putNull( java.lang.String key, map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, nullValueConverter.doBackward(value)); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_for_proto2_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()) .putAll(values); bitField0_ |= 0x00000200; 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:map_for_proto2_test.ReservedAsMapFieldWithEnumValue) } // @@protoc_insertion_point(class_scope:map_for_proto2_test.ReservedAsMapFieldWithEnumValue) private static final map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue(); } public static map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapFieldWithEnumValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapForProto2TestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_MessageValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_MessageValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestMap_RequiredMessageMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestMap_RequiredMessageMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestUnknownEnumValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestUnknownEnumValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestRecursiveMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestRecursiveMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_TestRecursiveMap_RecursiveMapFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_BizarroTestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_BizarroTestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_BizarroTestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapField_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapField_NullEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n-com/google/protobuf/map_for_proto2_tes" + "t.proto\022\023map_for_proto2_test\"\366\t\n\007TestMap" + "\022Q\n\024int32_to_int32_field\030\001 \003(\01323.map_for" + "_proto2_test.TestMap.Int32ToInt32FieldEn" + "try\022S\n\025int32_to_string_field\030\002 \003(\01324.map" + "_for_proto2_test.TestMap.Int32ToStringFi" + "eldEntry\022Q\n\024int32_to_bytes_field\030\003 \003(\01323" + ".map_for_proto2_test.TestMap.Int32ToByte" + "sFieldEntry\022O\n\023int32_to_enum_field\030\004 \003(\013" + "22.map_for_proto2_test.TestMap.Int32ToEn" + "umFieldEntry\022U\n\026int32_to_message_field\030\005" + " \003(\01325.map_for_proto2_test.TestMap.Int32" + "ToMessageFieldEntry\022S\n\025string_to_int32_f" + "ield\030\006 \003(\01324.map_for_proto2_test.TestMap" + ".StringToInt32FieldEntry\022R\n\024required_mes" + "sage_map\030\013 \003(\01324.map_for_proto2_test.Tes" + "tMap.RequiredMessageMapEntry\032\035\n\014MessageV" + "alue\022\r\n\005value\030\001 \001(\005\0328\n\026Int32ToInt32Field" + "Entry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001\0329\n" + "\027Int32ToStringFieldEntry\022\013\n\003key\030\001 \001(\005\022\r\n" + "\005value\030\002 \001(\t:\0028\001\0328\n\026Int32ToBytesFieldEnt" + "ry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\014:\0028\001\032_\n\025In" + "t32ToEnumFieldEntry\022\013\n\003key\030\001 \001(\005\0225\n\005valu" + "e\030\002 \001(\0162&.map_for_proto2_test.TestMap.En" + "umValue:\0028\001\032e\n\030Int32ToMessageFieldEntry\022" + "\013\n\003key\030\001 \001(\005\0228\n\005value\030\002 \001(\0132).map_for_pr" + "oto2_test.TestMap.MessageValue:\0028\001\0329\n\027St" + "ringToInt32FieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" + "lue\030\002 \001(\005:\0028\001\032*\n\031MessageWithRequiredFiel" + "ds\022\r\n\005value\030\001 \002(\005\032q\n\027RequiredMessageMapE" + "ntry\022\013\n\003key\030\001 \001(\005\022E\n\005value\030\002 \001(\01326.map_f" + "or_proto2_test.TestMap.MessageWithRequir" + "edFields:\0028\001\"/\n\tEnumValue\022\007\n\003FOO\020\000\022\007\n\003BA" + "R\020\001\022\007\n\003BAZ\020\002\022\007\n\003QUX\020\003\"\260\001\n\024TestUnknownEnu" + "mValue\022^\n\024int32_to_int32_field\030\004 \003(\0132@.m" + "ap_for_proto2_test.TestUnknownEnumValue." + "Int32ToInt32FieldEntry\0328\n\026Int32ToInt32Fi" + "eldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001" + "\"\335\001\n\020TestRecursiveMap\022\r\n\005value\030\001 \001(\005\022Y\n\023" + "recursive_map_field\030\002 \003(\0132<.map_for_prot" + "o2_test.TestRecursiveMap.RecursiveMapFie" + "ldEntry\032_\n\026RecursiveMapFieldEntry\022\013\n\003key" + "\030\001 \001(\005\0224\n\005value\030\002 \001(\0132%.map_for_proto2_t" + "est.TestRecursiveMap:\0028\001\"\221\007\n\016BizarroTest" + "Map\022X\n\024int32_to_int32_field\030\001 \003(\0132:.map_" + "for_proto2_test.BizarroTestMap.Int32ToIn" + "t32FieldEntry\022Z\n\025int32_to_string_field\030\002" + " \003(\0132;.map_for_proto2_test.BizarroTestMa" + "p.Int32ToStringFieldEntry\022X\n\024int32_to_by" + "tes_field\030\003 \003(\0132:.map_for_proto2_test.Bi" + "zarroTestMap.Int32ToBytesFieldEntry\022V\n\023i" + "nt32_to_enum_field\030\004 \003(\01329.map_for_proto" + "2_test.BizarroTestMap.Int32ToEnumFieldEn" + "try\022\\\n\026int32_to_message_field\030\005 \003(\0132<.ma" + "p_for_proto2_test.BizarroTestMap.Int32To" + "MessageFieldEntry\022Z\n\025string_to_int32_fie" + "ld\030\006 \003(\0132;.map_for_proto2_test.BizarroTe" + "stMap.StringToInt32FieldEntry\0328\n\026Int32To" + "Int32FieldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 " + "\001(\014:\0028\001\0329\n\027Int32ToStringFieldEntry\022\013\n\003ke" + "y\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\0328\n\026Int32ToByt" + "esFieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\005" + ":\0028\001\0327\n\025Int32ToEnumFieldEntry\022\013\n\003key\030\001 \001" + "(\t\022\r\n\005value\030\002 \001(\014:\0028\001\032:\n\030Int32ToMessageF" + "ieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\014:\0028" + "\001\0329\n\027StringToInt32FieldEntry\022\013\n\003key\030\001 \001(" + "\t\022\r\n\005value\030\002 \001(\014:\0028\001\"\365\010\n\022ReservedAsMapFi" + "eld\022;\n\002if\030\001 \003(\0132/.map_for_proto2_test.Re" + "servedAsMapField.IfEntry\022A\n\005const\030\002 \003(\0132" + "2.map_for_proto2_test.ReservedAsMapField" + ".ConstEntry\022E\n\007private\030\003 \003(\01324.map_for_p" + "roto2_test.ReservedAsMapField.PrivateEnt" + "ry\022A\n\005class\030\004 \003(\01322.map_for_proto2_test." + "ReservedAsMapField.ClassEntry\022=\n\003int\030\005 \003" + "(\01320.map_for_proto2_test.ReservedAsMapFi" + "eld.IntEntry\022?\n\004void\030\006 \003(\01321.map_for_pro" + "to2_test.ReservedAsMapField.VoidEntry\022C\n" + "\006string\030\007 \003(\01323.map_for_proto2_test.Rese" + "rvedAsMapField.StringEntry\022E\n\007package\030\010 " + "\003(\01324.map_for_proto2_test.ReservedAsMapF" + "ield.PackageEntry\022?\n\004enum\030\t \003(\01321.map_fo" + "r_proto2_test.ReservedAsMapField.EnumEnt" + "ry\022?\n\004null\030\n \003(\01321.map_for_proto2_test.R" + "eservedAsMapField.NullEntry\032)\n\007IfEntry\022\013" + "\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032,\n\nConstE" + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032.\n\014" + "PrivateEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r" + ":\0028\001\032,\n\nClassEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" + "\030\002 \001(\r:\0028\001\032*\n\010IntEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" + "alue\030\002 \001(\r:\0028\001\032+\n\tVoidEntry\022\013\n\003key\030\001 \001(\t" + "\022\r\n\005value\030\002 \001(\r:\0028\001\032-\n\013StringEntry\022\013\n\003ke" + "y\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032.\n\014PackageEnt" + "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032+\n\tEn" + "umEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032" + "+\n\tNullEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r" + ":\0028\001\"\252\017\n\037ReservedAsMapFieldWithEnumValue" + "\022H\n\002if\030\001 \003(\0132<.map_for_proto2_test.Reser" + "vedAsMapFieldWithEnumValue.IfEntry\022N\n\005co" + "nst\030\002 \003(\0132?.map_for_proto2_test.Reserved" + "AsMapFieldWithEnumValue.ConstEntry\022R\n\007pr" + "ivate\030\003 \003(\0132A.map_for_proto2_test.Reserv" + "edAsMapFieldWithEnumValue.PrivateEntry\022N" + "\n\005class\030\004 \003(\0132?.map_for_proto2_test.Rese" + "rvedAsMapFieldWithEnumValue.ClassEntry\022J" + "\n\003int\030\005 \003(\0132=.map_for_proto2_test.Reserv" + "edAsMapFieldWithEnumValue.IntEntry\022L\n\004vo" + "id\030\006 \003(\0132>.map_for_proto2_test.ReservedA" + "sMapFieldWithEnumValue.VoidEntry\022P\n\006stri" + "ng\030\007 \003(\0132@.map_for_proto2_test.ReservedA" + "sMapFieldWithEnumValue.StringEntry\022R\n\007pa" + "ckage\030\010 \003(\0132A.map_for_proto2_test.Reserv" + "edAsMapFieldWithEnumValue.PackageEntry\022L" + "\n\004enum\030\t \003(\0132>.map_for_proto2_test.Reser" + "vedAsMapFieldWithEnumValue.EnumEntry\022L\n\004" + "null\030\n \003(\0132>.map_for_proto2_test.Reserve" + "dAsMapFieldWithEnumValue.NullEntry\032j\n\007If" + "Entry\022\013\n\003key\030\001 \001(\t\022N\n\005value\030\002 \001(\0162?.map_" + "for_proto2_test.ReservedAsMapFieldWithEn" + "umValue.SampleEnum:\0028\001\032m\n\nConstEntry\022\013\n\003" + "key\030\001 \001(\t\022N\n\005value\030\002 \001(\0162?.map_for_proto" + "2_test.ReservedAsMapFieldWithEnumValue.S" + "ampleEnum:\0028\001\032o\n\014PrivateEntry\022\013\n\003key\030\001 \001" + "(\t\022N\n\005value\030\002 \001(\0162?.map_for_proto2_test." + "ReservedAsMapFieldWithEnumValue.SampleEn" + "um:\0028\001\032m\n\nClassEntry\022\013\n\003key\030\001 \001(\t\022N\n\005val" + "ue\030\002 \001(\0162?.map_for_proto2_test.ReservedA" + "sMapFieldWithEnumValue.SampleEnum:\0028\001\032k\n" + "\010IntEntry\022\013\n\003key\030\001 \001(\t\022N\n\005value\030\002 \001(\0162?." + "map_for_proto2_test.ReservedAsMapFieldWi" + "thEnumValue.SampleEnum:\0028\001\032l\n\tVoidEntry\022" + "\013\n\003key\030\001 \001(\t\022N\n\005value\030\002 \001(\0162?.map_for_pr" + "oto2_test.ReservedAsMapFieldWithEnumValu" + "e.SampleEnum:\0028\001\032n\n\013StringEntry\022\013\n\003key\030\001" + " \001(\t\022N\n\005value\030\002 \001(\0162?.map_for_proto2_tes" + "t.ReservedAsMapFieldWithEnumValue.Sample" + "Enum:\0028\001\032o\n\014PackageEntry\022\013\n\003key\030\001 \001(\t\022N\n" + "\005value\030\002 \001(\0162?.map_for_proto2_test.Reser" + "vedAsMapFieldWithEnumValue.SampleEnum:\0028" + "\001\032l\n\tEnumEntry\022\013\n\003key\030\001 \001(\t\022N\n\005value\030\002 \001" + "(\0162?.map_for_proto2_test.ReservedAsMapFi" + "eldWithEnumValue.SampleEnum:\0028\001\032l\n\tNullE" + "ntry\022\013\n\003key\030\001 \001(\t\022N\n\005value\030\002 \001(\0162?.map_f" + "or_proto2_test.ReservedAsMapFieldWithEnu" + "mValue.SampleEnum:\0028\001\"\032\n\nSampleEnum\022\005\n\001A" + "\020\000\022\005\n\001B\020\001B!\n\010map_testB\025MapForProto2TestP" + "roto" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_map_for_proto2_test_TestMap_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_map_for_proto2_test_TestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", "RequiredMessageMap", }); internal_static_map_for_proto2_test_TestMap_MessageValue_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_test_TestMap_MessageValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_MessageValue_descriptor, new java.lang.String[] { "Value", }); internal_static_map_for_proto2_test_TestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestMap_StringToInt32FieldEntry_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(6); internal_static_map_for_proto2_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(7); internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_MessageWithRequiredFields_descriptor, new java.lang.String[] { "Value", }); internal_static_map_for_proto2_test_TestMap_RequiredMessageMapEntry_descriptor = internal_static_map_for_proto2_test_TestMap_descriptor.getNestedTypes().get(8); internal_static_map_for_proto2_test_TestMap_RequiredMessageMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestMap_RequiredMessageMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestUnknownEnumValue_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_map_for_proto2_test_TestUnknownEnumValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestUnknownEnumValue_descriptor, new java.lang.String[] { "Int32ToInt32Field", }); internal_static_map_for_proto2_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor = internal_static_map_for_proto2_test_TestUnknownEnumValue_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestUnknownEnumValue_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_TestRecursiveMap_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_map_for_proto2_test_TestRecursiveMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestRecursiveMap_descriptor, new java.lang.String[] { "Value", "RecursiveMapField", }); internal_static_map_for_proto2_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor = internal_static_map_for_proto2_test_TestRecursiveMap_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_test_TestRecursiveMap_RecursiveMapFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_TestRecursiveMap_RecursiveMapFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_BizarroTestMap_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_map_for_proto2_test_BizarroTestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_BizarroTestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", }); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_for_proto2_test_BizarroTestMap_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_for_proto2_test_BizarroTestMap_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_for_proto2_test_BizarroTestMap_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_for_proto2_test_BizarroTestMap_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_for_proto2_test_BizarroTestMap_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_BizarroTestMap_StringToInt32FieldEntry_descriptor = internal_static_map_for_proto2_test_BizarroTestMap_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_map_for_proto2_test_ReservedAsMapField_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_for_proto2_test_ReservedAsMapField_IfEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_test_ReservedAsMapField_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_ConstEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_test_ReservedAsMapField_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_PrivateEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_ClassEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_test_ReservedAsMapField_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_IntEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_test_ReservedAsMapField_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_VoidEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_test_ReservedAsMapField_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_StringEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(6); internal_static_map_for_proto2_test_ReservedAsMapField_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_PackageEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(7); internal_static_map_for_proto2_test_ReservedAsMapField_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_EnumEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(8); internal_static_map_for_proto2_test_ReservedAsMapField_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapField_NullEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapField_descriptor.getNestedTypes().get(9); internal_static_map_for_proto2_test_ReservedAsMapField_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapField_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(0); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(1); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(2); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(3); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(4); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(5); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(6); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(7); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(8); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor = internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(9); internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_for_proto2_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK !2(map_test/MapInitializationOrderTest.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_initialization_order_test.proto // Protobuf Java Version: 3.25.0 package map_test; public final class MapInitializationOrderTest { private MapInitializationOrderTest() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(map_test.MapInitializationOrderTest.recursiveExtension); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public static final int RECURSIVE_EXTENSION_FIELD_NUMBER = 1001; /** * extend .map_test.Message1 { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< map_test.Message1, map_test.Message1> recursiveExtension = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( map_test.Message1.class, map_test.Message1.getDefaultInstance()); static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_Message1_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_Message1_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_Message1_MapFieldEntry_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_Message1_MapFieldEntry_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_RedactAllTypes_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_RedactAllTypes_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n7com/google/protobuf/map_initialization" + "_order_test.proto\022\010map_test\"{\n\010Message1\022" + "3\n\tmap_field\030\001 \003(\0132 .map_test.Message1.M" + "apFieldEntry\032/\n\rMapFieldEntry\022\013\n\003key\030\001 \001" + "(\t\022\r\n\005value\030\002 \001(\010:\0028\001*\t\010\350\007\020\200\200\200\200\002\"\020\n\016Reda" + "ctAllTypes:D\n\023recursive_extension\022\022.map_" + "test.Message1\030\351\007 \001(\0132\022.map_test.Message1" + "B(\n\010map_testB\032MapInitializationOrderTest" + "P\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_map_test_Message1_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_map_test_Message1_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_Message1_descriptor, new java.lang.String[] { "MapField", }); internal_static_map_test_Message1_MapFieldEntry_descriptor = internal_static_map_test_Message1_descriptor.getNestedTypes().get(0); internal_static_map_test_Message1_MapFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_Message1_MapFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_RedactAllTypes_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_map_test_RedactAllTypes_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_RedactAllTypes_descriptor, new java.lang.String[] { }); recursiveExtension.internalInit(descriptor.getExtensions().get(0)); } // @@protoc_insertion_point(outer_class_scope) } PK !i  map_test/MapTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_test.proto // Protobuf Java Version: 3.25.0 package map_test; public final class MapTestProto { private MapTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.TestMap) com.google.protobuf.MessageOrBuilder { /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** * map<int32, int32> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** * map<int32, int32> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrDefault( int key, int defaultValue); /** * map<int32, int32> int32_to_int32_field = 1; */ int getInt32ToInt32FieldOrThrow( int key); /** * map<int32, string> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** * map<int32, string> int32_to_string_field = 2; */ boolean containsInt32ToStringField( int key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** * map<int32, string> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** * map<int32, string> int32_to_string_field = 2; */ /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue); /** * map<int32, string> int32_to_string_field = 2; */ java.lang.String getInt32ToStringFieldOrThrow( int key); /** * map<int32, bytes> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( int key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** * map<int32, bytes> int32_to_bytes_field = 3; */ /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** * map<int32, bytes> int32_to_bytes_field = 3; */ com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( int key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ /* nullable */ map_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_test.MapTestProto.TestMap.EnumValue defaultValue); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ map_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key); /** * Use {@link #getInt32ToEnumFieldValueMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumFieldValue(); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldValueMap(); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldValueOrDefault( int key, int defaultValue); /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ int getInt32ToEnumFieldValueOrThrow( int key); /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( int key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ /* nullable */ map_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_test.MapTestProto.TestMap.MessageValue defaultValue); /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ map_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** * map<string, int32> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** * map<string, int32> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue); /** * map<string, int32> string_to_int32_field = 6; */ int getStringToInt32FieldOrThrow( java.lang.String key); /** * map<uint32, int32> uint32_to_int32_field = 7; */ int getUint32ToInt32FieldCount(); /** * map<uint32, int32> uint32_to_int32_field = 7; */ boolean containsUint32ToInt32Field( int key); /** * Use {@link #getUint32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getUint32ToInt32Field(); /** * map<uint32, int32> uint32_to_int32_field = 7; */ java.util.Map getUint32ToInt32FieldMap(); /** * map<uint32, int32> uint32_to_int32_field = 7; */ int getUint32ToInt32FieldOrDefault( int key, int defaultValue); /** * map<uint32, int32> uint32_to_int32_field = 7; */ int getUint32ToInt32FieldOrThrow( int key); /** * map<int64, int32> int64_to_int32_field = 8; */ int getInt64ToInt32FieldCount(); /** * map<int64, int32> int64_to_int32_field = 8; */ boolean containsInt64ToInt32Field( long key); /** * Use {@link #getInt64ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt64ToInt32Field(); /** * map<int64, int32> int64_to_int32_field = 8; */ java.util.Map getInt64ToInt32FieldMap(); /** * map<int64, int32> int64_to_int32_field = 8; */ int getInt64ToInt32FieldOrDefault( long key, int defaultValue); /** * map<int64, int32> int64_to_int32_field = 8; */ int getInt64ToInt32FieldOrThrow( long key); } /** * Protobuf type {@code map_test.TestMap} */ public static final class TestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.TestMap) TestMapOrBuilder { private static final long serialVersionUID = 0L; // Use TestMap.newBuilder() to construct. private TestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 7: return internalGetUint32ToInt32Field(); case 8: return internalGetInt64ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.TestMap.class, map_test.MapTestProto.TestMap.Builder.class); } /** * Protobuf enum {@code map_test.TestMap.EnumValue} */ public enum EnumValue implements com.google.protobuf.ProtocolMessageEnum { /** * FOO = 0; */ FOO(0), /** * BAR = 1; */ BAR(1), /** * BAZ = 2; */ BAZ(2), /** * QUX = 3; */ QUX(3), UNRECOGNIZED(-1), ; /** * FOO = 0; */ public static final int FOO_VALUE = 0; /** * BAR = 1; */ public static final int BAR_VALUE = 1; /** * BAZ = 2; */ public static final int BAZ_VALUE = 2; /** * QUX = 3; */ public static final int QUX_VALUE = 3; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static EnumValue valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static EnumValue forNumber(int value) { switch (value) { case 0: return FOO; case 1: return BAR; case 2: return BAZ; case 3: return QUX; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< EnumValue> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public EnumValue findValueByNumber(int number) { return EnumValue.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_test.MapTestProto.TestMap.getDescriptor().getEnumTypes().get(0); } private static final EnumValue[] VALUES = values(); public static EnumValue valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private EnumValue(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_test.TestMap.EnumValue) } public interface MessageValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.TestMap.MessageValue) com.google.protobuf.MessageOrBuilder { /** * int32 value = 1; * @return The value. */ int getValue(); } /** * Protobuf type {@code map_test.TestMap.MessageValue} */ public static final class MessageValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.TestMap.MessageValue) MessageValueOrBuilder { private static final long serialVersionUID = 0L; // Use MessageValue.newBuilder() to construct. private MessageValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.TestMap.MessageValue.class, map_test.MapTestProto.TestMap.MessageValue.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (value_ != 0) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (value_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapTestProto.TestMap.MessageValue)) { return super.equals(obj); } map_test.MapTestProto.TestMap.MessageValue other = (map_test.MapTestProto.TestMap.MessageValue) obj; if (getValue() != other.getValue()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.TestMap.MessageValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapTestProto.TestMap.MessageValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.TestMap.MessageValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapTestProto.TestMap.MessageValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_test.TestMap.MessageValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.TestMap.MessageValue) map_test.MapTestProto.TestMap.MessageValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_TestMap_MessageValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_TestMap_MessageValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.TestMap.MessageValue.class, map_test.MapTestProto.TestMap.MessageValue.Builder.class); } // Construct using map_test.MapTestProto.TestMap.MessageValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapTestProto.internal_static_map_test_TestMap_MessageValue_descriptor; } @java.lang.Override public map_test.MapTestProto.TestMap.MessageValue getDefaultInstanceForType() { return map_test.MapTestProto.TestMap.MessageValue.getDefaultInstance(); } @java.lang.Override public map_test.MapTestProto.TestMap.MessageValue build() { map_test.MapTestProto.TestMap.MessageValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapTestProto.TestMap.MessageValue buildPartial() { map_test.MapTestProto.TestMap.MessageValue result = new map_test.MapTestProto.TestMap.MessageValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapTestProto.TestMap.MessageValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapTestProto.TestMap.MessageValue) { return mergeFrom((map_test.MapTestProto.TestMap.MessageValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapTestProto.TestMap.MessageValue other) { if (other == map_test.MapTestProto.TestMap.MessageValue.getDefaultInstance()) return this; if (other.getValue() != 0) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:map_test.TestMap.MessageValue) } // @@protoc_insertion_point(class_scope:map_test.TestMap.MessageValue) private static final map_test.MapTestProto.TestMap.MessageValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapTestProto.TestMap.MessageValue(); } public static map_test.MapTestProto.TestMap.MessageValue getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapTestProto.TestMap.MessageValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.TestMap.EnumValue.FOO.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.TestMap.EnumValue> int32ToEnumFieldValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.TestMap.EnumValue.internalGetValueMap(), map_test.MapTestProto.TestMap.EnumValue.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedInt32ToEnumFieldMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.Integer, map_test.MapTestProto.TestMap.EnumValue, java.lang.Integer>( map, int32ToEnumFieldValueConverter); } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_test.MapTestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } /** * Use {@link #getInt32ToEnumFieldValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumFieldValue() { return getInt32ToEnumFieldValueMap(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldValueMap() { return internalGetInt32ToEnumField().getMap(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, map_test.MapTestProto.TestMap.MessageValue> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, map_test.MapTestProto.TestMap.MessageValue.getDefaultInstance()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, map_test.MapTestProto.TestMap.MessageValue> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_test.MapTestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int UINT32_TO_INT32_FIELD_FIELD_NUMBER = 7; private static final class Uint32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_Uint32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> uint32ToInt32Field_; private com.google.protobuf.MapField internalGetUint32ToInt32Field() { if (uint32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry); } return uint32ToInt32Field_; } public int getUint32ToInt32FieldCount() { return internalGetUint32ToInt32Field().getMap().size(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public boolean containsUint32ToInt32Field( int key) { return internalGetUint32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getUint32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getUint32ToInt32Field() { return getUint32ToInt32FieldMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public java.util.Map getUint32ToInt32FieldMap() { return internalGetUint32ToInt32Field().getMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT64_TO_INT32_FIELD_FIELD_NUMBER = 8; private static final class Int64ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Long, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_TestMap_Int64ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT64, 0L, com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> int64ToInt32Field_; private com.google.protobuf.MapField internalGetInt64ToInt32Field() { if (int64ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int64ToInt32FieldDefaultEntryHolder.defaultEntry); } return int64ToInt32Field_; } public int getInt64ToInt32FieldCount() { return internalGetInt64ToInt32Field().getMap().size(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public boolean containsInt64ToInt32Field( long key) { return internalGetInt64ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt64ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt64ToInt32Field() { return getInt64ToInt32FieldMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public java.util.Map getInt64ToInt32FieldMap() { return internalGetInt64ToInt32Field().getMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrDefault( long key, int defaultValue) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrThrow( long key) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetUint32ToInt32Field(), Uint32ToInt32FieldDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeLongMapTo( output, internalGetInt64ToInt32Field(), Int64ToInt32FieldDefaultEntryHolder.defaultEntry, 8); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } for (java.util.Map.Entry entry : internalGetUint32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry uint32ToInt32Field__ = Uint32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, uint32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt64ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int64ToInt32Field__ = Int64ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, int64ToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapTestProto.TestMap)) { return super.equals(obj); } map_test.MapTestProto.TestMap other = (map_test.MapTestProto.TestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!internalGetUint32ToInt32Field().equals( other.internalGetUint32ToInt32Field())) return false; if (!internalGetInt64ToInt32Field().equals( other.internalGetInt64ToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } if (!internalGetUint32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + UINT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetUint32ToInt32Field().hashCode(); } if (!internalGetInt64ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT64_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt64ToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapTestProto.TestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.TestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.TestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapTestProto.TestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.TestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapTestProto.TestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_test.TestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.TestMap) map_test.MapTestProto.TestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_TestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); case 7: return internalGetUint32ToInt32Field(); case 8: return internalGetInt64ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); case 7: return internalGetMutableUint32ToInt32Field(); case 8: return internalGetMutableInt64ToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_TestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.TestMap.class, map_test.MapTestProto.TestMap.Builder.class); } // Construct using map_test.MapTestProto.TestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); internalGetMutableUint32ToInt32Field().clear(); internalGetMutableInt64ToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapTestProto.internal_static_map_test_TestMap_descriptor; } @java.lang.Override public map_test.MapTestProto.TestMap getDefaultInstanceForType() { return map_test.MapTestProto.TestMap.getDefaultInstance(); } @java.lang.Override public map_test.MapTestProto.TestMap build() { map_test.MapTestProto.TestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapTestProto.TestMap buildPartial() { map_test.MapTestProto.TestMap result = new map_test.MapTestProto.TestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapTestProto.TestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField().build(Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.uint32ToInt32Field_ = internalGetUint32ToInt32Field(); result.uint32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.int64ToInt32Field_ = internalGetInt64ToInt32Field(); result.int64ToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapTestProto.TestMap) { return mergeFrom((map_test.MapTestProto.TestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapTestProto.TestMap other) { if (other == map_test.MapTestProto.TestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; internalGetMutableUint32ToInt32Field().mergeFrom( other.internalGetUint32ToInt32Field()); bitField0_ |= 0x00000040; internalGetMutableInt64ToInt32Field().mergeFrom( other.internalGetInt64ToInt32Field()); bitField0_ |= 0x00000080; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry int32ToEnumField__ = input.readMessage( Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().ensureBuilderMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry uint32ToInt32Field__ = input.readMessage( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableUint32ToInt32Field().getMutableMap().put( uint32ToInt32Field__.getKey(), uint32ToInt32Field__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry int64ToInt32Field__ = input.readMessage( Int64ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt64ToInt32Field().getMutableMap().put( int64ToInt32Field__.getKey(), int64ToInt32Field__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, int32> int32_to_int32_field = 1; */ @java.lang.Override public int getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, int value) { internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<int32, int32> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.String> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( int key) { return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public /* nullable */ java.lang.String getInt32ToStringFieldOrDefault( int key, /* nullable */ java.lang.String defaultValue) { java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, string> int32_to_string_field = 2; */ @java.lang.Override public java.lang.String getInt32ToStringFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( int key) { internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putInt32ToStringField( int key, java.lang.String value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<int32, string> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( int key) { return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToBytesFieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToBytesFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( int key) { internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<int32, bytes> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( int key) { return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetAdaptedInt32ToEnumFieldMap( internalGetInt32ToEnumField().getMap());} /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrDefault( int key, /* nullable */ map_test.MapTestProto.TestMap.EnumValue defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? int32ToEnumFieldValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public map_test.MapTestProto.TestMap.EnumValue getInt32ToEnumFieldOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToEnumFieldValueConverter.doForward(map.get(key)); } /** * Use {@link #getInt32ToEnumFieldValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumFieldValue() { return getInt32ToEnumFieldValueMap(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldValueMap() { return internalGetInt32ToEnumField().getMap(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrDefault( int key, int defaultValue) { java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ @java.lang.Override public int getInt32ToEnumFieldValueOrThrow( int key) { java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( int key) { internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( int key, map_test.MapTestProto.TestMap.EnumValue value) { internalGetMutableInt32ToEnumField().getMutableMap() .put(key, int32ToEnumFieldValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetAdaptedInt32ToEnumFieldMap( internalGetMutableInt32ToEnumField().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumFieldValue() { bitField0_ |= 0x00000008; return internalGetMutableInt32ToEnumField().getMutableMap(); } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putInt32ToEnumFieldValue( int key, int value) { internalGetMutableInt32ToEnumField().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<int32, .map_test.TestMap.EnumValue> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumFieldValue( java.util.Map values) { internalGetMutableInt32ToEnumField().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private static final class Int32ToMessageFieldConverter implements com.google.protobuf.MapFieldBuilder.Converter { @java.lang.Override public map_test.MapTestProto.TestMap.MessageValue build(map_test.MapTestProto.TestMap.MessageValueOrBuilder val) { if (val instanceof map_test.MapTestProto.TestMap.MessageValue) { return (map_test.MapTestProto.TestMap.MessageValue) val; } return ((map_test.MapTestProto.TestMap.MessageValue.Builder) val).build(); } @java.lang.Override public com.google.protobuf.MapEntry defaultEntry() { return Int32ToMessageFieldDefaultEntryHolder.defaultEntry; } }; private static final Int32ToMessageFieldConverter int32ToMessageFieldConverter = new Int32ToMessageFieldConverter(); private com.google.protobuf.MapFieldBuilder< java.lang.Integer, map_test.MapTestProto.TestMap.MessageValueOrBuilder, map_test.MapTestProto.TestMap.MessageValue, map_test.MapTestProto.TestMap.MessageValue.Builder> int32ToMessageField_; private com.google.protobuf.MapFieldBuilder internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } return int32ToMessageField_; } private com.google.protobuf.MapFieldBuilder internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = new com.google.protobuf.MapFieldBuilder<>(int32ToMessageFieldConverter); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().ensureBuilderMap().size(); } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( int key) { return internalGetInt32ToMessageField().ensureBuilderMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getImmutableMap(); } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrDefault( int key, /* nullable */ map_test.MapTestProto.TestMap.MessageValue defaultValue) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); return map.containsKey(key) ? int32ToMessageFieldConverter.build(map.get(key)) : defaultValue; } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ @java.lang.Override public map_test.MapTestProto.TestMap.MessageValue getInt32ToMessageFieldOrThrow( int key) { java.util.Map map = internalGetMutableInt32ToMessageField().ensureBuilderMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return int32ToMessageFieldConverter.build(map.get(key)); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().clear(); return this; } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( int key) { internalGetMutableInt32ToMessageField().ensureBuilderMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().ensureMessageMap(); } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( int key, map_test.MapTestProto.TestMap.MessageValue value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().ensureBuilderMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { for (java.util.Map.Entry e : values.entrySet()) { if (e.getKey() == null || e.getValue() == null) { throw new NullPointerException(); } } internalGetMutableInt32ToMessageField().ensureBuilderMap() .putAll(values); bitField0_ |= 0x00000010; return this; } /** * map<int32, .map_test.TestMap.MessageValue> int32_to_message_field = 5; */ public map_test.MapTestProto.TestMap.MessageValue.Builder putInt32ToMessageFieldBuilderIfAbsent( int key) { java.util.Map builderMap = internalGetMutableInt32ToMessageField().ensureBuilderMap(); map_test.MapTestProto.TestMap.MessageValueOrBuilder entry = builderMap.get(key); if (entry == null) { entry = map_test.MapTestProto.TestMap.MessageValue.newBuilder(); builderMap.put(key, entry); } if (entry instanceof map_test.MapTestProto.TestMap.MessageValue) { entry = ((map_test.MapTestProto.TestMap.MessageValue) entry).toBuilder(); builderMap.put(key, entry); } return (map_test.MapTestProto.TestMap.MessageValue.Builder) entry; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, int32> string_to_int32_field = 6; */ @java.lang.Override public int getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, int32> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> uint32ToInt32Field_; private com.google.protobuf.MapField internalGetUint32ToInt32Field() { if (uint32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry); } return uint32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableUint32ToInt32Field() { if (uint32ToInt32Field_ == null) { uint32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Uint32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!uint32ToInt32Field_.isMutable()) { uint32ToInt32Field_ = uint32ToInt32Field_.copy(); } bitField0_ |= 0x00000040; onChanged(); return uint32ToInt32Field_; } public int getUint32ToInt32FieldCount() { return internalGetUint32ToInt32Field().getMap().size(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public boolean containsUint32ToInt32Field( int key) { return internalGetUint32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getUint32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getUint32ToInt32Field() { return getUint32ToInt32FieldMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public java.util.Map getUint32ToInt32FieldMap() { return internalGetUint32ToInt32Field().getMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrDefault( int key, int defaultValue) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ @java.lang.Override public int getUint32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetUint32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearUint32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableUint32ToInt32Field().getMutableMap() .clear(); return this; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ public Builder removeUint32ToInt32Field( int key) { internalGetMutableUint32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableUint32ToInt32Field() { bitField0_ |= 0x00000040; return internalGetMutableUint32ToInt32Field().getMutableMap(); } /** * map<uint32, int32> uint32_to_int32_field = 7; */ public Builder putUint32ToInt32Field( int key, int value) { internalGetMutableUint32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** * map<uint32, int32> uint32_to_int32_field = 7; */ public Builder putAllUint32ToInt32Field( java.util.Map values) { internalGetMutableUint32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.Long, java.lang.Integer> int64ToInt32Field_; private com.google.protobuf.MapField internalGetInt64ToInt32Field() { if (int64ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int64ToInt32FieldDefaultEntryHolder.defaultEntry); } return int64ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt64ToInt32Field() { if (int64ToInt32Field_ == null) { int64ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int64ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int64ToInt32Field_.isMutable()) { int64ToInt32Field_ = int64ToInt32Field_.copy(); } bitField0_ |= 0x00000080; onChanged(); return int64ToInt32Field_; } public int getInt64ToInt32FieldCount() { return internalGetInt64ToInt32Field().getMap().size(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public boolean containsInt64ToInt32Field( long key) { return internalGetInt64ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt64ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt64ToInt32Field() { return getInt64ToInt32FieldMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public java.util.Map getInt64ToInt32FieldMap() { return internalGetInt64ToInt32Field().getMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrDefault( long key, int defaultValue) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<int64, int32> int64_to_int32_field = 8; */ @java.lang.Override public int getInt64ToInt32FieldOrThrow( long key) { java.util.Map map = internalGetInt64ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt64ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutableInt64ToInt32Field().getMutableMap() .clear(); return this; } /** * map<int64, int32> int64_to_int32_field = 8; */ public Builder removeInt64ToInt32Field( long key) { internalGetMutableInt64ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt64ToInt32Field() { bitField0_ |= 0x00000080; return internalGetMutableInt64ToInt32Field().getMutableMap(); } /** * map<int64, int32> int64_to_int32_field = 8; */ public Builder putInt64ToInt32Field( long key, int value) { internalGetMutableInt64ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<int64, int32> int64_to_int32_field = 8; */ public Builder putAllInt64ToInt32Field( java.util.Map values) { internalGetMutableInt64ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; 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:map_test.TestMap) } // @@protoc_insertion_point(class_scope:map_test.TestMap) private static final map_test.MapTestProto.TestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapTestProto.TestMap(); } public static map_test.MapTestProto.TestMap getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapTestProto.TestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestOnChangeEventPropagationOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.TestOnChangeEventPropagation) com.google.protobuf.MessageOrBuilder { /** * .map_test.TestMap optional_message = 1; * @return Whether the optionalMessage field is set. */ boolean hasOptionalMessage(); /** * .map_test.TestMap optional_message = 1; * @return The optionalMessage. */ map_test.MapTestProto.TestMap getOptionalMessage(); /** * .map_test.TestMap optional_message = 1; */ map_test.MapTestProto.TestMapOrBuilder getOptionalMessageOrBuilder(); } /** *
   * Used to test that a nested builder containing map fields will properly
   * propagate the onChange event and mark its parent dirty when a change
   * is made to a map field.
   * 
* * Protobuf type {@code map_test.TestOnChangeEventPropagation} */ public static final class TestOnChangeEventPropagation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.TestOnChangeEventPropagation) TestOnChangeEventPropagationOrBuilder { private static final long serialVersionUID = 0L; // Use TestOnChangeEventPropagation.newBuilder() to construct. private TestOnChangeEventPropagation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestOnChangeEventPropagation() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestOnChangeEventPropagation(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_TestOnChangeEventPropagation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_TestOnChangeEventPropagation_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.TestOnChangeEventPropagation.class, map_test.MapTestProto.TestOnChangeEventPropagation.Builder.class); } private int bitField0_; public static final int OPTIONAL_MESSAGE_FIELD_NUMBER = 1; private map_test.MapTestProto.TestMap optionalMessage_; /** * .map_test.TestMap optional_message = 1; * @return Whether the optionalMessage field is set. */ @java.lang.Override public boolean hasOptionalMessage() { return ((bitField0_ & 0x00000001) != 0); } /** * .map_test.TestMap optional_message = 1; * @return The optionalMessage. */ @java.lang.Override public map_test.MapTestProto.TestMap getOptionalMessage() { return optionalMessage_ == null ? map_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } /** * .map_test.TestMap optional_message = 1; */ @java.lang.Override public map_test.MapTestProto.TestMapOrBuilder getOptionalMessageOrBuilder() { return optionalMessage_ == null ? map_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getOptionalMessage()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getOptionalMessage()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapTestProto.TestOnChangeEventPropagation)) { return super.equals(obj); } map_test.MapTestProto.TestOnChangeEventPropagation other = (map_test.MapTestProto.TestOnChangeEventPropagation) obj; if (hasOptionalMessage() != other.hasOptionalMessage()) return false; if (hasOptionalMessage()) { if (!getOptionalMessage() .equals(other.getOptionalMessage())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasOptionalMessage()) { hash = (37 * hash) + OPTIONAL_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getOptionalMessage().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.TestOnChangeEventPropagation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapTestProto.TestOnChangeEventPropagation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Used to test that a nested builder containing map fields will properly
     * propagate the onChange event and mark its parent dirty when a change
     * is made to a map field.
     * 
* * Protobuf type {@code map_test.TestOnChangeEventPropagation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.TestOnChangeEventPropagation) map_test.MapTestProto.TestOnChangeEventPropagationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_TestOnChangeEventPropagation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_TestOnChangeEventPropagation_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.TestOnChangeEventPropagation.class, map_test.MapTestProto.TestOnChangeEventPropagation.Builder.class); } // Construct using map_test.MapTestProto.TestOnChangeEventPropagation.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getOptionalMessageFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; optionalMessage_ = null; if (optionalMessageBuilder_ != null) { optionalMessageBuilder_.dispose(); optionalMessageBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapTestProto.internal_static_map_test_TestOnChangeEventPropagation_descriptor; } @java.lang.Override public map_test.MapTestProto.TestOnChangeEventPropagation getDefaultInstanceForType() { return map_test.MapTestProto.TestOnChangeEventPropagation.getDefaultInstance(); } @java.lang.Override public map_test.MapTestProto.TestOnChangeEventPropagation build() { map_test.MapTestProto.TestOnChangeEventPropagation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapTestProto.TestOnChangeEventPropagation buildPartial() { map_test.MapTestProto.TestOnChangeEventPropagation result = new map_test.MapTestProto.TestOnChangeEventPropagation(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapTestProto.TestOnChangeEventPropagation result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.optionalMessage_ = optionalMessageBuilder_ == null ? optionalMessage_ : optionalMessageBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapTestProto.TestOnChangeEventPropagation) { return mergeFrom((map_test.MapTestProto.TestOnChangeEventPropagation)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapTestProto.TestOnChangeEventPropagation other) { if (other == map_test.MapTestProto.TestOnChangeEventPropagation.getDefaultInstance()) return this; if (other.hasOptionalMessage()) { mergeOptionalMessage(other.getOptionalMessage()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getOptionalMessageFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private map_test.MapTestProto.TestMap optionalMessage_; private com.google.protobuf.SingleFieldBuilderV3< map_test.MapTestProto.TestMap, map_test.MapTestProto.TestMap.Builder, map_test.MapTestProto.TestMapOrBuilder> optionalMessageBuilder_; /** * .map_test.TestMap optional_message = 1; * @return Whether the optionalMessage field is set. */ public boolean hasOptionalMessage() { return ((bitField0_ & 0x00000001) != 0); } /** * .map_test.TestMap optional_message = 1; * @return The optionalMessage. */ public map_test.MapTestProto.TestMap getOptionalMessage() { if (optionalMessageBuilder_ == null) { return optionalMessage_ == null ? map_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } else { return optionalMessageBuilder_.getMessage(); } } /** * .map_test.TestMap optional_message = 1; */ public Builder setOptionalMessage(map_test.MapTestProto.TestMap value) { if (optionalMessageBuilder_ == null) { if (value == null) { throw new NullPointerException(); } optionalMessage_ = value; } else { optionalMessageBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .map_test.TestMap optional_message = 1; */ public Builder setOptionalMessage( map_test.MapTestProto.TestMap.Builder builderForValue) { if (optionalMessageBuilder_ == null) { optionalMessage_ = builderForValue.build(); } else { optionalMessageBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .map_test.TestMap optional_message = 1; */ public Builder mergeOptionalMessage(map_test.MapTestProto.TestMap value) { if (optionalMessageBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && optionalMessage_ != null && optionalMessage_ != map_test.MapTestProto.TestMap.getDefaultInstance()) { getOptionalMessageBuilder().mergeFrom(value); } else { optionalMessage_ = value; } } else { optionalMessageBuilder_.mergeFrom(value); } if (optionalMessage_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * .map_test.TestMap optional_message = 1; */ public Builder clearOptionalMessage() { bitField0_ = (bitField0_ & ~0x00000001); optionalMessage_ = null; if (optionalMessageBuilder_ != null) { optionalMessageBuilder_.dispose(); optionalMessageBuilder_ = null; } onChanged(); return this; } /** * .map_test.TestMap optional_message = 1; */ public map_test.MapTestProto.TestMap.Builder getOptionalMessageBuilder() { bitField0_ |= 0x00000001; onChanged(); return getOptionalMessageFieldBuilder().getBuilder(); } /** * .map_test.TestMap optional_message = 1; */ public map_test.MapTestProto.TestMapOrBuilder getOptionalMessageOrBuilder() { if (optionalMessageBuilder_ != null) { return optionalMessageBuilder_.getMessageOrBuilder(); } else { return optionalMessage_ == null ? map_test.MapTestProto.TestMap.getDefaultInstance() : optionalMessage_; } } /** * .map_test.TestMap optional_message = 1; */ private com.google.protobuf.SingleFieldBuilderV3< map_test.MapTestProto.TestMap, map_test.MapTestProto.TestMap.Builder, map_test.MapTestProto.TestMapOrBuilder> getOptionalMessageFieldBuilder() { if (optionalMessageBuilder_ == null) { optionalMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< map_test.MapTestProto.TestMap, map_test.MapTestProto.TestMap.Builder, map_test.MapTestProto.TestMapOrBuilder>( getOptionalMessage(), getParentForChildren(), isClean()); optionalMessage_ = null; } return optionalMessageBuilder_; } @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:map_test.TestOnChangeEventPropagation) } // @@protoc_insertion_point(class_scope:map_test.TestOnChangeEventPropagation) private static final map_test.MapTestProto.TestOnChangeEventPropagation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapTestProto.TestOnChangeEventPropagation(); } public static map_test.MapTestProto.TestOnChangeEventPropagation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestOnChangeEventPropagation parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapTestProto.TestOnChangeEventPropagation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BizarroTestMapOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.BizarroTestMap) com.google.protobuf.MessageOrBuilder { /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ int getInt32ToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ boolean containsInt32ToInt32Field( int key); /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToInt32Field(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ java.util.Map getInt32ToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldCount(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ boolean containsInt32ToStringField( java.lang.String key); /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToStringField(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ java.util.Map getInt32ToStringFieldMap(); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ int getInt32ToStringFieldOrThrow( java.lang.String key); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldCount(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ boolean containsInt32ToBytesField( java.lang.String key); /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToBytesField(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ java.util.Map getInt32ToBytesFieldMap(); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue); /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ int getInt32ToBytesFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ int getInt32ToEnumFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ boolean containsInt32ToEnumField( java.lang.String key); /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToEnumField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ java.util.Map getInt32ToEnumFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ int getInt32ToMessageFieldCount(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ boolean containsInt32ToMessageField( java.lang.String key); /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getInt32ToMessageField(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ java.util.Map getInt32ToMessageFieldMap(); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ int getStringToInt32FieldCount(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ boolean containsStringToInt32Field( java.lang.String key); /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Deprecated java.util.Map getStringToInt32Field(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ java.util.Map getStringToInt32FieldMap(); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue); /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key); } /** *
   * a decoy of TestMap for testing parsing errors
   * 
* * Protobuf type {@code map_test.BizarroTestMap} */ public static final class BizarroTestMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.BizarroTestMap) BizarroTestMapOrBuilder { private static final long serialVersionUID = 0L; // Use BizarroTestMap.newBuilder() to construct. private BizarroTestMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BizarroTestMap() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BizarroTestMap(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.BizarroTestMap.class, map_test.MapTestProto.BizarroTestMap.Builder.class); } public static final int INT32_TO_INT32_FIELD_FIELD_NUMBER = 1; private static final class Int32ToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.INT32, 0, com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_STRING_FIELD_FIELD_NUMBER = 2; private static final class Int32ToStringFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_BYTES_FIELD_FIELD_NUMBER = 3; private static final class Int32ToBytesFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.INT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key types, same value
     * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_ENUM_FIELD_FIELD_NUMBER = 4; private static final class Int32ToEnumFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT32_TO_MESSAGE_FIELD_FIELD_NUMBER = 5; private static final class Int32ToMessageFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * different key and value types
     * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_TO_INT32_FIELD_FIELD_NUMBER = 6; private static final class StringToInt32FieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, com.google.protobuf.ByteString> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BYTES, com.google.protobuf.ByteString.EMPTY); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * same key type, different value
     * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetInt32ToInt32Field(), Int32ToInt32FieldDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToStringField(), Int32ToStringFieldDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToBytesField(), Int32ToBytesFieldDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToEnumField(), Int32ToEnumFieldDefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt32ToMessageField(), Int32ToMessageFieldDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetStringToInt32Field(), StringToInt32FieldDefaultEntryHolder.defaultEntry, 6); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetInt32ToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToInt32Field__ = Int32ToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, int32ToInt32Field__); } for (java.util.Map.Entry entry : internalGetInt32ToStringField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToStringField__ = Int32ToStringFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, int32ToStringField__); } for (java.util.Map.Entry entry : internalGetInt32ToBytesField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToBytesField__ = Int32ToBytesFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, int32ToBytesField__); } for (java.util.Map.Entry entry : internalGetInt32ToEnumField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToEnumField__ = Int32ToEnumFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, int32ToEnumField__); } for (java.util.Map.Entry entry : internalGetInt32ToMessageField().getMap().entrySet()) { com.google.protobuf.MapEntry int32ToMessageField__ = Int32ToMessageFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int32ToMessageField__); } for (java.util.Map.Entry entry : internalGetStringToInt32Field().getMap().entrySet()) { com.google.protobuf.MapEntry stringToInt32Field__ = StringToInt32FieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, stringToInt32Field__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapTestProto.BizarroTestMap)) { return super.equals(obj); } map_test.MapTestProto.BizarroTestMap other = (map_test.MapTestProto.BizarroTestMap) obj; if (!internalGetInt32ToInt32Field().equals( other.internalGetInt32ToInt32Field())) return false; if (!internalGetInt32ToStringField().equals( other.internalGetInt32ToStringField())) return false; if (!internalGetInt32ToBytesField().equals( other.internalGetInt32ToBytesField())) return false; if (!internalGetInt32ToEnumField().equals( other.internalGetInt32ToEnumField())) return false; if (!internalGetInt32ToMessageField().equals( other.internalGetInt32ToMessageField())) return false; if (!internalGetStringToInt32Field().equals( other.internalGetStringToInt32Field())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetInt32ToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToInt32Field().hashCode(); } if (!internalGetInt32ToStringField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_STRING_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToStringField().hashCode(); } if (!internalGetInt32ToBytesField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_BYTES_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToBytesField().hashCode(); } if (!internalGetInt32ToEnumField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_ENUM_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToEnumField().hashCode(); } if (!internalGetInt32ToMessageField().getMap().isEmpty()) { hash = (37 * hash) + INT32_TO_MESSAGE_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetInt32ToMessageField().hashCode(); } if (!internalGetStringToInt32Field().getMap().isEmpty()) { hash = (37 * hash) + STRING_TO_INT32_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetStringToInt32Field().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapTestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.BizarroTestMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.BizarroTestMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.BizarroTestMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.BizarroTestMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.BizarroTestMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.BizarroTestMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapTestProto.BizarroTestMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.BizarroTestMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapTestProto.BizarroTestMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * a decoy of TestMap for testing parsing errors
     * 
* * Protobuf type {@code map_test.BizarroTestMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.BizarroTestMap) map_test.MapTestProto.BizarroTestMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_BizarroTestMap_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetInt32ToInt32Field(); case 2: return internalGetInt32ToStringField(); case 3: return internalGetInt32ToBytesField(); case 4: return internalGetInt32ToEnumField(); case 5: return internalGetInt32ToMessageField(); case 6: return internalGetStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableInt32ToInt32Field(); case 2: return internalGetMutableInt32ToStringField(); case 3: return internalGetMutableInt32ToBytesField(); case 4: return internalGetMutableInt32ToEnumField(); case 5: return internalGetMutableInt32ToMessageField(); case 6: return internalGetMutableStringToInt32Field(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_BizarroTestMap_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.BizarroTestMap.class, map_test.MapTestProto.BizarroTestMap.Builder.class); } // Construct using map_test.MapTestProto.BizarroTestMap.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableInt32ToInt32Field().clear(); internalGetMutableInt32ToStringField().clear(); internalGetMutableInt32ToBytesField().clear(); internalGetMutableInt32ToEnumField().clear(); internalGetMutableInt32ToMessageField().clear(); internalGetMutableStringToInt32Field().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapTestProto.internal_static_map_test_BizarroTestMap_descriptor; } @java.lang.Override public map_test.MapTestProto.BizarroTestMap getDefaultInstanceForType() { return map_test.MapTestProto.BizarroTestMap.getDefaultInstance(); } @java.lang.Override public map_test.MapTestProto.BizarroTestMap build() { map_test.MapTestProto.BizarroTestMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapTestProto.BizarroTestMap buildPartial() { map_test.MapTestProto.BizarroTestMap result = new map_test.MapTestProto.BizarroTestMap(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapTestProto.BizarroTestMap result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.int32ToInt32Field_ = internalGetInt32ToInt32Field(); result.int32ToInt32Field_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.int32ToStringField_ = internalGetInt32ToStringField(); result.int32ToStringField_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.int32ToBytesField_ = internalGetInt32ToBytesField(); result.int32ToBytesField_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.int32ToEnumField_ = internalGetInt32ToEnumField(); result.int32ToEnumField_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int32ToMessageField_ = internalGetInt32ToMessageField(); result.int32ToMessageField_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.stringToInt32Field_ = internalGetStringToInt32Field(); result.stringToInt32Field_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapTestProto.BizarroTestMap) { return mergeFrom((map_test.MapTestProto.BizarroTestMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapTestProto.BizarroTestMap other) { if (other == map_test.MapTestProto.BizarroTestMap.getDefaultInstance()) return this; internalGetMutableInt32ToInt32Field().mergeFrom( other.internalGetInt32ToInt32Field()); bitField0_ |= 0x00000001; internalGetMutableInt32ToStringField().mergeFrom( other.internalGetInt32ToStringField()); bitField0_ |= 0x00000002; internalGetMutableInt32ToBytesField().mergeFrom( other.internalGetInt32ToBytesField()); bitField0_ |= 0x00000004; internalGetMutableInt32ToEnumField().mergeFrom( other.internalGetInt32ToEnumField()); bitField0_ |= 0x00000008; internalGetMutableInt32ToMessageField().mergeFrom( other.internalGetInt32ToMessageField()); bitField0_ |= 0x00000010; internalGetMutableStringToInt32Field().mergeFrom( other.internalGetStringToInt32Field()); bitField0_ |= 0x00000020; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry int32ToInt32Field__ = input.readMessage( Int32ToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToInt32Field().getMutableMap().put( int32ToInt32Field__.getKey(), int32ToInt32Field__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry int32ToStringField__ = input.readMessage( Int32ToStringFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToStringField().getMutableMap().put( int32ToStringField__.getKey(), int32ToStringField__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry int32ToBytesField__ = input.readMessage( Int32ToBytesFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToBytesField().getMutableMap().put( int32ToBytesField__.getKey(), int32ToBytesField__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry int32ToEnumField__ = input.readMessage( Int32ToEnumFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToEnumField().getMutableMap().put( int32ToEnumField__.getKey(), int32ToEnumField__.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int32ToMessageField__ = input.readMessage( Int32ToMessageFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt32ToMessageField().getMutableMap().put( int32ToMessageField__.getKey(), int32ToMessageField__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry stringToInt32Field__ = input.readMessage( StringToInt32FieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableStringToInt32Field().getMutableMap().put( stringToInt32Field__.getKey(), stringToInt32Field__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, com.google.protobuf.ByteString> int32ToInt32Field_; private com.google.protobuf.MapField internalGetInt32ToInt32Field() { if (int32ToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } return int32ToInt32Field_; } private com.google.protobuf.MapField internalGetMutableInt32ToInt32Field() { if (int32ToInt32Field_ == null) { int32ToInt32Field_ = com.google.protobuf.MapField.newMapField( Int32ToInt32FieldDefaultEntryHolder.defaultEntry); } if (!int32ToInt32Field_.isMutable()) { int32ToInt32Field_ = int32ToInt32Field_.copy(); } bitField0_ |= 0x00000001; onChanged(); return int32ToInt32Field_; } public int getInt32ToInt32FieldCount() { return internalGetInt32ToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public boolean containsInt32ToInt32Field( int key) { return internalGetInt32ToInt32Field().getMap().containsKey(key); } /** * Use {@link #getInt32ToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToInt32Field() { return getInt32ToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public java.util.Map getInt32ToInt32FieldMap() { return internalGetInt32ToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToInt32FieldOrDefault( int key, /* nullable */ com.google.protobuf.ByteString defaultValue) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToInt32FieldOrThrow( int key) { java.util.Map map = internalGetInt32ToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToInt32Field() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableInt32ToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder removeInt32ToInt32Field( int key) { internalGetMutableInt32ToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToInt32Field() { bitField0_ |= 0x00000001; return internalGetMutableInt32ToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putInt32ToInt32Field( int key, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** *
       * same key type, different value
       * 
* * map<int32, bytes> int32_to_int32_field = 1; */ public Builder putAllInt32ToInt32Field( java.util.Map values) { internalGetMutableInt32ToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToStringField_; private com.google.protobuf.MapField internalGetInt32ToStringField() { if (int32ToStringField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } return int32ToStringField_; } private com.google.protobuf.MapField internalGetMutableInt32ToStringField() { if (int32ToStringField_ == null) { int32ToStringField_ = com.google.protobuf.MapField.newMapField( Int32ToStringFieldDefaultEntryHolder.defaultEntry); } if (!int32ToStringField_.isMutable()) { int32ToStringField_ = int32ToStringField_.copy(); } bitField0_ |= 0x00000002; onChanged(); return int32ToStringField_; } public int getInt32ToStringFieldCount() { return internalGetInt32ToStringField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public boolean containsInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToStringField().getMap().containsKey(key); } /** * Use {@link #getInt32ToStringFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToStringField() { return getInt32ToStringFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public java.util.Map getInt32ToStringFieldMap() { return internalGetInt32ToStringField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ @java.lang.Override public int getInt32ToStringFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToStringField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToStringField() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableInt32ToStringField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder removeInt32ToStringField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToStringField() { bitField0_ |= 0x00000002; return internalGetMutableInt32ToStringField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putInt32ToStringField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToStringField().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** *
       * different key and value types
       * 
* * map<string, int32> int32_to_string_field = 2; */ public Builder putAllInt32ToStringField( java.util.Map values) { internalGetMutableInt32ToStringField().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int32ToBytesField_; private com.google.protobuf.MapField internalGetInt32ToBytesField() { if (int32ToBytesField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } return int32ToBytesField_; } private com.google.protobuf.MapField internalGetMutableInt32ToBytesField() { if (int32ToBytesField_ == null) { int32ToBytesField_ = com.google.protobuf.MapField.newMapField( Int32ToBytesFieldDefaultEntryHolder.defaultEntry); } if (!int32ToBytesField_.isMutable()) { int32ToBytesField_ = int32ToBytesField_.copy(); } bitField0_ |= 0x00000004; onChanged(); return int32ToBytesField_; } public int getInt32ToBytesFieldCount() { return internalGetInt32ToBytesField().getMap().size(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public boolean containsInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToBytesField().getMap().containsKey(key); } /** * Use {@link #getInt32ToBytesFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToBytesField() { return getInt32ToBytesFieldMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public java.util.Map getInt32ToBytesFieldMap() { return internalGetInt32ToBytesField().getMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ @java.lang.Override public int getInt32ToBytesFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToBytesField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToBytesField() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableInt32ToBytesField().getMutableMap() .clear(); return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder removeInt32ToBytesField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToBytesField() { bitField0_ |= 0x00000004; return internalGetMutableInt32ToBytesField().getMutableMap(); } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putInt32ToBytesField( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToBytesField().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** *
       * different key types, same value
       * 
* * map<string, int32> int32_to_bytes_field = 3; */ public Builder putAllInt32ToBytesField( java.util.Map values) { internalGetMutableInt32ToBytesField().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToEnumField_; private com.google.protobuf.MapField internalGetInt32ToEnumField() { if (int32ToEnumField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } return int32ToEnumField_; } private com.google.protobuf.MapField internalGetMutableInt32ToEnumField() { if (int32ToEnumField_ == null) { int32ToEnumField_ = com.google.protobuf.MapField.newMapField( Int32ToEnumFieldDefaultEntryHolder.defaultEntry); } if (!int32ToEnumField_.isMutable()) { int32ToEnumField_ = int32ToEnumField_.copy(); } bitField0_ |= 0x00000008; onChanged(); return int32ToEnumField_; } public int getInt32ToEnumFieldCount() { return internalGetInt32ToEnumField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public boolean containsInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToEnumField().getMap().containsKey(key); } /** * Use {@link #getInt32ToEnumFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToEnumField() { return getInt32ToEnumFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public java.util.Map getInt32ToEnumFieldMap() { return internalGetInt32ToEnumField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToEnumFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToEnumFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToEnumField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToEnumField() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableInt32ToEnumField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder removeInt32ToEnumField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToEnumField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToEnumField() { bitField0_ |= 0x00000008; return internalGetMutableInt32ToEnumField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putInt32ToEnumField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToEnumField().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_enum_field = 4; */ public Builder putAllInt32ToEnumField( java.util.Map values) { internalGetMutableInt32ToEnumField().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> int32ToMessageField_; private com.google.protobuf.MapField internalGetInt32ToMessageField() { if (int32ToMessageField_ == null) { return com.google.protobuf.MapField.emptyMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } return int32ToMessageField_; } private com.google.protobuf.MapField internalGetMutableInt32ToMessageField() { if (int32ToMessageField_ == null) { int32ToMessageField_ = com.google.protobuf.MapField.newMapField( Int32ToMessageFieldDefaultEntryHolder.defaultEntry); } if (!int32ToMessageField_.isMutable()) { int32ToMessageField_ = int32ToMessageField_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int32ToMessageField_; } public int getInt32ToMessageFieldCount() { return internalGetInt32ToMessageField().getMap().size(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public boolean containsInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt32ToMessageField().getMap().containsKey(key); } /** * Use {@link #getInt32ToMessageFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt32ToMessageField() { return getInt32ToMessageFieldMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public java.util.Map getInt32ToMessageFieldMap() { return internalGetInt32ToMessageField().getMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getInt32ToMessageFieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ @java.lang.Override public com.google.protobuf.ByteString getInt32ToMessageFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt32ToMessageField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt32ToMessageField() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt32ToMessageField().getMutableMap() .clear(); return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder removeInt32ToMessageField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt32ToMessageField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt32ToMessageField() { bitField0_ |= 0x00000010; return internalGetMutableInt32ToMessageField().getMutableMap(); } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putInt32ToMessageField( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableInt32ToMessageField().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** *
       * different key and value types
       * 
* * map<string, bytes> int32_to_message_field = 5; */ public Builder putAllInt32ToMessageField( java.util.Map values) { internalGetMutableInt32ToMessageField().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, com.google.protobuf.ByteString> stringToInt32Field_; private com.google.protobuf.MapField internalGetStringToInt32Field() { if (stringToInt32Field_ == null) { return com.google.protobuf.MapField.emptyMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } return stringToInt32Field_; } private com.google.protobuf.MapField internalGetMutableStringToInt32Field() { if (stringToInt32Field_ == null) { stringToInt32Field_ = com.google.protobuf.MapField.newMapField( StringToInt32FieldDefaultEntryHolder.defaultEntry); } if (!stringToInt32Field_.isMutable()) { stringToInt32Field_ = stringToInt32Field_.copy(); } bitField0_ |= 0x00000020; onChanged(); return stringToInt32Field_; } public int getStringToInt32FieldCount() { return internalGetStringToInt32Field().getMap().size(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public boolean containsStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetStringToInt32Field().getMap().containsKey(key); } /** * Use {@link #getStringToInt32FieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringToInt32Field() { return getStringToInt32FieldMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public java.util.Map getStringToInt32FieldMap() { return internalGetStringToInt32Field().getMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public /* nullable */ com.google.protobuf.ByteString getStringToInt32FieldOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.ByteString defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ @java.lang.Override public com.google.protobuf.ByteString getStringToInt32FieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetStringToInt32Field().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearStringToInt32Field() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableStringToInt32Field().getMutableMap() .clear(); return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder removeStringToInt32Field( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableStringToInt32Field().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringToInt32Field() { bitField0_ |= 0x00000020; return internalGetMutableStringToInt32Field().getMutableMap(); } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putStringToInt32Field( java.lang.String key, com.google.protobuf.ByteString value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableStringToInt32Field().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** *
       * same key type, different value
       * 
* * map<string, bytes> string_to_int32_field = 6; */ public Builder putAllStringToInt32Field( java.util.Map values) { internalGetMutableStringToInt32Field().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; 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:map_test.BizarroTestMap) } // @@protoc_insertion_point(class_scope:map_test.BizarroTestMap) private static final map_test.MapTestProto.BizarroTestMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapTestProto.BizarroTestMap(); } public static map_test.MapTestProto.BizarroTestMap getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BizarroTestMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapTestProto.BizarroTestMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.ReservedAsMapField) com.google.protobuf.MessageOrBuilder { /** * map<string, uint32> if = 1; */ int getIfCount(); /** * map<string, uint32> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, uint32> if = 1; */ java.util.Map getIfMap(); /** * map<string, uint32> if = 1; */ int getIfOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> if = 1; */ int getIfOrThrow( java.lang.String key); /** * map<string, uint32> const = 2; */ int getConstCount(); /** * map<string, uint32> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, uint32> const = 2; */ java.util.Map getConstMap(); /** * map<string, uint32> const = 2; */ int getConstOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> const = 2; */ int getConstOrThrow( java.lang.String key); /** * map<string, uint32> private = 3; */ int getPrivateCount(); /** * map<string, uint32> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, uint32> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, uint32> private = 3; */ int getPrivateOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> private = 3; */ int getPrivateOrThrow( java.lang.String key); /** * map<string, uint32> class = 4; */ int getClass_Count(); /** * map<string, uint32> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, uint32> class = 4; */ java.util.Map getClass_Map(); /** * map<string, uint32> class = 4; */ int getClass_OrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> class = 4; */ int getClass_OrThrow( java.lang.String key); /** * map<string, uint32> int = 5; */ int getIntCount(); /** * map<string, uint32> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, uint32> int = 5; */ java.util.Map getIntMap(); /** * map<string, uint32> int = 5; */ int getIntOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> int = 5; */ int getIntOrThrow( java.lang.String key); /** * map<string, uint32> void = 6; */ int getVoidCount(); /** * map<string, uint32> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, uint32> void = 6; */ java.util.Map getVoidMap(); /** * map<string, uint32> void = 6; */ int getVoidOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> void = 6; */ int getVoidOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrDefault( java.lang.String key, int defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ int getStringOrThrow( java.lang.String key); /** * map<string, uint32> package = 8; */ int getPackageCount(); /** * map<string, uint32> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, uint32> package = 8; */ java.util.Map getPackageMap(); /** * map<string, uint32> package = 8; */ int getPackageOrDefault( java.lang.String key, int defaultValue); /** * map<string, uint32> package = 8; */ int getPackageOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrDefault( java.lang.String key, int defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ int getEnumOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrDefault( java.lang.String key, int defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ int getNullOrThrow( java.lang.String key); } /** *
   * Used to test that java reserved words can be used as protobuf field names
   * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
   * subset of them chosen to cover various keyword categories like
   * type, modifier, declaration, etc.
   * 
* * Protobuf type {@code map_test.ReservedAsMapField} */ public static final class ReservedAsMapField extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.ReservedAsMapField) ReservedAsMapFieldOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapField.newBuilder() to construct. private ReservedAsMapField(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapField() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapField(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.ReservedAsMapField.class, map_test.MapTestProto.ReservedAsMapField.Builder.class); } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.UINT32, 0); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapTestProto.ReservedAsMapField)) { return super.equals(obj); } map_test.MapTestProto.ReservedAsMapField other = (map_test.MapTestProto.ReservedAsMapField) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapTestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.ReservedAsMapField parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.ReservedAsMapField parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapField parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.ReservedAsMapField parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapField parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapTestProto.ReservedAsMapField parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.ReservedAsMapField parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapTestProto.ReservedAsMapField prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Used to test that java reserved words can be used as protobuf field names
     * Not all reserved words are tested (to avoid bloat) but instead an arbitrary
     * subset of them chosen to cover various keyword categories like
     * type, modifier, declaration, etc.
     * 
* * Protobuf type {@code map_test.ReservedAsMapField} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.ReservedAsMapField) map_test.MapTestProto.ReservedAsMapFieldOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.ReservedAsMapField.class, map_test.MapTestProto.ReservedAsMapField.Builder.class); } // Construct using map_test.MapTestProto.ReservedAsMapField.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapField_descriptor; } @java.lang.Override public map_test.MapTestProto.ReservedAsMapField getDefaultInstanceForType() { return map_test.MapTestProto.ReservedAsMapField.getDefaultInstance(); } @java.lang.Override public map_test.MapTestProto.ReservedAsMapField build() { map_test.MapTestProto.ReservedAsMapField result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapTestProto.ReservedAsMapField buildPartial() { map_test.MapTestProto.ReservedAsMapField result = new map_test.MapTestProto.ReservedAsMapField(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapTestProto.ReservedAsMapField result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapTestProto.ReservedAsMapField) { return mergeFrom((map_test.MapTestProto.ReservedAsMapField)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapTestProto.ReservedAsMapField other) { if (other == map_test.MapTestProto.ReservedAsMapField.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry if__ = input.readMessage( IfDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry const__ = input.readMessage( ConstDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry private__ = input.readMessage( PrivateDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry class___ = input.readMessage( Class_DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int__ = input.readMessage( IntDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry void__ = input.readMessage( VoidDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry string__ = input.readMessage( StringDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry package__ = input.readMessage( PackageDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry enum__ = input.readMessage( EnumDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry null__ = input.readMessage( NullDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetIf().getMap(); } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> if = 1; */ @java.lang.Override public int getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, uint32> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetMutableIf().getMutableMap(); } /** * map<string, uint32> if = 1; */ public Builder putIf( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, uint32> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetMutableIf().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetConst().getMap(); } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> const = 2; */ @java.lang.Override public int getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, uint32> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetMutableConst().getMutableMap(); } /** * map<string, uint32> const = 2; */ public Builder putConst( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<string, uint32> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetMutableConst().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetPrivate().getMap(); } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> private = 3; */ @java.lang.Override public int getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, uint32> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetMutablePrivate().getMutableMap(); } /** * map<string, uint32> private = 3; */ public Builder putPrivate( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<string, uint32> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetMutablePrivate().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetClass_().getMap(); } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> class = 4; */ @java.lang.Override public int getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, uint32> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetMutableClass_().getMutableMap(); } /** * map<string, uint32> class = 4; */ public Builder putClass_( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<string, uint32> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetMutableClass_().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetInt().getMap(); } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> int = 5; */ @java.lang.Override public int getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, uint32> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetMutableInt().getMutableMap(); } /** * map<string, uint32> int = 5; */ public Builder putInt( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<string, uint32> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetMutableInt().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetVoid().getMap(); } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> void = 6; */ @java.lang.Override public int getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, uint32> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetMutableVoid().getMutableMap(); } /** * map<string, uint32> void = 6; */ public Builder putVoid( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, uint32> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetMutableVoid().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetString().getMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ @java.lang.Override public int getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetMutableString().getMutableMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putString( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, uint32> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetMutableString().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetPackage().getMap(); } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, uint32> package = 8; */ @java.lang.Override public int getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, uint32> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetMutablePackage().getMutableMap(); } /** * map<string, uint32> package = 8; */ public Builder putPackage( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<string, uint32> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetMutablePackage().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetEnum().getMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ @java.lang.Override public int getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetMutableEnum().getMutableMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putEnum( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, uint32> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetMutableEnum().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetNull().getMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ @java.lang.Override public int getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetMutableNull().getMutableMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putNull( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, uint32> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetMutableNull().getMutableMap() .putAll(values); bitField0_ |= 0x00000200; 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:map_test.ReservedAsMapField) } // @@protoc_insertion_point(class_scope:map_test.ReservedAsMapField) private static final map_test.MapTestProto.ReservedAsMapField DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapTestProto.ReservedAsMapField(); } public static map_test.MapTestProto.ReservedAsMapField getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapField parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapTestProto.ReservedAsMapField getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReservedAsMapFieldWithEnumValueOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.ReservedAsMapFieldWithEnumValue) com.google.protobuf.MessageOrBuilder { /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfCount(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ boolean containsIf( java.lang.String key); /** * Use {@link #getIfMap()} instead. */ @java.lang.Deprecated java.util.Map getIf(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ java.util.Map getIfMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key); /** * Use {@link #getIfValueMap()} instead. */ @java.lang.Deprecated java.util.Map getIfValue(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ java.util.Map getIfValueMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ int getIfValueOrThrow( java.lang.String key); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstCount(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ boolean containsConst( java.lang.String key); /** * Use {@link #getConstMap()} instead. */ @java.lang.Deprecated java.util.Map getConst(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ java.util.Map getConstMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key); /** * Use {@link #getConstValueMap()} instead. */ @java.lang.Deprecated java.util.Map getConstValue(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ java.util.Map getConstValueMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ int getConstValueOrThrow( java.lang.String key); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateCount(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ boolean containsPrivate( java.lang.String key); /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivate(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ java.util.Map getPrivateMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key); /** * Use {@link #getPrivateValueMap()} instead. */ @java.lang.Deprecated java.util.Map getPrivateValue(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ java.util.Map getPrivateValueMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ int getPrivateValueOrThrow( java.lang.String key); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_Count(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ boolean containsClass_( java.lang.String key); /** * Use {@link #getClass_Map()} instead. */ @java.lang.Deprecated java.util.Map getClass_(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ java.util.Map getClass_Map(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key); /** * Use {@link #getClass_ValueMap()} instead. */ @java.lang.Deprecated java.util.Map getClass_Value(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ java.util.Map getClass_ValueMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_ValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ int getClass_ValueOrThrow( java.lang.String key); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntCount(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ boolean containsInt( java.lang.String key); /** * Use {@link #getIntMap()} instead. */ @java.lang.Deprecated java.util.Map getInt(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ java.util.Map getIntMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key); /** * Use {@link #getIntValueMap()} instead. */ @java.lang.Deprecated java.util.Map getIntValue(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ java.util.Map getIntValueMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ int getIntValueOrThrow( java.lang.String key); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidCount(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ boolean containsVoid( java.lang.String key); /** * Use {@link #getVoidMap()} instead. */ @java.lang.Deprecated java.util.Map getVoid(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ java.util.Map getVoidMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key); /** * Use {@link #getVoidValueMap()} instead. */ @java.lang.Deprecated java.util.Map getVoidValue(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ java.util.Map getVoidValueMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ int getVoidValueOrThrow( java.lang.String key); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringCount(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ boolean containsString( java.lang.String key); /** * Use {@link #getStringMap()} instead. */ @java.lang.Deprecated java.util.Map getString(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ java.util.Map getStringMap(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key); /** * Use {@link #getStringValueMap()} instead. */ @java.lang.Deprecated java.util.Map getStringValue(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ java.util.Map getStringValueMap(); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringValueOrDefault( java.lang.String key, int defaultValue); /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ int getStringValueOrThrow( java.lang.String key); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageCount(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ boolean containsPackage( java.lang.String key); /** * Use {@link #getPackageMap()} instead. */ @java.lang.Deprecated java.util.Map getPackage(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ java.util.Map getPackageMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key); /** * Use {@link #getPackageValueMap()} instead. */ @java.lang.Deprecated java.util.Map getPackageValue(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ java.util.Map getPackageValueMap(); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageValueOrDefault( java.lang.String key, int defaultValue); /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ int getPackageValueOrThrow( java.lang.String key); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumCount(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ boolean containsEnum( java.lang.String key); /** * Use {@link #getEnumMap()} instead. */ @java.lang.Deprecated java.util.Map getEnum(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ java.util.Map getEnumMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key); /** * Use {@link #getEnumValueMap()} instead. */ @java.lang.Deprecated java.util.Map getEnumValue(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ java.util.Map getEnumValueMap(); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumValueOrDefault( java.lang.String key, int defaultValue); /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ int getEnumValueOrThrow( java.lang.String key); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullCount(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ boolean containsNull( java.lang.String key); /** * Use {@link #getNullMap()} instead. */ @java.lang.Deprecated java.util.Map getNull(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ java.util.Map getNullMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key); /** * Use {@link #getNullValueMap()} instead. */ @java.lang.Deprecated java.util.Map getNullValue(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ java.util.Map getNullValueMap(); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullValueOrDefault( java.lang.String key, int defaultValue); /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ int getNullValueOrThrow( java.lang.String key); } /** * Protobuf type {@code map_test.ReservedAsMapFieldWithEnumValue} */ public static final class ReservedAsMapFieldWithEnumValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.ReservedAsMapFieldWithEnumValue) ReservedAsMapFieldWithEnumValueOrBuilder { private static final long serialVersionUID = 0L; // Use ReservedAsMapFieldWithEnumValue.newBuilder() to construct. private ReservedAsMapFieldWithEnumValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReservedAsMapFieldWithEnumValue() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ReservedAsMapFieldWithEnumValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.class, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } /** * Protobuf enum {@code map_test.ReservedAsMapFieldWithEnumValue.SampleEnum} */ public enum SampleEnum implements com.google.protobuf.ProtocolMessageEnum { /** * A = 0; */ A(0), /** * B = 1; */ B(1), UNRECOGNIZED(-1), ; /** * A = 0; */ public static final int A_VALUE = 0; /** * B = 1; */ public static final int B_VALUE = 1; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static SampleEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static SampleEnum forNumber(int value) { switch (value) { case 0: return A; case 1: return B; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< SampleEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public SampleEnum findValueByNumber(int number) { return SampleEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.getDescriptor().getEnumTypes().get(0); } private static final SampleEnum[] VALUES = values(); public static SampleEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private SampleEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:map_test.ReservedAsMapFieldWithEnumValue.SampleEnum) } public static final int IF_FIELD_NUMBER = 1; private static final class IfDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> ifValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedIfMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, ifValueConverter); } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } /** * Use {@link #getIfValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIfValue() { return getIfValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfValueMap() { return internalGetIf().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CONST_FIELD_NUMBER = 2; private static final class ConstDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> constValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedConstMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, constValueConverter); } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } /** * Use {@link #getConstValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConstValue() { return getConstValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstValueMap() { return internalGetConst().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PRIVATE_FIELD_NUMBER = 3; private static final class PrivateDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> privateValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedPrivateMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, privateValueConverter); } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } /** * Use {@link #getPrivateValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivateValue() { return getPrivateValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateValueMap() { return internalGetPrivate().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CLASS_FIELD_NUMBER = 4; private static final class Class_DefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> class_ValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedClass_Map( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, class_ValueConverter); } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } /** * Use {@link #getClass_ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_Value() { return getClass_ValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_ValueMap() { return internalGetClass_().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int INT_FIELD_NUMBER = 5; private static final class IntDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> intValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedIntMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, intValueConverter); } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } /** * Use {@link #getIntValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIntValue() { return getIntValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntValueMap() { return internalGetInt().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int VOID_FIELD_NUMBER = 6; private static final class VoidDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> voidValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedVoidMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, voidValueConverter); } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } /** * Use {@link #getVoidValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoidValue() { return getVoidValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidValueMap() { return internalGetVoid().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int STRING_FIELD_NUMBER = 7; private static final class StringDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> stringValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedStringMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, stringValueConverter); } public int getStringCount() { return internalGetString().getMap().size(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } /** * Use {@link #getStringValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringValue() { return getStringValueMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringValueMap() { return internalGetString().getMap(); } /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * These are also proto keywords
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int PACKAGE_FIELD_NUMBER = 8; private static final class PackageDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> packageValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedPackageMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, packageValueConverter); } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } /** * Use {@link #getPackageValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackageValue() { return getPackageValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageValueMap() { return internalGetPackage().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int ENUM_FIELD_NUMBER = 9; private static final class EnumDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> enumValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedEnumMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, enumValueConverter); } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } /** * Use {@link #getEnumValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnumValue() { return getEnumValueMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumValueMap() { return internalGetEnum().getMap(); } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * Most recent Java reserved word
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int NULL_FIELD_NUMBER = 10; private static final class NullDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.ENUM, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.A.getNumber()); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private static final com.google.protobuf.Internal.MapAdapter.Converter< java.lang.Integer, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum> nullValueConverter = com.google.protobuf.Internal.MapAdapter.newEnumConverter( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.internalGetValueMap(), map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum.UNRECOGNIZED); private static final java.util.Map internalGetAdaptedNullMap( java.util.Map map) { return new com.google.protobuf.Internal.MapAdapter< java.lang.String, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum, java.lang.Integer>( map, nullValueConverter); } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } /** * Use {@link #getNullValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNullValue() { return getNullValueMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullValueMap() { return internalGetNull().getMap(); } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * null is not a 'reserved word' per se but as a literal needs similar care
     * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetIf(), IfDefaultEntryHolder.defaultEntry, 1); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetConst(), ConstDefaultEntryHolder.defaultEntry, 2); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPrivate(), PrivateDefaultEntryHolder.defaultEntry, 3); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetClass_(), Class_DefaultEntryHolder.defaultEntry, 4); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetInt(), IntDefaultEntryHolder.defaultEntry, 5); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetVoid(), VoidDefaultEntryHolder.defaultEntry, 6); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetString(), StringDefaultEntryHolder.defaultEntry, 7); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetPackage(), PackageDefaultEntryHolder.defaultEntry, 8); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetEnum(), EnumDefaultEntryHolder.defaultEntry, 9); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetNull(), NullDefaultEntryHolder.defaultEntry, 10); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIf().getMap().entrySet()) { com.google.protobuf.MapEntry if__ = IfDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, if__); } for (java.util.Map.Entry entry : internalGetConst().getMap().entrySet()) { com.google.protobuf.MapEntry const__ = ConstDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, const__); } for (java.util.Map.Entry entry : internalGetPrivate().getMap().entrySet()) { com.google.protobuf.MapEntry private__ = PrivateDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, private__); } for (java.util.Map.Entry entry : internalGetClass_().getMap().entrySet()) { com.google.protobuf.MapEntry class___ = Class_DefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, class___); } for (java.util.Map.Entry entry : internalGetInt().getMap().entrySet()) { com.google.protobuf.MapEntry int__ = IntDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, int__); } for (java.util.Map.Entry entry : internalGetVoid().getMap().entrySet()) { com.google.protobuf.MapEntry void__ = VoidDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, void__); } for (java.util.Map.Entry entry : internalGetString().getMap().entrySet()) { com.google.protobuf.MapEntry string__ = StringDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, string__); } for (java.util.Map.Entry entry : internalGetPackage().getMap().entrySet()) { com.google.protobuf.MapEntry package__ = PackageDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, package__); } for (java.util.Map.Entry entry : internalGetEnum().getMap().entrySet()) { com.google.protobuf.MapEntry enum__ = EnumDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, enum__); } for (java.util.Map.Entry entry : internalGetNull().getMap().entrySet()) { com.google.protobuf.MapEntry null__ = NullDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, null__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapTestProto.ReservedAsMapFieldWithEnumValue)) { return super.equals(obj); } map_test.MapTestProto.ReservedAsMapFieldWithEnumValue other = (map_test.MapTestProto.ReservedAsMapFieldWithEnumValue) obj; if (!internalGetIf().equals( other.internalGetIf())) return false; if (!internalGetConst().equals( other.internalGetConst())) return false; if (!internalGetPrivate().equals( other.internalGetPrivate())) return false; if (!internalGetClass_().equals( other.internalGetClass_())) return false; if (!internalGetInt().equals( other.internalGetInt())) return false; if (!internalGetVoid().equals( other.internalGetVoid())) return false; if (!internalGetString().equals( other.internalGetString())) return false; if (!internalGetPackage().equals( other.internalGetPackage())) return false; if (!internalGetEnum().equals( other.internalGetEnum())) return false; if (!internalGetNull().equals( other.internalGetNull())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIf().getMap().isEmpty()) { hash = (37 * hash) + IF_FIELD_NUMBER; hash = (53 * hash) + internalGetIf().hashCode(); } if (!internalGetConst().getMap().isEmpty()) { hash = (37 * hash) + CONST_FIELD_NUMBER; hash = (53 * hash) + internalGetConst().hashCode(); } if (!internalGetPrivate().getMap().isEmpty()) { hash = (37 * hash) + PRIVATE_FIELD_NUMBER; hash = (53 * hash) + internalGetPrivate().hashCode(); } if (!internalGetClass_().getMap().isEmpty()) { hash = (37 * hash) + CLASS_FIELD_NUMBER; hash = (53 * hash) + internalGetClass_().hashCode(); } if (!internalGetInt().getMap().isEmpty()) { hash = (37 * hash) + INT_FIELD_NUMBER; hash = (53 * hash) + internalGetInt().hashCode(); } if (!internalGetVoid().getMap().isEmpty()) { hash = (37 * hash) + VOID_FIELD_NUMBER; hash = (53 * hash) + internalGetVoid().hashCode(); } if (!internalGetString().getMap().isEmpty()) { hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + internalGetString().hashCode(); } if (!internalGetPackage().getMap().isEmpty()) { hash = (37 * hash) + PACKAGE_FIELD_NUMBER; hash = (53 * hash) + internalGetPackage().hashCode(); } if (!internalGetEnum().getMap().isEmpty()) { hash = (37 * hash) + ENUM_FIELD_NUMBER; hash = (53 * hash) + internalGetEnum().hashCode(); } if (!internalGetNull().getMap().isEmpty()) { hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + internalGetNull().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapTestProto.ReservedAsMapFieldWithEnumValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_test.ReservedAsMapFieldWithEnumValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.ReservedAsMapFieldWithEnumValue) map_test.MapTestProto.ReservedAsMapFieldWithEnumValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetIf(); case 2: return internalGetConst(); case 3: return internalGetPrivate(); case 4: return internalGetClass_(); case 5: return internalGetInt(); case 6: return internalGetVoid(); case 7: return internalGetString(); case 8: return internalGetPackage(); case 9: return internalGetEnum(); case 10: return internalGetNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableIf(); case 2: return internalGetMutableConst(); case 3: return internalGetMutablePrivate(); case 4: return internalGetMutableClass_(); case 5: return internalGetMutableInt(); case 6: return internalGetMutableVoid(); case 7: return internalGetMutableString(); case 8: return internalGetMutablePackage(); case 9: return internalGetMutableEnum(); case 10: return internalGetMutableNull(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.class, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.Builder.class); } // Construct using map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableIf().clear(); internalGetMutableConst().clear(); internalGetMutablePrivate().clear(); internalGetMutableClass_().clear(); internalGetMutableInt().clear(); internalGetMutableVoid().clear(); internalGetMutableString().clear(); internalGetMutablePackage().clear(); internalGetMutableEnum().clear(); internalGetMutableNull().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapTestProto.internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor; } @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance(); } @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue build() { map_test.MapTestProto.ReservedAsMapFieldWithEnumValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue buildPartial() { map_test.MapTestProto.ReservedAsMapFieldWithEnumValue result = new map_test.MapTestProto.ReservedAsMapFieldWithEnumValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapTestProto.ReservedAsMapFieldWithEnumValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.if_ = internalGetIf(); result.if_.makeImmutable(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.const_ = internalGetConst(); result.const_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.private_ = internalGetPrivate(); result.private_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.class__ = internalGetClass_(); result.class__.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.int_ = internalGetInt(); result.int_.makeImmutable(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.void_ = internalGetVoid(); result.void_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { result.string_ = internalGetString(); result.string_.makeImmutable(); } if (((from_bitField0_ & 0x00000080) != 0)) { result.package_ = internalGetPackage(); result.package_.makeImmutable(); } if (((from_bitField0_ & 0x00000100) != 0)) { result.enum_ = internalGetEnum(); result.enum_.makeImmutable(); } if (((from_bitField0_ & 0x00000200) != 0)) { result.null_ = internalGetNull(); result.null_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapTestProto.ReservedAsMapFieldWithEnumValue) { return mergeFrom((map_test.MapTestProto.ReservedAsMapFieldWithEnumValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapTestProto.ReservedAsMapFieldWithEnumValue other) { if (other == map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.getDefaultInstance()) return this; internalGetMutableIf().mergeFrom( other.internalGetIf()); bitField0_ |= 0x00000001; internalGetMutableConst().mergeFrom( other.internalGetConst()); bitField0_ |= 0x00000002; internalGetMutablePrivate().mergeFrom( other.internalGetPrivate()); bitField0_ |= 0x00000004; internalGetMutableClass_().mergeFrom( other.internalGetClass_()); bitField0_ |= 0x00000008; internalGetMutableInt().mergeFrom( other.internalGetInt()); bitField0_ |= 0x00000010; internalGetMutableVoid().mergeFrom( other.internalGetVoid()); bitField0_ |= 0x00000020; internalGetMutableString().mergeFrom( other.internalGetString()); bitField0_ |= 0x00000040; internalGetMutablePackage().mergeFrom( other.internalGetPackage()); bitField0_ |= 0x00000080; internalGetMutableEnum().mergeFrom( other.internalGetEnum()); bitField0_ |= 0x00000100; internalGetMutableNull().mergeFrom( other.internalGetNull()); bitField0_ |= 0x00000200; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry if__ = input.readMessage( IfDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableIf().getMutableMap().put( if__.getKey(), if__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.protobuf.MapEntry const__ = input.readMessage( ConstDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableConst().getMutableMap().put( const__.getKey(), const__.getValue()); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.MapEntry private__ = input.readMessage( PrivateDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePrivate().getMutableMap().put( private__.getKey(), private__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 34: { com.google.protobuf.MapEntry class___ = input.readMessage( Class_DefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableClass_().getMutableMap().put( class___.getKey(), class___.getValue()); bitField0_ |= 0x00000008; break; } // case 34 case 42: { com.google.protobuf.MapEntry int__ = input.readMessage( IntDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableInt().getMutableMap().put( int__.getKey(), int__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { com.google.protobuf.MapEntry void__ = input.readMessage( VoidDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableVoid().getMutableMap().put( void__.getKey(), void__.getValue()); bitField0_ |= 0x00000020; break; } // case 50 case 58: { com.google.protobuf.MapEntry string__ = input.readMessage( StringDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableString().getMutableMap().put( string__.getKey(), string__.getValue()); bitField0_ |= 0x00000040; break; } // case 58 case 66: { com.google.protobuf.MapEntry package__ = input.readMessage( PackageDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutablePackage().getMutableMap().put( package__.getKey(), package__.getValue()); bitField0_ |= 0x00000080; break; } // case 66 case 74: { com.google.protobuf.MapEntry enum__ = input.readMessage( EnumDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableEnum().getMutableMap().put( enum__.getKey(), enum__.getValue()); bitField0_ |= 0x00000100; break; } // case 74 case 82: { com.google.protobuf.MapEntry null__ = input.readMessage( NullDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableNull().getMutableMap().put( null__.getKey(), null__.getValue()); bitField0_ |= 0x00000200; break; } // case 82 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> if_; private com.google.protobuf.MapField internalGetIf() { if (if_ == null) { return com.google.protobuf.MapField.emptyMapField( IfDefaultEntryHolder.defaultEntry); } return if_; } private com.google.protobuf.MapField internalGetMutableIf() { if (if_ == null) { if_ = com.google.protobuf.MapField.newMapField( IfDefaultEntryHolder.defaultEntry); } if (!if_.isMutable()) { if_ = if_.copy(); } bitField0_ |= 0x00000001; onChanged(); return if_; } public int getIfCount() { return internalGetIf().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public boolean containsIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetIf().getMap().containsKey(key); } /** * Use {@link #getIfMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIf() { return getIfMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfMap() { return internalGetAdaptedIfMap( internalGetIf().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? ifValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIfOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return ifValueConverter.doForward(map.get(key)); } /** * Use {@link #getIfValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIfValue() { return getIfValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public java.util.Map getIfValueMap() { return internalGetIf().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ @java.lang.Override public int getIfValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetIf().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearIf() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableIf().getMutableMap() .clear(); return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder removeIf( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIf() { bitField0_ |= 0x00000001; return internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putIf( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, ifValueConverter.doBackward(value)); bitField0_ |= 0x00000001; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putAllIf( java.util.Map values) { internalGetAdaptedIfMap( internalGetMutableIf().getMutableMap()) .putAll(values); bitField0_ |= 0x00000001; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIfValue() { bitField0_ |= 0x00000001; return internalGetMutableIf().getMutableMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putIfValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableIf().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> if = 1; */ public Builder putAllIfValue( java.util.Map values) { internalGetMutableIf().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> const_; private com.google.protobuf.MapField internalGetConst() { if (const_ == null) { return com.google.protobuf.MapField.emptyMapField( ConstDefaultEntryHolder.defaultEntry); } return const_; } private com.google.protobuf.MapField internalGetMutableConst() { if (const_ == null) { const_ = com.google.protobuf.MapField.newMapField( ConstDefaultEntryHolder.defaultEntry); } if (!const_.isMutable()) { const_ = const_.copy(); } bitField0_ |= 0x00000002; onChanged(); return const_; } public int getConstCount() { return internalGetConst().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public boolean containsConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetConst().getMap().containsKey(key); } /** * Use {@link #getConstMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConst() { return getConstMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstMap() { return internalGetAdaptedConstMap( internalGetConst().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? constValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getConstOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return constValueConverter.doForward(map.get(key)); } /** * Use {@link #getConstValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getConstValue() { return getConstValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public java.util.Map getConstValueMap() { return internalGetConst().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ @java.lang.Override public int getConstValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetConst().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearConst() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableConst().getMutableMap() .clear(); return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder removeConst( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConst() { bitField0_ |= 0x00000002; return internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putConst( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, constValueConverter.doBackward(value)); bitField0_ |= 0x00000002; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putAllConst( java.util.Map values) { internalGetAdaptedConstMap( internalGetMutableConst().getMutableMap()) .putAll(values); bitField0_ |= 0x00000002; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableConstValue() { bitField0_ |= 0x00000002; return internalGetMutableConst().getMutableMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putConstValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableConst().getMutableMap() .put(key, value); bitField0_ |= 0x00000002; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> const = 2; */ public Builder putAllConstValue( java.util.Map values) { internalGetMutableConst().getMutableMap() .putAll(values); bitField0_ |= 0x00000002; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> private_; private com.google.protobuf.MapField internalGetPrivate() { if (private_ == null) { return com.google.protobuf.MapField.emptyMapField( PrivateDefaultEntryHolder.defaultEntry); } return private_; } private com.google.protobuf.MapField internalGetMutablePrivate() { if (private_ == null) { private_ = com.google.protobuf.MapField.newMapField( PrivateDefaultEntryHolder.defaultEntry); } if (!private_.isMutable()) { private_ = private_.copy(); } bitField0_ |= 0x00000004; onChanged(); return private_; } public int getPrivateCount() { return internalGetPrivate().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public boolean containsPrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPrivate().getMap().containsKey(key); } /** * Use {@link #getPrivateMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivate() { return getPrivateMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateMap() { return internalGetAdaptedPrivateMap( internalGetPrivate().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? privateValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPrivateOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return privateValueConverter.doForward(map.get(key)); } /** * Use {@link #getPrivateValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPrivateValue() { return getPrivateValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public java.util.Map getPrivateValueMap() { return internalGetPrivate().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ @java.lang.Override public int getPrivateValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPrivate().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPrivate() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutablePrivate().getMutableMap() .clear(); return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder removePrivate( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivate() { bitField0_ |= 0x00000004; return internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putPrivate( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, privateValueConverter.doBackward(value)); bitField0_ |= 0x00000004; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putAllPrivate( java.util.Map values) { internalGetAdaptedPrivateMap( internalGetMutablePrivate().getMutableMap()) .putAll(values); bitField0_ |= 0x00000004; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePrivateValue() { bitField0_ |= 0x00000004; return internalGetMutablePrivate().getMutableMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putPrivateValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePrivate().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> private = 3; */ public Builder putAllPrivateValue( java.util.Map values) { internalGetMutablePrivate().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> class__; private com.google.protobuf.MapField internalGetClass_() { if (class__ == null) { return com.google.protobuf.MapField.emptyMapField( Class_DefaultEntryHolder.defaultEntry); } return class__; } private com.google.protobuf.MapField internalGetMutableClass_() { if (class__ == null) { class__ = com.google.protobuf.MapField.newMapField( Class_DefaultEntryHolder.defaultEntry); } if (!class__.isMutable()) { class__ = class__.copy(); } bitField0_ |= 0x00000008; onChanged(); return class__; } public int getClass_Count() { return internalGetClass_().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public boolean containsClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetClass_().getMap().containsKey(key); } /** * Use {@link #getClass_Map()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_() { return getClass_Map(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_Map() { return internalGetAdaptedClass_Map( internalGetClass_().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? class_ValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getClass_OrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return class_ValueConverter.doForward(map.get(key)); } /** * Use {@link #getClass_ValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getClass_Value() { return getClass_ValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public java.util.Map getClass_ValueMap() { return internalGetClass_().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ @java.lang.Override public int getClass_ValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetClass_().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearClass_() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableClass_().getMutableMap() .clear(); return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder removeClass_( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_() { bitField0_ |= 0x00000008; return internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putClass_( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, class_ValueConverter.doBackward(value)); bitField0_ |= 0x00000008; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putAllClass_( java.util.Map values) { internalGetAdaptedClass_Map( internalGetMutableClass_().getMutableMap()) .putAll(values); bitField0_ |= 0x00000008; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableClass_Value() { bitField0_ |= 0x00000008; return internalGetMutableClass_().getMutableMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putClass_Value( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableClass_().getMutableMap() .put(key, value); bitField0_ |= 0x00000008; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> class = 4; */ public Builder putAllClass_Value( java.util.Map values) { internalGetMutableClass_().getMutableMap() .putAll(values); bitField0_ |= 0x00000008; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> int_; private com.google.protobuf.MapField internalGetInt() { if (int_ == null) { return com.google.protobuf.MapField.emptyMapField( IntDefaultEntryHolder.defaultEntry); } return int_; } private com.google.protobuf.MapField internalGetMutableInt() { if (int_ == null) { int_ = com.google.protobuf.MapField.newMapField( IntDefaultEntryHolder.defaultEntry); } if (!int_.isMutable()) { int_ = int_.copy(); } bitField0_ |= 0x00000010; onChanged(); return int_; } public int getIntCount() { return internalGetInt().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public boolean containsInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetInt().getMap().containsKey(key); } /** * Use {@link #getIntMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getInt() { return getIntMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntMap() { return internalGetAdaptedIntMap( internalGetInt().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? intValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getIntOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return intValueConverter.doForward(map.get(key)); } /** * Use {@link #getIntValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIntValue() { return getIntValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public java.util.Map getIntValueMap() { return internalGetInt().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ @java.lang.Override public int getIntValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetInt().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearInt() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableInt().getMutableMap() .clear(); return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder removeInt( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableInt() { bitField0_ |= 0x00000010; return internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putInt( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, intValueConverter.doBackward(value)); bitField0_ |= 0x00000010; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putAllInt( java.util.Map values) { internalGetAdaptedIntMap( internalGetMutableInt().getMutableMap()) .putAll(values); bitField0_ |= 0x00000010; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIntValue() { bitField0_ |= 0x00000010; return internalGetMutableInt().getMutableMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putIntValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableInt().getMutableMap() .put(key, value); bitField0_ |= 0x00000010; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> int = 5; */ public Builder putAllIntValue( java.util.Map values) { internalGetMutableInt().getMutableMap() .putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> void_; private com.google.protobuf.MapField internalGetVoid() { if (void_ == null) { return com.google.protobuf.MapField.emptyMapField( VoidDefaultEntryHolder.defaultEntry); } return void_; } private com.google.protobuf.MapField internalGetMutableVoid() { if (void_ == null) { void_ = com.google.protobuf.MapField.newMapField( VoidDefaultEntryHolder.defaultEntry); } if (!void_.isMutable()) { void_ = void_.copy(); } bitField0_ |= 0x00000020; onChanged(); return void_; } public int getVoidCount() { return internalGetVoid().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public boolean containsVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetVoid().getMap().containsKey(key); } /** * Use {@link #getVoidMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoid() { return getVoidMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidMap() { return internalGetAdaptedVoidMap( internalGetVoid().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? voidValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getVoidOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return voidValueConverter.doForward(map.get(key)); } /** * Use {@link #getVoidValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVoidValue() { return getVoidValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public java.util.Map getVoidValueMap() { return internalGetVoid().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ @java.lang.Override public int getVoidValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetVoid().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearVoid() { bitField0_ = (bitField0_ & ~0x00000020); internalGetMutableVoid().getMutableMap() .clear(); return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder removeVoid( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoid() { bitField0_ |= 0x00000020; return internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putVoid( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, voidValueConverter.doBackward(value)); bitField0_ |= 0x00000020; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putAllVoid( java.util.Map values) { internalGetAdaptedVoidMap( internalGetMutableVoid().getMutableMap()) .putAll(values); bitField0_ |= 0x00000020; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableVoidValue() { bitField0_ |= 0x00000020; return internalGetMutableVoid().getMutableMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putVoidValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableVoid().getMutableMap() .put(key, value); bitField0_ |= 0x00000020; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> void = 6; */ public Builder putAllVoidValue( java.util.Map values) { internalGetMutableVoid().getMutableMap() .putAll(values); bitField0_ |= 0x00000020; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> string_; private com.google.protobuf.MapField internalGetString() { if (string_ == null) { return com.google.protobuf.MapField.emptyMapField( StringDefaultEntryHolder.defaultEntry); } return string_; } private com.google.protobuf.MapField internalGetMutableString() { if (string_ == null) { string_ = com.google.protobuf.MapField.newMapField( StringDefaultEntryHolder.defaultEntry); } if (!string_.isMutable()) { string_ = string_.copy(); } bitField0_ |= 0x00000040; onChanged(); return string_; } public int getStringCount() { return internalGetString().getMap().size(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public boolean containsString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetString().getMap().containsKey(key); } /** * Use {@link #getStringMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getString() { return getStringMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringMap() { return internalGetAdaptedStringMap( internalGetString().getMap());} /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? stringValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getStringOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return stringValueConverter.doForward(map.get(key)); } /** * Use {@link #getStringValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getStringValue() { return getStringValueMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public java.util.Map getStringValueMap() { return internalGetString().getMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ @java.lang.Override public int getStringValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetString().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000040); internalGetMutableString().getMutableMap() .clear(); return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder removeString( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableString() { bitField0_ |= 0x00000040; return internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putString( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, stringValueConverter.doBackward(value)); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putAllString( java.util.Map values) { internalGetAdaptedStringMap( internalGetMutableString().getMutableMap()) .putAll(values); bitField0_ |= 0x00000040; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableStringValue() { bitField0_ |= 0x00000040; return internalGetMutableString().getMutableMap(); } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putStringValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableString().getMutableMap() .put(key, value); bitField0_ |= 0x00000040; return this; } /** *
       * These are also proto keywords
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> string = 7; */ public Builder putAllStringValue( java.util.Map values) { internalGetMutableString().getMutableMap() .putAll(values); bitField0_ |= 0x00000040; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> package_; private com.google.protobuf.MapField internalGetPackage() { if (package_ == null) { return com.google.protobuf.MapField.emptyMapField( PackageDefaultEntryHolder.defaultEntry); } return package_; } private com.google.protobuf.MapField internalGetMutablePackage() { if (package_ == null) { package_ = com.google.protobuf.MapField.newMapField( PackageDefaultEntryHolder.defaultEntry); } if (!package_.isMutable()) { package_ = package_.copy(); } bitField0_ |= 0x00000080; onChanged(); return package_; } public int getPackageCount() { return internalGetPackage().getMap().size(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public boolean containsPackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetPackage().getMap().containsKey(key); } /** * Use {@link #getPackageMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackage() { return getPackageMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageMap() { return internalGetAdaptedPackageMap( internalGetPackage().getMap());} /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? packageValueConverter.doForward(map.get(key)) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getPackageOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return packageValueConverter.doForward(map.get(key)); } /** * Use {@link #getPackageValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPackageValue() { return getPackageValueMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public java.util.Map getPackageValueMap() { return internalGetPackage().getMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ @java.lang.Override public int getPackageValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetPackage().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPackage() { bitField0_ = (bitField0_ & ~0x00000080); internalGetMutablePackage().getMutableMap() .clear(); return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder removePackage( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackage() { bitField0_ |= 0x00000080; return internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putPackage( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, packageValueConverter.doBackward(value)); bitField0_ |= 0x00000080; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putAllPackage( java.util.Map values) { internalGetAdaptedPackageMap( internalGetMutablePackage().getMutableMap()) .putAll(values); bitField0_ |= 0x00000080; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePackageValue() { bitField0_ |= 0x00000080; return internalGetMutablePackage().getMutableMap(); } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putPackageValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutablePackage().getMutableMap() .put(key, value); bitField0_ |= 0x00000080; return this; } /** * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> package = 8; */ public Builder putAllPackageValue( java.util.Map values) { internalGetMutablePackage().getMutableMap() .putAll(values); bitField0_ |= 0x00000080; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> enum_; private com.google.protobuf.MapField internalGetEnum() { if (enum_ == null) { return com.google.protobuf.MapField.emptyMapField( EnumDefaultEntryHolder.defaultEntry); } return enum_; } private com.google.protobuf.MapField internalGetMutableEnum() { if (enum_ == null) { enum_ = com.google.protobuf.MapField.newMapField( EnumDefaultEntryHolder.defaultEntry); } if (!enum_.isMutable()) { enum_ = enum_.copy(); } bitField0_ |= 0x00000100; onChanged(); return enum_; } public int getEnumCount() { return internalGetEnum().getMap().size(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public boolean containsEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetEnum().getMap().containsKey(key); } /** * Use {@link #getEnumMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnum() { return getEnumMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumMap() { return internalGetAdaptedEnumMap( internalGetEnum().getMap());} /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? enumValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getEnumOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return enumValueConverter.doForward(map.get(key)); } /** * Use {@link #getEnumValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getEnumValue() { return getEnumValueMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public java.util.Map getEnumValueMap() { return internalGetEnum().getMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ @java.lang.Override public int getEnumValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetEnum().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearEnum() { bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableEnum().getMutableMap() .clear(); return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder removeEnum( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnum() { bitField0_ |= 0x00000100; return internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putEnum( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, enumValueConverter.doBackward(value)); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putAllEnum( java.util.Map values) { internalGetAdaptedEnumMap( internalGetMutableEnum().getMutableMap()) .putAll(values); bitField0_ |= 0x00000100; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableEnumValue() { bitField0_ |= 0x00000100; return internalGetMutableEnum().getMutableMap(); } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putEnumValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableEnum().getMutableMap() .put(key, value); bitField0_ |= 0x00000100; return this; } /** *
       * Most recent Java reserved word
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> enum = 9; */ public Builder putAllEnumValue( java.util.Map values) { internalGetMutableEnum().getMutableMap() .putAll(values); bitField0_ |= 0x00000100; return this; } private com.google.protobuf.MapField< java.lang.String, java.lang.Integer> null_; private com.google.protobuf.MapField internalGetNull() { if (null_ == null) { return com.google.protobuf.MapField.emptyMapField( NullDefaultEntryHolder.defaultEntry); } return null_; } private com.google.protobuf.MapField internalGetMutableNull() { if (null_ == null) { null_ = com.google.protobuf.MapField.newMapField( NullDefaultEntryHolder.defaultEntry); } if (!null_.isMutable()) { null_ = null_.copy(); } bitField0_ |= 0x00000200; onChanged(); return null_; } public int getNullCount() { return internalGetNull().getMap().size(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public boolean containsNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetNull().getMap().containsKey(key); } /** * Use {@link #getNullMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNull() { return getNullMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullMap() { return internalGetAdaptedNullMap( internalGetNull().getMap());} /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrDefault( java.lang.String key, /* nullable */ map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? nullValueConverter.doForward(map.get(key)) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum getNullOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return nullValueConverter.doForward(map.get(key)); } /** * Use {@link #getNullValueMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getNullValue() { return getNullValueMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public java.util.Map getNullValueMap() { return internalGetNull().getMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrDefault( java.lang.String key, int defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ @java.lang.Override public int getNullValueOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetNull().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearNull() { bitField0_ = (bitField0_ & ~0x00000200); internalGetMutableNull().getMutableMap() .clear(); return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder removeNull( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNull() { bitField0_ |= 0x00000200; return internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putNull( java.lang.String key, map_test.MapTestProto.ReservedAsMapFieldWithEnumValue.SampleEnum value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, nullValueConverter.doBackward(value)); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putAllNull( java.util.Map values) { internalGetAdaptedNullMap( internalGetMutableNull().getMutableMap()) .putAll(values); bitField0_ |= 0x00000200; return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableNullValue() { bitField0_ |= 0x00000200; return internalGetMutableNull().getMutableMap(); } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putNullValue( java.lang.String key, int value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableNull().getMutableMap() .put(key, value); bitField0_ |= 0x00000200; return this; } /** *
       * null is not a 'reserved word' per se but as a literal needs similar care
       * 
* * map<string, .map_test.ReservedAsMapFieldWithEnumValue.SampleEnum> null = 10; */ public Builder putAllNullValue( java.util.Map values) { internalGetMutableNull().getMutableMap() .putAll(values); bitField0_ |= 0x00000200; 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:map_test.ReservedAsMapFieldWithEnumValue) } // @@protoc_insertion_point(class_scope:map_test.ReservedAsMapFieldWithEnumValue) private static final map_test.MapTestProto.ReservedAsMapFieldWithEnumValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapTestProto.ReservedAsMapFieldWithEnumValue(); } public static map_test.MapTestProto.ReservedAsMapFieldWithEnumValue getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ReservedAsMapFieldWithEnumValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapTestProto.ReservedAsMapFieldWithEnumValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MapContainerOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.MapContainer) com.google.protobuf.MessageOrBuilder { /** * map<string, string> my_map = 1; */ int getMyMapCount(); /** * map<string, string> my_map = 1; */ boolean containsMyMap( java.lang.String key); /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Deprecated java.util.Map getMyMap(); /** * map<string, string> my_map = 1; */ java.util.Map getMyMapMap(); /** * map<string, string> my_map = 1; */ /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> my_map = 1; */ java.lang.String getMyMapOrThrow( java.lang.String key); } /** *
   * https://github.com/protocolbuffers/protobuf/issues/9785
   * 
* * Protobuf type {@code map_test.MapContainer} */ public static final class MapContainer extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.MapContainer) MapContainerOrBuilder { private static final long serialVersionUID = 0L; // Use MapContainer.newBuilder() to construct. private MapContainer(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MapContainer() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MapContainer(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_MapContainer_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_MapContainer_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.MapContainer.class, map_test.MapTestProto.MapContainer.Builder.class); } public static final int MY_MAP_FIELD_NUMBER = 1; private static final class MyMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapTestProto.internal_static_map_test_MapContainer_MyMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.String> myMap_; private com.google.protobuf.MapField internalGetMyMap() { if (myMap_ == null) { return com.google.protobuf.MapField.emptyMapField( MyMapDefaultEntryHolder.defaultEntry); } return myMap_; } public int getMyMapCount() { return internalGetMyMap().getMap().size(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public boolean containsMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMyMap().getMap().containsKey(key); } /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMyMap() { return getMyMapMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.util.Map getMyMapMap() { return internalGetMyMap().getMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.lang.String getMyMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetMyMap(), MyMapDefaultEntryHolder.defaultEntry, 1); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetMyMap().getMap().entrySet()) { com.google.protobuf.MapEntry myMap__ = MyMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, myMap__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.MapTestProto.MapContainer)) { return super.equals(obj); } map_test.MapTestProto.MapContainer other = (map_test.MapTestProto.MapContainer) obj; if (!internalGetMyMap().equals( other.internalGetMyMap())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetMyMap().getMap().isEmpty()) { hash = (37 * hash) + MY_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetMyMap().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.MapTestProto.MapContainer parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.MapContainer parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.MapContainer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.MapTestProto.MapContainer parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.MapTestProto.MapContainer parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.MapContainer parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.MapContainer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.MapTestProto.MapContainer parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.MapTestProto.MapContainer parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.MapTestProto.MapContainer prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * https://github.com/protocolbuffers/protobuf/issues/9785
     * 
* * Protobuf type {@code map_test.MapContainer} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.MapContainer) map_test.MapTestProto.MapContainerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapTestProto.internal_static_map_test_MapContainer_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapTestProto.internal_static_map_test_MapContainer_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.MapTestProto.MapContainer.class, map_test.MapTestProto.MapContainer.Builder.class); } // Construct using map_test.MapTestProto.MapContainer.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableMyMap().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapTestProto.internal_static_map_test_MapContainer_descriptor; } @java.lang.Override public map_test.MapTestProto.MapContainer getDefaultInstanceForType() { return map_test.MapTestProto.MapContainer.getDefaultInstance(); } @java.lang.Override public map_test.MapTestProto.MapContainer build() { map_test.MapTestProto.MapContainer result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.MapTestProto.MapContainer buildPartial() { map_test.MapTestProto.MapContainer result = new map_test.MapTestProto.MapContainer(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.MapTestProto.MapContainer result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.myMap_ = internalGetMyMap(); result.myMap_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.MapTestProto.MapContainer) { return mergeFrom((map_test.MapTestProto.MapContainer)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.MapTestProto.MapContainer other) { if (other == map_test.MapTestProto.MapContainer.getDefaultInstance()) return this; internalGetMutableMyMap().mergeFrom( other.internalGetMyMap()); bitField0_ |= 0x00000001; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry myMap__ = input.readMessage( MyMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableMyMap().getMutableMap().put( myMap__.getKey(), myMap__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.String> myMap_; private com.google.protobuf.MapField internalGetMyMap() { if (myMap_ == null) { return com.google.protobuf.MapField.emptyMapField( MyMapDefaultEntryHolder.defaultEntry); } return myMap_; } private com.google.protobuf.MapField internalGetMutableMyMap() { if (myMap_ == null) { myMap_ = com.google.protobuf.MapField.newMapField( MyMapDefaultEntryHolder.defaultEntry); } if (!myMap_.isMutable()) { myMap_ = myMap_.copy(); } bitField0_ |= 0x00000001; onChanged(); return myMap_; } public int getMyMapCount() { return internalGetMyMap().getMap().size(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public boolean containsMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMyMap().getMap().containsKey(key); } /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMyMap() { return getMyMapMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.util.Map getMyMapMap() { return internalGetMyMap().getMap(); } /** * map<string, string> my_map = 1; */ @java.lang.Override public /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> my_map = 1; */ @java.lang.Override public java.lang.String getMyMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearMyMap() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableMyMap().getMutableMap() .clear(); return this; } /** * map<string, string> my_map = 1; */ public Builder removeMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableMyMap().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableMyMap() { bitField0_ |= 0x00000001; return internalGetMutableMyMap().getMutableMap(); } /** * map<string, string> my_map = 1; */ public Builder putMyMap( java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableMyMap().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, string> my_map = 1; */ public Builder putAllMyMap( java.util.Map values) { internalGetMutableMyMap().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; 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:map_test.MapContainer) } // @@protoc_insertion_point(class_scope:map_test.MapContainer) private static final map_test.MapTestProto.MapContainer DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.MapTestProto.MapContainer(); } public static map_test.MapTestProto.MapContainer getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MapContainer parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.MapTestProto.MapContainer getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_MessageValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_MessageValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_Uint32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_Uint32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestMap_Int64ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestMap_Int64ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_TestOnChangeEventPropagation_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_TestOnChangeEventPropagation_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_BizarroTestMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_BizarroTestMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_BizarroTestMap_StringToInt32FieldEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapField_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapField_NullEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_MapContainer_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_MapContainer_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_map_test_MapContainer_MyMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_map_test_MapContainer_MyMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\"com/google/protobuf/map_test.proto\022\010ma" + "p_test\"\262\t\n\007TestMap\022F\n\024int32_to_int32_fie" + "ld\030\001 \003(\0132(.map_test.TestMap.Int32ToInt32" + "FieldEntry\022H\n\025int32_to_string_field\030\002 \003(" + "\0132).map_test.TestMap.Int32ToStringFieldE" + "ntry\022F\n\024int32_to_bytes_field\030\003 \003(\0132(.map" + "_test.TestMap.Int32ToBytesFieldEntry\022D\n\023" + "int32_to_enum_field\030\004 \003(\0132\'.map_test.Tes" + "tMap.Int32ToEnumFieldEntry\022J\n\026int32_to_m" + "essage_field\030\005 \003(\0132*.map_test.TestMap.In" + "t32ToMessageFieldEntry\022H\n\025string_to_int3" + "2_field\030\006 \003(\0132).map_test.TestMap.StringT" + "oInt32FieldEntry\022H\n\025uint32_to_int32_fiel" + "d\030\007 \003(\0132).map_test.TestMap.Uint32ToInt32" + "FieldEntry\022F\n\024int64_to_int32_field\030\010 \003(\013" + "2(.map_test.TestMap.Int64ToInt32FieldEnt" + "ry\032\035\n\014MessageValue\022\r\n\005value\030\001 \001(\005\0328\n\026Int" + "32ToInt32FieldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005valu" + "e\030\002 \001(\005:\0028\001\0329\n\027Int32ToStringFieldEntry\022\013" + "\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\t:\0028\001\0328\n\026Int32T" + "oBytesFieldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002" + " \001(\014:\0028\001\032T\n\025Int32ToEnumFieldEntry\022\013\n\003key" + "\030\001 \001(\005\022*\n\005value\030\002 \001(\0162\033.map_test.TestMap" + ".EnumValue:\0028\001\032Z\n\030Int32ToMessageFieldEnt" + "ry\022\013\n\003key\030\001 \001(\005\022-\n\005value\030\002 \001(\0132\036.map_tes" + "t.TestMap.MessageValue:\0028\001\0329\n\027StringToIn" + "t32FieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" + "\005:\0028\001\0329\n\027Uint32ToInt32FieldEntry\022\013\n\003key\030" + "\001 \001(\r\022\r\n\005value\030\002 \001(\005:\0028\001\0328\n\026Int64ToInt32" + "FieldEntry\022\013\n\003key\030\001 \001(\003\022\r\n\005value\030\002 \001(\005:\002" + "8\001\"/\n\tEnumValue\022\007\n\003FOO\020\000\022\007\n\003BAR\020\001\022\007\n\003BAZ" + "\020\002\022\007\n\003QUX\020\003\"K\n\034TestOnChangeEventPropagat" + "ion\022+\n\020optional_message\030\001 \001(\0132\021.map_test" + ".TestMap\"\317\006\n\016BizarroTestMap\022M\n\024int32_to_" + "int32_field\030\001 \003(\0132/.map_test.BizarroTest" + "Map.Int32ToInt32FieldEntry\022O\n\025int32_to_s" + "tring_field\030\002 \003(\01320.map_test.BizarroTest" + "Map.Int32ToStringFieldEntry\022M\n\024int32_to_" + "bytes_field\030\003 \003(\0132/.map_test.BizarroTest" + "Map.Int32ToBytesFieldEntry\022K\n\023int32_to_e" + "num_field\030\004 \003(\0132..map_test.BizarroTestMa" + "p.Int32ToEnumFieldEntry\022Q\n\026int32_to_mess" + "age_field\030\005 \003(\01321.map_test.BizarroTestMa" + "p.Int32ToMessageFieldEntry\022O\n\025string_to_" + "int32_field\030\006 \003(\01320.map_test.BizarroTest" + "Map.StringToInt32FieldEntry\0328\n\026Int32ToIn" + "t32FieldEntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(" + "\014:\0028\001\0329\n\027Int32ToStringFieldEntry\022\013\n\003key\030" + "\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\0328\n\026Int32ToBytes" + "FieldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\002" + "8\001\0327\n\025Int32ToEnumFieldEntry\022\013\n\003key\030\001 \001(\t" + "\022\r\n\005value\030\002 \001(\014:\0028\001\032:\n\030Int32ToMessageFie" + "ldEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\014:\0028\001\032" + "9\n\027StringToInt32FieldEntry\022\013\n\003key\030\001 \001(\t\022" + "\r\n\005value\030\002 \001(\014:\0028\001\"\207\010\n\022ReservedAsMapFiel" + "d\0220\n\002if\030\001 \003(\0132$.map_test.ReservedAsMapFi" + "eld.IfEntry\0226\n\005const\030\002 \003(\0132\'.map_test.Re" + "servedAsMapField.ConstEntry\022:\n\007private\030\003" + " \003(\0132).map_test.ReservedAsMapField.Priva" + "teEntry\0226\n\005class\030\004 \003(\0132\'.map_test.Reserv" + "edAsMapField.ClassEntry\0222\n\003int\030\005 \003(\0132%.m" + "ap_test.ReservedAsMapField.IntEntry\0224\n\004v" + "oid\030\006 \003(\0132&.map_test.ReservedAsMapField." + "VoidEntry\0228\n\006string\030\007 \003(\0132(.map_test.Res" + "ervedAsMapField.StringEntry\022:\n\007package\030\010" + " \003(\0132).map_test.ReservedAsMapField.Packa" + "geEntry\0224\n\004enum\030\t \003(\0132&.map_test.Reserve" + "dAsMapField.EnumEntry\0224\n\004null\030\n \003(\0132&.ma" + "p_test.ReservedAsMapField.NullEntry\032)\n\007I" + "fEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032," + "\n\nConstEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r" + ":\0028\001\032.\n\014PrivateEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + "ue\030\002 \001(\r:\0028\001\032,\n\nClassEntry\022\013\n\003key\030\001 \001(\t\022" + "\r\n\005value\030\002 \001(\r:\0028\001\032*\n\010IntEntry\022\013\n\003key\030\001 " + "\001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032+\n\tVoidEntry\022\013\n\003k" + "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032-\n\013StringEnt" + "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\0028\001\032.\n\014Pa" + "ckageEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\r:\002" + "8\001\032+\n\tEnumEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 " + "\001(\r:\0028\001\032+\n\tNullEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + "ue\030\002 \001(\r:\0028\001\"\316\r\n\037ReservedAsMapFieldWithE" + "numValue\022=\n\002if\030\001 \003(\01321.map_test.Reserved" + "AsMapFieldWithEnumValue.IfEntry\022C\n\005const" + "\030\002 \003(\01324.map_test.ReservedAsMapFieldWith" + "EnumValue.ConstEntry\022G\n\007private\030\003 \003(\01326." + "map_test.ReservedAsMapFieldWithEnumValue" + ".PrivateEntry\022C\n\005class\030\004 \003(\01324.map_test." + "ReservedAsMapFieldWithEnumValue.ClassEnt" + "ry\022?\n\003int\030\005 \003(\01322.map_test.ReservedAsMap" + "FieldWithEnumValue.IntEntry\022A\n\004void\030\006 \003(" + "\01323.map_test.ReservedAsMapFieldWithEnumV" + "alue.VoidEntry\022E\n\006string\030\007 \003(\01325.map_tes" + "t.ReservedAsMapFieldWithEnumValue.String" + "Entry\022G\n\007package\030\010 \003(\01326.map_test.Reserv" + "edAsMapFieldWithEnumValue.PackageEntry\022A" + "\n\004enum\030\t \003(\01323.map_test.ReservedAsMapFie" + "ldWithEnumValue.EnumEntry\022A\n\004null\030\n \003(\0132" + "3.map_test.ReservedAsMapFieldWithEnumVal" + "ue.NullEntry\032_\n\007IfEntry\022\013\n\003key\030\001 \001(\t\022C\n\005" + "value\030\002 \001(\01624.map_test.ReservedAsMapFiel" + "dWithEnumValue.SampleEnum:\0028\001\032b\n\nConstEn" + "try\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01624.map_te" + "st.ReservedAsMapFieldWithEnumValue.Sampl" + "eEnum:\0028\001\032d\n\014PrivateEntry\022\013\n\003key\030\001 \001(\t\022C" + "\n\005value\030\002 \001(\01624.map_test.ReservedAsMapFi" + "eldWithEnumValue.SampleEnum:\0028\001\032b\n\nClass" + "Entry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01624.map_" + "test.ReservedAsMapFieldWithEnumValue.Sam" + "pleEnum:\0028\001\032`\n\010IntEntry\022\013\n\003key\030\001 \001(\t\022C\n\005" + "value\030\002 \001(\01624.map_test.ReservedAsMapFiel" + "dWithEnumValue.SampleEnum:\0028\001\032a\n\tVoidEnt" + "ry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01624.map_tes" + "t.ReservedAsMapFieldWithEnumValue.Sample" + "Enum:\0028\001\032c\n\013StringEntry\022\013\n\003key\030\001 \001(\t\022C\n\005" + "value\030\002 \001(\01624.map_test.ReservedAsMapFiel" + "dWithEnumValue.SampleEnum:\0028\001\032d\n\014Package" + "Entry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01624.map_" + "test.ReservedAsMapFieldWithEnumValue.Sam" + "pleEnum:\0028\001\032a\n\tEnumEntry\022\013\n\003key\030\001 \001(\t\022C\n" + "\005value\030\002 \001(\01624.map_test.ReservedAsMapFie" + "ldWithEnumValue.SampleEnum:\0028\001\032a\n\tNullEn" + "try\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01624.map_te" + "st.ReservedAsMapFieldWithEnumValue.Sampl" + "eEnum:\0028\001\"\032\n\nSampleEnum\022\005\n\001A\020\000\022\005\n\001B\020\001\"o\n" + "\014MapContainer\0221\n\006my_map\030\001 \003(\0132!.map_test" + ".MapContainer.MyMapEntry\032,\n\nMyMapEntry\022\013" + "\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\030\n\010map_te" + "stB\014MapTestProtob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_map_test_TestMap_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_map_test_TestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", "Uint32ToInt32Field", "Int64ToInt32Field", }); internal_static_map_test_TestMap_MessageValue_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(0); internal_static_map_test_TestMap_MessageValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_MessageValue_descriptor, new java.lang.String[] { "Value", }); internal_static_map_test_TestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(1); internal_static_map_test_TestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(2); internal_static_map_test_TestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(3); internal_static_map_test_TestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(4); internal_static_map_test_TestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(5); internal_static_map_test_TestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestMap_StringToInt32FieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(6); internal_static_map_test_TestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestMap_Uint32ToInt32FieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(7); internal_static_map_test_TestMap_Uint32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_Uint32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestMap_Int64ToInt32FieldEntry_descriptor = internal_static_map_test_TestMap_descriptor.getNestedTypes().get(8); internal_static_map_test_TestMap_Int64ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestMap_Int64ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_TestOnChangeEventPropagation_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_map_test_TestOnChangeEventPropagation_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_TestOnChangeEventPropagation_descriptor, new java.lang.String[] { "OptionalMessage", }); internal_static_map_test_BizarroTestMap_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_map_test_BizarroTestMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_BizarroTestMap_descriptor, new java.lang.String[] { "Int32ToInt32Field", "Int32ToStringField", "Int32ToBytesField", "Int32ToEnumField", "Int32ToMessageField", "StringToInt32Field", }); internal_static_map_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor = internal_static_map_test_BizarroTestMap_descriptor.getNestedTypes().get(0); internal_static_map_test_BizarroTestMap_Int32ToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_BizarroTestMap_Int32ToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor = internal_static_map_test_BizarroTestMap_descriptor.getNestedTypes().get(1); internal_static_map_test_BizarroTestMap_Int32ToStringFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_BizarroTestMap_Int32ToStringFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor = internal_static_map_test_BizarroTestMap_descriptor.getNestedTypes().get(2); internal_static_map_test_BizarroTestMap_Int32ToBytesFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_BizarroTestMap_Int32ToBytesFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor = internal_static_map_test_BizarroTestMap_descriptor.getNestedTypes().get(3); internal_static_map_test_BizarroTestMap_Int32ToEnumFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_BizarroTestMap_Int32ToEnumFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor = internal_static_map_test_BizarroTestMap_descriptor.getNestedTypes().get(4); internal_static_map_test_BizarroTestMap_Int32ToMessageFieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_BizarroTestMap_Int32ToMessageFieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_BizarroTestMap_StringToInt32FieldEntry_descriptor = internal_static_map_test_BizarroTestMap_descriptor.getNestedTypes().get(5); internal_static_map_test_BizarroTestMap_StringToInt32FieldEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_BizarroTestMap_StringToInt32FieldEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_map_test_ReservedAsMapField_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_test_ReservedAsMapField_IfEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(0); internal_static_map_test_ReservedAsMapField_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_ConstEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(1); internal_static_map_test_ReservedAsMapField_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_PrivateEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(2); internal_static_map_test_ReservedAsMapField_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_ClassEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(3); internal_static_map_test_ReservedAsMapField_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_IntEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(4); internal_static_map_test_ReservedAsMapField_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_VoidEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(5); internal_static_map_test_ReservedAsMapField_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_StringEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(6); internal_static_map_test_ReservedAsMapField_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_PackageEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(7); internal_static_map_test_ReservedAsMapField_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_EnumEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(8); internal_static_map_test_ReservedAsMapField_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapField_NullEntry_descriptor = internal_static_map_test_ReservedAsMapField_descriptor.getNestedTypes().get(9); internal_static_map_test_ReservedAsMapField_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapField_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_map_test_ReservedAsMapFieldWithEnumValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor, new java.lang.String[] { "If", "Const", "Private", "Class_", "Int", "Void", "String", "Package", "Enum", "Null", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(0); internal_static_map_test_ReservedAsMapFieldWithEnumValue_IfEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_IfEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(1); internal_static_map_test_ReservedAsMapFieldWithEnumValue_ConstEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_ConstEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(2); internal_static_map_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_PrivateEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(3); internal_static_map_test_ReservedAsMapFieldWithEnumValue_ClassEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_ClassEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(4); internal_static_map_test_ReservedAsMapFieldWithEnumValue_IntEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_IntEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(5); internal_static_map_test_ReservedAsMapFieldWithEnumValue_VoidEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_VoidEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(6); internal_static_map_test_ReservedAsMapFieldWithEnumValue_StringEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_StringEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(7); internal_static_map_test_ReservedAsMapFieldWithEnumValue_PackageEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_PackageEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(8); internal_static_map_test_ReservedAsMapFieldWithEnumValue_EnumEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_EnumEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor = internal_static_map_test_ReservedAsMapFieldWithEnumValue_descriptor.getNestedTypes().get(9); internal_static_map_test_ReservedAsMapFieldWithEnumValue_NullEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_ReservedAsMapFieldWithEnumValue_NullEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_map_test_MapContainer_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_map_test_MapContainer_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_MapContainer_descriptor, new java.lang.String[] { "MyMap", }); internal_static_map_test_MapContainer_MyMapEntry_descriptor = internal_static_map_test_MapContainer_descriptor.getNestedTypes().get(0); internal_static_map_test_MapContainer_MyMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_map_test_MapContainer_MyMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); } // @@protoc_insertion_point(outer_class_scope) } PK !HH_H_map_test/Message1.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_initialization_order_test.proto // Protobuf Java Version: 3.25.0 package map_test; /** * Protobuf type {@code map_test.Message1} */ public final class Message1 extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< Message1> implements // @@protoc_insertion_point(message_implements:map_test.Message1) Message1OrBuilder { private static final long serialVersionUID = 0L; // Use Message1.newBuilder() to construct. private Message1(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private Message1() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Message1(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapInitializationOrderTest.internal_static_map_test_Message1_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapInitializationOrderTest.internal_static_map_test_Message1_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.Message1.class, map_test.Message1.Builder.class); } public static final int MAP_FIELD_FIELD_NUMBER = 1; private static final class MapFieldDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.Boolean> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( map_test.MapInitializationOrderTest.internal_static_map_test_Message1_MapFieldEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.BOOL, false); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> mapField_; private com.google.protobuf.MapField internalGetMapField() { if (mapField_ == null) { return com.google.protobuf.MapField.emptyMapField( MapFieldDefaultEntryHolder.defaultEntry); } return mapField_; } public int getMapFieldCount() { return internalGetMapField().getMap().size(); } /** * map<string, bool> map_field = 1; */ @java.lang.Override public boolean containsMapField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMapField().getMap().containsKey(key); } /** * Use {@link #getMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMapField() { return getMapFieldMap(); } /** * map<string, bool> map_field = 1; */ @java.lang.Override public java.util.Map getMapFieldMap() { return internalGetMapField().getMap(); } /** * map<string, bool> map_field = 1; */ @java.lang.Override public boolean getMapFieldOrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMapField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> map_field = 1; */ @java.lang.Override public boolean getMapFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMapField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetMapField(), MapFieldDefaultEntryHolder.defaultEntry, 1); extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetMapField().getMap().entrySet()) { com.google.protobuf.MapEntry mapField__ = MapFieldDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, mapField__); } size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.Message1)) { return super.equals(obj); } map_test.Message1 other = (map_test.Message1) obj; if (!internalGetMapField().equals( other.internalGetMapField())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetMapField().getMap().isEmpty()) { hash = (37 * hash) + MAP_FIELD_FIELD_NUMBER; hash = (53 * hash) + internalGetMapField().hashCode(); } hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.Message1 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.Message1 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.Message1 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.Message1 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.Message1 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.Message1 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.Message1 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.Message1 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.Message1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.Message1 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.Message1 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.Message1 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.Message1 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_test.Message1} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< map_test.Message1, Builder> implements // @@protoc_insertion_point(builder_implements:map_test.Message1) map_test.Message1OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapInitializationOrderTest.internal_static_map_test_Message1_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 1: return internalGetMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 1: return internalGetMutableMapField(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapInitializationOrderTest.internal_static_map_test_Message1_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.Message1.class, map_test.Message1.Builder.class); } // Construct using map_test.Message1.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; internalGetMutableMapField().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapInitializationOrderTest.internal_static_map_test_Message1_descriptor; } @java.lang.Override public map_test.Message1 getDefaultInstanceForType() { return map_test.Message1.getDefaultInstance(); } @java.lang.Override public map_test.Message1 build() { map_test.Message1 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.Message1 buildPartial() { map_test.Message1 result = new map_test.Message1(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(map_test.Message1 result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.mapField_ = internalGetMapField(); result.mapField_.makeImmutable(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< map_test.Message1, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< map_test.Message1, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< map_test.Message1, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< map_test.Message1, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.Message1) { return mergeFrom((map_test.Message1)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.Message1 other) { if (other == map_test.Message1.getDefaultInstance()) return this; internalGetMutableMapField().mergeFrom( other.internalGetMapField()); bitField0_ |= 0x00000001; this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.MapEntry mapField__ = input.readMessage( MapFieldDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableMapField().getMutableMap().put( mapField__.getKey(), mapField__.getValue()); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.String, java.lang.Boolean> mapField_; private com.google.protobuf.MapField internalGetMapField() { if (mapField_ == null) { return com.google.protobuf.MapField.emptyMapField( MapFieldDefaultEntryHolder.defaultEntry); } return mapField_; } private com.google.protobuf.MapField internalGetMutableMapField() { if (mapField_ == null) { mapField_ = com.google.protobuf.MapField.newMapField( MapFieldDefaultEntryHolder.defaultEntry); } if (!mapField_.isMutable()) { mapField_ = mapField_.copy(); } bitField0_ |= 0x00000001; onChanged(); return mapField_; } public int getMapFieldCount() { return internalGetMapField().getMap().size(); } /** * map<string, bool> map_field = 1; */ @java.lang.Override public boolean containsMapField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMapField().getMap().containsKey(key); } /** * Use {@link #getMapFieldMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMapField() { return getMapFieldMap(); } /** * map<string, bool> map_field = 1; */ @java.lang.Override public java.util.Map getMapFieldMap() { return internalGetMapField().getMap(); } /** * map<string, bool> map_field = 1; */ @java.lang.Override public boolean getMapFieldOrDefault( java.lang.String key, boolean defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMapField().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, bool> map_field = 1; */ @java.lang.Override public boolean getMapFieldOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMapField().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearMapField() { bitField0_ = (bitField0_ & ~0x00000001); internalGetMutableMapField().getMutableMap() .clear(); return this; } /** * map<string, bool> map_field = 1; */ public Builder removeMapField( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableMapField().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableMapField() { bitField0_ |= 0x00000001; return internalGetMutableMapField().getMutableMap(); } /** * map<string, bool> map_field = 1; */ public Builder putMapField( java.lang.String key, boolean value) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableMapField().getMutableMap() .put(key, value); bitField0_ |= 0x00000001; return this; } /** * map<string, bool> map_field = 1; */ public Builder putAllMapField( java.util.Map values) { internalGetMutableMapField().getMutableMap() .putAll(values); bitField0_ |= 0x00000001; 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:map_test.Message1) } // @@protoc_insertion_point(class_scope:map_test.Message1) private static final map_test.Message1 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.Message1(); } public static map_test.Message1 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Message1 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.Message1 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK !$0ymap_test/Message1OrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_initialization_order_test.proto // Protobuf Java Version: 3.25.0 package map_test; public interface Message1OrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.Message1) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { /** * map<string, bool> map_field = 1; */ int getMapFieldCount(); /** * map<string, bool> map_field = 1; */ boolean containsMapField( java.lang.String key); /** * Use {@link #getMapFieldMap()} instead. */ @java.lang.Deprecated java.util.Map getMapField(); /** * map<string, bool> map_field = 1; */ java.util.Map getMapFieldMap(); /** * map<string, bool> map_field = 1; */ boolean getMapFieldOrDefault( java.lang.String key, boolean defaultValue); /** * map<string, bool> map_field = 1; */ boolean getMapFieldOrThrow( java.lang.String key); } PK !H 33map_test/RedactAllTypes.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_initialization_order_test.proto // Protobuf Java Version: 3.25.0 package map_test; /** * Protobuf type {@code map_test.RedactAllTypes} */ public final class RedactAllTypes extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:map_test.RedactAllTypes) RedactAllTypesOrBuilder { private static final long serialVersionUID = 0L; // Use RedactAllTypes.newBuilder() to construct. private RedactAllTypes(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RedactAllTypes() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RedactAllTypes(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapInitializationOrderTest.internal_static_map_test_RedactAllTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapInitializationOrderTest.internal_static_map_test_RedactAllTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.RedactAllTypes.class, map_test.RedactAllTypes.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof map_test.RedactAllTypes)) { return super.equals(obj); } map_test.RedactAllTypes other = (map_test.RedactAllTypes) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static map_test.RedactAllTypes parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.RedactAllTypes parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.RedactAllTypes parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.RedactAllTypes parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.RedactAllTypes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static map_test.RedactAllTypes parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static map_test.RedactAllTypes parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.RedactAllTypes parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static map_test.RedactAllTypes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static map_test.RedactAllTypes parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static map_test.RedactAllTypes parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static map_test.RedactAllTypes parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(map_test.RedactAllTypes prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code map_test.RedactAllTypes} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:map_test.RedactAllTypes) map_test.RedactAllTypesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return map_test.MapInitializationOrderTest.internal_static_map_test_RedactAllTypes_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return map_test.MapInitializationOrderTest.internal_static_map_test_RedactAllTypes_fieldAccessorTable .ensureFieldAccessorsInitialized( map_test.RedactAllTypes.class, map_test.RedactAllTypes.Builder.class); } // Construct using map_test.RedactAllTypes.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return map_test.MapInitializationOrderTest.internal_static_map_test_RedactAllTypes_descriptor; } @java.lang.Override public map_test.RedactAllTypes getDefaultInstanceForType() { return map_test.RedactAllTypes.getDefaultInstance(); } @java.lang.Override public map_test.RedactAllTypes build() { map_test.RedactAllTypes result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public map_test.RedactAllTypes buildPartial() { map_test.RedactAllTypes result = new map_test.RedactAllTypes(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof map_test.RedactAllTypes) { return mergeFrom((map_test.RedactAllTypes)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(map_test.RedactAllTypes other) { if (other == map_test.RedactAllTypes.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:map_test.RedactAllTypes) } // @@protoc_insertion_point(class_scope:map_test.RedactAllTypes) private static final map_test.RedactAllTypes DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new map_test.RedactAllTypes(); } public static map_test.RedactAllTypes getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RedactAllTypes parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public map_test.RedactAllTypes getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK !!ӆ ]]%map_test/RedactAllTypesOrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/map_initialization_order_test.proto // Protobuf Java Version: 3.25.0 package map_test; public interface RedactAllTypesOrBuilder extends // @@protoc_insertion_point(interface_extends:map_test.RedactAllTypes) com.google.protobuf.MessageOrBuilder { } PK !ȿ4F)proto2_test_check_utf8/TestCheckUtf8.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/test_check_utf8.proto // Protobuf Java Version: 3.25.0 package proto2_test_check_utf8; public final class TestCheckUtf8 { private TestCheckUtf8() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface StringWrapperOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_test_check_utf8.StringWrapper) com.google.protobuf.MessageOrBuilder { /** * required string req = 1; * @return Whether the req field is set. */ boolean hasReq(); /** * required string req = 1; * @return The req. */ java.lang.String getReq(); /** * required string req = 1; * @return The bytes for req. */ com.google.protobuf.ByteString getReqBytes(); /** * optional string opt = 2; * @return Whether the opt field is set. */ boolean hasOpt(); /** * optional string opt = 2; * @return The opt. */ java.lang.String getOpt(); /** * optional string opt = 2; * @return The bytes for opt. */ com.google.protobuf.ByteString getOptBytes(); /** * repeated string rep = 3; * @return A list containing the rep. */ java.util.List getRepList(); /** * repeated string rep = 3; * @return The count of rep. */ int getRepCount(); /** * repeated string rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ java.lang.String getRep(int index); /** * repeated string rep = 3; * @param index The index of the value to return. * @return The bytes of the rep at the given index. */ com.google.protobuf.ByteString getRepBytes(int index); } /** * Protobuf type {@code proto2_test_check_utf8.StringWrapper} */ public static final class StringWrapper extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_test_check_utf8.StringWrapper) StringWrapperOrBuilder { private static final long serialVersionUID = 0L; // Use StringWrapper.newBuilder() to construct. private StringWrapper(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StringWrapper() { req_ = ""; opt_ = ""; rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new StringWrapper(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_StringWrapper_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_StringWrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8.TestCheckUtf8.StringWrapper.class, proto2_test_check_utf8.TestCheckUtf8.StringWrapper.Builder.class); } private int bitField0_; public static final int REQ_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object req_ = ""; /** * required string req = 1; * @return Whether the req field is set. */ @java.lang.Override public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required string req = 1; * @return The req. */ @java.lang.Override public java.lang.String getReq() { java.lang.Object ref = req_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); req_ = s; return s; } } /** * required string req = 1; * @return The bytes for req. */ @java.lang.Override public com.google.protobuf.ByteString getReqBytes() { java.lang.Object ref = req_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); req_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int OPT_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object opt_ = ""; /** * optional string opt = 2; * @return Whether the opt field is set. */ @java.lang.Override public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional string opt = 2; * @return The opt. */ @java.lang.Override public java.lang.String getOpt() { java.lang.Object ref = opt_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); opt_ = s; return s; } } /** * optional string opt = 2; * @return The bytes for opt. */ @java.lang.Override public com.google.protobuf.ByteString getOptBytes() { java.lang.Object ref = opt_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); opt_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REP_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string rep = 3; * @return A list containing the rep. */ public com.google.protobuf.ProtocolStringList getRepList() { return rep_; } /** * repeated string rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated string rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public java.lang.String getRep(int index) { return rep_.get(index); } /** * repeated string rep = 3; * @param index The index of the value to return. * @return The bytes of the rep at the given index. */ public com.google.protobuf.ByteString getRepBytes(int index) { return rep_.getByteString(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasReq()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, req_); } if (((bitField0_ & 0x00000002) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, opt_); } for (int i = 0; i < rep_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, rep_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, req_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, opt_); } { int dataSize = 0; for (int i = 0; i < rep_.size(); i++) { dataSize += computeStringSizeNoTag(rep_.getRaw(i)); } size += dataSize; size += 1 * getRepList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_test_check_utf8.TestCheckUtf8.StringWrapper)) { return super.equals(obj); } proto2_test_check_utf8.TestCheckUtf8.StringWrapper other = (proto2_test_check_utf8.TestCheckUtf8.StringWrapper) obj; if (hasReq() != other.hasReq()) return false; if (hasReq()) { if (!getReq() .equals(other.getReq())) return false; } if (hasOpt() != other.hasOpt()) return false; if (hasOpt()) { if (!getOpt() .equals(other.getOpt())) return false; } if (!getRepList() .equals(other.getRepList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasReq()) { hash = (37 * hash) + REQ_FIELD_NUMBER; hash = (53 * hash) + getReq().hashCode(); } if (hasOpt()) { hash = (37 * hash) + OPT_FIELD_NUMBER; hash = (53 * hash) + getOpt().hashCode(); } if (getRepCount() > 0) { hash = (37 * hash) + REP_FIELD_NUMBER; hash = (53 * hash) + getRepList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_test_check_utf8.TestCheckUtf8.StringWrapper prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_test_check_utf8.StringWrapper} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_test_check_utf8.StringWrapper) proto2_test_check_utf8.TestCheckUtf8.StringWrapperOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_StringWrapper_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_StringWrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8.TestCheckUtf8.StringWrapper.class, proto2_test_check_utf8.TestCheckUtf8.StringWrapper.Builder.class); } // Construct using proto2_test_check_utf8.TestCheckUtf8.StringWrapper.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; req_ = ""; opt_ = ""; rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_StringWrapper_descriptor; } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.StringWrapper getDefaultInstanceForType() { return proto2_test_check_utf8.TestCheckUtf8.StringWrapper.getDefaultInstance(); } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.StringWrapper build() { proto2_test_check_utf8.TestCheckUtf8.StringWrapper result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.StringWrapper buildPartial() { proto2_test_check_utf8.TestCheckUtf8.StringWrapper result = new proto2_test_check_utf8.TestCheckUtf8.StringWrapper(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_test_check_utf8.TestCheckUtf8.StringWrapper result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.req_ = req_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.opt_ = opt_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { rep_.makeImmutable(); result.rep_ = rep_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_test_check_utf8.TestCheckUtf8.StringWrapper) { return mergeFrom((proto2_test_check_utf8.TestCheckUtf8.StringWrapper)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_test_check_utf8.TestCheckUtf8.StringWrapper other) { if (other == proto2_test_check_utf8.TestCheckUtf8.StringWrapper.getDefaultInstance()) return this; if (other.hasReq()) { req_ = other.req_; bitField0_ |= 0x00000001; onChanged(); } if (other.hasOpt()) { opt_ = other.opt_; bitField0_ |= 0x00000002; onChanged(); } if (!other.rep_.isEmpty()) { if (rep_.isEmpty()) { rep_ = other.rep_; bitField0_ |= 0x00000004; } else { ensureRepIsMutable(); rep_.addAll(other.rep_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!hasReq()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { req_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { opt_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { java.lang.String s = input.readStringRequireUtf8(); ensureRepIsMutable(); rep_.add(s); break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object req_ = ""; /** * required string req = 1; * @return Whether the req field is set. */ public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required string req = 1; * @return The req. */ public java.lang.String getReq() { java.lang.Object ref = req_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); req_ = s; return s; } else { return (java.lang.String) ref; } } /** * required string req = 1; * @return The bytes for req. */ public com.google.protobuf.ByteString getReqBytes() { java.lang.Object ref = req_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); req_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * required string req = 1; * @param value The req to set. * @return This builder for chaining. */ public Builder setReq( java.lang.String value) { if (value == null) { throw new NullPointerException(); } req_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * required string req = 1; * @return This builder for chaining. */ public Builder clearReq() { req_ = getDefaultInstance().getReq(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * required string req = 1; * @param value The bytes for req to set. * @return This builder for chaining. */ public Builder setReqBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); req_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object opt_ = ""; /** * optional string opt = 2; * @return Whether the opt field is set. */ public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional string opt = 2; * @return The opt. */ public java.lang.String getOpt() { java.lang.Object ref = opt_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); opt_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string opt = 2; * @return The bytes for opt. */ public com.google.protobuf.ByteString getOptBytes() { java.lang.Object ref = opt_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); opt_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string opt = 2; * @param value The opt to set. * @return This builder for chaining. */ public Builder setOpt( java.lang.String value) { if (value == null) { throw new NullPointerException(); } opt_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional string opt = 2; * @return This builder for chaining. */ public Builder clearOpt() { opt_ = getDefaultInstance().getOpt(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * optional string opt = 2; * @param value The bytes for opt to set. * @return This builder for chaining. */ public Builder setOptBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); opt_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureRepIsMutable() { if (!rep_.isModifiable()) { rep_ = new com.google.protobuf.LazyStringArrayList(rep_); } bitField0_ |= 0x00000004; } /** * repeated string rep = 3; * @return A list containing the rep. */ public com.google.protobuf.ProtocolStringList getRepList() { rep_.makeImmutable(); return rep_; } /** * repeated string rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated string rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public java.lang.String getRep(int index) { return rep_.get(index); } /** * repeated string rep = 3; * @param index The index of the value to return. * @return The bytes of the rep at the given index. */ public com.google.protobuf.ByteString getRepBytes(int index) { return rep_.getByteString(index); } /** * repeated string rep = 3; * @param index The index to set the value at. * @param value The rep to set. * @return This builder for chaining. */ public Builder setRep( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string rep = 3; * @param value The rep to add. * @return This builder for chaining. */ public Builder addRep( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string rep = 3; * @param values The rep to add. * @return This builder for chaining. */ public Builder addAllRep( java.lang.Iterable values) { ensureRepIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, rep_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string rep = 3; * @return This builder for chaining. */ public Builder clearRep() { rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000004);; onChanged(); return this; } /** * repeated string rep = 3; * @param value The bytes of the rep to add. * @return This builder for chaining. */ public Builder addRepBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureRepIsMutable(); rep_.add(value); bitField0_ |= 0x00000004; onChanged(); 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:proto2_test_check_utf8.StringWrapper) } // @@protoc_insertion_point(class_scope:proto2_test_check_utf8.StringWrapper) private static final proto2_test_check_utf8.TestCheckUtf8.StringWrapper DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_test_check_utf8.TestCheckUtf8.StringWrapper(); } public static proto2_test_check_utf8.TestCheckUtf8.StringWrapper getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StringWrapper parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.StringWrapper getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BytesWrapperOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_test_check_utf8.BytesWrapper) com.google.protobuf.MessageOrBuilder { /** * required bytes req = 1; * @return Whether the req field is set. */ boolean hasReq(); /** * required bytes req = 1; * @return The req. */ com.google.protobuf.ByteString getReq(); /** * optional bytes opt = 2; * @return Whether the opt field is set. */ boolean hasOpt(); /** * optional bytes opt = 2; * @return The opt. */ com.google.protobuf.ByteString getOpt(); /** * repeated bytes rep = 3; * @return A list containing the rep. */ java.util.List getRepList(); /** * repeated bytes rep = 3; * @return The count of rep. */ int getRepCount(); /** * repeated bytes rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ com.google.protobuf.ByteString getRep(int index); } /** * Protobuf type {@code proto2_test_check_utf8.BytesWrapper} */ public static final class BytesWrapper extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_test_check_utf8.BytesWrapper) BytesWrapperOrBuilder { private static final long serialVersionUID = 0L; // Use BytesWrapper.newBuilder() to construct. private BytesWrapper(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BytesWrapper() { req_ = com.google.protobuf.ByteString.EMPTY; opt_ = com.google.protobuf.ByteString.EMPTY; rep_ = emptyList(com.google.protobuf.ByteString.class); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BytesWrapper(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_BytesWrapper_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_BytesWrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8.TestCheckUtf8.BytesWrapper.class, proto2_test_check_utf8.TestCheckUtf8.BytesWrapper.Builder.class); } private int bitField0_; public static final int REQ_FIELD_NUMBER = 1; private com.google.protobuf.ByteString req_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes req = 1; * @return Whether the req field is set. */ @java.lang.Override public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required bytes req = 1; * @return The req. */ @java.lang.Override public com.google.protobuf.ByteString getReq() { return req_; } public static final int OPT_FIELD_NUMBER = 2; private com.google.protobuf.ByteString opt_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes opt = 2; * @return Whether the opt field is set. */ @java.lang.Override public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional bytes opt = 2; * @return The opt. */ @java.lang.Override public com.google.protobuf.ByteString getOpt() { return opt_; } public static final int REP_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList rep_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes rep = 3; * @return A list containing the rep. */ @java.lang.Override public java.util.List getRepList() { return rep_; } /** * repeated bytes rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated bytes rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public com.google.protobuf.ByteString getRep(int index) { return rep_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasReq()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeBytes(1, req_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeBytes(2, opt_); } for (int i = 0; i < rep_.size(); i++) { output.writeBytes(3, rep_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, req_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, opt_); } { int dataSize = 0; for (int i = 0; i < rep_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(rep_.get(i)); } size += dataSize; size += 1 * getRepList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_test_check_utf8.TestCheckUtf8.BytesWrapper)) { return super.equals(obj); } proto2_test_check_utf8.TestCheckUtf8.BytesWrapper other = (proto2_test_check_utf8.TestCheckUtf8.BytesWrapper) obj; if (hasReq() != other.hasReq()) return false; if (hasReq()) { if (!getReq() .equals(other.getReq())) return false; } if (hasOpt() != other.hasOpt()) return false; if (hasOpt()) { if (!getOpt() .equals(other.getOpt())) return false; } if (!getRepList() .equals(other.getRepList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasReq()) { hash = (37 * hash) + REQ_FIELD_NUMBER; hash = (53 * hash) + getReq().hashCode(); } if (hasOpt()) { hash = (37 * hash) + OPT_FIELD_NUMBER; hash = (53 * hash) + getOpt().hashCode(); } if (getRepCount() > 0) { hash = (37 * hash) + REP_FIELD_NUMBER; hash = (53 * hash) + getRepList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_test_check_utf8.TestCheckUtf8.BytesWrapper prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_test_check_utf8.BytesWrapper} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_test_check_utf8.BytesWrapper) proto2_test_check_utf8.TestCheckUtf8.BytesWrapperOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_BytesWrapper_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_BytesWrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8.TestCheckUtf8.BytesWrapper.class, proto2_test_check_utf8.TestCheckUtf8.BytesWrapper.Builder.class); } // Construct using proto2_test_check_utf8.TestCheckUtf8.BytesWrapper.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; req_ = com.google.protobuf.ByteString.EMPTY; opt_ = com.google.protobuf.ByteString.EMPTY; rep_ = emptyList(com.google.protobuf.ByteString.class); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_test_check_utf8.TestCheckUtf8.internal_static_proto2_test_check_utf8_BytesWrapper_descriptor; } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.BytesWrapper getDefaultInstanceForType() { return proto2_test_check_utf8.TestCheckUtf8.BytesWrapper.getDefaultInstance(); } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.BytesWrapper build() { proto2_test_check_utf8.TestCheckUtf8.BytesWrapper result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.BytesWrapper buildPartial() { proto2_test_check_utf8.TestCheckUtf8.BytesWrapper result = new proto2_test_check_utf8.TestCheckUtf8.BytesWrapper(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_test_check_utf8.TestCheckUtf8.BytesWrapper result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.req_ = req_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.opt_ = opt_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { rep_.makeImmutable(); result.rep_ = rep_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_test_check_utf8.TestCheckUtf8.BytesWrapper) { return mergeFrom((proto2_test_check_utf8.TestCheckUtf8.BytesWrapper)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_test_check_utf8.TestCheckUtf8.BytesWrapper other) { if (other == proto2_test_check_utf8.TestCheckUtf8.BytesWrapper.getDefaultInstance()) return this; if (other.hasReq()) { setReq(other.getReq()); } if (other.hasOpt()) { setOpt(other.getOpt()); } if (!other.rep_.isEmpty()) { if (rep_.isEmpty()) { rep_ = other.rep_; rep_.makeImmutable(); bitField0_ |= 0x00000004; } else { ensureRepIsMutable(); rep_.addAll(other.rep_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!hasReq()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { req_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { opt_ = input.readBytes(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { com.google.protobuf.ByteString v = input.readBytes(); ensureRepIsMutable(); rep_.add(v); break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.ByteString req_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes req = 1; * @return Whether the req field is set. */ @java.lang.Override public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required bytes req = 1; * @return The req. */ @java.lang.Override public com.google.protobuf.ByteString getReq() { return req_; } /** * required bytes req = 1; * @param value The req to set. * @return This builder for chaining. */ public Builder setReq(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } req_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * required bytes req = 1; * @return This builder for chaining. */ public Builder clearReq() { bitField0_ = (bitField0_ & ~0x00000001); req_ = getDefaultInstance().getReq(); onChanged(); return this; } private com.google.protobuf.ByteString opt_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes opt = 2; * @return Whether the opt field is set. */ @java.lang.Override public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional bytes opt = 2; * @return The opt. */ @java.lang.Override public com.google.protobuf.ByteString getOpt() { return opt_; } /** * optional bytes opt = 2; * @param value The opt to set. * @return This builder for chaining. */ public Builder setOpt(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } opt_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional bytes opt = 2; * @return This builder for chaining. */ public Builder clearOpt() { bitField0_ = (bitField0_ & ~0x00000002); opt_ = getDefaultInstance().getOpt(); onChanged(); return this; } private com.google.protobuf.Internal.ProtobufList rep_ = emptyList(com.google.protobuf.ByteString.class); private void ensureRepIsMutable() { if (!rep_.isModifiable()) { rep_ = makeMutableCopy(rep_); } bitField0_ |= 0x00000004; } /** * repeated bytes rep = 3; * @return A list containing the rep. */ public java.util.List getRepList() { rep_.makeImmutable(); return rep_; } /** * repeated bytes rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated bytes rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public com.google.protobuf.ByteString getRep(int index) { return rep_.get(index); } /** * repeated bytes rep = 3; * @param index The index to set the value at. * @param value The rep to set. * @return This builder for chaining. */ public Builder setRep( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes rep = 3; * @param value The rep to add. * @return This builder for chaining. */ public Builder addRep(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes rep = 3; * @param values The rep to add. * @return This builder for chaining. */ public Builder addAllRep( java.lang.Iterable values) { ensureRepIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, rep_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes rep = 3; * @return This builder for chaining. */ public Builder clearRep() { rep_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); 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:proto2_test_check_utf8.BytesWrapper) } // @@protoc_insertion_point(class_scope:proto2_test_check_utf8.BytesWrapper) private static final proto2_test_check_utf8.TestCheckUtf8.BytesWrapper DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_test_check_utf8.TestCheckUtf8.BytesWrapper(); } public static proto2_test_check_utf8.TestCheckUtf8.BytesWrapper getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BytesWrapper parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_test_check_utf8.TestCheckUtf8.BytesWrapper getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_test_check_utf8_StringWrapper_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_test_check_utf8_StringWrapper_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_test_check_utf8_BytesWrapper_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_test_check_utf8_BytesWrapper_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n)com/google/protobuf/test_check_utf8.pr" + "oto\022\026proto2_test_check_utf8\"6\n\rStringWra" + "pper\022\013\n\003req\030\001 \002(\t\022\013\n\003opt\030\002 \001(\t\022\013\n\003rep\030\003 " + "\003(\t\"5\n\014BytesWrapper\022\013\n\003req\030\001 \002(\014\022\013\n\003opt\030" + "\002 \001(\014\022\013\n\003rep\030\003 \003(\014B\022B\rTestCheckUtf8\330\001\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_test_check_utf8_StringWrapper_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_test_check_utf8_StringWrapper_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_test_check_utf8_StringWrapper_descriptor, new java.lang.String[] { "Req", "Opt", "Rep", }); internal_static_proto2_test_check_utf8_BytesWrapper_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_test_check_utf8_BytesWrapper_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_test_check_utf8_BytesWrapper_descriptor, new java.lang.String[] { "Req", "Opt", "Rep", }); } // @@protoc_insertion_point(outer_class_scope) } PK !p2proto2_test_check_utf8_size/TestCheckUtf8Size.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/test_check_utf8_size.proto // Protobuf Java Version: 3.25.0 package proto2_test_check_utf8_size; public final class TestCheckUtf8Size { private TestCheckUtf8Size() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface StringWrapperSizeOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_test_check_utf8_size.StringWrapperSize) com.google.protobuf.MessageOrBuilder { /** * required string req = 1; * @return Whether the req field is set. */ boolean hasReq(); /** * required string req = 1; * @return The req. */ java.lang.String getReq(); /** * required string req = 1; * @return The bytes for req. */ com.google.protobuf.ByteString getReqBytes(); /** * optional string opt = 2; * @return Whether the opt field is set. */ boolean hasOpt(); /** * optional string opt = 2; * @return The opt. */ java.lang.String getOpt(); /** * optional string opt = 2; * @return The bytes for opt. */ com.google.protobuf.ByteString getOptBytes(); /** * repeated string rep = 3; * @return A list containing the rep. */ java.util.List getRepList(); /** * repeated string rep = 3; * @return The count of rep. */ int getRepCount(); /** * repeated string rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ java.lang.String getRep(int index); /** * repeated string rep = 3; * @param index The index of the value to return. * @return The bytes of the rep at the given index. */ com.google.protobuf.ByteString getRepBytes(int index); } /** * Protobuf type {@code proto2_test_check_utf8_size.StringWrapperSize} */ public static final class StringWrapperSize extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_test_check_utf8_size.StringWrapperSize) StringWrapperSizeOrBuilder { private static final long serialVersionUID = 0L; // Use StringWrapperSize.newBuilder() to construct. private StringWrapperSize(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StringWrapperSize() { req_ = ""; opt_ = ""; rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new StringWrapperSize(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_StringWrapperSize_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_StringWrapperSize_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize.class, proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize.Builder.class); } private int bitField0_; public static final int REQ_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object req_ = ""; /** * required string req = 1; * @return Whether the req field is set. */ @java.lang.Override public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required string req = 1; * @return The req. */ @java.lang.Override public java.lang.String getReq() { java.lang.Object ref = req_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); req_ = s; return s; } } /** * required string req = 1; * @return The bytes for req. */ @java.lang.Override public com.google.protobuf.ByteString getReqBytes() { java.lang.Object ref = req_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); req_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int OPT_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object opt_ = ""; /** * optional string opt = 2; * @return Whether the opt field is set. */ @java.lang.Override public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional string opt = 2; * @return The opt. */ @java.lang.Override public java.lang.String getOpt() { java.lang.Object ref = opt_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); opt_ = s; return s; } } /** * optional string opt = 2; * @return The bytes for opt. */ @java.lang.Override public com.google.protobuf.ByteString getOptBytes() { java.lang.Object ref = opt_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); opt_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REP_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * repeated string rep = 3; * @return A list containing the rep. */ public com.google.protobuf.ProtocolStringList getRepList() { return rep_; } /** * repeated string rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated string rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public java.lang.String getRep(int index) { return rep_.get(index); } /** * repeated string rep = 3; * @param index The index of the value to return. * @return The bytes of the rep at the given index. */ public com.google.protobuf.ByteString getRepBytes(int index) { return rep_.getByteString(index); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_test_check_utf8_size.StringWrapperSize} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_test_check_utf8_size.StringWrapperSize) proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSizeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_StringWrapperSize_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_StringWrapperSize_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize.class, proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize.Builder.class); } // Construct using proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; req_ = ""; opt_ = ""; rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_StringWrapperSize_descriptor; } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize getDefaultInstanceForType() { return proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize.getDefaultInstance(); } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize build() { proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize buildPartial() { proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize result = new proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.req_ = req_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.opt_ = opt_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { rep_.makeImmutable(); result.rep_ = rep_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } private int bitField0_; private java.lang.Object req_ = ""; /** * required string req = 1; * @return Whether the req field is set. */ public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required string req = 1; * @return The req. */ public java.lang.String getReq() { java.lang.Object ref = req_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); req_ = s; return s; } else { return (java.lang.String) ref; } } /** * required string req = 1; * @return The bytes for req. */ public com.google.protobuf.ByteString getReqBytes() { java.lang.Object ref = req_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); req_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * required string req = 1; * @param value The req to set. * @return This builder for chaining. */ public Builder setReq( java.lang.String value) { if (value == null) { throw new NullPointerException(); } req_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * required string req = 1; * @return This builder for chaining. */ public Builder clearReq() { req_ = getDefaultInstance().getReq(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * required string req = 1; * @param value The bytes for req to set. * @return This builder for chaining. */ public Builder setReqBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); req_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object opt_ = ""; /** * optional string opt = 2; * @return Whether the opt field is set. */ public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional string opt = 2; * @return The opt. */ public java.lang.String getOpt() { java.lang.Object ref = opt_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); opt_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string opt = 2; * @return The bytes for opt. */ public com.google.protobuf.ByteString getOptBytes() { java.lang.Object ref = opt_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); opt_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string opt = 2; * @param value The opt to set. * @return This builder for chaining. */ public Builder setOpt( java.lang.String value) { if (value == null) { throw new NullPointerException(); } opt_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional string opt = 2; * @return This builder for chaining. */ public Builder clearOpt() { opt_ = getDefaultInstance().getOpt(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * optional string opt = 2; * @param value The bytes for opt to set. * @return This builder for chaining. */ public Builder setOptBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); opt_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureRepIsMutable() { if (!rep_.isModifiable()) { rep_ = new com.google.protobuf.LazyStringArrayList(rep_); } bitField0_ |= 0x00000004; } /** * repeated string rep = 3; * @return A list containing the rep. */ public com.google.protobuf.ProtocolStringList getRepList() { rep_.makeImmutable(); return rep_; } /** * repeated string rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated string rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public java.lang.String getRep(int index) { return rep_.get(index); } /** * repeated string rep = 3; * @param index The index of the value to return. * @return The bytes of the rep at the given index. */ public com.google.protobuf.ByteString getRepBytes(int index) { return rep_.getByteString(index); } /** * repeated string rep = 3; * @param index The index to set the value at. * @param value The rep to set. * @return This builder for chaining. */ public Builder setRep( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string rep = 3; * @param value The rep to add. * @return This builder for chaining. */ public Builder addRep( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string rep = 3; * @param values The rep to add. * @return This builder for chaining. */ public Builder addAllRep( java.lang.Iterable values) { ensureRepIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, rep_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated string rep = 3; * @return This builder for chaining. */ public Builder clearRep() { rep_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000004);; onChanged(); return this; } /** * repeated string rep = 3; * @param value The bytes of the rep to add. * @return This builder for chaining. */ public Builder addRepBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureRepIsMutable(); rep_.add(value); bitField0_ |= 0x00000004; onChanged(); 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:proto2_test_check_utf8_size.StringWrapperSize) } // @@protoc_insertion_point(class_scope:proto2_test_check_utf8_size.StringWrapperSize) private static final proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize(); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StringWrapperSize parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.StringWrapperSize getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BytesWrapperSizeOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_test_check_utf8_size.BytesWrapperSize) com.google.protobuf.MessageOrBuilder { /** * required bytes req = 1; * @return Whether the req field is set. */ boolean hasReq(); /** * required bytes req = 1; * @return The req. */ com.google.protobuf.ByteString getReq(); /** * optional bytes opt = 2; * @return Whether the opt field is set. */ boolean hasOpt(); /** * optional bytes opt = 2; * @return The opt. */ com.google.protobuf.ByteString getOpt(); /** * repeated bytes rep = 3; * @return A list containing the rep. */ java.util.List getRepList(); /** * repeated bytes rep = 3; * @return The count of rep. */ int getRepCount(); /** * repeated bytes rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ com.google.protobuf.ByteString getRep(int index); } /** * Protobuf type {@code proto2_test_check_utf8_size.BytesWrapperSize} */ public static final class BytesWrapperSize extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_test_check_utf8_size.BytesWrapperSize) BytesWrapperSizeOrBuilder { private static final long serialVersionUID = 0L; // Use BytesWrapperSize.newBuilder() to construct. private BytesWrapperSize(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BytesWrapperSize() { req_ = com.google.protobuf.ByteString.EMPTY; opt_ = com.google.protobuf.ByteString.EMPTY; rep_ = emptyList(com.google.protobuf.ByteString.class); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BytesWrapperSize(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_BytesWrapperSize_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_BytesWrapperSize_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize.class, proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize.Builder.class); } private int bitField0_; public static final int REQ_FIELD_NUMBER = 1; private com.google.protobuf.ByteString req_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes req = 1; * @return Whether the req field is set. */ @java.lang.Override public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required bytes req = 1; * @return The req. */ @java.lang.Override public com.google.protobuf.ByteString getReq() { return req_; } public static final int OPT_FIELD_NUMBER = 2; private com.google.protobuf.ByteString opt_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes opt = 2; * @return Whether the opt field is set. */ @java.lang.Override public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional bytes opt = 2; * @return The opt. */ @java.lang.Override public com.google.protobuf.ByteString getOpt() { return opt_; } public static final int REP_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.Internal.ProtobufList rep_ = emptyList(com.google.protobuf.ByteString.class); /** * repeated bytes rep = 3; * @return A list containing the rep. */ @java.lang.Override public java.util.List getRepList() { return rep_; } /** * repeated bytes rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated bytes rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public com.google.protobuf.ByteString getRep(int index) { return rep_.get(index); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_test_check_utf8_size.BytesWrapperSize} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_test_check_utf8_size.BytesWrapperSize) proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSizeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_BytesWrapperSize_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_BytesWrapperSize_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize.class, proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize.Builder.class); } // Construct using proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; req_ = com.google.protobuf.ByteString.EMPTY; opt_ = com.google.protobuf.ByteString.EMPTY; rep_ = emptyList(com.google.protobuf.ByteString.class); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_test_check_utf8_size.TestCheckUtf8Size.internal_static_proto2_test_check_utf8_size_BytesWrapperSize_descriptor; } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize getDefaultInstanceForType() { return proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize.getDefaultInstance(); } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize build() { proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize buildPartial() { proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize result = new proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.req_ = req_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.opt_ = opt_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { rep_.makeImmutable(); result.rep_ = rep_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } private int bitField0_; private com.google.protobuf.ByteString req_ = com.google.protobuf.ByteString.EMPTY; /** * required bytes req = 1; * @return Whether the req field is set. */ @java.lang.Override public boolean hasReq() { return ((bitField0_ & 0x00000001) != 0); } /** * required bytes req = 1; * @return The req. */ @java.lang.Override public com.google.protobuf.ByteString getReq() { return req_; } /** * required bytes req = 1; * @param value The req to set. * @return This builder for chaining. */ public Builder setReq(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } req_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * required bytes req = 1; * @return This builder for chaining. */ public Builder clearReq() { bitField0_ = (bitField0_ & ~0x00000001); req_ = getDefaultInstance().getReq(); onChanged(); return this; } private com.google.protobuf.ByteString opt_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes opt = 2; * @return Whether the opt field is set. */ @java.lang.Override public boolean hasOpt() { return ((bitField0_ & 0x00000002) != 0); } /** * optional bytes opt = 2; * @return The opt. */ @java.lang.Override public com.google.protobuf.ByteString getOpt() { return opt_; } /** * optional bytes opt = 2; * @param value The opt to set. * @return This builder for chaining. */ public Builder setOpt(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } opt_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional bytes opt = 2; * @return This builder for chaining. */ public Builder clearOpt() { bitField0_ = (bitField0_ & ~0x00000002); opt_ = getDefaultInstance().getOpt(); onChanged(); return this; } private com.google.protobuf.Internal.ProtobufList rep_ = emptyList(com.google.protobuf.ByteString.class); private void ensureRepIsMutable() { if (!rep_.isModifiable()) { rep_ = makeMutableCopy(rep_); } bitField0_ |= 0x00000004; } /** * repeated bytes rep = 3; * @return A list containing the rep. */ public java.util.List getRepList() { rep_.makeImmutable(); return rep_; } /** * repeated bytes rep = 3; * @return The count of rep. */ public int getRepCount() { return rep_.size(); } /** * repeated bytes rep = 3; * @param index The index of the element to return. * @return The rep at the given index. */ public com.google.protobuf.ByteString getRep(int index) { return rep_.get(index); } /** * repeated bytes rep = 3; * @param index The index to set the value at. * @param value The rep to set. * @return This builder for chaining. */ public Builder setRep( int index, com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes rep = 3; * @param value The rep to add. * @return This builder for chaining. */ public Builder addRep(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureRepIsMutable(); rep_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes rep = 3; * @param values The rep to add. * @return This builder for chaining. */ public Builder addAllRep( java.lang.Iterable values) { ensureRepIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, rep_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * repeated bytes rep = 3; * @return This builder for chaining. */ public Builder clearRep() { rep_ = emptyList(com.google.protobuf.ByteString.class); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); 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:proto2_test_check_utf8_size.BytesWrapperSize) } // @@protoc_insertion_point(class_scope:proto2_test_check_utf8_size.BytesWrapperSize) private static final proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize(); } public static proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BytesWrapperSize parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_test_check_utf8_size.TestCheckUtf8Size.BytesWrapperSize getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_test_check_utf8_size_StringWrapperSize_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_test_check_utf8_size_StringWrapperSize_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_test_check_utf8_size_BytesWrapperSize_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_test_check_utf8_size_BytesWrapperSize_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n.com/google/protobuf/test_check_utf8_si" + "ze.proto\022\033proto2_test_check_utf8_size\":\n" + "\021StringWrapperSize\022\013\n\003req\030\001 \002(\t\022\013\n\003opt\030\002" + " \001(\t\022\013\n\003rep\030\003 \003(\t\"9\n\020BytesWrapperSize\022\013\n" + "\003req\030\001 \002(\014\022\013\n\003opt\030\002 \001(\014\022\013\n\003rep\030\003 \003(\014B\030B\021" + "TestCheckUtf8SizeH\002\330\001\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_test_check_utf8_size_StringWrapperSize_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_test_check_utf8_size_StringWrapperSize_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_test_check_utf8_size_StringWrapperSize_descriptor, new java.lang.String[] { "Req", "Opt", "Rep", }); internal_static_proto2_test_check_utf8_size_BytesWrapperSize_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_test_check_utf8_size_BytesWrapperSize_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_test_check_utf8_size_BytesWrapperSize_descriptor, new java.lang.String[] { "Req", "Opt", "Rep", }); } // @@protoc_insertion_point(outer_class_scope) } PK !s (proto2_unittest/CachedFieldSizeTest.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/cached_field_size_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class CachedFieldSizeTest { private CachedFieldSizeTest() {} 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 final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TestCachedFieldSizeMessage_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TestCachedFieldSizeMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n0com/google/protobuf/cached_field_size_" + "test.proto\022\017proto2_unittest\032\036google/prot" + "obuf/unittest.proto\032%google/protobuf/uni" + "ttest_proto3.proto\"\214\001\n\032TestCachedFieldSi" + "zeMessage\0226\n\014proto2_child\030\001 \001(\0132 .proto2" + "_unittest.TestPackedTypes\0226\n\014proto3_chil" + "d\030\002 \001(\0132 .proto3_unittest.TestPackedType" + "sB\004H\002P\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { proto2_unittest.UnittestProto.getDescriptor(), proto3_unittest.UnittestProto3.getDescriptor(), }); internal_static_proto2_unittest_TestCachedFieldSizeMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_TestCachedFieldSizeMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TestCachedFieldSizeMessage_descriptor, new java.lang.String[] { "Proto2Child", "Proto3Child", }); proto2_unittest.UnittestProto.getDescriptor(); proto3_unittest.UnittestProto3.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !M`M`proto2_unittest/Engine.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf type {@code proto2_unittest.Engine} */ public final class Engine extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.Engine) EngineOrBuilder { private static final long serialVersionUID = 0L; // Use Engine.newBuilder() to construct. private Engine(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Engine() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Engine(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Engine_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Engine_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.Engine.class, proto2_unittest.Engine.Builder.class); } private int bitField0_; public static final int CYLINDER_FIELD_NUMBER = 1; private int cylinder_ = 0; /** * optional int32 cylinder = 1; * @return Whether the cylinder field is set. */ @java.lang.Override public boolean hasCylinder() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 cylinder = 1; * @return The cylinder. */ @java.lang.Override public int getCylinder() { return cylinder_; } public static final int LITERS_FIELD_NUMBER = 2; private int liters_ = 0; /** * optional int32 liters = 2; * @return Whether the liters field is set. */ @java.lang.Override public boolean hasLiters() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 liters = 2; * @return The liters. */ @java.lang.Override public int getLiters() { return liters_; } public static final int TIMING_BELT_FIELD_NUMBER = 3; private proto2_unittest.TimingBelt timingBelt_; /** * optional .proto2_unittest.TimingBelt timing_belt = 3; * @return Whether the timingBelt field is set. */ @java.lang.Override public boolean hasTimingBelt() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; * @return The timingBelt. */ @java.lang.Override public proto2_unittest.TimingBelt getTimingBelt() { return timingBelt_ == null ? proto2_unittest.TimingBelt.getDefaultInstance() : timingBelt_; } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ @java.lang.Override public proto2_unittest.TimingBeltOrBuilder getTimingBeltOrBuilder() { return timingBelt_ == null ? proto2_unittest.TimingBelt.getDefaultInstance() : timingBelt_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, cylinder_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeInt32(2, liters_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(3, getTimingBelt()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, cylinder_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, liters_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getTimingBelt()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.Engine)) { return super.equals(obj); } proto2_unittest.Engine other = (proto2_unittest.Engine) obj; if (hasCylinder() != other.hasCylinder()) return false; if (hasCylinder()) { if (getCylinder() != other.getCylinder()) return false; } if (hasLiters() != other.hasLiters()) return false; if (hasLiters()) { if (getLiters() != other.getLiters()) return false; } if (hasTimingBelt() != other.hasTimingBelt()) return false; if (hasTimingBelt()) { if (!getTimingBelt() .equals(other.getTimingBelt())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCylinder()) { hash = (37 * hash) + CYLINDER_FIELD_NUMBER; hash = (53 * hash) + getCylinder(); } if (hasLiters()) { hash = (37 * hash) + LITERS_FIELD_NUMBER; hash = (53 * hash) + getLiters(); } if (hasTimingBelt()) { hash = (37 * hash) + TIMING_BELT_FIELD_NUMBER; hash = (53 * hash) + getTimingBelt().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.Engine parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Engine parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Engine parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Engine parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Engine parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Engine parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Engine parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.Engine parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.Engine parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.Engine parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.Engine parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.Engine parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.Engine prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.Engine} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.Engine) proto2_unittest.EngineOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Engine_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Engine_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.Engine.class, proto2_unittest.Engine.Builder.class); } // Construct using proto2_unittest.Engine.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getTimingBeltFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; cylinder_ = 0; liters_ = 0; timingBelt_ = null; if (timingBeltBuilder_ != null) { timingBeltBuilder_.dispose(); timingBeltBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Engine_descriptor; } @java.lang.Override public proto2_unittest.Engine getDefaultInstanceForType() { return proto2_unittest.Engine.getDefaultInstance(); } @java.lang.Override public proto2_unittest.Engine build() { proto2_unittest.Engine result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.Engine buildPartial() { proto2_unittest.Engine result = new proto2_unittest.Engine(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.Engine result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.cylinder_ = cylinder_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.liters_ = liters_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.timingBelt_ = timingBeltBuilder_ == null ? timingBelt_ : timingBeltBuilder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.Engine) { return mergeFrom((proto2_unittest.Engine)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.Engine other) { if (other == proto2_unittest.Engine.getDefaultInstance()) return this; if (other.hasCylinder()) { setCylinder(other.getCylinder()); } if (other.hasLiters()) { setLiters(other.getLiters()); } if (other.hasTimingBelt()) { mergeTimingBelt(other.getTimingBelt()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { cylinder_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { liters_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { input.readMessage( getTimingBeltFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int cylinder_ ; /** * optional int32 cylinder = 1; * @return Whether the cylinder field is set. */ @java.lang.Override public boolean hasCylinder() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 cylinder = 1; * @return The cylinder. */ @java.lang.Override public int getCylinder() { return cylinder_; } /** * optional int32 cylinder = 1; * @param value The cylinder to set. * @return This builder for chaining. */ public Builder setCylinder(int value) { cylinder_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 cylinder = 1; * @return This builder for chaining. */ public Builder clearCylinder() { bitField0_ = (bitField0_ & ~0x00000001); cylinder_ = 0; onChanged(); return this; } private int liters_ ; /** * optional int32 liters = 2; * @return Whether the liters field is set. */ @java.lang.Override public boolean hasLiters() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 liters = 2; * @return The liters. */ @java.lang.Override public int getLiters() { return liters_; } /** * optional int32 liters = 2; * @param value The liters to set. * @return This builder for chaining. */ public Builder setLiters(int value) { liters_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional int32 liters = 2; * @return This builder for chaining. */ public Builder clearLiters() { bitField0_ = (bitField0_ & ~0x00000002); liters_ = 0; onChanged(); return this; } private proto2_unittest.TimingBelt timingBelt_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.TimingBelt, proto2_unittest.TimingBelt.Builder, proto2_unittest.TimingBeltOrBuilder> timingBeltBuilder_; /** * optional .proto2_unittest.TimingBelt timing_belt = 3; * @return Whether the timingBelt field is set. */ public boolean hasTimingBelt() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; * @return The timingBelt. */ public proto2_unittest.TimingBelt getTimingBelt() { if (timingBeltBuilder_ == null) { return timingBelt_ == null ? proto2_unittest.TimingBelt.getDefaultInstance() : timingBelt_; } else { return timingBeltBuilder_.getMessage(); } } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ public Builder setTimingBelt(proto2_unittest.TimingBelt value) { if (timingBeltBuilder_ == null) { if (value == null) { throw new NullPointerException(); } timingBelt_ = value; } else { timingBeltBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ public Builder setTimingBelt( proto2_unittest.TimingBelt.Builder builderForValue) { if (timingBeltBuilder_ == null) { timingBelt_ = builderForValue.build(); } else { timingBeltBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ public Builder mergeTimingBelt(proto2_unittest.TimingBelt value) { if (timingBeltBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && timingBelt_ != null && timingBelt_ != proto2_unittest.TimingBelt.getDefaultInstance()) { getTimingBeltBuilder().mergeFrom(value); } else { timingBelt_ = value; } } else { timingBeltBuilder_.mergeFrom(value); } if (timingBelt_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ public Builder clearTimingBelt() { bitField0_ = (bitField0_ & ~0x00000004); timingBelt_ = null; if (timingBeltBuilder_ != null) { timingBeltBuilder_.dispose(); timingBeltBuilder_ = null; } onChanged(); return this; } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ public proto2_unittest.TimingBelt.Builder getTimingBeltBuilder() { bitField0_ |= 0x00000004; onChanged(); return getTimingBeltFieldBuilder().getBuilder(); } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ public proto2_unittest.TimingBeltOrBuilder getTimingBeltOrBuilder() { if (timingBeltBuilder_ != null) { return timingBeltBuilder_.getMessageOrBuilder(); } else { return timingBelt_ == null ? proto2_unittest.TimingBelt.getDefaultInstance() : timingBelt_; } } /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.TimingBelt, proto2_unittest.TimingBelt.Builder, proto2_unittest.TimingBeltOrBuilder> getTimingBeltFieldBuilder() { if (timingBeltBuilder_ == null) { timingBeltBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.TimingBelt, proto2_unittest.TimingBelt.Builder, proto2_unittest.TimingBeltOrBuilder>( getTimingBelt(), getParentForChildren(), isClean()); timingBelt_ = null; } return timingBeltBuilder_; } @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:proto2_unittest.Engine) } // @@protoc_insertion_point(class_scope:proto2_unittest.Engine) private static final proto2_unittest.Engine DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.Engine(); } public static proto2_unittest.Engine getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Engine parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.Engine getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK !kW$proto2_unittest/EngineOrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public interface EngineOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.Engine) com.google.protobuf.MessageOrBuilder { /** * optional int32 cylinder = 1; * @return Whether the cylinder field is set. */ boolean hasCylinder(); /** * optional int32 cylinder = 1; * @return The cylinder. */ int getCylinder(); /** * optional int32 liters = 2; * @return Whether the liters field is set. */ boolean hasLiters(); /** * optional int32 liters = 2; * @return The liters. */ int getLiters(); /** * optional .proto2_unittest.TimingBelt timing_belt = 3; * @return Whether the timingBelt field is set. */ boolean hasTimingBelt(); /** * optional .proto2_unittest.TimingBelt timing_belt = 3; * @return The timingBelt. */ proto2_unittest.TimingBelt getTimingBelt(); /** * optional .proto2_unittest.TimingBelt timing_belt = 3; */ proto2_unittest.TimingBeltOrBuilder getTimingBeltOrBuilder(); } PK !_! ! $proto2_unittest/EnumWithNoOuter.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/multiple_files_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf enum {@code proto2_unittest.EnumWithNoOuter} */ public enum EnumWithNoOuter implements com.google.protobuf.ProtocolMessageEnum { /** * FOO = 1 [(.proto2_unittest.enum_value_option) = 12345]; */ FOO(1), /** * BAR = 2; */ BAR(2), ; /** * FOO = 1 [(.proto2_unittest.enum_value_option) = 12345]; */ public static final int FOO_VALUE = 1; /** * BAR = 2; */ public static final int BAR_VALUE = 2; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static EnumWithNoOuter valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static EnumWithNoOuter forNumber(int value) { switch (value) { case 1: return FOO; case 2: return BAR; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< EnumWithNoOuter> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public EnumWithNoOuter findValueByNumber(int number) { return EnumWithNoOuter.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return proto2_unittest.MultipleFilesTestProto.getDescriptor().getEnumTypes().get(0); } private static final EnumWithNoOuter[] VALUES = values(); public static EnumWithNoOuter valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private EnumWithNoOuter(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:proto2_unittest.EnumWithNoOuter) } PK !TF_ _ #proto2_unittest/LazyFieldsLite.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/lazy_fields_lite.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class LazyFieldsLite { private LazyFieldsLite() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(proto2_unittest.LazyFieldsLite.LazyExtension.extension); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface LazyMessageLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.LazyMessageLite) com.google.protobuf.MessageOrBuilder { /** * optional int32 num = 1; * @return Whether the num field is set. */ boolean hasNum(); /** * optional int32 num = 1; * @return The num. */ int getNum(); /** * optional int32 num_with_default = 2 [default = 421]; * @return Whether the numWithDefault field is set. */ boolean hasNumWithDefault(); /** * optional int32 num_with_default = 2 [default = 421]; * @return The numWithDefault. */ int getNumWithDefault(); /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; * @return Whether the inner field is set. */ boolean hasInner(); /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; * @return The inner. */ proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getInner(); /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getInnerOrBuilder(); /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ java.util.List getRepeatedInnerList(); /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getRepeatedInner(int index); /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ int getRepeatedInnerCount(); /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ java.util.List getRepeatedInnerOrBuilderList(); /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getRepeatedInnerOrBuilder( int index); /** * int32 oneof_num = 5; * @return Whether the oneofNum field is set. */ boolean hasOneofNum(); /** * int32 oneof_num = 5; * @return The oneofNum. */ int getOneofNum(); /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; * @return Whether the oneofInner field is set. */ boolean hasOneofInner(); /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; * @return The oneofInner. */ proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getOneofInner(); /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getOneofInnerOrBuilder(); proto2_unittest.LazyFieldsLite.LazyMessageLite.OneofFieldCase getOneofFieldCase(); } /** * Protobuf type {@code proto2_unittest.LazyMessageLite} */ public static final class LazyMessageLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.LazyMessageLite) LazyMessageLiteOrBuilder { private static final long serialVersionUID = 0L; // Use LazyMessageLite.newBuilder() to construct. private LazyMessageLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private LazyMessageLite() { numWithDefault_ = 421; repeatedInner_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new LazyMessageLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyMessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyMessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyMessageLite.class, proto2_unittest.LazyFieldsLite.LazyMessageLite.Builder.class); } private int bitField0_; private int oneofFieldCase_ = 0; @SuppressWarnings("serial") private java.lang.Object oneofField_; public enum OneofFieldCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { ONEOF_NUM(5), ONEOF_INNER(6), ONEOFFIELD_NOT_SET(0); private final int value; private OneofFieldCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static OneofFieldCase valueOf(int value) { return forNumber(value); } public static OneofFieldCase forNumber(int value) { switch (value) { case 5: return ONEOF_NUM; case 6: return ONEOF_INNER; case 0: return ONEOFFIELD_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public OneofFieldCase getOneofFieldCase() { return OneofFieldCase.forNumber( oneofFieldCase_); } public static final int NUM_FIELD_NUMBER = 1; private int num_ = 0; /** * optional int32 num = 1; * @return Whether the num field is set. */ @java.lang.Override public boolean hasNum() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 num = 1; * @return The num. */ @java.lang.Override public int getNum() { return num_; } public static final int NUM_WITH_DEFAULT_FIELD_NUMBER = 2; private int numWithDefault_ = 421; /** * optional int32 num_with_default = 2 [default = 421]; * @return Whether the numWithDefault field is set. */ @java.lang.Override public boolean hasNumWithDefault() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 num_with_default = 2 [default = 421]; * @return The numWithDefault. */ @java.lang.Override public int getNumWithDefault() { return numWithDefault_; } public static final int INNER_FIELD_NUMBER = 3; private proto2_unittest.LazyFieldsLite.LazyInnerMessageLite inner_; /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; * @return Whether the inner field is set. */ @java.lang.Override public boolean hasInner() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; * @return The inner. */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getInner() { return inner_ == null ? proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance() : inner_; } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getInnerOrBuilder() { return inner_ == null ? proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance() : inner_; } public static final int REPEATED_INNER_FIELD_NUMBER = 4; @SuppressWarnings("serial") private java.util.List repeatedInner_; /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ @java.lang.Override public java.util.List getRepeatedInnerList() { return repeatedInner_; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ @java.lang.Override public java.util.List getRepeatedInnerOrBuilderList() { return repeatedInner_; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ @java.lang.Override public int getRepeatedInnerCount() { return repeatedInner_.size(); } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getRepeatedInner(int index) { return repeatedInner_.get(index); } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getRepeatedInnerOrBuilder( int index) { return repeatedInner_.get(index); } public static final int ONEOF_NUM_FIELD_NUMBER = 5; /** * int32 oneof_num = 5; * @return Whether the oneofNum field is set. */ @java.lang.Override public boolean hasOneofNum() { return oneofFieldCase_ == 5; } /** * int32 oneof_num = 5; * @return The oneofNum. */ @java.lang.Override public int getOneofNum() { if (oneofFieldCase_ == 5) { return (java.lang.Integer) oneofField_; } return 0; } public static final int ONEOF_INNER_FIELD_NUMBER = 6; /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; * @return Whether the oneofInner field is set. */ @java.lang.Override public boolean hasOneofInner() { return oneofFieldCase_ == 6; } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; * @return The oneofInner. */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getOneofInner() { if (oneofFieldCase_ == 6) { return (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_; } return proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance(); } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getOneofInnerOrBuilder() { if (oneofFieldCase_ == 6) { return (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_; } return proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (hasInner()) { if (!getInner().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getRepeatedInnerCount(); i++) { if (!getRepeatedInner(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasOneofInner()) { if (!getOneofInner().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, num_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeInt32(2, numWithDefault_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(3, getInner()); } for (int i = 0; i < repeatedInner_.size(); i++) { output.writeMessage(4, repeatedInner_.get(i)); } if (oneofFieldCase_ == 5) { output.writeInt32( 5, (int)((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 6) { output.writeMessage(6, (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, num_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, numWithDefault_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getInner()); } for (int i = 0; i < repeatedInner_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, repeatedInner_.get(i)); } if (oneofFieldCase_ == 5) { size += com.google.protobuf.CodedOutputStream .computeInt32Size( 5, (int)((java.lang.Integer) oneofField_)); } if (oneofFieldCase_ == 6) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.LazyFieldsLite.LazyMessageLite)) { return super.equals(obj); } proto2_unittest.LazyFieldsLite.LazyMessageLite other = (proto2_unittest.LazyFieldsLite.LazyMessageLite) obj; if (hasNum() != other.hasNum()) return false; if (hasNum()) { if (getNum() != other.getNum()) return false; } if (hasNumWithDefault() != other.hasNumWithDefault()) return false; if (hasNumWithDefault()) { if (getNumWithDefault() != other.getNumWithDefault()) return false; } if (hasInner() != other.hasInner()) return false; if (hasInner()) { if (!getInner() .equals(other.getInner())) return false; } if (!getRepeatedInnerList() .equals(other.getRepeatedInnerList())) return false; if (!getOneofFieldCase().equals(other.getOneofFieldCase())) return false; switch (oneofFieldCase_) { case 5: if (getOneofNum() != other.getOneofNum()) return false; break; case 6: if (!getOneofInner() .equals(other.getOneofInner())) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasNum()) { hash = (37 * hash) + NUM_FIELD_NUMBER; hash = (53 * hash) + getNum(); } if (hasNumWithDefault()) { hash = (37 * hash) + NUM_WITH_DEFAULT_FIELD_NUMBER; hash = (53 * hash) + getNumWithDefault(); } if (hasInner()) { hash = (37 * hash) + INNER_FIELD_NUMBER; hash = (53 * hash) + getInner().hashCode(); } if (getRepeatedInnerCount() > 0) { hash = (37 * hash) + REPEATED_INNER_FIELD_NUMBER; hash = (53 * hash) + getRepeatedInnerList().hashCode(); } switch (oneofFieldCase_) { case 5: hash = (37 * hash) + ONEOF_NUM_FIELD_NUMBER; hash = (53 * hash) + getOneofNum(); break; case 6: hash = (37 * hash) + ONEOF_INNER_FIELD_NUMBER; hash = (53 * hash) + getOneofInner().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.LazyFieldsLite.LazyMessageLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.LazyMessageLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.LazyMessageLite) proto2_unittest.LazyFieldsLite.LazyMessageLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyMessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyMessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyMessageLite.class, proto2_unittest.LazyFieldsLite.LazyMessageLite.Builder.class); } // Construct using proto2_unittest.LazyFieldsLite.LazyMessageLite.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getInnerFieldBuilder(); getRepeatedInnerFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; num_ = 0; numWithDefault_ = 421; inner_ = null; if (innerBuilder_ != null) { innerBuilder_.dispose(); innerBuilder_ = null; } if (repeatedInnerBuilder_ == null) { repeatedInner_ = java.util.Collections.emptyList(); } else { repeatedInner_ = null; repeatedInnerBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); if (oneofInnerBuilder_ != null) { oneofInnerBuilder_.clear(); } oneofFieldCase_ = 0; oneofField_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyMessageLite_descriptor; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyMessageLite getDefaultInstanceForType() { return proto2_unittest.LazyFieldsLite.LazyMessageLite.getDefaultInstance(); } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyMessageLite build() { proto2_unittest.LazyFieldsLite.LazyMessageLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyMessageLite buildPartial() { proto2_unittest.LazyFieldsLite.LazyMessageLite result = new proto2_unittest.LazyFieldsLite.LazyMessageLite(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(proto2_unittest.LazyFieldsLite.LazyMessageLite result) { if (repeatedInnerBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { repeatedInner_ = java.util.Collections.unmodifiableList(repeatedInner_); bitField0_ = (bitField0_ & ~0x00000008); } result.repeatedInner_ = repeatedInner_; } else { result.repeatedInner_ = repeatedInnerBuilder_.build(); } } private void buildPartial0(proto2_unittest.LazyFieldsLite.LazyMessageLite result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.num_ = num_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.numWithDefault_ = numWithDefault_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.inner_ = innerBuilder_ == null ? inner_ : innerBuilder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; } private void buildPartialOneofs(proto2_unittest.LazyFieldsLite.LazyMessageLite result) { result.oneofFieldCase_ = oneofFieldCase_; result.oneofField_ = this.oneofField_; if (oneofFieldCase_ == 6 && oneofInnerBuilder_ != null) { result.oneofField_ = oneofInnerBuilder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.LazyFieldsLite.LazyMessageLite) { return mergeFrom((proto2_unittest.LazyFieldsLite.LazyMessageLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.LazyFieldsLite.LazyMessageLite other) { if (other == proto2_unittest.LazyFieldsLite.LazyMessageLite.getDefaultInstance()) return this; if (other.hasNum()) { setNum(other.getNum()); } if (other.hasNumWithDefault()) { setNumWithDefault(other.getNumWithDefault()); } if (other.hasInner()) { mergeInner(other.getInner()); } if (repeatedInnerBuilder_ == null) { if (!other.repeatedInner_.isEmpty()) { if (repeatedInner_.isEmpty()) { repeatedInner_ = other.repeatedInner_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureRepeatedInnerIsMutable(); repeatedInner_.addAll(other.repeatedInner_); } onChanged(); } } else { if (!other.repeatedInner_.isEmpty()) { if (repeatedInnerBuilder_.isEmpty()) { repeatedInnerBuilder_.dispose(); repeatedInnerBuilder_ = null; repeatedInner_ = other.repeatedInner_; bitField0_ = (bitField0_ & ~0x00000008); repeatedInnerBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getRepeatedInnerFieldBuilder() : null; } else { repeatedInnerBuilder_.addAllMessages(other.repeatedInner_); } } } switch (other.getOneofFieldCase()) { case ONEOF_NUM: { setOneofNum(other.getOneofNum()); break; } case ONEOF_INNER: { mergeOneofInner(other.getOneofInner()); break; } case ONEOFFIELD_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (hasInner()) { if (!getInner().isInitialized()) { return false; } } for (int i = 0; i < getRepeatedInnerCount(); i++) { if (!getRepeatedInner(i).isInitialized()) { return false; } } if (hasOneofInner()) { if (!getOneofInner().isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { num_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { numWithDefault_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { input.readMessage( getInnerFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 case 34: { proto2_unittest.LazyFieldsLite.LazyInnerMessageLite m = input.readMessage( proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.PARSER, extensionRegistry); if (repeatedInnerBuilder_ == null) { ensureRepeatedInnerIsMutable(); repeatedInner_.add(m); } else { repeatedInnerBuilder_.addMessage(m); } break; } // case 34 case 40: { oneofField_ = input.readInt32(); oneofFieldCase_ = 5; break; } // case 40 case 50: { input.readMessage( getOneofInnerFieldBuilder().getBuilder(), extensionRegistry); oneofFieldCase_ = 6; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int oneofFieldCase_ = 0; private java.lang.Object oneofField_; public OneofFieldCase getOneofFieldCase() { return OneofFieldCase.forNumber( oneofFieldCase_); } public Builder clearOneofField() { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); return this; } private int bitField0_; private int num_ ; /** * optional int32 num = 1; * @return Whether the num field is set. */ @java.lang.Override public boolean hasNum() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 num = 1; * @return The num. */ @java.lang.Override public int getNum() { return num_; } /** * optional int32 num = 1; * @param value The num to set. * @return This builder for chaining. */ public Builder setNum(int value) { num_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 num = 1; * @return This builder for chaining. */ public Builder clearNum() { bitField0_ = (bitField0_ & ~0x00000001); num_ = 0; onChanged(); return this; } private int numWithDefault_ = 421; /** * optional int32 num_with_default = 2 [default = 421]; * @return Whether the numWithDefault field is set. */ @java.lang.Override public boolean hasNumWithDefault() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 num_with_default = 2 [default = 421]; * @return The numWithDefault. */ @java.lang.Override public int getNumWithDefault() { return numWithDefault_; } /** * optional int32 num_with_default = 2 [default = 421]; * @param value The numWithDefault to set. * @return This builder for chaining. */ public Builder setNumWithDefault(int value) { numWithDefault_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional int32 num_with_default = 2 [default = 421]; * @return This builder for chaining. */ public Builder clearNumWithDefault() { bitField0_ = (bitField0_ & ~0x00000002); numWithDefault_ = 421; onChanged(); return this; } private proto2_unittest.LazyFieldsLite.LazyInnerMessageLite inner_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder> innerBuilder_; /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; * @return Whether the inner field is set. */ public boolean hasInner() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; * @return The inner. */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getInner() { if (innerBuilder_ == null) { return inner_ == null ? proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance() : inner_; } else { return innerBuilder_.getMessage(); } } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ public Builder setInner(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite value) { if (innerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } inner_ = value; } else { innerBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ public Builder setInner( proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder builderForValue) { if (innerBuilder_ == null) { inner_ = builderForValue.build(); } else { innerBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ public Builder mergeInner(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite value) { if (innerBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && inner_ != null && inner_ != proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance()) { getInnerBuilder().mergeFrom(value); } else { inner_ = value; } } else { innerBuilder_.mergeFrom(value); } if (inner_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ public Builder clearInner() { bitField0_ = (bitField0_ & ~0x00000004); inner_ = null; if (innerBuilder_ != null) { innerBuilder_.dispose(); innerBuilder_ = null; } onChanged(); return this; } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder getInnerBuilder() { bitField0_ |= 0x00000004; onChanged(); return getInnerFieldBuilder().getBuilder(); } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getInnerOrBuilder() { if (innerBuilder_ != null) { return innerBuilder_.getMessageOrBuilder(); } else { return inner_ == null ? proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance() : inner_; } } /** * optional .proto2_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder> getInnerFieldBuilder() { if (innerBuilder_ == null) { innerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder>( getInner(), getParentForChildren(), isClean()); inner_ = null; } return innerBuilder_; } private java.util.List repeatedInner_ = java.util.Collections.emptyList(); private void ensureRepeatedInnerIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { repeatedInner_ = new java.util.ArrayList(repeatedInner_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder> repeatedInnerBuilder_; /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public java.util.List getRepeatedInnerList() { if (repeatedInnerBuilder_ == null) { return java.util.Collections.unmodifiableList(repeatedInner_); } else { return repeatedInnerBuilder_.getMessageList(); } } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public int getRepeatedInnerCount() { if (repeatedInnerBuilder_ == null) { return repeatedInner_.size(); } else { return repeatedInnerBuilder_.getCount(); } } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getRepeatedInner(int index) { if (repeatedInnerBuilder_ == null) { return repeatedInner_.get(index); } else { return repeatedInnerBuilder_.getMessage(index); } } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder setRepeatedInner( int index, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite value) { if (repeatedInnerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedInnerIsMutable(); repeatedInner_.set(index, value); onChanged(); } else { repeatedInnerBuilder_.setMessage(index, value); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder setRepeatedInner( int index, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder builderForValue) { if (repeatedInnerBuilder_ == null) { ensureRepeatedInnerIsMutable(); repeatedInner_.set(index, builderForValue.build()); onChanged(); } else { repeatedInnerBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder addRepeatedInner(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite value) { if (repeatedInnerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedInnerIsMutable(); repeatedInner_.add(value); onChanged(); } else { repeatedInnerBuilder_.addMessage(value); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder addRepeatedInner( int index, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite value) { if (repeatedInnerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRepeatedInnerIsMutable(); repeatedInner_.add(index, value); onChanged(); } else { repeatedInnerBuilder_.addMessage(index, value); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder addRepeatedInner( proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder builderForValue) { if (repeatedInnerBuilder_ == null) { ensureRepeatedInnerIsMutable(); repeatedInner_.add(builderForValue.build()); onChanged(); } else { repeatedInnerBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder addRepeatedInner( int index, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder builderForValue) { if (repeatedInnerBuilder_ == null) { ensureRepeatedInnerIsMutable(); repeatedInner_.add(index, builderForValue.build()); onChanged(); } else { repeatedInnerBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder addAllRepeatedInner( java.lang.Iterable values) { if (repeatedInnerBuilder_ == null) { ensureRepeatedInnerIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, repeatedInner_); onChanged(); } else { repeatedInnerBuilder_.addAllMessages(values); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder clearRepeatedInner() { if (repeatedInnerBuilder_ == null) { repeatedInner_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { repeatedInnerBuilder_.clear(); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public Builder removeRepeatedInner(int index) { if (repeatedInnerBuilder_ == null) { ensureRepeatedInnerIsMutable(); repeatedInner_.remove(index); onChanged(); } else { repeatedInnerBuilder_.remove(index); } return this; } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder getRepeatedInnerBuilder( int index) { return getRepeatedInnerFieldBuilder().getBuilder(index); } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getRepeatedInnerOrBuilder( int index) { if (repeatedInnerBuilder_ == null) { return repeatedInner_.get(index); } else { return repeatedInnerBuilder_.getMessageOrBuilder(index); } } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public java.util.List getRepeatedInnerOrBuilderList() { if (repeatedInnerBuilder_ != null) { return repeatedInnerBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(repeatedInner_); } } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder addRepeatedInnerBuilder() { return getRepeatedInnerFieldBuilder().addBuilder( proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance()); } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder addRepeatedInnerBuilder( int index) { return getRepeatedInnerFieldBuilder().addBuilder( index, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance()); } /** * repeated .proto2_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; */ public java.util.List getRepeatedInnerBuilderList() { return getRepeatedInnerFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder> getRepeatedInnerFieldBuilder() { if (repeatedInnerBuilder_ == null) { repeatedInnerBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder>( repeatedInner_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); repeatedInner_ = null; } return repeatedInnerBuilder_; } /** * int32 oneof_num = 5; * @return Whether the oneofNum field is set. */ public boolean hasOneofNum() { return oneofFieldCase_ == 5; } /** * int32 oneof_num = 5; * @return The oneofNum. */ public int getOneofNum() { if (oneofFieldCase_ == 5) { return (java.lang.Integer) oneofField_; } return 0; } /** * int32 oneof_num = 5; * @param value The oneofNum to set. * @return This builder for chaining. */ public Builder setOneofNum(int value) { oneofFieldCase_ = 5; oneofField_ = value; onChanged(); return this; } /** * int32 oneof_num = 5; * @return This builder for chaining. */ public Builder clearOneofNum() { if (oneofFieldCase_ == 5) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } return this; } private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder> oneofInnerBuilder_; /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; * @return Whether the oneofInner field is set. */ @java.lang.Override public boolean hasOneofInner() { return oneofFieldCase_ == 6; } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; * @return The oneofInner. */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getOneofInner() { if (oneofInnerBuilder_ == null) { if (oneofFieldCase_ == 6) { return (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_; } return proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance(); } else { if (oneofFieldCase_ == 6) { return oneofInnerBuilder_.getMessage(); } return proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance(); } } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ public Builder setOneofInner(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite value) { if (oneofInnerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } oneofField_ = value; onChanged(); } else { oneofInnerBuilder_.setMessage(value); } oneofFieldCase_ = 6; return this; } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ public Builder setOneofInner( proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder builderForValue) { if (oneofInnerBuilder_ == null) { oneofField_ = builderForValue.build(); onChanged(); } else { oneofInnerBuilder_.setMessage(builderForValue.build()); } oneofFieldCase_ = 6; return this; } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ public Builder mergeOneofInner(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite value) { if (oneofInnerBuilder_ == null) { if (oneofFieldCase_ == 6 && oneofField_ != proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance()) { oneofField_ = proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.newBuilder((proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_) .mergeFrom(value).buildPartial(); } else { oneofField_ = value; } onChanged(); } else { if (oneofFieldCase_ == 6) { oneofInnerBuilder_.mergeFrom(value); } else { oneofInnerBuilder_.setMessage(value); } } oneofFieldCase_ = 6; return this; } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ public Builder clearOneofInner() { if (oneofInnerBuilder_ == null) { if (oneofFieldCase_ == 6) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } } else { if (oneofFieldCase_ == 6) { oneofFieldCase_ = 0; oneofField_ = null; } oneofInnerBuilder_.clear(); } return this; } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder getOneofInnerBuilder() { return getOneofInnerFieldBuilder().getBuilder(); } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder getOneofInnerOrBuilder() { if ((oneofFieldCase_ == 6) && (oneofInnerBuilder_ != null)) { return oneofInnerBuilder_.getMessageOrBuilder(); } else { if (oneofFieldCase_ == 6) { return (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_; } return proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance(); } } /** * .proto2_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder> getOneofInnerFieldBuilder() { if (oneofInnerBuilder_ == null) { if (!(oneofFieldCase_ == 6)) { oneofField_ = proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance(); } oneofInnerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder>( (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) oneofField_, getParentForChildren(), isClean()); oneofField_ = null; } oneofFieldCase_ = 6; onChanged(); return oneofInnerBuilder_; } @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:proto2_unittest.LazyMessageLite) } // @@protoc_insertion_point(class_scope:proto2_unittest.LazyMessageLite) private static final proto2_unittest.LazyFieldsLite.LazyMessageLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.LazyFieldsLite.LazyMessageLite(); } public static proto2_unittest.LazyFieldsLite.LazyMessageLite getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public LazyMessageLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyMessageLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface LazyInnerMessageLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.LazyInnerMessageLite) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { /** * optional int32 num = 1; * @return Whether the num field is set. */ boolean hasNum(); /** * optional int32 num = 1; * @return The num. */ int getNum(); /** * optional int32 num_with_default = 2 [default = 42]; * @return Whether the numWithDefault field is set. */ boolean hasNumWithDefault(); /** * optional int32 num_with_default = 2 [default = 42]; * @return The numWithDefault. */ int getNumWithDefault(); /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; * @return Whether the nested field is set. */ boolean hasNested(); /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; * @return The nested. */ proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite getNested(); /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLiteOrBuilder getNestedOrBuilder(); } /** * Protobuf type {@code proto2_unittest.LazyInnerMessageLite} */ public static final class LazyInnerMessageLite extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< LazyInnerMessageLite> implements // @@protoc_insertion_point(message_implements:proto2_unittest.LazyInnerMessageLite) LazyInnerMessageLiteOrBuilder { private static final long serialVersionUID = 0L; // Use LazyInnerMessageLite.newBuilder() to construct. private LazyInnerMessageLite(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private LazyInnerMessageLite() { numWithDefault_ = 42; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new LazyInnerMessageLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyInnerMessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyInnerMessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.class, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder.class); } private int bitField0_; public static final int NUM_FIELD_NUMBER = 1; private int num_ = 0; /** * optional int32 num = 1; * @return Whether the num field is set. */ @java.lang.Override public boolean hasNum() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 num = 1; * @return The num. */ @java.lang.Override public int getNum() { return num_; } public static final int NUM_WITH_DEFAULT_FIELD_NUMBER = 2; private int numWithDefault_ = 42; /** * optional int32 num_with_default = 2 [default = 42]; * @return Whether the numWithDefault field is set. */ @java.lang.Override public boolean hasNumWithDefault() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 num_with_default = 2 [default = 42]; * @return The numWithDefault. */ @java.lang.Override public int getNumWithDefault() { return numWithDefault_; } public static final int NESTED_FIELD_NUMBER = 3; private proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite nested_; /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; * @return Whether the nested field is set. */ @java.lang.Override public boolean hasNested() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; * @return The nested. */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite getNested() { return nested_ == null ? proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.getDefaultInstance() : nested_; } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLiteOrBuilder getNestedOrBuilder() { return nested_ == null ? proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.getDefaultInstance() : nested_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, num_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeInt32(2, numWithDefault_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(3, getNested()); } extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, num_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, numWithDefault_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getNested()); } size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.LazyFieldsLite.LazyInnerMessageLite)) { return super.equals(obj); } proto2_unittest.LazyFieldsLite.LazyInnerMessageLite other = (proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) obj; if (hasNum() != other.hasNum()) return false; if (hasNum()) { if (getNum() != other.getNum()) return false; } if (hasNumWithDefault() != other.hasNumWithDefault()) return false; if (hasNumWithDefault()) { if (getNumWithDefault() != other.getNumWithDefault()) return false; } if (hasNested() != other.hasNested()) return false; if (hasNested()) { if (!getNested() .equals(other.getNested())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasNum()) { hash = (37 * hash) + NUM_FIELD_NUMBER; hash = (53 * hash) + getNum(); } if (hasNumWithDefault()) { hash = (37 * hash) + NUM_WITH_DEFAULT_FIELD_NUMBER; hash = (53 * hash) + getNumWithDefault(); } if (hasNested()) { hash = (37 * hash) + NESTED_FIELD_NUMBER; hash = (53 * hash) + getNested().hashCode(); } hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.LazyInnerMessageLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, Builder> implements // @@protoc_insertion_point(builder_implements:proto2_unittest.LazyInnerMessageLite) proto2_unittest.LazyFieldsLite.LazyInnerMessageLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyInnerMessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyInnerMessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.class, proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.Builder.class); } // Construct using proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getNestedFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; num_ = 0; numWithDefault_ = 42; nested_ = null; if (nestedBuilder_ != null) { nestedBuilder_.dispose(); nestedBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyInnerMessageLite_descriptor; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getDefaultInstanceForType() { return proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance(); } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite build() { proto2_unittest.LazyFieldsLite.LazyInnerMessageLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite buildPartial() { proto2_unittest.LazyFieldsLite.LazyInnerMessageLite result = new proto2_unittest.LazyFieldsLite.LazyInnerMessageLite(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.num_ = num_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.numWithDefault_ = numWithDefault_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.nested_ = nestedBuilder_ == null ? nested_ : nestedBuilder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.LazyFieldsLite.LazyInnerMessageLite) { return mergeFrom((proto2_unittest.LazyFieldsLite.LazyInnerMessageLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.LazyFieldsLite.LazyInnerMessageLite other) { if (other == proto2_unittest.LazyFieldsLite.LazyInnerMessageLite.getDefaultInstance()) return this; if (other.hasNum()) { setNum(other.getNum()); } if (other.hasNumWithDefault()) { setNumWithDefault(other.getNumWithDefault()); } if (other.hasNested()) { mergeNested(other.getNested()); } this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { num_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { numWithDefault_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { input.readMessage( getNestedFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int num_ ; /** * optional int32 num = 1; * @return Whether the num field is set. */ @java.lang.Override public boolean hasNum() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 num = 1; * @return The num. */ @java.lang.Override public int getNum() { return num_; } /** * optional int32 num = 1; * @param value The num to set. * @return This builder for chaining. */ public Builder setNum(int value) { num_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 num = 1; * @return This builder for chaining. */ public Builder clearNum() { bitField0_ = (bitField0_ & ~0x00000001); num_ = 0; onChanged(); return this; } private int numWithDefault_ = 42; /** * optional int32 num_with_default = 2 [default = 42]; * @return Whether the numWithDefault field is set. */ @java.lang.Override public boolean hasNumWithDefault() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 num_with_default = 2 [default = 42]; * @return The numWithDefault. */ @java.lang.Override public int getNumWithDefault() { return numWithDefault_; } /** * optional int32 num_with_default = 2 [default = 42]; * @param value The numWithDefault to set. * @return This builder for chaining. */ public Builder setNumWithDefault(int value) { numWithDefault_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional int32 num_with_default = 2 [default = 42]; * @return This builder for chaining. */ public Builder clearNumWithDefault() { bitField0_ = (bitField0_ & ~0x00000002); numWithDefault_ = 42; onChanged(); return this; } private proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite nested_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLiteOrBuilder> nestedBuilder_; /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; * @return Whether the nested field is set. */ public boolean hasNested() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; * @return The nested. */ public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite getNested() { if (nestedBuilder_ == null) { return nested_ == null ? proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.getDefaultInstance() : nested_; } else { return nestedBuilder_.getMessage(); } } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ public Builder setNested(proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite value) { if (nestedBuilder_ == null) { if (value == null) { throw new NullPointerException(); } nested_ = value; } else { nestedBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ public Builder setNested( proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.Builder builderForValue) { if (nestedBuilder_ == null) { nested_ = builderForValue.build(); } else { nestedBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ public Builder mergeNested(proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite value) { if (nestedBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && nested_ != null && nested_ != proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.getDefaultInstance()) { getNestedBuilder().mergeFrom(value); } else { nested_ = value; } } else { nestedBuilder_.mergeFrom(value); } if (nested_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ public Builder clearNested() { bitField0_ = (bitField0_ & ~0x00000004); nested_ = null; if (nestedBuilder_ != null) { nestedBuilder_.dispose(); nestedBuilder_ = null; } onChanged(); return this; } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.Builder getNestedBuilder() { bitField0_ |= 0x00000004; onChanged(); return getNestedFieldBuilder().getBuilder(); } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLiteOrBuilder getNestedOrBuilder() { if (nestedBuilder_ != null) { return nestedBuilder_.getMessageOrBuilder(); } else { return nested_ == null ? proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.getDefaultInstance() : nested_; } } /** * optional .proto2_unittest.LazyNestedInnerMessageLite nested = 3 [lazy = true]; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLiteOrBuilder> getNestedFieldBuilder() { if (nestedBuilder_ == null) { nestedBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.Builder, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLiteOrBuilder>( getNested(), getParentForChildren(), isClean()); nested_ = null; } return nestedBuilder_; } @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:proto2_unittest.LazyInnerMessageLite) } // @@protoc_insertion_point(class_scope:proto2_unittest.LazyInnerMessageLite) private static final proto2_unittest.LazyFieldsLite.LazyInnerMessageLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.LazyFieldsLite.LazyInnerMessageLite(); } public static proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public LazyInnerMessageLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyInnerMessageLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface LazyExtensionOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.LazyExtension) com.google.protobuf.MessageOrBuilder { /** * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** * optional string name = 1; * @return The name. */ java.lang.String getName(); /** * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); } /** * Protobuf type {@code proto2_unittest.LazyExtension} */ public static final class LazyExtension extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.LazyExtension) LazyExtensionOrBuilder { private static final long serialVersionUID = 0L; // Use LazyExtension.newBuilder() to construct. private LazyExtension(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private LazyExtension() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new LazyExtension(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyExtension_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyExtension_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyExtension.class, proto2_unittest.LazyFieldsLite.LazyExtension.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** * optional string name = 1; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } } /** * optional string name = 1; * @return The bytes for name. */ @java.lang.Override 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); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.LazyFieldsLite.LazyExtension)) { return super.equals(obj); } proto2_unittest.LazyFieldsLite.LazyExtension other = (proto2_unittest.LazyFieldsLite.LazyExtension) obj; if (hasName() != other.hasName()) return false; if (hasName()) { if (!getName() .equals(other.getName())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyExtension parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.LazyFieldsLite.LazyExtension prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.LazyExtension} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.LazyExtension) proto2_unittest.LazyFieldsLite.LazyExtensionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyExtension_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyExtension_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyExtension.class, proto2_unittest.LazyFieldsLite.LazyExtension.Builder.class); } // Construct using proto2_unittest.LazyFieldsLite.LazyExtension.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyExtension_descriptor; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyExtension getDefaultInstanceForType() { return proto2_unittest.LazyFieldsLite.LazyExtension.getDefaultInstance(); } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyExtension build() { proto2_unittest.LazyFieldsLite.LazyExtension result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyExtension buildPartial() { proto2_unittest.LazyFieldsLite.LazyExtension result = new proto2_unittest.LazyFieldsLite.LazyExtension(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.LazyFieldsLite.LazyExtension result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.name_ = name_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.LazyFieldsLite.LazyExtension) { return mergeFrom((proto2_unittest.LazyFieldsLite.LazyExtension)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.LazyFieldsLite.LazyExtension other) { if (other == proto2_unittest.LazyFieldsLite.LazyExtension.getDefaultInstance()) return this; if (other.hasName()) { name_ = other.name_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { name_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * optional string name = 1; * @return Whether the name field is set. */ public boolean hasName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string 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; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string name = 1; * @return The bytes for name. */ 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); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional 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(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional string name = 1; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * optional 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(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); 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:proto2_unittest.LazyExtension) } // @@protoc_insertion_point(class_scope:proto2_unittest.LazyExtension) private static final proto2_unittest.LazyFieldsLite.LazyExtension DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.LazyFieldsLite.LazyExtension(); } public static proto2_unittest.LazyFieldsLite.LazyExtension getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public LazyExtension parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyExtension getDefaultInstanceForType() { return DEFAULT_INSTANCE; } public static final int EXTENSION_FIELD_NUMBER = 1000; /** * extend .proto2_unittest.LazyInnerMessageLite { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.LazyFieldsLite.LazyInnerMessageLite, proto2_unittest.LazyFieldsLite.LazyExtension> extension = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( proto2_unittest.LazyFieldsLite.LazyExtension.getDefaultInstance(), 0, proto2_unittest.LazyFieldsLite.LazyExtension.class, proto2_unittest.LazyFieldsLite.LazyExtension.getDefaultInstance()); } public interface LazyNestedInnerMessageLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.LazyNestedInnerMessageLite) com.google.protobuf.MessageOrBuilder { /** * optional int32 num = 1; * @return Whether the num field is set. */ boolean hasNum(); /** * optional int32 num = 1; * @return The num. */ int getNum(); /** * optional int32 num_with_default = 2 [default = 4]; * @return Whether the numWithDefault field is set. */ boolean hasNumWithDefault(); /** * optional int32 num_with_default = 2 [default = 4]; * @return The numWithDefault. */ int getNumWithDefault(); } /** * Protobuf type {@code proto2_unittest.LazyNestedInnerMessageLite} */ public static final class LazyNestedInnerMessageLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.LazyNestedInnerMessageLite) LazyNestedInnerMessageLiteOrBuilder { private static final long serialVersionUID = 0L; // Use LazyNestedInnerMessageLite.newBuilder() to construct. private LazyNestedInnerMessageLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private LazyNestedInnerMessageLite() { numWithDefault_ = 4; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new LazyNestedInnerMessageLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyNestedInnerMessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyNestedInnerMessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.class, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.Builder.class); } private int bitField0_; public static final int NUM_FIELD_NUMBER = 1; private int num_ = 0; /** * optional int32 num = 1; * @return Whether the num field is set. */ @java.lang.Override public boolean hasNum() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 num = 1; * @return The num. */ @java.lang.Override public int getNum() { return num_; } public static final int NUM_WITH_DEFAULT_FIELD_NUMBER = 2; private int numWithDefault_ = 4; /** * optional int32 num_with_default = 2 [default = 4]; * @return Whether the numWithDefault field is set. */ @java.lang.Override public boolean hasNumWithDefault() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 num_with_default = 2 [default = 4]; * @return The numWithDefault. */ @java.lang.Override public int getNumWithDefault() { return numWithDefault_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, num_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeInt32(2, numWithDefault_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, num_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, numWithDefault_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite)) { return super.equals(obj); } proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite other = (proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite) obj; if (hasNum() != other.hasNum()) return false; if (hasNum()) { if (getNum() != other.getNum()) return false; } if (hasNumWithDefault() != other.hasNumWithDefault()) return false; if (hasNumWithDefault()) { if (getNumWithDefault() != other.getNumWithDefault()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasNum()) { hash = (37 * hash) + NUM_FIELD_NUMBER; hash = (53 * hash) + getNum(); } if (hasNumWithDefault()) { hash = (37 * hash) + NUM_WITH_DEFAULT_FIELD_NUMBER; hash = (53 * hash) + getNumWithDefault(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.LazyNestedInnerMessageLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.LazyNestedInnerMessageLite) proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyNestedInnerMessageLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyNestedInnerMessageLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.class, proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.Builder.class); } // Construct using proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; num_ = 0; numWithDefault_ = 4; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.LazyFieldsLite.internal_static_proto2_unittest_LazyNestedInnerMessageLite_descriptor; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite getDefaultInstanceForType() { return proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.getDefaultInstance(); } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite build() { proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite buildPartial() { proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite result = new proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.num_ = num_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.numWithDefault_ = numWithDefault_; to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite) { return mergeFrom((proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite other) { if (other == proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite.getDefaultInstance()) return this; if (other.hasNum()) { setNum(other.getNum()); } if (other.hasNumWithDefault()) { setNumWithDefault(other.getNumWithDefault()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { num_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { numWithDefault_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int num_ ; /** * optional int32 num = 1; * @return Whether the num field is set. */ @java.lang.Override public boolean hasNum() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 num = 1; * @return The num. */ @java.lang.Override public int getNum() { return num_; } /** * optional int32 num = 1; * @param value The num to set. * @return This builder for chaining. */ public Builder setNum(int value) { num_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 num = 1; * @return This builder for chaining. */ public Builder clearNum() { bitField0_ = (bitField0_ & ~0x00000001); num_ = 0; onChanged(); return this; } private int numWithDefault_ = 4; /** * optional int32 num_with_default = 2 [default = 4]; * @return Whether the numWithDefault field is set. */ @java.lang.Override public boolean hasNumWithDefault() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 num_with_default = 2 [default = 4]; * @return The numWithDefault. */ @java.lang.Override public int getNumWithDefault() { return numWithDefault_; } /** * optional int32 num_with_default = 2 [default = 4]; * @param value The numWithDefault to set. * @return This builder for chaining. */ public Builder setNumWithDefault(int value) { numWithDefault_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional int32 num_with_default = 2 [default = 4]; * @return This builder for chaining. */ public Builder clearNumWithDefault() { bitField0_ = (bitField0_ & ~0x00000002); numWithDefault_ = 4; onChanged(); 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:proto2_unittest.LazyNestedInnerMessageLite) } // @@protoc_insertion_point(class_scope:proto2_unittest.LazyNestedInnerMessageLite) private static final proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite(); } public static proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public LazyNestedInnerMessageLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.LazyFieldsLite.LazyNestedInnerMessageLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_LazyMessageLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_LazyMessageLite_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_LazyInnerMessageLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_LazyInnerMessageLite_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_LazyExtension_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_LazyExtension_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_LazyNestedInnerMessageLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_LazyNestedInnerMessageLite_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n*com/google/protobuf/lazy_fields_lite.p" + "roto\022\017proto2_unittest\"\240\002\n\017LazyMessageLit" + "e\022\013\n\003num\030\001 \001(\005\022\035\n\020num_with_default\030\002 \001(\005" + ":\003421\0228\n\005inner\030\003 \001(\0132%.proto2_unittest.L" + "azyInnerMessageLiteB\002(\001\022A\n\016repeated_inne" + "r\030\004 \003(\0132%.proto2_unittest.LazyInnerMessa" + "geLiteB\002(\001\022\023\n\toneof_num\030\005 \001(\005H\000\022@\n\013oneof" + "_inner\030\006 \001(\0132%.proto2_unittest.LazyInner" + "MessageLiteB\002(\001H\000B\r\n\013oneof_field\"\215\001\n\024Laz" + "yInnerMessageLite\022\013\n\003num\030\001 \001(\005\022\034\n\020num_wi" + "th_default\030\002 \001(\005:\00242\022?\n\006nested\030\003 \001(\0132+.p" + "roto2_unittest.LazyNestedInnerMessageLit" + "eB\002(\001*\t\010\350\007\020\200\200\200\200\002\"x\n\rLazyExtension\022\014\n\004nam" + "e\030\001 \001(\t2Y\n\textension\022%.proto2_unittest.L" + "azyInnerMessageLite\030\350\007 \001(\0132\036.proto2_unit" + "test.LazyExtension\"F\n\032LazyNestedInnerMes" + "sageLite\022\013\n\003num\030\001 \001(\005\022\033\n\020num_with_defaul" + "t\030\002 \001(\005:\0014" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_LazyMessageLite_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_LazyMessageLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_LazyMessageLite_descriptor, new java.lang.String[] { "Num", "NumWithDefault", "Inner", "RepeatedInner", "OneofNum", "OneofInner", "OneofField", }); internal_static_proto2_unittest_LazyInnerMessageLite_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_unittest_LazyInnerMessageLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_LazyInnerMessageLite_descriptor, new java.lang.String[] { "Num", "NumWithDefault", "Nested", }); internal_static_proto2_unittest_LazyExtension_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_proto2_unittest_LazyExtension_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_LazyExtension_descriptor, new java.lang.String[] { "Name", }); internal_static_proto2_unittest_LazyNestedInnerMessageLite_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_proto2_unittest_LazyNestedInnerMessageLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_LazyNestedInnerMessageLite_descriptor, new java.lang.String[] { "Num", "NumWithDefault", }); } // @@protoc_insertion_point(outer_class_scope) } PK !E'proto2_unittest/MessageWithNoOuter.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/multiple_files_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf type {@code proto2_unittest.MessageWithNoOuter} */ public final class MessageWithNoOuter extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.MessageWithNoOuter) MessageWithNoOuterOrBuilder { private static final long serialVersionUID = 0L; // Use MessageWithNoOuter.newBuilder() to construct. private MessageWithNoOuter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MessageWithNoOuter() { foreign_ = java.util.Collections.emptyList(); nestedEnum_ = 3; foreignEnum_ = 1; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageWithNoOuter(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.MessageWithNoOuter.class, proto2_unittest.MessageWithNoOuter.Builder.class); } /** * Protobuf enum {@code proto2_unittest.MessageWithNoOuter.NestedEnum} */ public enum NestedEnum implements com.google.protobuf.ProtocolMessageEnum { /** * BAZ = 3; */ BAZ(3), ; /** * BAZ = 3; */ public static final int BAZ_VALUE = 3; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static NestedEnum valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static NestedEnum forNumber(int value) { switch (value) { case 3: return BAZ; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< NestedEnum> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public NestedEnum findValueByNumber(int number) { return NestedEnum.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return proto2_unittest.MessageWithNoOuter.getDescriptor().getEnumTypes().get(0); } private static final NestedEnum[] VALUES = values(); public static NestedEnum valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private NestedEnum(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:proto2_unittest.MessageWithNoOuter.NestedEnum) } public interface NestedMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MessageWithNoOuter.NestedMessage) com.google.protobuf.MessageOrBuilder { /** * optional int32 i = 1; * @return Whether the i field is set. */ boolean hasI(); /** * optional int32 i = 1; * @return The i. */ int getI(); } /** * Protobuf type {@code proto2_unittest.MessageWithNoOuter.NestedMessage} */ public static final class NestedMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.MessageWithNoOuter.NestedMessage) NestedMessageOrBuilder { private static final long serialVersionUID = 0L; // Use NestedMessage.newBuilder() to construct. private NestedMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private NestedMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new NestedMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.MessageWithNoOuter.NestedMessage.class, proto2_unittest.MessageWithNoOuter.NestedMessage.Builder.class); } private int bitField0_; public static final int I_FIELD_NUMBER = 1; private int i_ = 0; /** * optional int32 i = 1; * @return Whether the i field is set. */ @java.lang.Override public boolean hasI() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 i = 1; * @return The i. */ @java.lang.Override public int getI() { return i_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, i_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, i_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.MessageWithNoOuter.NestedMessage)) { return super.equals(obj); } proto2_unittest.MessageWithNoOuter.NestedMessage other = (proto2_unittest.MessageWithNoOuter.NestedMessage) obj; if (hasI() != other.hasI()) return false; if (hasI()) { if (getI() != other.getI()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasI()) { hash = (37 * hash) + I_FIELD_NUMBER; hash = (53 * hash) + getI(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.MessageWithNoOuter.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.MessageWithNoOuter.NestedMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MessageWithNoOuter.NestedMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MessageWithNoOuter.NestedMessage) proto2_unittest.MessageWithNoOuter.NestedMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.MessageWithNoOuter.NestedMessage.class, proto2_unittest.MessageWithNoOuter.NestedMessage.Builder.class); } // Construct using proto2_unittest.MessageWithNoOuter.NestedMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; i_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_descriptor; } @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedMessage getDefaultInstanceForType() { return proto2_unittest.MessageWithNoOuter.NestedMessage.getDefaultInstance(); } @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedMessage build() { proto2_unittest.MessageWithNoOuter.NestedMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedMessage buildPartial() { proto2_unittest.MessageWithNoOuter.NestedMessage result = new proto2_unittest.MessageWithNoOuter.NestedMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.MessageWithNoOuter.NestedMessage result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.i_ = i_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.MessageWithNoOuter.NestedMessage) { return mergeFrom((proto2_unittest.MessageWithNoOuter.NestedMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.MessageWithNoOuter.NestedMessage other) { if (other == proto2_unittest.MessageWithNoOuter.NestedMessage.getDefaultInstance()) return this; if (other.hasI()) { setI(other.getI()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { i_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int i_ ; /** * optional int32 i = 1; * @return Whether the i field is set. */ @java.lang.Override public boolean hasI() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 i = 1; * @return The i. */ @java.lang.Override public int getI() { return i_; } /** * optional int32 i = 1; * @param value The i to set. * @return This builder for chaining. */ public Builder setI(int value) { i_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 i = 1; * @return This builder for chaining. */ public Builder clearI() { bitField0_ = (bitField0_ & ~0x00000001); i_ = 0; onChanged(); 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:proto2_unittest.MessageWithNoOuter.NestedMessage) } // @@protoc_insertion_point(class_scope:proto2_unittest.MessageWithNoOuter.NestedMessage) private static final proto2_unittest.MessageWithNoOuter.NestedMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.MessageWithNoOuter.NestedMessage(); } public static proto2_unittest.MessageWithNoOuter.NestedMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public NestedMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; public static final int NESTED_FIELD_NUMBER = 1; private proto2_unittest.MessageWithNoOuter.NestedMessage nested_; /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; * @return Whether the nested field is set. */ @java.lang.Override public boolean hasNested() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; * @return The nested. */ @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedMessage getNested() { return nested_ == null ? proto2_unittest.MessageWithNoOuter.NestedMessage.getDefaultInstance() : nested_; } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedMessageOrBuilder getNestedOrBuilder() { return nested_ == null ? proto2_unittest.MessageWithNoOuter.NestedMessage.getDefaultInstance() : nested_; } public static final int FOREIGN_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List foreign_; /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ @java.lang.Override public java.util.List getForeignList() { return foreign_; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ @java.lang.Override public java.util.List getForeignOrBuilderList() { return foreign_; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ @java.lang.Override public int getForeignCount() { return foreign_.size(); } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ @java.lang.Override public proto2_unittest.UnittestProto.TestAllTypes getForeign(int index) { return foreign_.get(index); } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ @java.lang.Override public proto2_unittest.UnittestProto.TestAllTypesOrBuilder getForeignOrBuilder( int index) { return foreign_.get(index); } public static final int NESTED_ENUM_FIELD_NUMBER = 3; private int nestedEnum_ = 3; /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @return Whether the nestedEnum field is set. */ @java.lang.Override public boolean hasNestedEnum() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @return The nestedEnum. */ @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedEnum getNestedEnum() { proto2_unittest.MessageWithNoOuter.NestedEnum result = proto2_unittest.MessageWithNoOuter.NestedEnum.forNumber(nestedEnum_); return result == null ? proto2_unittest.MessageWithNoOuter.NestedEnum.BAZ : result; } public static final int FOREIGN_ENUM_FIELD_NUMBER = 4; private int foreignEnum_ = 1; /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @return Whether the foreignEnum field is set. */ @java.lang.Override public boolean hasForeignEnum() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @return The foreignEnum. */ @java.lang.Override public proto2_unittest.EnumWithNoOuter getForeignEnum() { proto2_unittest.EnumWithNoOuter result = proto2_unittest.EnumWithNoOuter.forNumber(foreignEnum_); return result == null ? proto2_unittest.EnumWithNoOuter.FOO : result; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getNested()); } for (int i = 0; i < foreign_.size(); i++) { output.writeMessage(2, foreign_.get(i)); } if (((bitField0_ & 0x00000002) != 0)) { output.writeEnum(3, nestedEnum_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeEnum(4, foreignEnum_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getNested()); } for (int i = 0; i < foreign_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, foreign_.get(i)); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, nestedEnum_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(4, foreignEnum_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.MessageWithNoOuter)) { return super.equals(obj); } proto2_unittest.MessageWithNoOuter other = (proto2_unittest.MessageWithNoOuter) obj; if (hasNested() != other.hasNested()) return false; if (hasNested()) { if (!getNested() .equals(other.getNested())) return false; } if (!getForeignList() .equals(other.getForeignList())) return false; if (hasNestedEnum() != other.hasNestedEnum()) return false; if (hasNestedEnum()) { if (nestedEnum_ != other.nestedEnum_) return false; } if (hasForeignEnum() != other.hasForeignEnum()) return false; if (hasForeignEnum()) { if (foreignEnum_ != other.foreignEnum_) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasNested()) { hash = (37 * hash) + NESTED_FIELD_NUMBER; hash = (53 * hash) + getNested().hashCode(); } if (getForeignCount() > 0) { hash = (37 * hash) + FOREIGN_FIELD_NUMBER; hash = (53 * hash) + getForeignList().hashCode(); } if (hasNestedEnum()) { hash = (37 * hash) + NESTED_ENUM_FIELD_NUMBER; hash = (53 * hash) + nestedEnum_; } if (hasForeignEnum()) { hash = (37 * hash) + FOREIGN_ENUM_FIELD_NUMBER; hash = (53 * hash) + foreignEnum_; } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.MessageWithNoOuter parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.MessageWithNoOuter parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.MessageWithNoOuter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.MessageWithNoOuter parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.MessageWithNoOuter parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.MessageWithNoOuter parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.MessageWithNoOuter parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.MessageWithNoOuter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.MessageWithNoOuter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MessageWithNoOuter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MessageWithNoOuter) proto2_unittest.MessageWithNoOuterOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.MessageWithNoOuter.class, proto2_unittest.MessageWithNoOuter.Builder.class); } // Construct using proto2_unittest.MessageWithNoOuter.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getNestedFieldBuilder(); getForeignFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; nested_ = null; if (nestedBuilder_ != null) { nestedBuilder_.dispose(); nestedBuilder_ = null; } if (foreignBuilder_ == null) { foreign_ = java.util.Collections.emptyList(); } else { foreign_ = null; foreignBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); nestedEnum_ = 3; foreignEnum_ = 1; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.MultipleFilesTestProto.internal_static_proto2_unittest_MessageWithNoOuter_descriptor; } @java.lang.Override public proto2_unittest.MessageWithNoOuter getDefaultInstanceForType() { return proto2_unittest.MessageWithNoOuter.getDefaultInstance(); } @java.lang.Override public proto2_unittest.MessageWithNoOuter build() { proto2_unittest.MessageWithNoOuter result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.MessageWithNoOuter buildPartial() { proto2_unittest.MessageWithNoOuter result = new proto2_unittest.MessageWithNoOuter(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(proto2_unittest.MessageWithNoOuter result) { if (foreignBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { foreign_ = java.util.Collections.unmodifiableList(foreign_); bitField0_ = (bitField0_ & ~0x00000002); } result.foreign_ = foreign_; } else { result.foreign_ = foreignBuilder_.build(); } } private void buildPartial0(proto2_unittest.MessageWithNoOuter result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.nested_ = nestedBuilder_ == null ? nested_ : nestedBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.nestedEnum_ = nestedEnum_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000008) != 0)) { result.foreignEnum_ = foreignEnum_; to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.MessageWithNoOuter) { return mergeFrom((proto2_unittest.MessageWithNoOuter)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.MessageWithNoOuter other) { if (other == proto2_unittest.MessageWithNoOuter.getDefaultInstance()) return this; if (other.hasNested()) { mergeNested(other.getNested()); } if (foreignBuilder_ == null) { if (!other.foreign_.isEmpty()) { if (foreign_.isEmpty()) { foreign_ = other.foreign_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureForeignIsMutable(); foreign_.addAll(other.foreign_); } onChanged(); } } else { if (!other.foreign_.isEmpty()) { if (foreignBuilder_.isEmpty()) { foreignBuilder_.dispose(); foreignBuilder_ = null; foreign_ = other.foreign_; bitField0_ = (bitField0_ & ~0x00000002); foreignBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getForeignFieldBuilder() : null; } else { foreignBuilder_.addAllMessages(other.foreign_); } } } if (other.hasNestedEnum()) { setNestedEnum(other.getNestedEnum()); } if (other.hasForeignEnum()) { setForeignEnum(other.getForeignEnum()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getNestedFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { proto2_unittest.UnittestProto.TestAllTypes m = input.readMessage( proto2_unittest.UnittestProto.TestAllTypes.PARSER, extensionRegistry); if (foreignBuilder_ == null) { ensureForeignIsMutable(); foreign_.add(m); } else { foreignBuilder_.addMessage(m); } break; } // case 18 case 24: { int tmpRaw = input.readEnum(); proto2_unittest.MessageWithNoOuter.NestedEnum tmpValue = proto2_unittest.MessageWithNoOuter.NestedEnum.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(3, tmpRaw); } else { nestedEnum_ = tmpRaw; bitField0_ |= 0x00000004; } break; } // case 24 case 32: { int tmpRaw = input.readEnum(); proto2_unittest.EnumWithNoOuter tmpValue = proto2_unittest.EnumWithNoOuter.forNumber(tmpRaw); if (tmpValue == null) { mergeUnknownVarintField(4, tmpRaw); } else { foreignEnum_ = tmpRaw; bitField0_ |= 0x00000008; } break; } // case 32 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private proto2_unittest.MessageWithNoOuter.NestedMessage nested_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.MessageWithNoOuter.NestedMessage, proto2_unittest.MessageWithNoOuter.NestedMessage.Builder, proto2_unittest.MessageWithNoOuter.NestedMessageOrBuilder> nestedBuilder_; /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; * @return Whether the nested field is set. */ public boolean hasNested() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; * @return The nested. */ public proto2_unittest.MessageWithNoOuter.NestedMessage getNested() { if (nestedBuilder_ == null) { return nested_ == null ? proto2_unittest.MessageWithNoOuter.NestedMessage.getDefaultInstance() : nested_; } else { return nestedBuilder_.getMessage(); } } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ public Builder setNested(proto2_unittest.MessageWithNoOuter.NestedMessage value) { if (nestedBuilder_ == null) { if (value == null) { throw new NullPointerException(); } nested_ = value; } else { nestedBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ public Builder setNested( proto2_unittest.MessageWithNoOuter.NestedMessage.Builder builderForValue) { if (nestedBuilder_ == null) { nested_ = builderForValue.build(); } else { nestedBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ public Builder mergeNested(proto2_unittest.MessageWithNoOuter.NestedMessage value) { if (nestedBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && nested_ != null && nested_ != proto2_unittest.MessageWithNoOuter.NestedMessage.getDefaultInstance()) { getNestedBuilder().mergeFrom(value); } else { nested_ = value; } } else { nestedBuilder_.mergeFrom(value); } if (nested_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ public Builder clearNested() { bitField0_ = (bitField0_ & ~0x00000001); nested_ = null; if (nestedBuilder_ != null) { nestedBuilder_.dispose(); nestedBuilder_ = null; } onChanged(); return this; } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ public proto2_unittest.MessageWithNoOuter.NestedMessage.Builder getNestedBuilder() { bitField0_ |= 0x00000001; onChanged(); return getNestedFieldBuilder().getBuilder(); } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ public proto2_unittest.MessageWithNoOuter.NestedMessageOrBuilder getNestedOrBuilder() { if (nestedBuilder_ != null) { return nestedBuilder_.getMessageOrBuilder(); } else { return nested_ == null ? proto2_unittest.MessageWithNoOuter.NestedMessage.getDefaultInstance() : nested_; } } /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.MessageWithNoOuter.NestedMessage, proto2_unittest.MessageWithNoOuter.NestedMessage.Builder, proto2_unittest.MessageWithNoOuter.NestedMessageOrBuilder> getNestedFieldBuilder() { if (nestedBuilder_ == null) { nestedBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.MessageWithNoOuter.NestedMessage, proto2_unittest.MessageWithNoOuter.NestedMessage.Builder, proto2_unittest.MessageWithNoOuter.NestedMessageOrBuilder>( getNested(), getParentForChildren(), isClean()); nested_ = null; } return nestedBuilder_; } private java.util.List foreign_ = java.util.Collections.emptyList(); private void ensureForeignIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { foreign_ = new java.util.ArrayList(foreign_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestAllTypes, proto2_unittest.UnittestProto.TestAllTypes.Builder, proto2_unittest.UnittestProto.TestAllTypesOrBuilder> foreignBuilder_; /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public java.util.List getForeignList() { if (foreignBuilder_ == null) { return java.util.Collections.unmodifiableList(foreign_); } else { return foreignBuilder_.getMessageList(); } } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public int getForeignCount() { if (foreignBuilder_ == null) { return foreign_.size(); } else { return foreignBuilder_.getCount(); } } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public proto2_unittest.UnittestProto.TestAllTypes getForeign(int index) { if (foreignBuilder_ == null) { return foreign_.get(index); } else { return foreignBuilder_.getMessage(index); } } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder setForeign( int index, proto2_unittest.UnittestProto.TestAllTypes value) { if (foreignBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureForeignIsMutable(); foreign_.set(index, value); onChanged(); } else { foreignBuilder_.setMessage(index, value); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder setForeign( int index, proto2_unittest.UnittestProto.TestAllTypes.Builder builderForValue) { if (foreignBuilder_ == null) { ensureForeignIsMutable(); foreign_.set(index, builderForValue.build()); onChanged(); } else { foreignBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder addForeign(proto2_unittest.UnittestProto.TestAllTypes value) { if (foreignBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureForeignIsMutable(); foreign_.add(value); onChanged(); } else { foreignBuilder_.addMessage(value); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder addForeign( int index, proto2_unittest.UnittestProto.TestAllTypes value) { if (foreignBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureForeignIsMutable(); foreign_.add(index, value); onChanged(); } else { foreignBuilder_.addMessage(index, value); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder addForeign( proto2_unittest.UnittestProto.TestAllTypes.Builder builderForValue) { if (foreignBuilder_ == null) { ensureForeignIsMutable(); foreign_.add(builderForValue.build()); onChanged(); } else { foreignBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder addForeign( int index, proto2_unittest.UnittestProto.TestAllTypes.Builder builderForValue) { if (foreignBuilder_ == null) { ensureForeignIsMutable(); foreign_.add(index, builderForValue.build()); onChanged(); } else { foreignBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder addAllForeign( java.lang.Iterable values) { if (foreignBuilder_ == null) { ensureForeignIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, foreign_); onChanged(); } else { foreignBuilder_.addAllMessages(values); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder clearForeign() { if (foreignBuilder_ == null) { foreign_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { foreignBuilder_.clear(); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public Builder removeForeign(int index) { if (foreignBuilder_ == null) { ensureForeignIsMutable(); foreign_.remove(index); onChanged(); } else { foreignBuilder_.remove(index); } return this; } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public proto2_unittest.UnittestProto.TestAllTypes.Builder getForeignBuilder( int index) { return getForeignFieldBuilder().getBuilder(index); } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public proto2_unittest.UnittestProto.TestAllTypesOrBuilder getForeignOrBuilder( int index) { if (foreignBuilder_ == null) { return foreign_.get(index); } else { return foreignBuilder_.getMessageOrBuilder(index); } } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public java.util.List getForeignOrBuilderList() { if (foreignBuilder_ != null) { return foreignBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(foreign_); } } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public proto2_unittest.UnittestProto.TestAllTypes.Builder addForeignBuilder() { return getForeignFieldBuilder().addBuilder( proto2_unittest.UnittestProto.TestAllTypes.getDefaultInstance()); } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public proto2_unittest.UnittestProto.TestAllTypes.Builder addForeignBuilder( int index) { return getForeignFieldBuilder().addBuilder( index, proto2_unittest.UnittestProto.TestAllTypes.getDefaultInstance()); } /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ public java.util.List getForeignBuilderList() { return getForeignFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestAllTypes, proto2_unittest.UnittestProto.TestAllTypes.Builder, proto2_unittest.UnittestProto.TestAllTypesOrBuilder> getForeignFieldBuilder() { if (foreignBuilder_ == null) { foreignBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.UnittestProto.TestAllTypes, proto2_unittest.UnittestProto.TestAllTypes.Builder, proto2_unittest.UnittestProto.TestAllTypesOrBuilder>( foreign_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); foreign_ = null; } return foreignBuilder_; } private int nestedEnum_ = 3; /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @return Whether the nestedEnum field is set. */ @java.lang.Override public boolean hasNestedEnum() { return ((bitField0_ & 0x00000004) != 0); } /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @return The nestedEnum. */ @java.lang.Override public proto2_unittest.MessageWithNoOuter.NestedEnum getNestedEnum() { proto2_unittest.MessageWithNoOuter.NestedEnum result = proto2_unittest.MessageWithNoOuter.NestedEnum.forNumber(nestedEnum_); return result == null ? proto2_unittest.MessageWithNoOuter.NestedEnum.BAZ : result; } /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @param value The nestedEnum to set. * @return This builder for chaining. */ public Builder setNestedEnum(proto2_unittest.MessageWithNoOuter.NestedEnum value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; nestedEnum_ = value.getNumber(); onChanged(); return this; } /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @return This builder for chaining. */ public Builder clearNestedEnum() { bitField0_ = (bitField0_ & ~0x00000004); nestedEnum_ = 3; onChanged(); return this; } private int foreignEnum_ = 1; /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @return Whether the foreignEnum field is set. */ @java.lang.Override public boolean hasForeignEnum() { return ((bitField0_ & 0x00000008) != 0); } /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @return The foreignEnum. */ @java.lang.Override public proto2_unittest.EnumWithNoOuter getForeignEnum() { proto2_unittest.EnumWithNoOuter result = proto2_unittest.EnumWithNoOuter.forNumber(foreignEnum_); return result == null ? proto2_unittest.EnumWithNoOuter.FOO : result; } /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @param value The foreignEnum to set. * @return This builder for chaining. */ public Builder setForeignEnum(proto2_unittest.EnumWithNoOuter value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; foreignEnum_ = value.getNumber(); onChanged(); return this; } /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @return This builder for chaining. */ public Builder clearForeignEnum() { bitField0_ = (bitField0_ & ~0x00000008); foreignEnum_ = 1; onChanged(); 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:proto2_unittest.MessageWithNoOuter) } // @@protoc_insertion_point(class_scope:proto2_unittest.MessageWithNoOuter) private static final proto2_unittest.MessageWithNoOuter DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.MessageWithNoOuter(); } public static proto2_unittest.MessageWithNoOuter getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageWithNoOuter parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.MessageWithNoOuter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK !)̙_v v 0proto2_unittest/MessageWithNoOuterOrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/multiple_files_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public interface MessageWithNoOuterOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MessageWithNoOuter) com.google.protobuf.MessageOrBuilder { /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; * @return Whether the nested field is set. */ boolean hasNested(); /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; * @return The nested. */ proto2_unittest.MessageWithNoOuter.NestedMessage getNested(); /** * optional .proto2_unittest.MessageWithNoOuter.NestedMessage nested = 1; */ proto2_unittest.MessageWithNoOuter.NestedMessageOrBuilder getNestedOrBuilder(); /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ java.util.List getForeignList(); /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ proto2_unittest.UnittestProto.TestAllTypes getForeign(int index); /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ int getForeignCount(); /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ java.util.List getForeignOrBuilderList(); /** * repeated .proto2_unittest.TestAllTypes foreign = 2; */ proto2_unittest.UnittestProto.TestAllTypesOrBuilder getForeignOrBuilder( int index); /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @return Whether the nestedEnum field is set. */ boolean hasNestedEnum(); /** * optional .proto2_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3; * @return The nestedEnum. */ proto2_unittest.MessageWithNoOuter.NestedEnum getNestedEnum(); /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @return Whether the foreignEnum field is set. */ boolean hasForeignEnum(); /** * optional .proto2_unittest.EnumWithNoOuter foreign_enum = 4; * @return The foreignEnum. */ proto2_unittest.EnumWithNoOuter getForeignEnum(); } PK !&c+proto2_unittest/MultipleFilesTestProto.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/multiple_files_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class MultipleFilesTestProto { private MultipleFilesTestProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(proto2_unittest.MultipleFilesTestProto.enumValueOption); registry.add(proto2_unittest.MultipleFilesTestProto.extensionWithOuter); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public static final int ENUM_VALUE_OPTION_FIELD_NUMBER = 7654321; /** * extend .google.protobuf.EnumValueOptions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.DescriptorProtos.EnumValueOptions, java.lang.Integer> enumValueOption = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int EXTENSION_WITH_OUTER_FIELD_NUMBER = 1234567; /** * extend .proto2_unittest.TestAllExtensions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.UnittestProto.TestAllExtensions, java.lang.Integer> extensionWithOuter = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MessageWithNoOuter_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MessageWithNoOuter_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n-com/google/protobuf/multiple_files_tes" + "t.proto\022\017proto2_unittest\032 google/protobu" + "f/descriptor.proto\032\036google/protobuf/unit" + "test.proto\"\267\002\n\022MessageWithNoOuter\022A\n\006nes" + "ted\030\001 \001(\01321.proto2_unittest.MessageWithN" + "oOuter.NestedMessage\022.\n\007foreign\030\002 \003(\0132\035." + "proto2_unittest.TestAllTypes\022C\n\013nested_e" + "num\030\003 \001(\0162..proto2_unittest.MessageWithN" + "oOuter.NestedEnum\0226\n\014foreign_enum\030\004 \001(\0162" + " .proto2_unittest.EnumWithNoOuter\032\032\n\rNes" + "tedMessage\022\t\n\001i\030\001 \001(\005\"\025\n\nNestedEnum\022\007\n\003B" + "AZ\020\003*+\n\017EnumWithNoOuter\022\017\n\003FOO\020\001\032\006\210\273\231\035\271`" + "\022\007\n\003BAR\020\0022_\n\022ServiceWithNoOuter\022I\n\003Foo\022#" + ".proto2_unittest.MessageWithNoOuter\032\035.pr" + "oto2_unittest.TestAllTypes:?\n\021enum_value" + "_option\022!.google.protobuf.EnumValueOptio" + "ns\030\261\227\323\003 \001(\005:B\n\024extension_with_outer\022\".pr" + "oto2_unittest.TestAllExtensions\030\207\255K \001(\005B" + "\035B\026MultipleFilesTestProtoP\001\210\001\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.DescriptorProtos.getDescriptor(), proto2_unittest.UnittestProto.getDescriptor(), }); internal_static_proto2_unittest_MessageWithNoOuter_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_MessageWithNoOuter_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MessageWithNoOuter_descriptor, new java.lang.String[] { "Nested", "Foreign", "NestedEnum", "ForeignEnum", }); internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_descriptor = internal_static_proto2_unittest_MessageWithNoOuter_descriptor.getNestedTypes().get(0); internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MessageWithNoOuter_NestedMessage_descriptor, new java.lang.String[] { "I", }); enumValueOption.internalInit(descriptor.getExtensions().get(0)); extensionWithOuter.internalInit(descriptor.getExtensions().get(1)); com.google.protobuf.ExtensionRegistry registry = com.google.protobuf.ExtensionRegistry.newInstance(); registry.add(proto2_unittest.MultipleFilesTestProto.enumValueOption); com.google.protobuf.Descriptors.FileDescriptor .internalUpdateFileDescriptor(descriptor, registry); com.google.protobuf.DescriptorProtos.getDescriptor(); proto2_unittest.UnittestProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !rQQ#proto2_unittest/NestedBuilders.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class NestedBuilders { private NestedBuilders() {} 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 final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_Vehicle_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_Vehicle_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_Engine_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_Engine_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TimingBelt_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TimingBelt_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_Wheel_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_Wheel_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n.com/google/protobuf/nested_builders_te" + "st.proto\022\017proto2_unittest\"Y\n\007Vehicle\022\'\n\006" + "engine\030\001 \001(\0132\027.proto2_unittest.Engine\022%\n" + "\005wheel\030\002 \003(\0132\026.proto2_unittest.Wheel\"\\\n\006" + "Engine\022\020\n\010cylinder\030\001 \001(\005\022\016\n\006liters\030\002 \001(\005" + "\0220\n\013timing_belt\030\003 \001(\0132\033.proto2_unittest." + "TimingBelt\"%\n\nTimingBelt\022\027\n\017number_of_te" + "eth\030\001 \001(\005\"&\n\005Wheel\022\016\n\006radius\030\001 \001(\005\022\r\n\005wi" + "dth\030\002 \001(\005B\022B\016NestedBuildersP\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_Vehicle_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_Vehicle_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_Vehicle_descriptor, new java.lang.String[] { "Engine", "Wheel", }); internal_static_proto2_unittest_Engine_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_unittest_Engine_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_Engine_descriptor, new java.lang.String[] { "Cylinder", "Liters", "TimingBelt", }); internal_static_proto2_unittest_TimingBelt_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_proto2_unittest_TimingBelt_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TimingBelt_descriptor, new java.lang.String[] { "NumberOfTeeth", }); internal_static_proto2_unittest_Wheel_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_proto2_unittest_Wheel_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_Wheel_descriptor, new java.lang.String[] { "Radius", "Width", }); } // @@protoc_insertion_point(outer_class_scope) } PK ! II$proto2_unittest/NestedExtension.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_extension.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class NestedExtension { private NestedExtension() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(proto2_unittest.NestedExtension.MyNestedExtension.recursiveExtension); registry.add(proto2_unittest.NestedExtension.MyNestedExtension.default_); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface MyNestedExtensionOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MyNestedExtension) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.MyNestedExtension} */ public static final class MyNestedExtension extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.MyNestedExtension) MyNestedExtensionOrBuilder { private static final long serialVersionUID = 0L; // Use MyNestedExtension.newBuilder() to construct. private MyNestedExtension(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MyNestedExtension() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MyNestedExtension(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedExtension.internal_static_proto2_unittest_MyNestedExtension_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedExtension.internal_static_proto2_unittest_MyNestedExtension_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NestedExtension.MyNestedExtension.class, proto2_unittest.NestedExtension.MyNestedExtension.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.NestedExtension.MyNestedExtension)) { return super.equals(obj); } proto2_unittest.NestedExtension.MyNestedExtension other = (proto2_unittest.NestedExtension.MyNestedExtension) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NestedExtension.MyNestedExtension parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.NestedExtension.MyNestedExtension parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NestedExtension.MyNestedExtension parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.NestedExtension.MyNestedExtension prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MyNestedExtension} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MyNestedExtension) proto2_unittest.NestedExtension.MyNestedExtensionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedExtension.internal_static_proto2_unittest_MyNestedExtension_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedExtension.internal_static_proto2_unittest_MyNestedExtension_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NestedExtension.MyNestedExtension.class, proto2_unittest.NestedExtension.MyNestedExtension.Builder.class); } // Construct using proto2_unittest.NestedExtension.MyNestedExtension.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NestedExtension.internal_static_proto2_unittest_MyNestedExtension_descriptor; } @java.lang.Override public proto2_unittest.NestedExtension.MyNestedExtension getDefaultInstanceForType() { return proto2_unittest.NestedExtension.MyNestedExtension.getDefaultInstance(); } @java.lang.Override public proto2_unittest.NestedExtension.MyNestedExtension build() { proto2_unittest.NestedExtension.MyNestedExtension result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.NestedExtension.MyNestedExtension buildPartial() { proto2_unittest.NestedExtension.MyNestedExtension result = new proto2_unittest.NestedExtension.MyNestedExtension(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.NestedExtension.MyNestedExtension) { return mergeFrom((proto2_unittest.NestedExtension.MyNestedExtension)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.NestedExtension.MyNestedExtension other) { if (other == proto2_unittest.NestedExtension.MyNestedExtension.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.MyNestedExtension) } // @@protoc_insertion_point(class_scope:proto2_unittest.MyNestedExtension) private static final proto2_unittest.NestedExtension.MyNestedExtension DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.NestedExtension.MyNestedExtension(); } public static proto2_unittest.NestedExtension.MyNestedExtension getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MyNestedExtension parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.NestedExtension.MyNestedExtension getDefaultInstanceForType() { return DEFAULT_INSTANCE; } public static final int RECURSIVEEXTENSION_FIELD_NUMBER = 2; /** * extend .proto2_unittest.MessageToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, proto2_unittest.NonNestedExtension.MessageToBeExtended> recursiveExtension = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( proto2_unittest.NestedExtension.MyNestedExtension.getDefaultInstance(), 0, proto2_unittest.NonNestedExtension.MessageToBeExtended.class, proto2_unittest.NonNestedExtension.MessageToBeExtended.getDefaultInstance()); public static final int DEFAULT_FIELD_NUMBER = 2002; /** * extend .proto2_unittest.MessageToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, java.lang.Integer> default_ = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( proto2_unittest.NestedExtension.MyNestedExtension.getDefaultInstance(), 1, java.lang.Integer.class, null); } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MyNestedExtension_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MyNestedExtension_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n*com/google/protobuf/nested_extension.p" + "roto\022\017proto2_unittest\032.com/google/protob" + "uf/non_nested_extension.proto\"\263\001\n\021MyNest" + "edExtension2f\n\022recursiveExtension\022$.prot" + "o2_unittest.MessageToBeExtended\030\002 \001(\0132$." + "proto2_unittest.MessageToBeExtended26\n\007d" + "efault\022$.proto2_unittest.MessageToBeExte" + "nded\030\322\017 \001(\005" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { proto2_unittest.NonNestedExtension.getDescriptor(), }); internal_static_proto2_unittest_MyNestedExtension_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_MyNestedExtension_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MyNestedExtension_descriptor, new java.lang.String[] { }); proto2_unittest.NonNestedExtension.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !ęKK(proto2_unittest/NestedExtensionLite.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_extension_lite.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class NestedExtensionLite { private NestedExtensionLite() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.recursiveExtensionLite); registry.add(proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.private_); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface MyNestedExtensionLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MyNestedExtensionLite) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.MyNestedExtensionLite} */ public static final class MyNestedExtensionLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.MyNestedExtensionLite) MyNestedExtensionLiteOrBuilder { private static final long serialVersionUID = 0L; // Use MyNestedExtensionLite.newBuilder() to construct. private MyNestedExtensionLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MyNestedExtensionLite() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MyNestedExtensionLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedExtensionLite.internal_static_proto2_unittest_MyNestedExtensionLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedExtensionLite.internal_static_proto2_unittest_MyNestedExtensionLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.class, proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.NestedExtensionLite.MyNestedExtensionLite)) { return super.equals(obj); } proto2_unittest.NestedExtensionLite.MyNestedExtensionLite other = (proto2_unittest.NestedExtensionLite.MyNestedExtensionLite) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.NestedExtensionLite.MyNestedExtensionLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MyNestedExtensionLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MyNestedExtensionLite) proto2_unittest.NestedExtensionLite.MyNestedExtensionLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedExtensionLite.internal_static_proto2_unittest_MyNestedExtensionLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedExtensionLite.internal_static_proto2_unittest_MyNestedExtensionLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.class, proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.Builder.class); } // Construct using proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NestedExtensionLite.internal_static_proto2_unittest_MyNestedExtensionLite_descriptor; } @java.lang.Override public proto2_unittest.NestedExtensionLite.MyNestedExtensionLite getDefaultInstanceForType() { return proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.getDefaultInstance(); } @java.lang.Override public proto2_unittest.NestedExtensionLite.MyNestedExtensionLite build() { proto2_unittest.NestedExtensionLite.MyNestedExtensionLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.NestedExtensionLite.MyNestedExtensionLite buildPartial() { proto2_unittest.NestedExtensionLite.MyNestedExtensionLite result = new proto2_unittest.NestedExtensionLite.MyNestedExtensionLite(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.NestedExtensionLite.MyNestedExtensionLite) { return mergeFrom((proto2_unittest.NestedExtensionLite.MyNestedExtensionLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.NestedExtensionLite.MyNestedExtensionLite other) { if (other == proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.MyNestedExtensionLite) } // @@protoc_insertion_point(class_scope:proto2_unittest.MyNestedExtensionLite) private static final proto2_unittest.NestedExtensionLite.MyNestedExtensionLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.NestedExtensionLite.MyNestedExtensionLite(); } public static proto2_unittest.NestedExtensionLite.MyNestedExtensionLite getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MyNestedExtensionLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.NestedExtensionLite.MyNestedExtensionLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } public static final int RECURSIVEEXTENSIONLITE_FIELD_NUMBER = 3; /** * extend .proto2_unittest.MessageLiteToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended> recursiveExtensionLite = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.getDefaultInstance(), 0, proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.class, proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.getDefaultInstance()); public static final int PRIVATE_FIELD_NUMBER = 2004; /** * extend .proto2_unittest.MessageLiteToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, java.lang.Double> private_ = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( proto2_unittest.NestedExtensionLite.MyNestedExtensionLite.getDefaultInstance(), 1, java.lang.Double.class, null); } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MyNestedExtensionLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MyNestedExtensionLite_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n/com/google/protobuf/nested_extension_l" + "ite.proto\022\017proto2_unittest\0323com/google/p" + "rotobuf/non_nested_extension_lite.proto\"" + "\307\001\n\025MyNestedExtensionLite2r\n\026recursiveEx" + "tensionLite\022(.proto2_unittest.MessageLit" + "eToBeExtended\030\003 \001(\0132(.proto2_unittest.Me" + "ssageLiteToBeExtended2:\n\007private\022(.proto" + "2_unittest.MessageLiteToBeExtended\030\324\017 \001(" + "\001B\002H\003" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { proto2_unittest.NonNestedExtensionLite.getDescriptor(), }); internal_static_proto2_unittest_MyNestedExtensionLite_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_MyNestedExtensionLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MyNestedExtensionLite_descriptor, new java.lang.String[] { }); proto2_unittest.NonNestedExtensionLite.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !9鶐'proto2_unittest/NonNestedExtension.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/non_nested_extension.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class NonNestedExtension { private NonNestedExtension() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(proto2_unittest.NonNestedExtension.nonNestedExtension); registry.add(proto2_unittest.NonNestedExtension.if_); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface MessageToBeExtendedOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MessageToBeExtended) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.MessageToBeExtended} */ public static final class MessageToBeExtended extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< MessageToBeExtended> implements // @@protoc_insertion_point(message_implements:proto2_unittest.MessageToBeExtended) MessageToBeExtendedOrBuilder { private static final long serialVersionUID = 0L; // Use MessageToBeExtended.newBuilder() to construct. private MessageToBeExtended(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private MessageToBeExtended() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageToBeExtended(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MessageToBeExtended_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MessageToBeExtended_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtension.MessageToBeExtended.class, proto2_unittest.NonNestedExtension.MessageToBeExtended.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.NonNestedExtension.MessageToBeExtended)) { return super.equals(obj); } proto2_unittest.NonNestedExtension.MessageToBeExtended other = (proto2_unittest.NonNestedExtension.MessageToBeExtended) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.NonNestedExtension.MessageToBeExtended prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MessageToBeExtended} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< proto2_unittest.NonNestedExtension.MessageToBeExtended, Builder> implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MessageToBeExtended) proto2_unittest.NonNestedExtension.MessageToBeExtendedOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MessageToBeExtended_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MessageToBeExtended_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtension.MessageToBeExtended.class, proto2_unittest.NonNestedExtension.MessageToBeExtended.Builder.class); } // Construct using proto2_unittest.NonNestedExtension.MessageToBeExtended.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MessageToBeExtended_descriptor; } @java.lang.Override public proto2_unittest.NonNestedExtension.MessageToBeExtended getDefaultInstanceForType() { return proto2_unittest.NonNestedExtension.MessageToBeExtended.getDefaultInstance(); } @java.lang.Override public proto2_unittest.NonNestedExtension.MessageToBeExtended build() { proto2_unittest.NonNestedExtension.MessageToBeExtended result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.NonNestedExtension.MessageToBeExtended buildPartial() { proto2_unittest.NonNestedExtension.MessageToBeExtended result = new proto2_unittest.NonNestedExtension.MessageToBeExtended(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.NonNestedExtension.MessageToBeExtended) { return mergeFrom((proto2_unittest.NonNestedExtension.MessageToBeExtended)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.NonNestedExtension.MessageToBeExtended other) { if (other == proto2_unittest.NonNestedExtension.MessageToBeExtended.getDefaultInstance()) return this; this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.MessageToBeExtended) } // @@protoc_insertion_point(class_scope:proto2_unittest.MessageToBeExtended) private static final proto2_unittest.NonNestedExtension.MessageToBeExtended DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.NonNestedExtension.MessageToBeExtended(); } public static proto2_unittest.NonNestedExtension.MessageToBeExtended getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageToBeExtended parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.NonNestedExtension.MessageToBeExtended getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MyNonNestedExtensionOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MyNonNestedExtension) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.MyNonNestedExtension} */ public static final class MyNonNestedExtension extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.MyNonNestedExtension) MyNonNestedExtensionOrBuilder { private static final long serialVersionUID = 0L; // Use MyNonNestedExtension.newBuilder() to construct. private MyNonNestedExtension(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MyNonNestedExtension() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MyNonNestedExtension(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MyNonNestedExtension_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MyNonNestedExtension_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtension.MyNonNestedExtension.class, proto2_unittest.NonNestedExtension.MyNonNestedExtension.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.NonNestedExtension.MyNonNestedExtension)) { return super.equals(obj); } proto2_unittest.NonNestedExtension.MyNonNestedExtension other = (proto2_unittest.NonNestedExtension.MyNonNestedExtension) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.NonNestedExtension.MyNonNestedExtension prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MyNonNestedExtension} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MyNonNestedExtension) proto2_unittest.NonNestedExtension.MyNonNestedExtensionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MyNonNestedExtension_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MyNonNestedExtension_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtension.MyNonNestedExtension.class, proto2_unittest.NonNestedExtension.MyNonNestedExtension.Builder.class); } // Construct using proto2_unittest.NonNestedExtension.MyNonNestedExtension.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NonNestedExtension.internal_static_proto2_unittest_MyNonNestedExtension_descriptor; } @java.lang.Override public proto2_unittest.NonNestedExtension.MyNonNestedExtension getDefaultInstanceForType() { return proto2_unittest.NonNestedExtension.MyNonNestedExtension.getDefaultInstance(); } @java.lang.Override public proto2_unittest.NonNestedExtension.MyNonNestedExtension build() { proto2_unittest.NonNestedExtension.MyNonNestedExtension result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.NonNestedExtension.MyNonNestedExtension buildPartial() { proto2_unittest.NonNestedExtension.MyNonNestedExtension result = new proto2_unittest.NonNestedExtension.MyNonNestedExtension(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.NonNestedExtension.MyNonNestedExtension) { return mergeFrom((proto2_unittest.NonNestedExtension.MyNonNestedExtension)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.NonNestedExtension.MyNonNestedExtension other) { if (other == proto2_unittest.NonNestedExtension.MyNonNestedExtension.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.MyNonNestedExtension) } // @@protoc_insertion_point(class_scope:proto2_unittest.MyNonNestedExtension) private static final proto2_unittest.NonNestedExtension.MyNonNestedExtension DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.NonNestedExtension.MyNonNestedExtension(); } public static proto2_unittest.NonNestedExtension.MyNonNestedExtension getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MyNonNestedExtension parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.NonNestedExtension.MyNonNestedExtension getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int NONNESTEDEXTENSION_FIELD_NUMBER = 1; /** * extend .proto2_unittest.MessageToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, proto2_unittest.NonNestedExtension.MyNonNestedExtension> nonNestedExtension = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( proto2_unittest.NonNestedExtension.MyNonNestedExtension.class, proto2_unittest.NonNestedExtension.MyNonNestedExtension.getDefaultInstance()); public static final int IF_FIELD_NUMBER = 2000; /** * extend .proto2_unittest.MessageToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtension.MessageToBeExtended, java.lang.String> if_ = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.String.class, null); private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MessageToBeExtended_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MessageToBeExtended_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MyNonNestedExtension_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MyNonNestedExtension_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n.com/google/protobuf/non_nested_extensi" + "on.proto\022\017proto2_unittest\"\037\n\023MessageToBe" + "Extended*\010\010\001\020\200\200\200\200\002\"\026\n\024MyNonNestedExtensi" + "on:g\n\022nonNestedExtension\022$.proto2_unitte" + "st.MessageToBeExtended\030\001 \001(\0132%.proto2_un" + "ittest.MyNonNestedExtension:1\n\002if\022$.prot" + "o2_unittest.MessageToBeExtended\030\320\017 \001(\t" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_MessageToBeExtended_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_MessageToBeExtended_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MessageToBeExtended_descriptor, new java.lang.String[] { }); internal_static_proto2_unittest_MyNonNestedExtension_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_unittest_MyNonNestedExtension_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MyNonNestedExtension_descriptor, new java.lang.String[] { }); nonNestedExtension.internalInit(descriptor.getExtensions().get(0)); if_.internalInit(descriptor.getExtensions().get(1)); } // @@protoc_insertion_point(outer_class_scope) } PK !M+proto2_unittest/NonNestedExtensionLite.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/non_nested_extension_lite.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class NonNestedExtensionLite { private NonNestedExtensionLite() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(proto2_unittest.NonNestedExtensionLite.nonNestedExtensionLite); registry.add(proto2_unittest.NonNestedExtensionLite.package_); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface MessageLiteToBeExtendedOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MessageLiteToBeExtended) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.MessageLiteToBeExtended} */ public static final class MessageLiteToBeExtended extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< MessageLiteToBeExtended> implements // @@protoc_insertion_point(message_implements:proto2_unittest.MessageLiteToBeExtended) MessageLiteToBeExtendedOrBuilder { private static final long serialVersionUID = 0L; // Use MessageLiteToBeExtended.newBuilder() to construct. private MessageLiteToBeExtended(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private MessageLiteToBeExtended() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MessageLiteToBeExtended(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MessageLiteToBeExtended_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MessageLiteToBeExtended_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.class, proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended)) { return super.equals(obj); } proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended other = (proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MessageLiteToBeExtended} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, Builder> implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MessageLiteToBeExtended) proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtendedOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MessageLiteToBeExtended_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MessageLiteToBeExtended_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.class, proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.Builder.class); } // Construct using proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MessageLiteToBeExtended_descriptor; } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended getDefaultInstanceForType() { return proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.getDefaultInstance(); } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended build() { proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended buildPartial() { proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended result = new proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended) { return mergeFrom((proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended other) { if (other == proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended.getDefaultInstance()) return this; this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.MessageLiteToBeExtended) } // @@protoc_insertion_point(class_scope:proto2_unittest.MessageLiteToBeExtended) private static final proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended(); } public static proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MessageLiteToBeExtended parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MyNonNestedExtensionLiteOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.MyNonNestedExtensionLite) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.MyNonNestedExtensionLite} */ public static final class MyNonNestedExtensionLite extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.MyNonNestedExtensionLite) MyNonNestedExtensionLiteOrBuilder { private static final long serialVersionUID = 0L; // Use MyNonNestedExtensionLite.newBuilder() to construct. private MyNonNestedExtensionLite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MyNonNestedExtensionLite() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MyNonNestedExtensionLite(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MyNonNestedExtensionLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MyNonNestedExtensionLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.class, proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite)) { return super.equals(obj); } proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite other = (proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.MyNonNestedExtensionLite} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.MyNonNestedExtensionLite) proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLiteOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MyNonNestedExtensionLite_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MyNonNestedExtensionLite_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.class, proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.Builder.class); } // Construct using proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NonNestedExtensionLite.internal_static_proto2_unittest_MyNonNestedExtensionLite_descriptor; } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite getDefaultInstanceForType() { return proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.getDefaultInstance(); } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite build() { proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite buildPartial() { proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite result = new proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite) { return mergeFrom((proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite other) { if (other == proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.MyNonNestedExtensionLite) } // @@protoc_insertion_point(class_scope:proto2_unittest.MyNonNestedExtensionLite) private static final proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite(); } public static proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MyNonNestedExtensionLite parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int NONNESTEDEXTENSIONLITE_FIELD_NUMBER = 1; /** * extend .proto2_unittest.MessageLiteToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite> nonNestedExtensionLite = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.class, proto2_unittest.NonNestedExtensionLite.MyNonNestedExtensionLite.getDefaultInstance()); public static final int PACKAGE_FIELD_NUMBER = 2006; /** * extend .proto2_unittest.MessageLiteToBeExtended { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.NonNestedExtensionLite.MessageLiteToBeExtended, java.lang.Boolean> package_ = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MessageLiteToBeExtended_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MessageLiteToBeExtended_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_MyNonNestedExtensionLite_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_MyNonNestedExtensionLite_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n3com/google/protobuf/non_nested_extensi" + "on_lite.proto\022\017proto2_unittest\"#\n\027Messag" + "eLiteToBeExtended*\010\010\001\020\200\200\200\200\002\"\032\n\030MyNonNest" + "edExtensionLite:s\n\026nonNestedExtensionLit" + "e\022(.proto2_unittest.MessageLiteToBeExten" + "ded\030\001 \001(\0132).proto2_unittest.MyNonNestedE" + "xtensionLite::\n\007package\022(.proto2_unittes" + "t.MessageLiteToBeExtended\030\326\017 \001(\010B\002H\003" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_MessageLiteToBeExtended_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_MessageLiteToBeExtended_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MessageLiteToBeExtended_descriptor, new java.lang.String[] { }); internal_static_proto2_unittest_MyNonNestedExtensionLite_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_unittest_MyNonNestedExtensionLite_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_MyNonNestedExtensionLite_descriptor, new java.lang.String[] { }); nonNestedExtensionLite.internalInit(descriptor.getExtensions().get(0)); package_.internalInit(descriptor.getExtensions().get(1)); } // @@protoc_insertion_point(outer_class_scope) } PK !ή2proto2_unittest/OuterClassNameTest2OuterClass.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/outer_class_name_test2.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class OuterClassNameTest2OuterClass { private OuterClassNameTest2OuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestMessage2OrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TestMessage2) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.TestMessage2} */ public static final class TestMessage2 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TestMessage2) TestMessage2OrBuilder { private static final long serialVersionUID = 0L; // Use TestMessage2.newBuilder() to construct. private TestMessage2(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMessage2() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMessage2(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.class, proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.Builder.class); } public interface NestedMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TestMessage2.NestedMessage) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.TestMessage2.NestedMessage} */ public static final class NestedMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TestMessage2.NestedMessage) NestedMessageOrBuilder { private static final long serialVersionUID = 0L; // Use NestedMessage.newBuilder() to construct. private NestedMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private NestedMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new NestedMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.class, proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.Builder.class); } public interface OuterClassNameTest2OrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TestMessage2.NestedMessage.OuterClassNameTest2) com.google.protobuf.MessageOrBuilder { } /** *
       * This message's name is the same with the default outer class name of this
       * proto file. It's used to test if the compiler can avoid this conflict
       * correctly.
       * 
* * Protobuf type {@code proto2_unittest.TestMessage2.NestedMessage.OuterClassNameTest2} */ public static final class OuterClassNameTest2 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TestMessage2.NestedMessage.OuterClassNameTest2) OuterClassNameTest2OrBuilder { private static final long serialVersionUID = 0L; // Use OuterClassNameTest2.newBuilder() to construct. private OuterClassNameTest2(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private OuterClassNameTest2() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new OuterClassNameTest2(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2.class, proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2)) { return super.equals(obj); } proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 other = (proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
         * This message's name is the same with the default outer class name of this
         * proto file. It's used to test if the compiler can avoid this conflict
         * correctly.
         * 
* * Protobuf type {@code proto2_unittest.TestMessage2.NestedMessage.OuterClassNameTest2} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TestMessage2.NestedMessage.OuterClassNameTest2) proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2.class, proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2.Builder.class); } // Construct using proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_descriptor; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 getDefaultInstanceForType() { return proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2.getDefaultInstance(); } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 build() { proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 buildPartial() { proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 result = new proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2) { return mergeFrom((proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 other) { if (other == proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.TestMessage2.NestedMessage.OuterClassNameTest2) } // @@protoc_insertion_point(class_scope:proto2_unittest.TestMessage2.NestedMessage.OuterClassNameTest2) private static final proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2(); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public OuterClassNameTest2 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.OuterClassNameTest2 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage)) { return super.equals(obj); } proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage other = (proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.TestMessage2.NestedMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TestMessage2.NestedMessage) proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.class, proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.Builder.class); } // Construct using proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_NestedMessage_descriptor; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage getDefaultInstanceForType() { return proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.getDefaultInstance(); } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage build() { proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage buildPartial() { proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage result = new proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage) { return mergeFrom((proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage other) { if (other == proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.TestMessage2.NestedMessage) } // @@protoc_insertion_point(class_scope:proto2_unittest.TestMessage2.NestedMessage) private static final proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage(); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public NestedMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.NestedMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2)) { return super.equals(obj); } proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 other = (proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.TestMessage2} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TestMessage2) proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.class, proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.Builder.class); } // Construct using proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.OuterClassNameTest2OuterClass.internal_static_proto2_unittest_TestMessage2_descriptor; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 getDefaultInstanceForType() { return proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.getDefaultInstance(); } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 build() { proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 buildPartial() { proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 result = new proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2) { return mergeFrom((proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 other) { if (other == proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.TestMessage2) } // @@protoc_insertion_point(class_scope:proto2_unittest.TestMessage2) private static final proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2(); } public static proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMessage2 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.OuterClassNameTest2OuterClass.TestMessage2 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TestMessage2_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TestMessage2_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TestMessage2_NestedMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TestMessage2_NestedMessage_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n0com/google/protobuf/outer_class_name_t" + "est2.proto\022\017proto2_unittest\"6\n\014TestMessa" + "ge2\032&\n\rNestedMessage\032\025\n\023OuterClassNameTe" + "st2" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_TestMessage2_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_TestMessage2_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TestMessage2_descriptor, new java.lang.String[] { }); internal_static_proto2_unittest_TestMessage2_NestedMessage_descriptor = internal_static_proto2_unittest_TestMessage2_descriptor.getNestedTypes().get(0); internal_static_proto2_unittest_TestMessage2_NestedMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TestMessage2_NestedMessage_descriptor, new java.lang.String[] { }); internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_descriptor = internal_static_proto2_unittest_TestMessage2_NestedMessage_descriptor.getNestedTypes().get(0); internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TestMessage2_NestedMessage_OuterClassNameTest2_descriptor, new java.lang.String[] { }); } // @@protoc_insertion_point(outer_class_scope) } PK !T>%ٔٔ2proto2_unittest/OuterClassNameTest3OuterClass.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/outer_class_name_test3.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class OuterClassNameTest3OuterClass { private OuterClassNameTest3OuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestMessage3OrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TestMessage3) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.TestMessage3} */ public static final class TestMessage3 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TestMessage3) TestMessage3OrBuilder { private static final long serialVersionUID = 0L; // Use TestMessage3.newBuilder() to construct. private TestMessage3(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMessage3() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMessage3(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.class, proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.Builder.class); } public interface NestedMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TestMessage3.NestedMessage) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.TestMessage3.NestedMessage} */ public static final class NestedMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TestMessage3.NestedMessage) NestedMessageOrBuilder { private static final long serialVersionUID = 0L; // Use NestedMessage.newBuilder() to construct. private NestedMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private NestedMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new NestedMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.class, proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.Builder.class); } /** *
       * This enum's name is the same with the default outer class name of this
       * proto file. It's used to test if the compiler can avoid this conflict
       * correctly.
       * 
* * Protobuf enum {@code proto2_unittest.TestMessage3.NestedMessage.OuterClassNameTest3} */ public enum OuterClassNameTest3 implements com.google.protobuf.ProtocolMessageEnum { /** * DUMMY_VALUE = 1; */ DUMMY_VALUE(1), ; /** * DUMMY_VALUE = 1; */ public static final int DUMMY_VALUE_VALUE = 1; public final int getNumber() { return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static OuterClassNameTest3 valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static OuterClassNameTest3 forNumber(int value) { switch (value) { case 1: return DUMMY_VALUE; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< OuterClassNameTest3> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public OuterClassNameTest3 findValueByNumber(int number) { return OuterClassNameTest3.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.getDescriptor().getEnumTypes().get(0); } private static final OuterClassNameTest3[] VALUES = values(); public static OuterClassNameTest3 valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private OuterClassNameTest3(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:proto2_unittest.TestMessage3.NestedMessage.OuterClassNameTest3) } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage)) { return super.equals(obj); } proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage other = (proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.TestMessage3.NestedMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TestMessage3.NestedMessage) proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_NestedMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_NestedMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.class, proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.Builder.class); } // Construct using proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_NestedMessage_descriptor; } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage getDefaultInstanceForType() { return proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.getDefaultInstance(); } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage build() { proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage buildPartial() { proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage result = new proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage) { return mergeFrom((proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage other) { if (other == proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.TestMessage3.NestedMessage) } // @@protoc_insertion_point(class_scope:proto2_unittest.TestMessage3.NestedMessage) private static final proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage(); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public NestedMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.NestedMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3)) { return super.equals(obj); } proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 other = (proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.TestMessage3} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TestMessage3) proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.class, proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.Builder.class); } // Construct using proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.OuterClassNameTest3OuterClass.internal_static_proto2_unittest_TestMessage3_descriptor; } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 getDefaultInstanceForType() { return proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.getDefaultInstance(); } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 build() { proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 buildPartial() { proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 result = new proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3) { return mergeFrom((proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 other) { if (other == proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.TestMessage3) } // @@protoc_insertion_point(class_scope:proto2_unittest.TestMessage3) private static final proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3(); } public static proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMessage3 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.OuterClassNameTest3OuterClass.TestMessage3 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TestMessage3_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TestMessage3_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TestMessage3_NestedMessage_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TestMessage3_NestedMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n0com/google/protobuf/outer_class_name_t" + "est3.proto\022\017proto2_unittest\"G\n\014TestMessa" + "ge3\0327\n\rNestedMessage\"&\n\023OuterClassNameTe" + "st3\022\017\n\013DUMMY_VALUE\020\001" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_TestMessage3_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_TestMessage3_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TestMessage3_descriptor, new java.lang.String[] { }); internal_static_proto2_unittest_TestMessage3_NestedMessage_descriptor = internal_static_proto2_unittest_TestMessage3_descriptor.getNestedTypes().get(0); internal_static_proto2_unittest_TestMessage3_NestedMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TestMessage3_NestedMessage_descriptor, new java.lang.String[] { }); } // @@protoc_insertion_point(outer_class_scope) } PK !AFAF1proto2_unittest/OuterClassNameTestOuterClass.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/outer_class_name_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class OuterClassNameTestOuterClass { private OuterClassNameTestOuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface OuterClassNameTestOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.OuterClassNameTest) com.google.protobuf.MessageOrBuilder { } /** *
   * This message's name is the same with the default outer class name of this
   * proto file. It's used to test if the compiler can avoid this conflict
   * correctly.
   * 
* * Protobuf type {@code proto2_unittest.OuterClassNameTest} */ public static final class OuterClassNameTest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.OuterClassNameTest) OuterClassNameTestOrBuilder { private static final long serialVersionUID = 0L; // Use OuterClassNameTest.newBuilder() to construct. private OuterClassNameTest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private OuterClassNameTest() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new OuterClassNameTest(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTestOuterClass.internal_static_proto2_unittest_OuterClassNameTest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTestOuterClass.internal_static_proto2_unittest_OuterClassNameTest_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.class, proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest)) { return super.equals(obj); } proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest other = (proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * This message's name is the same with the default outer class name of this
     * proto file. It's used to test if the compiler can avoid this conflict
     * correctly.
     * 
* * Protobuf type {@code proto2_unittest.OuterClassNameTest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.OuterClassNameTest) proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.OuterClassNameTestOuterClass.internal_static_proto2_unittest_OuterClassNameTest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.OuterClassNameTestOuterClass.internal_static_proto2_unittest_OuterClassNameTest_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.class, proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.Builder.class); } // Construct using proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.OuterClassNameTestOuterClass.internal_static_proto2_unittest_OuterClassNameTest_descriptor; } @java.lang.Override public proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest getDefaultInstanceForType() { return proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.getDefaultInstance(); } @java.lang.Override public proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest build() { proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest buildPartial() { proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest result = new proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest) { return mergeFrom((proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest other) { if (other == proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.OuterClassNameTest) } // @@protoc_insertion_point(class_scope:proto2_unittest.OuterClassNameTest) private static final proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest(); } public static proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public OuterClassNameTest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.OuterClassNameTestOuterClass.OuterClassNameTest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_OuterClassNameTest_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_OuterClassNameTest_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n/com/google/protobuf/outer_class_name_t" + "est.proto\022\017proto2_unittest\"\024\n\022OuterClass" + "NameTest" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_OuterClassNameTest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_OuterClassNameTest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_OuterClassNameTest_descriptor, new java.lang.String[] { }); } // @@protoc_insertion_point(outer_class_scope) } PK ! 'proto2_unittest/ServiceWithNoOuter.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/multiple_files_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf service {@code proto2_unittest.ServiceWithNoOuter} */ public abstract class ServiceWithNoOuter implements com.google.protobuf.Service { protected ServiceWithNoOuter() {} public interface Interface { /** * rpc Foo(.proto2_unittest.MessageWithNoOuter) returns (.proto2_unittest.TestAllTypes); */ public abstract void foo( com.google.protobuf.RpcController controller, proto2_unittest.MessageWithNoOuter request, com.google.protobuf.RpcCallback done); } public static com.google.protobuf.Service newReflectiveService( final Interface impl) { return new ServiceWithNoOuter() { @java.lang.Override public void foo( com.google.protobuf.RpcController controller, proto2_unittest.MessageWithNoOuter request, com.google.protobuf.RpcCallback done) { impl.foo(controller, request, done); } }; } public static com.google.protobuf.BlockingService newReflectiveBlockingService(final BlockingInterface impl) { return new com.google.protobuf.BlockingService() { public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType() { return getDescriptor(); } public final com.google.protobuf.Message callBlockingMethod( com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request) throws com.google.protobuf.ServiceException { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.callBlockingMethod() given method descriptor for " + "wrong service type."); } switch(method.getIndex()) { case 0: return impl.foo(controller, (proto2_unittest.MessageWithNoOuter)request); default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getRequestPrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getRequestPrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return proto2_unittest.MessageWithNoOuter.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getResponsePrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getResponsePrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return proto2_unittest.UnittestProto.TestAllTypes.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } }; } /** * rpc Foo(.proto2_unittest.MessageWithNoOuter) returns (.proto2_unittest.TestAllTypes); */ public abstract void foo( com.google.protobuf.RpcController controller, proto2_unittest.MessageWithNoOuter request, com.google.protobuf.RpcCallback done); public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor() { return proto2_unittest.MultipleFilesTestProto.getDescriptor().getServices().get(0); } public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType() { return getDescriptor(); } public final void callMethod( com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback< com.google.protobuf.Message> done) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.callMethod() given method descriptor for wrong " + "service type."); } switch(method.getIndex()) { case 0: this.foo(controller, (proto2_unittest.MessageWithNoOuter)request, com.google.protobuf.RpcUtil.specializeCallback( done)); return; default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getRequestPrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getRequestPrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return proto2_unittest.MessageWithNoOuter.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } public final com.google.protobuf.Message getResponsePrototype( com.google.protobuf.Descriptors.MethodDescriptor method) { if (method.getService() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "Service.getResponsePrototype() given method " + "descriptor for wrong service type."); } switch(method.getIndex()) { case 0: return proto2_unittest.UnittestProto.TestAllTypes.getDefaultInstance(); default: throw new java.lang.AssertionError("Can't get here."); } } public static Stub newStub( com.google.protobuf.RpcChannel channel) { return new Stub(channel); } public static final class Stub extends proto2_unittest.ServiceWithNoOuter implements Interface { private Stub(com.google.protobuf.RpcChannel channel) { this.channel = channel; } private final com.google.protobuf.RpcChannel channel; public com.google.protobuf.RpcChannel getChannel() { return channel; } public void foo( com.google.protobuf.RpcController controller, proto2_unittest.MessageWithNoOuter request, com.google.protobuf.RpcCallback done) { channel.callMethod( getDescriptor().getMethods().get(0), controller, request, proto2_unittest.UnittestProto.TestAllTypes.getDefaultInstance(), com.google.protobuf.RpcUtil.generalizeCallback( done, proto2_unittest.UnittestProto.TestAllTypes.class, proto2_unittest.UnittestProto.TestAllTypes.getDefaultInstance())); } } public static BlockingInterface newBlockingStub( com.google.protobuf.BlockingRpcChannel channel) { return new BlockingStub(channel); } public interface BlockingInterface { public proto2_unittest.UnittestProto.TestAllTypes foo( com.google.protobuf.RpcController controller, proto2_unittest.MessageWithNoOuter request) throws com.google.protobuf.ServiceException; } private static final class BlockingStub implements BlockingInterface { private BlockingStub(com.google.protobuf.BlockingRpcChannel channel) { this.channel = channel; } private final com.google.protobuf.BlockingRpcChannel channel; public proto2_unittest.UnittestProto.TestAllTypes foo( com.google.protobuf.RpcController controller, proto2_unittest.MessageWithNoOuter request) throws com.google.protobuf.ServiceException { return (proto2_unittest.UnittestProto.TestAllTypes) channel.callBlockingMethod( getDescriptor().getMethods().get(0), controller, request, proto2_unittest.UnittestProto.TestAllTypes.getDefaultInstance()); } } // @@protoc_insertion_point(class_scope:proto2_unittest.ServiceWithNoOuter) } PK !hMw]w]/proto2_unittest/TestCachedFieldSizeMessage.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/cached_field_size_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf type {@code proto2_unittest.TestCachedFieldSizeMessage} */ public final class TestCachedFieldSizeMessage extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TestCachedFieldSizeMessage) TestCachedFieldSizeMessageOrBuilder { private static final long serialVersionUID = 0L; // Use TestCachedFieldSizeMessage.newBuilder() to construct. private TestCachedFieldSizeMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestCachedFieldSizeMessage() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestCachedFieldSizeMessage(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.CachedFieldSizeTest.internal_static_proto2_unittest_TestCachedFieldSizeMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.CachedFieldSizeTest.internal_static_proto2_unittest_TestCachedFieldSizeMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.TestCachedFieldSizeMessage.class, proto2_unittest.TestCachedFieldSizeMessage.Builder.class); } private int bitField0_; public static final int PROTO2_CHILD_FIELD_NUMBER = 1; private proto2_unittest.UnittestProto.TestPackedTypes proto2Child_; /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; * @return Whether the proto2Child field is set. */ @java.lang.Override public boolean hasProto2Child() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; * @return The proto2Child. */ @java.lang.Override public proto2_unittest.UnittestProto.TestPackedTypes getProto2Child() { return proto2Child_ == null ? proto2_unittest.UnittestProto.TestPackedTypes.getDefaultInstance() : proto2Child_; } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ @java.lang.Override public proto2_unittest.UnittestProto.TestPackedTypesOrBuilder getProto2ChildOrBuilder() { return proto2Child_ == null ? proto2_unittest.UnittestProto.TestPackedTypes.getDefaultInstance() : proto2Child_; } public static final int PROTO3_CHILD_FIELD_NUMBER = 2; private proto3_unittest.UnittestProto3.TestPackedTypes proto3Child_; /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; * @return Whether the proto3Child field is set. */ @java.lang.Override public boolean hasProto3Child() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; * @return The proto3Child. */ @java.lang.Override public proto3_unittest.UnittestProto3.TestPackedTypes getProto3Child() { return proto3Child_ == null ? proto3_unittest.UnittestProto3.TestPackedTypes.getDefaultInstance() : proto3Child_; } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ @java.lang.Override public proto3_unittest.UnittestProto3.TestPackedTypesOrBuilder getProto3ChildOrBuilder() { return proto3Child_ == null ? proto3_unittest.UnittestProto3.TestPackedTypes.getDefaultInstance() : proto3Child_; } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.TestCachedFieldSizeMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.TestCachedFieldSizeMessage parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.TestCachedFieldSizeMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.TestCachedFieldSizeMessage prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.TestCachedFieldSizeMessage} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TestCachedFieldSizeMessage) proto2_unittest.TestCachedFieldSizeMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.CachedFieldSizeTest.internal_static_proto2_unittest_TestCachedFieldSizeMessage_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.CachedFieldSizeTest.internal_static_proto2_unittest_TestCachedFieldSizeMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.TestCachedFieldSizeMessage.class, proto2_unittest.TestCachedFieldSizeMessage.Builder.class); } // Construct using proto2_unittest.TestCachedFieldSizeMessage.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getProto2ChildFieldBuilder(); getProto3ChildFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; proto2Child_ = null; if (proto2ChildBuilder_ != null) { proto2ChildBuilder_.dispose(); proto2ChildBuilder_ = null; } proto3Child_ = null; if (proto3ChildBuilder_ != null) { proto3ChildBuilder_.dispose(); proto3ChildBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.CachedFieldSizeTest.internal_static_proto2_unittest_TestCachedFieldSizeMessage_descriptor; } @java.lang.Override public proto2_unittest.TestCachedFieldSizeMessage getDefaultInstanceForType() { return proto2_unittest.TestCachedFieldSizeMessage.getDefaultInstance(); } @java.lang.Override public proto2_unittest.TestCachedFieldSizeMessage build() { proto2_unittest.TestCachedFieldSizeMessage result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.TestCachedFieldSizeMessage buildPartial() { proto2_unittest.TestCachedFieldSizeMessage result = new proto2_unittest.TestCachedFieldSizeMessage(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.TestCachedFieldSizeMessage result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.proto2Child_ = proto2ChildBuilder_ == null ? proto2Child_ : proto2ChildBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.proto3Child_ = proto3ChildBuilder_ == null ? proto3Child_ : proto3ChildBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } private int bitField0_; private proto2_unittest.UnittestProto.TestPackedTypes proto2Child_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestPackedTypes, proto2_unittest.UnittestProto.TestPackedTypes.Builder, proto2_unittest.UnittestProto.TestPackedTypesOrBuilder> proto2ChildBuilder_; /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; * @return Whether the proto2Child field is set. */ public boolean hasProto2Child() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; * @return The proto2Child. */ public proto2_unittest.UnittestProto.TestPackedTypes getProto2Child() { if (proto2ChildBuilder_ == null) { return proto2Child_ == null ? proto2_unittest.UnittestProto.TestPackedTypes.getDefaultInstance() : proto2Child_; } else { return proto2ChildBuilder_.getMessage(); } } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ public Builder setProto2Child(proto2_unittest.UnittestProto.TestPackedTypes value) { if (proto2ChildBuilder_ == null) { if (value == null) { throw new NullPointerException(); } proto2Child_ = value; } else { proto2ChildBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ public Builder setProto2Child( proto2_unittest.UnittestProto.TestPackedTypes.Builder builderForValue) { if (proto2ChildBuilder_ == null) { proto2Child_ = builderForValue.build(); } else { proto2ChildBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ public Builder mergeProto2Child(proto2_unittest.UnittestProto.TestPackedTypes value) { if (proto2ChildBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && proto2Child_ != null && proto2Child_ != proto2_unittest.UnittestProto.TestPackedTypes.getDefaultInstance()) { getProto2ChildBuilder().mergeFrom(value); } else { proto2Child_ = value; } } else { proto2ChildBuilder_.mergeFrom(value); } if (proto2Child_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ public Builder clearProto2Child() { bitField0_ = (bitField0_ & ~0x00000001); proto2Child_ = null; if (proto2ChildBuilder_ != null) { proto2ChildBuilder_.dispose(); proto2ChildBuilder_ = null; } onChanged(); return this; } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ public proto2_unittest.UnittestProto.TestPackedTypes.Builder getProto2ChildBuilder() { bitField0_ |= 0x00000001; onChanged(); return getProto2ChildFieldBuilder().getBuilder(); } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ public proto2_unittest.UnittestProto.TestPackedTypesOrBuilder getProto2ChildOrBuilder() { if (proto2ChildBuilder_ != null) { return proto2ChildBuilder_.getMessageOrBuilder(); } else { return proto2Child_ == null ? proto2_unittest.UnittestProto.TestPackedTypes.getDefaultInstance() : proto2Child_; } } /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestPackedTypes, proto2_unittest.UnittestProto.TestPackedTypes.Builder, proto2_unittest.UnittestProto.TestPackedTypesOrBuilder> getProto2ChildFieldBuilder() { if (proto2ChildBuilder_ == null) { proto2ChildBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestProto.TestPackedTypes, proto2_unittest.UnittestProto.TestPackedTypes.Builder, proto2_unittest.UnittestProto.TestPackedTypesOrBuilder>( getProto2Child(), getParentForChildren(), isClean()); proto2Child_ = null; } return proto2ChildBuilder_; } private proto3_unittest.UnittestProto3.TestPackedTypes proto3Child_; private com.google.protobuf.SingleFieldBuilderV3< proto3_unittest.UnittestProto3.TestPackedTypes, proto3_unittest.UnittestProto3.TestPackedTypes.Builder, proto3_unittest.UnittestProto3.TestPackedTypesOrBuilder> proto3ChildBuilder_; /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; * @return Whether the proto3Child field is set. */ public boolean hasProto3Child() { return ((bitField0_ & 0x00000002) != 0); } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; * @return The proto3Child. */ public proto3_unittest.UnittestProto3.TestPackedTypes getProto3Child() { if (proto3ChildBuilder_ == null) { return proto3Child_ == null ? proto3_unittest.UnittestProto3.TestPackedTypes.getDefaultInstance() : proto3Child_; } else { return proto3ChildBuilder_.getMessage(); } } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ public Builder setProto3Child(proto3_unittest.UnittestProto3.TestPackedTypes value) { if (proto3ChildBuilder_ == null) { if (value == null) { throw new NullPointerException(); } proto3Child_ = value; } else { proto3ChildBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ public Builder setProto3Child( proto3_unittest.UnittestProto3.TestPackedTypes.Builder builderForValue) { if (proto3ChildBuilder_ == null) { proto3Child_ = builderForValue.build(); } else { proto3ChildBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ public Builder mergeProto3Child(proto3_unittest.UnittestProto3.TestPackedTypes value) { if (proto3ChildBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && proto3Child_ != null && proto3Child_ != proto3_unittest.UnittestProto3.TestPackedTypes.getDefaultInstance()) { getProto3ChildBuilder().mergeFrom(value); } else { proto3Child_ = value; } } else { proto3ChildBuilder_.mergeFrom(value); } if (proto3Child_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ public Builder clearProto3Child() { bitField0_ = (bitField0_ & ~0x00000002); proto3Child_ = null; if (proto3ChildBuilder_ != null) { proto3ChildBuilder_.dispose(); proto3ChildBuilder_ = null; } onChanged(); return this; } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ public proto3_unittest.UnittestProto3.TestPackedTypes.Builder getProto3ChildBuilder() { bitField0_ |= 0x00000002; onChanged(); return getProto3ChildFieldBuilder().getBuilder(); } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ public proto3_unittest.UnittestProto3.TestPackedTypesOrBuilder getProto3ChildOrBuilder() { if (proto3ChildBuilder_ != null) { return proto3ChildBuilder_.getMessageOrBuilder(); } else { return proto3Child_ == null ? proto3_unittest.UnittestProto3.TestPackedTypes.getDefaultInstance() : proto3Child_; } } /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ private com.google.protobuf.SingleFieldBuilderV3< proto3_unittest.UnittestProto3.TestPackedTypes, proto3_unittest.UnittestProto3.TestPackedTypes.Builder, proto3_unittest.UnittestProto3.TestPackedTypesOrBuilder> getProto3ChildFieldBuilder() { if (proto3ChildBuilder_ == null) { proto3ChildBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto3_unittest.UnittestProto3.TestPackedTypes, proto3_unittest.UnittestProto3.TestPackedTypes.Builder, proto3_unittest.UnittestProto3.TestPackedTypesOrBuilder>( getProto3Child(), getParentForChildren(), isClean()); proto3Child_ = null; } return proto3ChildBuilder_; } @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:proto2_unittest.TestCachedFieldSizeMessage) } // @@protoc_insertion_point(class_scope:proto2_unittest.TestCachedFieldSizeMessage) private static final proto2_unittest.TestCachedFieldSizeMessage DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.TestCachedFieldSizeMessage(); } public static proto2_unittest.TestCachedFieldSizeMessage getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestCachedFieldSizeMessage parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.TestCachedFieldSizeMessage getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK ! (8proto2_unittest/TestCachedFieldSizeMessageOrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/cached_field_size_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public interface TestCachedFieldSizeMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TestCachedFieldSizeMessage) com.google.protobuf.MessageOrBuilder { /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; * @return Whether the proto2Child field is set. */ boolean hasProto2Child(); /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; * @return The proto2Child. */ proto2_unittest.UnittestProto.TestPackedTypes getProto2Child(); /** * optional .proto2_unittest.TestPackedTypes proto2_child = 1; */ proto2_unittest.UnittestProto.TestPackedTypesOrBuilder getProto2ChildOrBuilder(); /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; * @return Whether the proto3Child field is set. */ boolean hasProto3Child(); /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; * @return The proto3Child. */ proto3_unittest.UnittestProto3.TestPackedTypes getProto3Child(); /** * optional .proto3_unittest.TestPackedTypes proto3_child = 2; */ proto3_unittest.UnittestProto3.TestPackedTypesOrBuilder getProto3ChildOrBuilder(); } PK !N jj&proto2_unittest/TestCustomOptions.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/test_custom_options.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public final class TestCustomOptions { private TestCustomOptions() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestMessageWithCustomOptionsContainerOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TestMessageWithCustomOptionsContainer) com.google.protobuf.MessageOrBuilder { /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; * @return Whether the field field is set. */ boolean hasField(); /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; * @return The field. */ proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions getField(); /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptionsOrBuilder getFieldOrBuilder(); } /** * Protobuf type {@code proto2_unittest.TestMessageWithCustomOptionsContainer} */ public static final class TestMessageWithCustomOptionsContainer extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TestMessageWithCustomOptionsContainer) TestMessageWithCustomOptionsContainerOrBuilder { private static final long serialVersionUID = 0L; // Use TestMessageWithCustomOptionsContainer.newBuilder() to construct. private TestMessageWithCustomOptionsContainer(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestMessageWithCustomOptionsContainer() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestMessageWithCustomOptionsContainer(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.TestCustomOptions.internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.TestCustomOptions.internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer.class, proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer.Builder.class); } private int bitField0_; public static final int FIELD_FIELD_NUMBER = 1; private proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions field_; /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; * @return Whether the field field is set. */ @java.lang.Override public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; * @return The field. */ @java.lang.Override public proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions getField() { return field_ == null ? proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.getDefaultInstance() : field_; } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ @java.lang.Override public proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptionsOrBuilder getFieldOrBuilder() { return field_ == null ? proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.getDefaultInstance() : field_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getField()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getField()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer)) { return super.equals(obj); } proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer other = (proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer) obj; if (hasField() != other.hasField()) return false; if (hasField()) { if (!getField() .equals(other.getField())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasField()) { hash = (37 * hash) + FIELD_FIELD_NUMBER; hash = (53 * hash) + getField().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.TestMessageWithCustomOptionsContainer} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TestMessageWithCustomOptionsContainer) proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.TestCustomOptions.internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.TestCustomOptions.internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer.class, proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer.Builder.class); } // Construct using proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFieldFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; field_ = null; if (fieldBuilder_ != null) { fieldBuilder_.dispose(); fieldBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.TestCustomOptions.internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_descriptor; } @java.lang.Override public proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer getDefaultInstanceForType() { return proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer.getDefaultInstance(); } @java.lang.Override public proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer build() { proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer buildPartial() { proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer result = new proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.field_ = fieldBuilder_ == null ? field_ : fieldBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer) { return mergeFrom((proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer other) { if (other == proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer.getDefaultInstance()) return this; if (other.hasField()) { mergeField(other.getField()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getFieldFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions field_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions, proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.Builder, proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptionsOrBuilder> fieldBuilder_; /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; * @return Whether the field field is set. */ public boolean hasField() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; * @return The field. */ public proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions getField() { if (fieldBuilder_ == null) { return field_ == null ? proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.getDefaultInstance() : field_; } else { return fieldBuilder_.getMessage(); } } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ public Builder setField(proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions value) { if (fieldBuilder_ == null) { if (value == null) { throw new NullPointerException(); } field_ = value; } else { fieldBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ public Builder setField( proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.Builder builderForValue) { if (fieldBuilder_ == null) { field_ = builderForValue.build(); } else { fieldBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ public Builder mergeField(proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions value) { if (fieldBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && field_ != null && field_ != proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.getDefaultInstance()) { getFieldBuilder().mergeFrom(value); } else { field_ = value; } } else { fieldBuilder_.mergeFrom(value); } if (field_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ public Builder clearField() { bitField0_ = (bitField0_ & ~0x00000001); field_ = null; if (fieldBuilder_ != null) { fieldBuilder_.dispose(); fieldBuilder_ = null; } onChanged(); return this; } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ public proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.Builder getFieldBuilder() { bitField0_ |= 0x00000001; onChanged(); return getFieldFieldBuilder().getBuilder(); } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ public proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptionsOrBuilder getFieldOrBuilder() { if (fieldBuilder_ != null) { return fieldBuilder_.getMessageOrBuilder(); } else { return field_ == null ? proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.getDefaultInstance() : field_; } } /** * optional .proto2_unittest.TestMessageWithCustomOptions field = 1; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions, proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.Builder, proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptionsOrBuilder> getFieldFieldBuilder() { if (fieldBuilder_ == null) { fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions, proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptions.Builder, proto2_unittest.UnittestCustomOptions.TestMessageWithCustomOptionsOrBuilder>( getField(), getParentForChildren(), isClean()); field_ = null; } return fieldBuilder_; } @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:proto2_unittest.TestMessageWithCustomOptionsContainer) } // @@protoc_insertion_point(class_scope:proto2_unittest.TestMessageWithCustomOptionsContainer) private static final proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer(); } public static proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestMessageWithCustomOptionsContainer parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.TestCustomOptions.TestMessageWithCustomOptionsContainer getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n-com/google/protobuf/test_custom_option" + "s.proto\022\017proto2_unittest\032-google/protobu" + "f/unittest_custom_options.proto\"e\n%TestM" + "essageWithCustomOptionsContainer\022<\n\005fiel" + "d\030\001 \001(\0132-.proto2_unittest.TestMessageWit" + "hCustomOptions" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { proto2_unittest.UnittestCustomOptions.getDescriptor(), }); internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_TestMessageWithCustomOptionsContainer_descriptor, new java.lang.String[] { "Field", }); proto2_unittest.UnittestCustomOptions.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) } PK !L.pp?p?proto2_unittest/TimingBelt.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf type {@code proto2_unittest.TimingBelt} */ public final class TimingBelt extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.TimingBelt) TimingBeltOrBuilder { private static final long serialVersionUID = 0L; // Use TimingBelt.newBuilder() to construct. private TimingBelt(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TimingBelt() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TimingBelt(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_TimingBelt_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_TimingBelt_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.TimingBelt.class, proto2_unittest.TimingBelt.Builder.class); } private int bitField0_; public static final int NUMBER_OF_TEETH_FIELD_NUMBER = 1; private int numberOfTeeth_ = 0; /** * optional int32 number_of_teeth = 1; * @return Whether the numberOfTeeth field is set. */ @java.lang.Override public boolean hasNumberOfTeeth() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 number_of_teeth = 1; * @return The numberOfTeeth. */ @java.lang.Override public int getNumberOfTeeth() { return numberOfTeeth_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, numberOfTeeth_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, numberOfTeeth_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.TimingBelt)) { return super.equals(obj); } proto2_unittest.TimingBelt other = (proto2_unittest.TimingBelt) obj; if (hasNumberOfTeeth() != other.hasNumberOfTeeth()) return false; if (hasNumberOfTeeth()) { if (getNumberOfTeeth() != other.getNumberOfTeeth()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasNumberOfTeeth()) { hash = (37 * hash) + NUMBER_OF_TEETH_FIELD_NUMBER; hash = (53 * hash) + getNumberOfTeeth(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.TimingBelt parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TimingBelt parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TimingBelt parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TimingBelt parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TimingBelt parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.TimingBelt parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.TimingBelt parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.TimingBelt parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.TimingBelt parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.TimingBelt parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.TimingBelt parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.TimingBelt parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.TimingBelt prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.TimingBelt} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.TimingBelt) proto2_unittest.TimingBeltOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_TimingBelt_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_TimingBelt_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.TimingBelt.class, proto2_unittest.TimingBelt.Builder.class); } // Construct using proto2_unittest.TimingBelt.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; numberOfTeeth_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_TimingBelt_descriptor; } @java.lang.Override public proto2_unittest.TimingBelt getDefaultInstanceForType() { return proto2_unittest.TimingBelt.getDefaultInstance(); } @java.lang.Override public proto2_unittest.TimingBelt build() { proto2_unittest.TimingBelt result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.TimingBelt buildPartial() { proto2_unittest.TimingBelt result = new proto2_unittest.TimingBelt(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.TimingBelt result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.numberOfTeeth_ = numberOfTeeth_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.TimingBelt) { return mergeFrom((proto2_unittest.TimingBelt)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.TimingBelt other) { if (other == proto2_unittest.TimingBelt.getDefaultInstance()) return this; if (other.hasNumberOfTeeth()) { setNumberOfTeeth(other.getNumberOfTeeth()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { numberOfTeeth_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int numberOfTeeth_ ; /** * optional int32 number_of_teeth = 1; * @return Whether the numberOfTeeth field is set. */ @java.lang.Override public boolean hasNumberOfTeeth() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 number_of_teeth = 1; * @return The numberOfTeeth. */ @java.lang.Override public int getNumberOfTeeth() { return numberOfTeeth_; } /** * optional int32 number_of_teeth = 1; * @param value The numberOfTeeth to set. * @return This builder for chaining. */ public Builder setNumberOfTeeth(int value) { numberOfTeeth_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 number_of_teeth = 1; * @return This builder for chaining. */ public Builder clearNumberOfTeeth() { bitField0_ = (bitField0_ & ~0x00000001); numberOfTeeth_ = 0; onChanged(); 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:proto2_unittest.TimingBelt) } // @@protoc_insertion_point(class_scope:proto2_unittest.TimingBelt) private static final proto2_unittest.TimingBelt DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.TimingBelt(); } public static proto2_unittest.TimingBelt getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TimingBelt parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.TimingBelt getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK !Mll(proto2_unittest/TimingBeltOrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public interface TimingBeltOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.TimingBelt) com.google.protobuf.MessageOrBuilder { /** * optional int32 number_of_teeth = 1; * @return Whether the numberOfTeeth field is set. */ boolean hasNumberOfTeeth(); /** * optional int32 number_of_teeth = 1; * @return The numberOfTeeth. */ int getNumberOfTeeth(); } PK !d/Qvvproto2_unittest/Vehicle.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf type {@code proto2_unittest.Vehicle} */ public final class Vehicle extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.Vehicle) VehicleOrBuilder { private static final long serialVersionUID = 0L; // Use Vehicle.newBuilder() to construct. private Vehicle(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Vehicle() { wheel_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Vehicle(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Vehicle_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Vehicle_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.Vehicle.class, proto2_unittest.Vehicle.Builder.class); } private int bitField0_; public static final int ENGINE_FIELD_NUMBER = 1; private proto2_unittest.Engine engine_; /** * optional .proto2_unittest.Engine engine = 1; * @return Whether the engine field is set. */ @java.lang.Override public boolean hasEngine() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.Engine engine = 1; * @return The engine. */ @java.lang.Override public proto2_unittest.Engine getEngine() { return engine_ == null ? proto2_unittest.Engine.getDefaultInstance() : engine_; } /** * optional .proto2_unittest.Engine engine = 1; */ @java.lang.Override public proto2_unittest.EngineOrBuilder getEngineOrBuilder() { return engine_ == null ? proto2_unittest.Engine.getDefaultInstance() : engine_; } public static final int WHEEL_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List wheel_; /** * repeated .proto2_unittest.Wheel wheel = 2; */ @java.lang.Override public java.util.List getWheelList() { return wheel_; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ @java.lang.Override public java.util.List getWheelOrBuilderList() { return wheel_; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ @java.lang.Override public int getWheelCount() { return wheel_.size(); } /** * repeated .proto2_unittest.Wheel wheel = 2; */ @java.lang.Override public proto2_unittest.Wheel getWheel(int index) { return wheel_.get(index); } /** * repeated .proto2_unittest.Wheel wheel = 2; */ @java.lang.Override public proto2_unittest.WheelOrBuilder getWheelOrBuilder( int index) { return wheel_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getEngine()); } for (int i = 0; i < wheel_.size(); i++) { output.writeMessage(2, wheel_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getEngine()); } for (int i = 0; i < wheel_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, wheel_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.Vehicle)) { return super.equals(obj); } proto2_unittest.Vehicle other = (proto2_unittest.Vehicle) obj; if (hasEngine() != other.hasEngine()) return false; if (hasEngine()) { if (!getEngine() .equals(other.getEngine())) return false; } if (!getWheelList() .equals(other.getWheelList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasEngine()) { hash = (37 * hash) + ENGINE_FIELD_NUMBER; hash = (53 * hash) + getEngine().hashCode(); } if (getWheelCount() > 0) { hash = (37 * hash) + WHEEL_FIELD_NUMBER; hash = (53 * hash) + getWheelList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.Vehicle parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Vehicle parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Vehicle parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Vehicle parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Vehicle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Vehicle parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Vehicle parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.Vehicle parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.Vehicle parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.Vehicle parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.Vehicle parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.Vehicle parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.Vehicle prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.Vehicle} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.Vehicle) proto2_unittest.VehicleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Vehicle_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Vehicle_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.Vehicle.class, proto2_unittest.Vehicle.Builder.class); } // Construct using proto2_unittest.Vehicle.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getEngineFieldBuilder(); getWheelFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; engine_ = null; if (engineBuilder_ != null) { engineBuilder_.dispose(); engineBuilder_ = null; } if (wheelBuilder_ == null) { wheel_ = java.util.Collections.emptyList(); } else { wheel_ = null; wheelBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Vehicle_descriptor; } @java.lang.Override public proto2_unittest.Vehicle getDefaultInstanceForType() { return proto2_unittest.Vehicle.getDefaultInstance(); } @java.lang.Override public proto2_unittest.Vehicle build() { proto2_unittest.Vehicle result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.Vehicle buildPartial() { proto2_unittest.Vehicle result = new proto2_unittest.Vehicle(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(proto2_unittest.Vehicle result) { if (wheelBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { wheel_ = java.util.Collections.unmodifiableList(wheel_); bitField0_ = (bitField0_ & ~0x00000002); } result.wheel_ = wheel_; } else { result.wheel_ = wheelBuilder_.build(); } } private void buildPartial0(proto2_unittest.Vehicle result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.engine_ = engineBuilder_ == null ? engine_ : engineBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.Vehicle) { return mergeFrom((proto2_unittest.Vehicle)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.Vehicle other) { if (other == proto2_unittest.Vehicle.getDefaultInstance()) return this; if (other.hasEngine()) { mergeEngine(other.getEngine()); } if (wheelBuilder_ == null) { if (!other.wheel_.isEmpty()) { if (wheel_.isEmpty()) { wheel_ = other.wheel_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureWheelIsMutable(); wheel_.addAll(other.wheel_); } onChanged(); } } else { if (!other.wheel_.isEmpty()) { if (wheelBuilder_.isEmpty()) { wheelBuilder_.dispose(); wheelBuilder_ = null; wheel_ = other.wheel_; bitField0_ = (bitField0_ & ~0x00000002); wheelBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getWheelFieldBuilder() : null; } else { wheelBuilder_.addAllMessages(other.wheel_); } } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getEngineFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { proto2_unittest.Wheel m = input.readMessage( proto2_unittest.Wheel.PARSER, extensionRegistry); if (wheelBuilder_ == null) { ensureWheelIsMutable(); wheel_.add(m); } else { wheelBuilder_.addMessage(m); } break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private proto2_unittest.Engine engine_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.Engine, proto2_unittest.Engine.Builder, proto2_unittest.EngineOrBuilder> engineBuilder_; /** * optional .proto2_unittest.Engine engine = 1; * @return Whether the engine field is set. */ public boolean hasEngine() { return ((bitField0_ & 0x00000001) != 0); } /** * optional .proto2_unittest.Engine engine = 1; * @return The engine. */ public proto2_unittest.Engine getEngine() { if (engineBuilder_ == null) { return engine_ == null ? proto2_unittest.Engine.getDefaultInstance() : engine_; } else { return engineBuilder_.getMessage(); } } /** * optional .proto2_unittest.Engine engine = 1; */ public Builder setEngine(proto2_unittest.Engine value) { if (engineBuilder_ == null) { if (value == null) { throw new NullPointerException(); } engine_ = value; } else { engineBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.Engine engine = 1; */ public Builder setEngine( proto2_unittest.Engine.Builder builderForValue) { if (engineBuilder_ == null) { engine_ = builderForValue.build(); } else { engineBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional .proto2_unittest.Engine engine = 1; */ public Builder mergeEngine(proto2_unittest.Engine value) { if (engineBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && engine_ != null && engine_ != proto2_unittest.Engine.getDefaultInstance()) { getEngineBuilder().mergeFrom(value); } else { engine_ = value; } } else { engineBuilder_.mergeFrom(value); } if (engine_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * optional .proto2_unittest.Engine engine = 1; */ public Builder clearEngine() { bitField0_ = (bitField0_ & ~0x00000001); engine_ = null; if (engineBuilder_ != null) { engineBuilder_.dispose(); engineBuilder_ = null; } onChanged(); return this; } /** * optional .proto2_unittest.Engine engine = 1; */ public proto2_unittest.Engine.Builder getEngineBuilder() { bitField0_ |= 0x00000001; onChanged(); return getEngineFieldBuilder().getBuilder(); } /** * optional .proto2_unittest.Engine engine = 1; */ public proto2_unittest.EngineOrBuilder getEngineOrBuilder() { if (engineBuilder_ != null) { return engineBuilder_.getMessageOrBuilder(); } else { return engine_ == null ? proto2_unittest.Engine.getDefaultInstance() : engine_; } } /** * optional .proto2_unittest.Engine engine = 1; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.Engine, proto2_unittest.Engine.Builder, proto2_unittest.EngineOrBuilder> getEngineFieldBuilder() { if (engineBuilder_ == null) { engineBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.Engine, proto2_unittest.Engine.Builder, proto2_unittest.EngineOrBuilder>( getEngine(), getParentForChildren(), isClean()); engine_ = null; } return engineBuilder_; } private java.util.List wheel_ = java.util.Collections.emptyList(); private void ensureWheelIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { wheel_ = new java.util.ArrayList(wheel_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.Wheel, proto2_unittest.Wheel.Builder, proto2_unittest.WheelOrBuilder> wheelBuilder_; /** * repeated .proto2_unittest.Wheel wheel = 2; */ public java.util.List getWheelList() { if (wheelBuilder_ == null) { return java.util.Collections.unmodifiableList(wheel_); } else { return wheelBuilder_.getMessageList(); } } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public int getWheelCount() { if (wheelBuilder_ == null) { return wheel_.size(); } else { return wheelBuilder_.getCount(); } } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public proto2_unittest.Wheel getWheel(int index) { if (wheelBuilder_ == null) { return wheel_.get(index); } else { return wheelBuilder_.getMessage(index); } } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder setWheel( int index, proto2_unittest.Wheel value) { if (wheelBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureWheelIsMutable(); wheel_.set(index, value); onChanged(); } else { wheelBuilder_.setMessage(index, value); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder setWheel( int index, proto2_unittest.Wheel.Builder builderForValue) { if (wheelBuilder_ == null) { ensureWheelIsMutable(); wheel_.set(index, builderForValue.build()); onChanged(); } else { wheelBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder addWheel(proto2_unittest.Wheel value) { if (wheelBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureWheelIsMutable(); wheel_.add(value); onChanged(); } else { wheelBuilder_.addMessage(value); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder addWheel( int index, proto2_unittest.Wheel value) { if (wheelBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureWheelIsMutable(); wheel_.add(index, value); onChanged(); } else { wheelBuilder_.addMessage(index, value); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder addWheel( proto2_unittest.Wheel.Builder builderForValue) { if (wheelBuilder_ == null) { ensureWheelIsMutable(); wheel_.add(builderForValue.build()); onChanged(); } else { wheelBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder addWheel( int index, proto2_unittest.Wheel.Builder builderForValue) { if (wheelBuilder_ == null) { ensureWheelIsMutable(); wheel_.add(index, builderForValue.build()); onChanged(); } else { wheelBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder addAllWheel( java.lang.Iterable values) { if (wheelBuilder_ == null) { ensureWheelIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, wheel_); onChanged(); } else { wheelBuilder_.addAllMessages(values); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder clearWheel() { if (wheelBuilder_ == null) { wheel_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { wheelBuilder_.clear(); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public Builder removeWheel(int index) { if (wheelBuilder_ == null) { ensureWheelIsMutable(); wheel_.remove(index); onChanged(); } else { wheelBuilder_.remove(index); } return this; } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public proto2_unittest.Wheel.Builder getWheelBuilder( int index) { return getWheelFieldBuilder().getBuilder(index); } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public proto2_unittest.WheelOrBuilder getWheelOrBuilder( int index) { if (wheelBuilder_ == null) { return wheel_.get(index); } else { return wheelBuilder_.getMessageOrBuilder(index); } } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public java.util.List getWheelOrBuilderList() { if (wheelBuilder_ != null) { return wheelBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(wheel_); } } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public proto2_unittest.Wheel.Builder addWheelBuilder() { return getWheelFieldBuilder().addBuilder( proto2_unittest.Wheel.getDefaultInstance()); } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public proto2_unittest.Wheel.Builder addWheelBuilder( int index) { return getWheelFieldBuilder().addBuilder( index, proto2_unittest.Wheel.getDefaultInstance()); } /** * repeated .proto2_unittest.Wheel wheel = 2; */ public java.util.List getWheelBuilderList() { return getWheelFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.Wheel, proto2_unittest.Wheel.Builder, proto2_unittest.WheelOrBuilder> getWheelFieldBuilder() { if (wheelBuilder_ == null) { wheelBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.Wheel, proto2_unittest.Wheel.Builder, proto2_unittest.WheelOrBuilder>( wheel_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); wheel_ = null; } return wheelBuilder_; } @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:proto2_unittest.Vehicle) } // @@protoc_insertion_point(class_scope:proto2_unittest.Vehicle) private static final proto2_unittest.Vehicle DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.Vehicle(); } public static proto2_unittest.Vehicle getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Vehicle parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.Vehicle getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK !U%proto2_unittest/VehicleOrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public interface VehicleOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.Vehicle) com.google.protobuf.MessageOrBuilder { /** * optional .proto2_unittest.Engine engine = 1; * @return Whether the engine field is set. */ boolean hasEngine(); /** * optional .proto2_unittest.Engine engine = 1; * @return The engine. */ proto2_unittest.Engine getEngine(); /** * optional .proto2_unittest.Engine engine = 1; */ proto2_unittest.EngineOrBuilder getEngineOrBuilder(); /** * repeated .proto2_unittest.Wheel wheel = 2; */ java.util.List getWheelList(); /** * repeated .proto2_unittest.Wheel wheel = 2; */ proto2_unittest.Wheel getWheel(int index); /** * repeated .proto2_unittest.Wheel wheel = 2; */ int getWheelCount(); /** * repeated .proto2_unittest.Wheel wheel = 2; */ java.util.List getWheelOrBuilderList(); /** * repeated .proto2_unittest.Wheel wheel = 2; */ proto2_unittest.WheelOrBuilder getWheelOrBuilder( int index); } PK !\(EEproto2_unittest/Wheel.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; /** * Protobuf type {@code proto2_unittest.Wheel} */ public final class Wheel extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.Wheel) WheelOrBuilder { private static final long serialVersionUID = 0L; // Use Wheel.newBuilder() to construct. private Wheel(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Wheel() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Wheel(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Wheel_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Wheel_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.Wheel.class, proto2_unittest.Wheel.Builder.class); } private int bitField0_; public static final int RADIUS_FIELD_NUMBER = 1; private int radius_ = 0; /** * optional int32 radius = 1; * @return Whether the radius field is set. */ @java.lang.Override public boolean hasRadius() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 radius = 1; * @return The radius. */ @java.lang.Override public int getRadius() { return radius_; } public static final int WIDTH_FIELD_NUMBER = 2; private int width_ = 0; /** * optional int32 width = 2; * @return Whether the width field is set. */ @java.lang.Override public boolean hasWidth() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 width = 2; * @return The width. */ @java.lang.Override public int getWidth() { return width_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, radius_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeInt32(2, width_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, radius_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, width_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.Wheel)) { return super.equals(obj); } proto2_unittest.Wheel other = (proto2_unittest.Wheel) obj; if (hasRadius() != other.hasRadius()) return false; if (hasRadius()) { if (getRadius() != other.getRadius()) return false; } if (hasWidth() != other.hasWidth()) return false; if (hasWidth()) { if (getWidth() != other.getWidth()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasRadius()) { hash = (37 * hash) + RADIUS_FIELD_NUMBER; hash = (53 * hash) + getRadius(); } if (hasWidth()) { hash = (37 * hash) + WIDTH_FIELD_NUMBER; hash = (53 * hash) + getWidth(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.Wheel parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Wheel parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Wheel parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Wheel parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Wheel parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.Wheel parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.Wheel parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.Wheel parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.Wheel parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.Wheel parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.Wheel parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.Wheel parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.Wheel prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.Wheel} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.Wheel) proto2_unittest.WheelOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Wheel_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Wheel_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.Wheel.class, proto2_unittest.Wheel.Builder.class); } // Construct using proto2_unittest.Wheel.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; radius_ = 0; width_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.NestedBuilders.internal_static_proto2_unittest_Wheel_descriptor; } @java.lang.Override public proto2_unittest.Wheel getDefaultInstanceForType() { return proto2_unittest.Wheel.getDefaultInstance(); } @java.lang.Override public proto2_unittest.Wheel build() { proto2_unittest.Wheel result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.Wheel buildPartial() { proto2_unittest.Wheel result = new proto2_unittest.Wheel(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.Wheel result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.radius_ = radius_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.width_ = width_; to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.Wheel) { return mergeFrom((proto2_unittest.Wheel)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.Wheel other) { if (other == proto2_unittest.Wheel.getDefaultInstance()) return this; if (other.hasRadius()) { setRadius(other.getRadius()); } if (other.hasWidth()) { setWidth(other.getWidth()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { radius_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { width_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int radius_ ; /** * optional int32 radius = 1; * @return Whether the radius field is set. */ @java.lang.Override public boolean hasRadius() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 radius = 1; * @return The radius. */ @java.lang.Override public int getRadius() { return radius_; } /** * optional int32 radius = 1; * @param value The radius to set. * @return This builder for chaining. */ public Builder setRadius(int value) { radius_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 radius = 1; * @return This builder for chaining. */ public Builder clearRadius() { bitField0_ = (bitField0_ & ~0x00000001); radius_ = 0; onChanged(); return this; } private int width_ ; /** * optional int32 width = 2; * @return Whether the width field is set. */ @java.lang.Override public boolean hasWidth() { return ((bitField0_ & 0x00000002) != 0); } /** * optional int32 width = 2; * @return The width. */ @java.lang.Override public int getWidth() { return width_; } /** * optional int32 width = 2; * @param value The width to set. * @return This builder for chaining. */ public Builder setWidth(int value) { width_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * optional int32 width = 2; * @return This builder for chaining. */ public Builder clearWidth() { bitField0_ = (bitField0_ & ~0x00000002); width_ = 0; onChanged(); 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:proto2_unittest.Wheel) } // @@protoc_insertion_point(class_scope:proto2_unittest.Wheel) private static final proto2_unittest.Wheel DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.Wheel(); } public static proto2_unittest.Wheel getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Wheel parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.Wheel getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } PK !#TPo#proto2_unittest/WheelOrBuilder.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/nested_builders_test.proto // Protobuf Java Version: 3.25.0 package proto2_unittest; public interface WheelOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.Wheel) com.google.protobuf.MessageOrBuilder { /** * optional int32 radius = 1; * @return Whether the radius field is set. */ boolean hasRadius(); /** * optional int32 radius = 1; * @return The radius. */ int getRadius(); /** * optional int32 width = 2; * @return Whether the width field is set. */ boolean hasWidth(); /** * optional int32 width = 2; * @return The width. */ int getWidth(); } PK !fFoqoq;proto2_unittest/lite_equals_and_hash/LiteEqualsAndHash.java// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/google/protobuf/lite_equals_and_hash.proto // Protobuf Java Version: 3.25.0 package proto2_unittest.lite_equals_and_hash; public final class LiteEqualsAndHash { private LiteEqualsAndHash() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { registry.add(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.varint); registry.add(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.fixed32); registry.add(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.fixed64); registry.add(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.myGroup); registry.add(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.fooExt); } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface TestOneofEqualsOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.TestOneofEquals) com.google.protobuf.MessageOrBuilder { /** * string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** * string name = 1; * @return The name. */ java.lang.String getName(); /** * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * int32 value = 2; * @return Whether the value field is set. */ boolean hasValue(); /** * int32 value = 2; * @return The value. */ int getValue(); proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.OneofFieldCase getOneofFieldCase(); } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.TestOneofEquals} */ public static final class TestOneofEquals extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.TestOneofEquals) TestOneofEqualsOrBuilder { private static final long serialVersionUID = 0L; // Use TestOneofEquals.newBuilder() to construct. private TestOneofEquals(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestOneofEquals() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestOneofEquals(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.Builder.class); } private int oneofFieldCase_ = 0; @SuppressWarnings("serial") private java.lang.Object oneofField_; public enum OneofFieldCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { NAME(1), VALUE(2), ONEOFFIELD_NOT_SET(0); private final int value; private OneofFieldCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static OneofFieldCase valueOf(int value) { return forNumber(value); } public static OneofFieldCase forNumber(int value) { switch (value) { case 1: return NAME; case 2: return VALUE; case 0: return ONEOFFIELD_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public OneofFieldCase getOneofFieldCase() { return OneofFieldCase.forNumber( oneofFieldCase_); } public static final int NAME_FIELD_NUMBER = 1; /** * string name = 1; * @return Whether the name field is set. */ public boolean hasName() { return oneofFieldCase_ == 1; } /** * string name = 1; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = ""; if (oneofFieldCase_ == 1) { ref = oneofField_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8() && (oneofFieldCase_ == 1)) { oneofField_ = s; } return s; } } /** * string name = 1; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = ""; if (oneofFieldCase_ == 1) { ref = oneofField_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (oneofFieldCase_ == 1) { oneofField_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; /** * int32 value = 2; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return oneofFieldCase_ == 2; } /** * int32 value = 2; * @return The value. */ @java.lang.Override public int getValue() { if (oneofFieldCase_ == 2) { return (java.lang.Integer) oneofField_; } return 0; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (oneofFieldCase_ == 1) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, oneofField_); } if (oneofFieldCase_ == 2) { output.writeInt32( 2, (int)((java.lang.Integer) oneofField_)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (oneofFieldCase_ == 1) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, oneofField_); } if (oneofFieldCase_ == 2) { size += com.google.protobuf.CodedOutputStream .computeInt32Size( 2, (int)((java.lang.Integer) oneofField_)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals) obj; if (!getOneofFieldCase().equals(other.getOneofFieldCase())) return false; switch (oneofFieldCase_) { case 1: if (!getName() .equals(other.getName())) return false; break; case 2: if (getValue() != other.getValue()) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); switch (oneofFieldCase_) { case 1: hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); break; case 2: hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.TestOneofEquals} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.TestOneofEquals) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEqualsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; oneofFieldCase_ = 0; oneofField_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals(this); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartial0(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals result) { int from_bitField0_ = bitField0_; } private void buildPartialOneofs(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals result) { result.oneofFieldCase_ = oneofFieldCase_; result.oneofField_ = this.oneofField_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals.getDefaultInstance()) return this; switch (other.getOneofFieldCase()) { case NAME: { oneofFieldCase_ = 1; oneofField_ = other.oneofField_; onChanged(); break; } case VALUE: { setValue(other.getValue()); break; } case ONEOFFIELD_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.ByteString bs = input.readBytes(); oneofFieldCase_ = 1; oneofField_ = bs; break; } // case 10 case 16: { oneofField_ = input.readInt32(); oneofFieldCase_ = 2; break; } // case 16 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int oneofFieldCase_ = 0; private java.lang.Object oneofField_; public OneofFieldCase getOneofFieldCase() { return OneofFieldCase.forNumber( oneofFieldCase_); } public Builder clearOneofField() { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); return this; } private int bitField0_; /** * string name = 1; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return oneofFieldCase_ == 1; } /** * string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = ""; if (oneofFieldCase_ == 1) { ref = oneofField_; } if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (oneofFieldCase_ == 1) { if (bs.isValidUtf8()) { oneofField_ = s; } } return s; } else { return (java.lang.String) ref; } } /** * string name = 1; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = ""; if (oneofFieldCase_ == 1) { ref = oneofField_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (oneofFieldCase_ == 1) { oneofField_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * 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(); } oneofFieldCase_ = 1; oneofField_ = value; onChanged(); return this; } /** * string name = 1; * @return This builder for chaining. */ public Builder clearName() { if (oneofFieldCase_ == 1) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } return this; } /** * 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(); } oneofFieldCase_ = 1; oneofField_ = value; onChanged(); return this; } /** * int32 value = 2; * @return Whether the value field is set. */ public boolean hasValue() { return oneofFieldCase_ == 2; } /** * int32 value = 2; * @return The value. */ public int getValue() { if (oneofFieldCase_ == 2) { return (java.lang.Integer) oneofField_; } return 0; } /** * int32 value = 2; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { oneofFieldCase_ = 2; oneofField_ = value; onChanged(); return this; } /** * int32 value = 2; * @return This builder for chaining. */ public Builder clearValue() { if (oneofFieldCase_ == 2) { oneofFieldCase_ = 0; oneofField_ = null; onChanged(); } 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:proto2_unittest.lite_equals_and_hash.TestOneofEquals) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.TestOneofEquals) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestOneofEquals parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestOneofEquals getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FooOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.Foo) com.google.protobuf.GeneratedMessageV3. ExtendableMessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ java.util.List getBarList(); /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar getBar(int index); /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ int getBarCount(); /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ java.util.List getBarOrBuilderList(); /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarOrBuilder getBarOrBuilder( int index); /** * map<string, string> my_map = 3; */ int getMyMapCount(); /** * map<string, string> my_map = 3; */ boolean containsMyMap( java.lang.String key); /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Deprecated java.util.Map getMyMap(); /** * map<string, string> my_map = 3; */ java.util.Map getMyMapMap(); /** * map<string, string> my_map = 3; */ /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> my_map = 3; */ java.lang.String getMyMapOrThrow( java.lang.String key); /** * sint64 sint64 = 4; * @return Whether the sint64 field is set. */ boolean hasSint64(); /** * sint64 sint64 = 4; * @return The sint64. */ long getSint64(); /** * group MyGroup = 5 { ... } * @return Whether the mygroup field is set. */ boolean hasMyGroup(); /** * group MyGroup = 5 { ... } * @return The mygroup. */ proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup getMyGroup(); /** * group MyGroup = 5 { ... } */ proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroupOrBuilder getMyGroupOrBuilder(); proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.SingleCase getSingleCase(); } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Foo} */ public static final class Foo extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage< Foo> implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.Foo) FooOrBuilder { private static final long serialVersionUID = 0L; // Use Foo.newBuilder() to construct. private Foo(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder builder) { super(builder); } private Foo() { bar_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Foo(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 3: return internalGetMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.Builder.class); } public interface MyGroupOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.Foo.MyGroup) com.google.protobuf.MessageOrBuilder { /** * optional int32 value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** * optional int32 value = 1; * @return The value. */ int getValue(); } /** *
     * LINT: ALLOW_GROUPS
     * 
* * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Foo.MyGroup} */ public static final class MyGroup extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.Foo.MyGroup) MyGroupOrBuilder { private static final long serialVersionUID = 0L; // Use MyGroup.newBuilder() to construct. private MyGroup(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MyGroup() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MyGroup(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
       * LINT: ALLOW_GROUPS
       * 
* * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Foo.MyGroup} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.Foo.MyGroup) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroupOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); 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:proto2_unittest.lite_equals_and_hash.Foo.MyGroup) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.Foo.MyGroup) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MyGroup parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; private int singleCase_ = 0; @SuppressWarnings("serial") private java.lang.Object single_; public enum SingleCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { SINT64(4), MYGROUP(5), SINGLE_NOT_SET(0); private final int value; private SingleCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static SingleCase valueOf(int value) { return forNumber(value); } public static SingleCase forNumber(int value) { switch (value) { case 4: return SINT64; case 5: return MYGROUP; case 0: return SINGLE_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public SingleCase getSingleCase() { return SingleCase.forNumber( singleCase_); } public static final int VALUE_FIELD_NUMBER = 1; private int value_ = 0; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } public static final int BAR_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List bar_; /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ @java.lang.Override public java.util.List getBarList() { return bar_; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ @java.lang.Override public java.util.List getBarOrBuilderList() { return bar_; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ @java.lang.Override public int getBarCount() { return bar_.size(); } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar getBar(int index) { return bar_.get(index); } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarOrBuilder getBarOrBuilder( int index) { return bar_.get(index); } public static final int MY_MAP_FIELD_NUMBER = 3; private static final class MyMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField< java.lang.String, java.lang.String> myMap_; private com.google.protobuf.MapField internalGetMyMap() { if (myMap_ == null) { return com.google.protobuf.MapField.emptyMapField( MyMapDefaultEntryHolder.defaultEntry); } return myMap_; } public int getMyMapCount() { return internalGetMyMap().getMap().size(); } /** * map<string, string> my_map = 3; */ @java.lang.Override public boolean containsMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMyMap().getMap().containsKey(key); } /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMyMap() { return getMyMapMap(); } /** * map<string, string> my_map = 3; */ @java.lang.Override public java.util.Map getMyMapMap() { return internalGetMyMap().getMap(); } /** * map<string, string> my_map = 3; */ @java.lang.Override public /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> my_map = 3; */ @java.lang.Override public java.lang.String getMyMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int SINT64_FIELD_NUMBER = 4; /** * sint64 sint64 = 4; * @return Whether the sint64 field is set. */ @java.lang.Override public boolean hasSint64() { return singleCase_ == 4; } /** * sint64 sint64 = 4; * @return The sint64. */ @java.lang.Override public long getSint64() { if (singleCase_ == 4) { return (java.lang.Long) single_; } return 0L; } public static final int MYGROUP_FIELD_NUMBER = 5; /** * group MyGroup = 5 { ... } * @return Whether the mygroup field is set. */ @java.lang.Override public boolean hasMyGroup() { return singleCase_ == 5; } /** * group MyGroup = 5 { ... } * @return The mygroup. */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup getMyGroup() { if (singleCase_ == 5) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance(); } /** * group MyGroup = 5 { ... } */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroupOrBuilder getMyGroupOrBuilder() { if (singleCase_ == 5) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, value_); } for (int i = 0; i < bar_.size(); i++) { output.writeMessage(2, bar_.get(i)); } com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetMyMap(), MyMapDefaultEntryHolder.defaultEntry, 3); if (singleCase_ == 4) { output.writeSInt64( 4, (long)((java.lang.Long) single_)); } if (singleCase_ == 5) { output.writeGroup(5, (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_); } extensionWriter.writeUntil(536870912, output); getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, value_); } for (int i = 0; i < bar_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, bar_.get(i)); } for (java.util.Map.Entry entry : internalGetMyMap().getMap().entrySet()) { com.google.protobuf.MapEntry myMap__ = MyMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, myMap__); } if (singleCase_ == 4) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size( 4, (long)((java.lang.Long) single_)); } if (singleCase_ == 5) { size += com.google.protobuf.CodedOutputStream .computeGroupSize(5, (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_); } size += extensionsSerializedSize(); size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo) obj; if (hasValue() != other.hasValue()) return false; if (hasValue()) { if (getValue() != other.getValue()) return false; } if (!getBarList() .equals(other.getBarList())) return false; if (!internalGetMyMap().equals( other.internalGetMyMap())) return false; if (!getSingleCase().equals(other.getSingleCase())) return false; switch (singleCase_) { case 4: if (getSint64() != other.getSint64()) return false; break; case 5: if (!getMyGroup() .equals(other.getMyGroup())) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; if (!getExtensionFields().equals(other.getExtensionFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue(); } if (getBarCount() > 0) { hash = (37 * hash) + BAR_FIELD_NUMBER; hash = (53 * hash) + getBarList().hashCode(); } if (!internalGetMyMap().getMap().isEmpty()) { hash = (37 * hash) + MY_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetMyMap().hashCode(); } switch (singleCase_) { case 4: hash = (37 * hash) + SINT64_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getSint64()); break; case 5: hash = (37 * hash) + MYGROUP_FIELD_NUMBER; hash = (53 * hash) + getMyGroup().hashCode(); break; case 0: default: } hash = hashFields(hash, getExtensionFields()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Foo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, Builder> implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.Foo) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.FooOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 3: return internalGetMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 3: return internalGetMutableMyMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; value_ = 0; if (barBuilder_ == null) { bar_ = java.util.Collections.emptyList(); } else { bar_ = null; barBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableMyMap().clear(); if (myGroupBuilder_ != null) { myGroupBuilder_.clear(); } singleCase_ = 0; single_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo result) { if (barBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { bar_ = java.util.Collections.unmodifiableList(bar_); bitField0_ = (bitField0_ & ~0x00000002); } result.bar_ = bar_; } else { result.bar_ = barBuilder_.build(); } } private void buildPartial0(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.value_ = value_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.myMap_ = internalGetMyMap(); result.myMap_.makeImmutable(); } result.bitField0_ |= to_bitField0_; } private void buildPartialOneofs(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo result) { result.singleCase_ = singleCase_; result.single_ = this.single_; if (singleCase_ == 5 && myGroupBuilder_ != null) { result.single_ = myGroupBuilder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, Type> extension, Type value) { return super.setExtension(extension, value); } @java.lang.Override public Builder setExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, java.util.List> extension, int index, Type value) { return super.setExtension(extension, index, value); } @java.lang.Override public Builder addExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, java.util.List> extension, Type value) { return super.addExtension(extension, value); } @java.lang.Override public Builder clearExtension( com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, T> extension) { return super.clearExtension(extension); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } if (barBuilder_ == null) { if (!other.bar_.isEmpty()) { if (bar_.isEmpty()) { bar_ = other.bar_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureBarIsMutable(); bar_.addAll(other.bar_); } onChanged(); } } else { if (!other.bar_.isEmpty()) { if (barBuilder_.isEmpty()) { barBuilder_.dispose(); barBuilder_ = null; bar_ = other.bar_; bitField0_ = (bitField0_ & ~0x00000002); barBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getBarFieldBuilder() : null; } else { barBuilder_.addAllMessages(other.bar_); } } } internalGetMutableMyMap().mergeFrom( other.internalGetMyMap()); bitField0_ |= 0x00000004; switch (other.getSingleCase()) { case SINT64: { setSint64(other.getSint64()); break; } case MYGROUP: { mergeMyGroup(other.getMyGroup()); break; } case SINGLE_NOT_SET: { break; } } this.mergeExtensionFields(other); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { value_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar m = input.readMessage( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.PARSER, extensionRegistry); if (barBuilder_ == null) { ensureBarIsMutable(); bar_.add(m); } else { barBuilder_.addMessage(m); } break; } // case 18 case 26: { com.google.protobuf.MapEntry myMap__ = input.readMessage( MyMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableMyMap().getMutableMap().put( myMap__.getKey(), myMap__.getValue()); bitField0_ |= 0x00000004; break; } // case 26 case 32: { single_ = input.readSInt64(); singleCase_ = 4; break; } // case 32 case 43: { input.readGroup(5, getMyGroupFieldBuilder().getBuilder(), extensionRegistry); singleCase_ = 5; break; } // case 43 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int singleCase_ = 0; private java.lang.Object single_; public SingleCase getSingleCase() { return SingleCase.forNumber( singleCase_); } public Builder clearSingle() { singleCase_ = 0; single_ = null; onChanged(); return this; } private int bitField0_; private int value_ ; /** * optional int32 value = 1; * @return Whether the value field is set. */ @java.lang.Override public boolean hasValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional int32 value = 1; * @return The value. */ @java.lang.Override public int getValue() { return value_; } /** * optional int32 value = 1; * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(int value) { value_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional int32 value = 1; * @return This builder for chaining. */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = 0; onChanged(); return this; } private java.util.List bar_ = java.util.Collections.emptyList(); private void ensureBarIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { bar_ = new java.util.ArrayList(bar_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarOrBuilder> barBuilder_; /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public java.util.List getBarList() { if (barBuilder_ == null) { return java.util.Collections.unmodifiableList(bar_); } else { return barBuilder_.getMessageList(); } } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public int getBarCount() { if (barBuilder_ == null) { return bar_.size(); } else { return barBuilder_.getCount(); } } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar getBar(int index) { if (barBuilder_ == null) { return bar_.get(index); } else { return barBuilder_.getMessage(index); } } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder setBar( int index, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar value) { if (barBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBarIsMutable(); bar_.set(index, value); onChanged(); } else { barBuilder_.setMessage(index, value); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder setBar( int index, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder builderForValue) { if (barBuilder_ == null) { ensureBarIsMutable(); bar_.set(index, builderForValue.build()); onChanged(); } else { barBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder addBar(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar value) { if (barBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBarIsMutable(); bar_.add(value); onChanged(); } else { barBuilder_.addMessage(value); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder addBar( int index, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar value) { if (barBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBarIsMutable(); bar_.add(index, value); onChanged(); } else { barBuilder_.addMessage(index, value); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder addBar( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder builderForValue) { if (barBuilder_ == null) { ensureBarIsMutable(); bar_.add(builderForValue.build()); onChanged(); } else { barBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder addBar( int index, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder builderForValue) { if (barBuilder_ == null) { ensureBarIsMutable(); bar_.add(index, builderForValue.build()); onChanged(); } else { barBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder addAllBar( java.lang.Iterable values) { if (barBuilder_ == null) { ensureBarIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, bar_); onChanged(); } else { barBuilder_.addAllMessages(values); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder clearBar() { if (barBuilder_ == null) { bar_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { barBuilder_.clear(); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public Builder removeBar(int index) { if (barBuilder_ == null) { ensureBarIsMutable(); bar_.remove(index); onChanged(); } else { barBuilder_.remove(index); } return this; } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder getBarBuilder( int index) { return getBarFieldBuilder().getBuilder(index); } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarOrBuilder getBarOrBuilder( int index) { if (barBuilder_ == null) { return bar_.get(index); } else { return barBuilder_.getMessageOrBuilder(index); } } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public java.util.List getBarOrBuilderList() { if (barBuilder_ != null) { return barBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(bar_); } } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder addBarBuilder() { return getBarFieldBuilder().addBuilder( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.getDefaultInstance()); } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder addBarBuilder( int index) { return getBarFieldBuilder().addBuilder( index, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.getDefaultInstance()); } /** * repeated .proto2_unittest.lite_equals_and_hash.Bar bar = 2; */ public java.util.List getBarBuilderList() { return getBarFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarOrBuilder> getBarFieldBuilder() { if (barBuilder_ == null) { barBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarOrBuilder>( bar_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); bar_ = null; } return barBuilder_; } private com.google.protobuf.MapField< java.lang.String, java.lang.String> myMap_; private com.google.protobuf.MapField internalGetMyMap() { if (myMap_ == null) { return com.google.protobuf.MapField.emptyMapField( MyMapDefaultEntryHolder.defaultEntry); } return myMap_; } private com.google.protobuf.MapField internalGetMutableMyMap() { if (myMap_ == null) { myMap_ = com.google.protobuf.MapField.newMapField( MyMapDefaultEntryHolder.defaultEntry); } if (!myMap_.isMutable()) { myMap_ = myMap_.copy(); } bitField0_ |= 0x00000004; onChanged(); return myMap_; } public int getMyMapCount() { return internalGetMyMap().getMap().size(); } /** * map<string, string> my_map = 3; */ @java.lang.Override public boolean containsMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMyMap().getMap().containsKey(key); } /** * Use {@link #getMyMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMyMap() { return getMyMapMap(); } /** * map<string, string> my_map = 3; */ @java.lang.Override public java.util.Map getMyMapMap() { return internalGetMyMap().getMap(); } /** * map<string, string> my_map = 3; */ @java.lang.Override public /* nullable */ java.lang.String getMyMapOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> my_map = 3; */ @java.lang.Override public java.lang.String getMyMapOrThrow( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMyMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearMyMap() { bitField0_ = (bitField0_ & ~0x00000004); internalGetMutableMyMap().getMutableMap() .clear(); return this; } /** * map<string, string> my_map = 3; */ public Builder removeMyMap( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableMyMap().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableMyMap() { bitField0_ |= 0x00000004; return internalGetMutableMyMap().getMutableMap(); } /** * map<string, string> my_map = 3; */ public Builder putMyMap( java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableMyMap().getMutableMap() .put(key, value); bitField0_ |= 0x00000004; return this; } /** * map<string, string> my_map = 3; */ public Builder putAllMyMap( java.util.Map values) { internalGetMutableMyMap().getMutableMap() .putAll(values); bitField0_ |= 0x00000004; return this; } /** * sint64 sint64 = 4; * @return Whether the sint64 field is set. */ public boolean hasSint64() { return singleCase_ == 4; } /** * sint64 sint64 = 4; * @return The sint64. */ public long getSint64() { if (singleCase_ == 4) { return (java.lang.Long) single_; } return 0L; } /** * sint64 sint64 = 4; * @param value The sint64 to set. * @return This builder for chaining. */ public Builder setSint64(long value) { singleCase_ = 4; single_ = value; onChanged(); return this; } /** * sint64 sint64 = 4; * @return This builder for chaining. */ public Builder clearSint64() { if (singleCase_ == 4) { singleCase_ = 0; single_ = null; onChanged(); } return this; } private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroupOrBuilder> myGroupBuilder_; /** * group MyGroup = 5 { ... } * @return Whether the mygroup field is set. */ @java.lang.Override public boolean hasMyGroup() { return singleCase_ == 5; } /** * group MyGroup = 5 { ... } * @return The mygroup. */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup getMyGroup() { if (myGroupBuilder_ == null) { if (singleCase_ == 5) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance(); } else { if (singleCase_ == 5) { return myGroupBuilder_.getMessage(); } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance(); } } /** * group MyGroup = 5 { ... } */ public Builder setMyGroup(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup value) { if (myGroupBuilder_ == null) { if (value == null) { throw new NullPointerException(); } single_ = value; onChanged(); } else { myGroupBuilder_.setMessage(value); } singleCase_ = 5; return this; } /** * group MyGroup = 5 { ... } */ public Builder setMyGroup( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.Builder builderForValue) { if (myGroupBuilder_ == null) { single_ = builderForValue.build(); onChanged(); } else { myGroupBuilder_.setMessage(builderForValue.build()); } singleCase_ = 5; return this; } /** * group MyGroup = 5 { ... } */ public Builder mergeMyGroup(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup value) { if (myGroupBuilder_ == null) { if (singleCase_ == 5 && single_ != proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance()) { single_ = proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.newBuilder((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_) .mergeFrom(value).buildPartial(); } else { single_ = value; } onChanged(); } else { if (singleCase_ == 5) { myGroupBuilder_.mergeFrom(value); } else { myGroupBuilder_.setMessage(value); } } singleCase_ = 5; return this; } /** * group MyGroup = 5 { ... } */ public Builder clearMyGroup() { if (myGroupBuilder_ == null) { if (singleCase_ == 5) { singleCase_ = 0; single_ = null; onChanged(); } } else { if (singleCase_ == 5) { singleCase_ = 0; single_ = null; } myGroupBuilder_.clear(); } return this; } /** * group MyGroup = 5 { ... } */ public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.Builder getMyGroupBuilder() { return getMyGroupFieldBuilder().getBuilder(); } /** * group MyGroup = 5 { ... } */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroupOrBuilder getMyGroupOrBuilder() { if ((singleCase_ == 5) && (myGroupBuilder_ != null)) { return myGroupBuilder_.getMessageOrBuilder(); } else { if (singleCase_ == 5) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance(); } } /** * group MyGroup = 5 { ... } */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroupOrBuilder> getMyGroupFieldBuilder() { if (myGroupBuilder_ == null) { if (!(singleCase_ == 5)) { single_ = proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.getDefaultInstance(); } myGroupBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroupOrBuilder>( (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo.MyGroup) single_, getParentForChildren(), isClean()); single_ = null; } singleCase_ = 5; onChanged(); return myGroupBuilder_; } @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:proto2_unittest.lite_equals_and_hash.Foo) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.Foo) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Foo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BarOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.Bar) com.google.protobuf.MessageOrBuilder { /** * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** * optional string name = 1; * @return The name. */ java.lang.String getName(); /** * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Bar} */ public static final class Bar extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.Bar) BarOrBuilder { private static final long serialVersionUID = 0L; // Use Bar.newBuilder() to construct. private Bar(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Bar() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Bar(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Bar_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Bar_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** * optional string name = 1; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } } /** * optional string name = 1; * @return The bytes for name. */ @java.lang.Override 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); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar) obj; if (hasName() != other.hasName()) return false; if (hasName()) { if (!getName() .equals(other.getName())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Bar} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.Bar) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Bar_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Bar_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Bar_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.name_ = name_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.getDefaultInstance()) return this; if (other.hasName()) { name_ = other.name_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { name_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * optional string name = 1; * @return Whether the name field is set. */ public boolean hasName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string 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; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string name = 1; * @return The bytes for name. */ 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); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional 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(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional string name = 1; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * optional 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(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); 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:proto2_unittest.lite_equals_and_hash.Bar) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.Bar) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Bar parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar getDefaultInstanceForType() { return DEFAULT_INSTANCE; } public static final int FOO_EXT_FIELD_NUMBER = 100; /** * extend .proto2_unittest.lite_equals_and_hash.Foo { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar> fooExt = com.google.protobuf.GeneratedMessage .newMessageScopedGeneratedExtension( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.getDefaultInstance(), 0, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Bar.getDefaultInstance()); } public interface BarPrimeOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.BarPrime) com.google.protobuf.MessageOrBuilder { /** * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** * optional string name = 1; * @return The name. */ java.lang.String getName(); /** * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.BarPrime} */ public static final class BarPrime extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.BarPrime) BarPrimeOrBuilder { private static final long serialVersionUID = 0L; // Use BarPrime.newBuilder() to construct. private BarPrime(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BarPrime() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BarPrime(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** * optional string name = 1; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } } /** * optional string name = 1; * @return The bytes for name. */ @java.lang.Override 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); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime) obj; if (hasName() != other.hasName()) return false; if (hasName()) { if (!getName() .equals(other.getName())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.BarPrime} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.BarPrime) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrimeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.name_ = name_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime.getDefaultInstance()) return this; if (other.hasName()) { name_ = other.name_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { name_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * optional string name = 1; * @return Whether the name field is set. */ public boolean hasName() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string 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; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string name = 1; * @return The bytes for name. */ 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); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional 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(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional string name = 1; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * optional 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(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); 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:proto2_unittest.lite_equals_and_hash.BarPrime) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.BarPrime) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BarPrime parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.BarPrime getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface EmptyOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.Empty) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Empty} */ public static final class Empty extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.Empty) EmptyOrBuilder { private static final long serialVersionUID = 0L; // Use Empty.newBuilder() to construct. private Empty(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Empty() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Empty(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty.Builder.class); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.Empty} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.Empty) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.EmptyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_Empty_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally 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:proto2_unittest.lite_equals_and_hash.Empty) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.Empty) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Empty parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Empty getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MyGroupOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.MyGroup) com.google.protobuf.MessageOrBuilder { /** * optional string group_value = 1; * @return Whether the groupValue field is set. */ boolean hasGroupValue(); /** * optional string group_value = 1; * @return The groupValue. */ java.lang.String getGroupValue(); /** * optional string group_value = 1; * @return The bytes for groupValue. */ com.google.protobuf.ByteString getGroupValueBytes(); } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.MyGroup} */ public static final class MyGroup extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.MyGroup) MyGroupOrBuilder { private static final long serialVersionUID = 0L; // Use MyGroup.newBuilder() to construct. private MyGroup(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MyGroup() { groupValue_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MyGroup(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.Builder.class); } private int bitField0_; public static final int GROUP_VALUE_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object groupValue_ = ""; /** * optional string group_value = 1; * @return Whether the groupValue field is set. */ @java.lang.Override public boolean hasGroupValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string group_value = 1; * @return The groupValue. */ @java.lang.Override public java.lang.String getGroupValue() { java.lang.Object ref = groupValue_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { groupValue_ = s; } return s; } } /** * optional string group_value = 1; * @return The bytes for groupValue. */ @java.lang.Override public com.google.protobuf.ByteString getGroupValueBytes() { java.lang.Object ref = groupValue_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); groupValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, groupValue_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, groupValue_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup) obj; if (hasGroupValue() != other.hasGroupValue()) return false; if (hasGroupValue()) { if (!getGroupValue() .equals(other.getGroupValue())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasGroupValue()) { hash = (37 * hash) + GROUP_VALUE_FIELD_NUMBER; hash = (53 * hash) + getGroupValue().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.MyGroup} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.MyGroup) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroupOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; groupValue_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.groupValue_ = groupValue_; to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.getDefaultInstance()) return this; if (other.hasGroupValue()) { groupValue_ = other.groupValue_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { groupValue_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object groupValue_ = ""; /** * optional string group_value = 1; * @return Whether the groupValue field is set. */ public boolean hasGroupValue() { return ((bitField0_ & 0x00000001) != 0); } /** * optional string group_value = 1; * @return The groupValue. */ public java.lang.String getGroupValue() { java.lang.Object ref = groupValue_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { groupValue_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string group_value = 1; * @return The bytes for groupValue. */ public com.google.protobuf.ByteString getGroupValueBytes() { java.lang.Object ref = groupValue_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); groupValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string group_value = 1; * @param value The groupValue to set. * @return This builder for chaining. */ public Builder setGroupValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } groupValue_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * optional string group_value = 1; * @return This builder for chaining. */ public Builder clearGroupValue() { groupValue_ = getDefaultInstance().getGroupValue(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * optional string group_value = 1; * @param value The bytes for groupValue to set. * @return This builder for chaining. */ public Builder setGroupValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } groupValue_ = value; bitField0_ |= 0x00000001; onChanged(); 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:proto2_unittest.lite_equals_and_hash.MyGroup) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.MyGroup) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MyGroup parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TestRecursiveOneofOrBuilder extends // @@protoc_insertion_point(interface_extends:proto2_unittest.lite_equals_and_hash.TestRecursiveOneof) com.google.protobuf.MessageOrBuilder { /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; * @return Whether the r field is set. */ boolean hasR(); /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; * @return The r. */ proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof getR(); /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneofOrBuilder getROrBuilder(); proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.FooCase getFooCase(); } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.TestRecursiveOneof} */ public static final class TestRecursiveOneof extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto2_unittest.lite_equals_and_hash.TestRecursiveOneof) TestRecursiveOneofOrBuilder { private static final long serialVersionUID = 0L; // Use TestRecursiveOneof.newBuilder() to construct. private TestRecursiveOneof(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TestRecursiveOneof() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TestRecursiveOneof(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.Builder.class); } private int fooCase_ = 0; @SuppressWarnings("serial") private java.lang.Object foo_; public enum FooCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { R(1), FOO_NOT_SET(0); private final int value; private FooCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static FooCase valueOf(int value) { return forNumber(value); } public static FooCase forNumber(int value) { switch (value) { case 1: return R; case 0: return FOO_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public FooCase getFooCase() { return FooCase.forNumber( fooCase_); } public static final int R_FIELD_NUMBER = 1; /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; * @return Whether the r field is set. */ @java.lang.Override public boolean hasR() { return fooCase_ == 1; } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; * @return The r. */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof getR() { if (fooCase_ == 1) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance(); } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneofOrBuilder getROrBuilder() { if (fooCase_ == 1) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (fooCase_ == 1) { output.writeMessage(1, (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (fooCase_ == 1) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof)) { return super.equals(obj); } proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof other = (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) obj; if (!getFooCase().equals(other.getFooCase())) return false; switch (fooCase_) { case 1: if (!getR() .equals(other.getR())) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); switch (fooCase_) { case 1: hash = (37 * hash) + R_FIELD_NUMBER; hash = (53 * hash) + getR().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code proto2_unittest.lite_equals_and_hash.TestRecursiveOneof} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto2_unittest.lite_equals_and_hash.TestRecursiveOneof) proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneofOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_fieldAccessorTable .ensureFieldAccessorsInitialized( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.Builder.class); } // Construct using proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (rBuilder_ != null) { rBuilder_.clear(); } fooCase_ = 0; foo_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_descriptor; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof getDefaultInstanceForType() { return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance(); } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof build() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof buildPartial() { proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof result = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof(this); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartial0(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof result) { int from_bitField0_ = bitField0_; } private void buildPartialOneofs(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof result) { result.fooCase_ = fooCase_; result.foo_ = this.foo_; if (fooCase_ == 1 && rBuilder_ != null) { result.foo_ = rBuilder_.build(); } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) { return mergeFrom((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof other) { if (other == proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance()) return this; switch (other.getFooCase()) { case R: { mergeR(other.getR()); break; } case FOO_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getRFieldBuilder().getBuilder(), extensionRegistry); fooCase_ = 1; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int fooCase_ = 0; private java.lang.Object foo_; public FooCase getFooCase() { return FooCase.forNumber( fooCase_); } public Builder clearFoo() { fooCase_ = 0; foo_ = null; onChanged(); return this; } private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneofOrBuilder> rBuilder_; /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; * @return Whether the r field is set. */ @java.lang.Override public boolean hasR() { return fooCase_ == 1; } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; * @return The r. */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof getR() { if (rBuilder_ == null) { if (fooCase_ == 1) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance(); } else { if (fooCase_ == 1) { return rBuilder_.getMessage(); } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance(); } } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ public Builder setR(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof value) { if (rBuilder_ == null) { if (value == null) { throw new NullPointerException(); } foo_ = value; onChanged(); } else { rBuilder_.setMessage(value); } fooCase_ = 1; return this; } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ public Builder setR( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.Builder builderForValue) { if (rBuilder_ == null) { foo_ = builderForValue.build(); onChanged(); } else { rBuilder_.setMessage(builderForValue.build()); } fooCase_ = 1; return this; } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ public Builder mergeR(proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof value) { if (rBuilder_ == null) { if (fooCase_ == 1 && foo_ != proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance()) { foo_ = proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.newBuilder((proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_) .mergeFrom(value).buildPartial(); } else { foo_ = value; } onChanged(); } else { if (fooCase_ == 1) { rBuilder_.mergeFrom(value); } else { rBuilder_.setMessage(value); } } fooCase_ = 1; return this; } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ public Builder clearR() { if (rBuilder_ == null) { if (fooCase_ == 1) { fooCase_ = 0; foo_ = null; onChanged(); } } else { if (fooCase_ == 1) { fooCase_ = 0; foo_ = null; } rBuilder_.clear(); } return this; } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.Builder getRBuilder() { return getRFieldBuilder().getBuilder(); } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneofOrBuilder getROrBuilder() { if ((fooCase_ == 1) && (rBuilder_ != null)) { return rBuilder_.getMessageOrBuilder(); } else { if (fooCase_ == 1) { return (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_; } return proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance(); } } /** * .proto2_unittest.lite_equals_and_hash.TestRecursiveOneof r = 1; */ private com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneofOrBuilder> getRFieldBuilder() { if (rBuilder_ == null) { if (!(fooCase_ == 1)) { foo_ = proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.getDefaultInstance(); } rBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof.Builder, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneofOrBuilder>( (proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof) foo_, getParentForChildren(), isClean()); foo_ = null; } fooCase_ = 1; onChanged(); return rBuilder_; } @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:proto2_unittest.lite_equals_and_hash.TestRecursiveOneof) } // @@protoc_insertion_point(class_scope:proto2_unittest.lite_equals_and_hash.TestRecursiveOneof) private static final proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof(); } public static proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TestRecursiveOneof parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.TestRecursiveOneof getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int VARINT_FIELD_NUMBER = 101; /** * extend .proto2_unittest.lite_equals_and_hash.Foo { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, java.lang.Integer> varint = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIXED32_FIELD_NUMBER = 102; /** * extend .proto2_unittest.lite_equals_and_hash.Foo { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, java.lang.Integer> fixed32 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Integer.class, null); public static final int FIXED64_FIELD_NUMBER = 103; /** * extend .proto2_unittest.lite_equals_and_hash.Foo { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, java.lang.Long> fixed64 = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Long.class, null); public static final int MYGROUP_FIELD_NUMBER = 104; /** * extend .proto2_unittest.lite_equals_and_hash.Foo { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.Foo, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup> myGroup = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.class, proto2_unittest.lite_equals_and_hash.LiteEqualsAndHash.MyGroup.getDefaultInstance()); private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_Foo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_Bar_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_Bar_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_Empty_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_Empty_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n.com/google/protobuf/lite_equals_and_ha" + "sh.proto\022$proto2_unittest.lite_equals_an" + "d_hash\"A\n\017TestOneofEquals\022\016\n\004name\030\001 \001(\tH" + "\000\022\017\n\005value\030\002 \001(\005H\000B\r\n\013oneof_field\"\306\002\n\003Fo" + "o\022\r\n\005value\030\001 \001(\005\0226\n\003bar\030\002 \003(\0132).proto2_u" + "nittest.lite_equals_and_hash.Bar\022D\n\006my_m" + "ap\030\003 \003(\01324.proto2_unittest.lite_equals_a" + "nd_hash.Foo.MyMapEntry\022\020\n\006sint64\030\004 \001(\022H\000" + "\022D\n\007mygroup\030\005 \001(\n21.proto2_unittest.lite" + "_equals_and_hash.Foo.MyGroupH\000\032,\n\nMyMapE" + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032\030\n\007" + "MyGroup\022\r\n\005value\030\001 \001(\005*\010\010d\020\200\200\200\200\002B\010\n\006Sing" + "le\"z\n\003Bar\022\014\n\004name\030\001 \001(\t2e\n\007foo_ext\022).pro" + "to2_unittest.lite_equals_and_hash.Foo\030d " + "\001(\0132).proto2_unittest.lite_equals_and_ha" + "sh.Bar\"\030\n\010BarPrime\022\014\n\004name\030\001 \001(\t\"\007\n\005Empt" + "y\"\036\n\007MyGroup\022\023\n\013group_value\030\001 \001(\t\"b\n\022Tes" + "tRecursiveOneof\022E\n\001r\030\001 \001(\01328.proto2_unit" + "test.lite_equals_and_hash.TestRecursiveO" + "neofH\000B\005\n\003Foo:9\n\006varint\022).proto2_unittes" + "t.lite_equals_and_hash.Foo\030e \001(\005::\n\007fixe" + "d32\022).proto2_unittest.lite_equals_and_ha" + "sh.Foo\030f \001(\007::\n\007fixed64\022).proto2_unittes" + "t.lite_equals_and_hash.Foo\030g \001(\006:i\n\007mygr" + "oup\022).proto2_unittest.lite_equals_and_ha" + "sh.Foo\030h \001(\n2-.proto2_unittest.lite_equa" + "ls_and_hash.MyGroup" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_TestOneofEquals_descriptor, new java.lang.String[] { "Name", "Value", "OneofField", }); internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_proto2_unittest_lite_equals_and_hash_Foo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor, new java.lang.String[] { "Value", "Bar", "MyMap", "Sint64", "MyGroup", "Single", }); internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyMapEntry_descriptor = internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor.getNestedTypes().get(0); internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_descriptor = internal_static_proto2_unittest_lite_equals_and_hash_Foo_descriptor.getNestedTypes().get(1); internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_Foo_MyGroup_descriptor, new java.lang.String[] { "Value", }); internal_static_proto2_unittest_lite_equals_and_hash_Bar_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_proto2_unittest_lite_equals_and_hash_Bar_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_Bar_descriptor, new java.lang.String[] { "Name", }); internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_BarPrime_descriptor, new java.lang.String[] { "Name", }); internal_static_proto2_unittest_lite_equals_and_hash_Empty_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_proto2_unittest_lite_equals_and_hash_Empty_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_Empty_descriptor, new java.lang.String[] { }); internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_MyGroup_descriptor, new java.lang.String[] { "GroupValue", }); internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_proto2_unittest_lite_equals_and_hash_TestRecursiveOneof_descriptor, new java.lang.String[] { "R", "Foo", }); varint.internalInit(descriptor.getExtensions().get(0)); fixed32.internalInit(descriptor.getExtensions().get(1)); fixed64.internalInit(descriptor.getExtensions().get(2)); myGroup.internalInit(descriptor.getExtensions().get(3)); } // @@protoc_insertion_point(outer_class_scope) } PK !&o22META-INF/MANIFEST.MFPK !١OYYdany_test/AnyTestProto.javaPK !P\Щmm/"Zcom/google/protobuf/FieldPresenceTestProto.javaPK !>U+-com/google/protobuf/PackedFieldTestProto.javaPK !!9r com/google/protobuf/Proto2UnknownEnumValuesTestProto.javaPK !FQÜ 0q com/google/protobuf/TestBadIdentifiersProto.javaPK !Cq3q3.com/google/protobuf/testing/Proto2Testing.javaPK !e332Icom/google/protobuf/testing/Proto2TestingLite.javaPK !յfw/w/.}com/google/protobuf/testing/Proto3Testing.javaPK !*}Y/}Y/2$com/google/protobuf/testing/Proto3TestingLite.javaPK !rKܺ55_~com/google/protobuf/testing/textformat/performance/proto2/Proto2TextFormatPerformanceProto.javaPK !6>_ƴcom/google/protobuf/testing/textformat/performance/proto3/Proto3TextFormatPerformanceProto.javaPK ![YQQ7Ucom/google/protobuf/wrapperstest/WrappersTestProto.javaPK !b$(#Zdeprecated_file/DeprecatedFile.javaPK !vRG__/=dynamicmessagetest/DynamicMessageTestProto.javaPK !z*  (map_lite_test/MapForProto2TestProto.javaPK !CfX X MVmap_lite_test/MapTestProto.javaPK !rmI ##map_test/MapForProto2TestProto.javaPK !2(map_test/MapInitializationOrderTest.javaPK !i  %map_test/MapTestProto.javaPK !HH_H_lkmap_test/Message1.javaPK !$0ymap_test/Message1OrBuilder.javaPK !H 33map_test/RedactAllTypes.javaPK !!ӆ ]]%map_test/RedactAllTypesOrBuilder.javaPK !ȿ4F)proto2_test_check_utf8/TestCheckUtf8.javaPK !p2proto2_test_check_utf8_size/TestCheckUtf8Size.javaPK !s ( proto2_unittest/CachedFieldSizeTest.javaPK !M`M`W proto2_unittest/Engine.javaPK !kW$, proto2_unittest/EngineOrBuilder.javaPK !_! ! $2 proto2_unittest/EnumWithNoOuter.javaPK !TF_ _ #}= proto2_unittest/LazyFieldsLite.javaPK !E'^ proto2_unittest/MessageWithNoOuter.javaPK !)̙_v v 0%ٔٔ2proto2_unittest/OuterClassNameTest3OuterClass.javaPK !AFAF1proto2_unittest/OuterClassNameTestOuterClass.javaPK ! '<proto2_unittest/ServiceWithNoOuter.javaPK !hMw]w]/v proto2_unittest/TestCachedFieldSizeMessage.javaPK ! (8:iproto2_unittest/TestCachedFieldSizeMessageOrBuilder.javaPK !N jj&2oproto2_unittest/TestCustomOptions.javaPK !L.pp?p?*proto2_unittest/TimingBelt.javaPK !Mll(proto2_unittest/TimingBeltOrBuilder.javaPK !d/Qvvproto2_unittest/Vehicle.javaPK !U%proto2_unittest/VehicleOrBuilder.javaPK !\(EE{proto2_unittest/Wheel.javaPK !#TPo#}proto2_unittest/WheelOrBuilder.javaPK !fFoqoq;proto2_unittest/lite_equals_and_hash/LiteEqualsAndHash.javaPK557T